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

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

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

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

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, ../sass/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 74, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 142, ../sass/vendor/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 221, ../sass/vendor/_normalize.scss */
img {
  border: 0;
}

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

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

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 275, ../sass/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 301, ../sass/vendor/_normalize.scss */
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.
 */
/* line 314, ../sass/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 326, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 348, ../sass/vendor/_normalize.scss */
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.
 */
/* line 360, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 393, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================================================
   Boilerplate - Base Styles 
   ================================================================ */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* line 15, ../sass/vendor/_sf-boilerplate.scss */
html, button, input, select, textarea {
  color: white;
}

/* line 16, ../sass/vendor/_sf-boilerplate.scss */
body {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  overflow-y: scroll;
  background: black;
}

/* line 18, ../sass/vendor/_sf-boilerplate.scss */
::-moz-selection {
  background: rgba(64, 172, 246, 0.75);
  text-shadow: none;
}

/* line 19, ../sass/vendor/_sf-boilerplate.scss */
::selection {
  background: rgba(64, 172, 246, 0.75);
  text-shadow: none;
}

/* line 21, ../sass/vendor/_sf-boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 22, ../sass/vendor/_sf-boilerplate.scss */
img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

/* line 23, ../sass/vendor/_sf-boilerplate.scss */
.image-fluid, .image-fluid img {
  max-width: none;
  width: 100%;
  height: auto;
}

/* line 25, ../sass/vendor/_sf-boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 26, ../sass/vendor/_sf-boilerplate.scss */
textarea {
  resize: vertical;
}

/* line 28, ../sass/vendor/_sf-boilerplate.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 29, ../sass/vendor/_sf-boilerplate.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 31, ../sass/vendor/_sf-boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 32, ../sass/vendor/_sf-boilerplate.scss */
.visuallyhidden, .js .form-label-hide .sfTxtLbl, .gallery[data-style="thumbnails"] .gallery-list-item img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 33, ../sass/vendor/_sf-boilerplate.scss */
.visuallyhidden.focusable:active, .js .form-label-hide .focusable.sfTxtLbl:active, .gallery[data-style="thumbnails"] .gallery-list-item img.focusable:active,
.visuallyhidden.focusable:focus,
.js .form-label-hide .focusable.sfTxtLbl:focus,
.gallery[data-style="thumbnails"] .gallery-list-item img.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 36, ../sass/vendor/_sf-boilerplate.scss */
.invisible {
  visibility: hidden;
}

/* line 67, ../sass/modules/_utilities.scss */
.clearfix:after, .sfcommentsFieldsList:after, .page-meta .sf_colsIn:after, .sfBreadcrumbWrp .RadSiteMap .rsmFlow:after, .sf_pagerNumeric:after, .race-rounds:after, .filter:after, .footer-links-alt:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/vendor/_sf-boilerplate.scss */
.smallest {
  font-size: .8em;
}

/* line 40, ../sass/vendor/_sf-boilerplate.scss */
.smaller {
  font-size: .9em;
}

/* line 41, ../sass/vendor/_sf-boilerplate.scss */
.larger {
  font-size: 1.1em;
}

/* line 42, ../sass/vendor/_sf-boilerplate.scss */
.largest {
  font-size: 1.2em;
}

/* line 43, ../sass/vendor/_sf-boilerplate.scss */
.bold {
  font-weight: bold;
}

/* line 44, ../sass/vendor/_sf-boilerplate.scss */
.italic {
  font-style: italic;
}

/* line 45, ../sass/vendor/_sf-boilerplate.scss */
.strike {
  text-decoration: line-through;
}

/* line 46, ../sass/vendor/_sf-boilerplate.scss */
.align-center {
  text-align: center;
}

/* line 47, ../sass/vendor/_sf-boilerplate.scss */
.align-right {
  text-align: right;
}

/* line 48, ../sass/vendor/_sf-boilerplate.scss */
.align-left {
  text-align: left;
}

/* line 49, ../sass/vendor/_sf-boilerplate.scss */
.nowrap {
  white-space: nowrap;
}

/* line 50, ../sass/vendor/_sf-boilerplate.scss */
.breakforprint {
  page-break-after: always;
}

/* line 51, ../sass/vendor/_sf-boilerplate.scss */
.floatRight {
  float: right;
}

/* line 52, ../sass/vendor/_sf-boilerplate.scss */
.floatLeft {
  float: left;
}

/* line 54, ../sass/vendor/_sf-boilerplate.scss */
.important {
  color: red;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 55, ../sass/vendor/_sf-boilerplate.scss */
.nowrap {
  white-space: nowrap;
}

/* line 57, ../sass/vendor/_sf-boilerplate.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 59, ../sass/vendor/_sf-boilerplate.scss */
a[target="_blank"] {
  cursor: alias;
}

/* line 61, ../sass/vendor/_sf-boilerplate.scss */
body span.gc-cs-link {
  color: inherit;
}
/* line 63, ../sass/vendor/_sf-boilerplate.scss */
body span.gc-cs-link:hover {
  text-decoration: none;
}

/* line 67, ../sass/vendor/_sf-boilerplate.scss */
.Sitefinity.RadEditor, .Sitefinity.RadEditor * {
  font-family: inherit;
}

/* Magnific Popup CSS */
/* line 77, ../sass/vendor/_magnific-popup.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 94, ../sass/vendor/_magnific-popup.scss */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 106, ../sass/vendor/_magnific-popup.scss */
.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;
}

/* line 121, ../sass/vendor/_magnific-popup.scss */
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 132, ../sass/vendor/_magnific-popup.scss */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 139, ../sass/vendor/_magnific-popup.scss */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 120005;
}

/* line 149, ../sass/vendor/_magnific-popup.scss */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 156, ../sass/vendor/_magnific-popup.scss */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 160, ../sass/vendor/_magnific-popup.scss */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 166, ../sass/vendor/_magnific-popup.scss */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 173, ../sass/vendor/_magnific-popup.scss */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 178, ../sass/vendor/_magnific-popup.scss */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 189, ../sass/vendor/_magnific-popup.scss */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 208, ../sass/vendor/_magnific-popup.scss */
.mfp-hide {
  display: none !important;
}

/* line 219, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 120004;
}
/* line 229, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader a {
  color: #cccccc;
}
/* line 231, ../sass/vendor/_magnific-popup.scss */
.mfp-preloader a:hover {
  color: white;
}

/* line 239, ../sass/vendor/_magnific-popup.scss */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 246, ../sass/vendor/_magnific-popup.scss */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 253, ../sass/vendor/_magnific-popup.scss */
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: 120006;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 267, ../sass/vendor/_magnific-popup.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 275, ../sass/vendor/_magnific-popup.scss */
.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: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 296, ../sass/vendor/_magnific-popup.scss */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 304, ../sass/vendor/_magnific-popup.scss */
.mfp-close:active {
  top: 1px;
}

/* line 309, ../sass/vendor/_magnific-popup.scss */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 315, ../sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 325, ../sass/vendor/_magnific-popup.scss */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 336, ../sass/vendor/_magnific-popup.scss */
.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;
}
/* line 349, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 352, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 359, ../sass/vendor/_magnific-popup.scss */
.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;
}
/* line 375, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 383, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 391, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left {
  left: 0;
}
/* line 394, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 399, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 406, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right {
  right: 0;
}
/* line 408, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 413, ../sass/vendor/_magnific-popup.scss */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 424, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 427, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
/* line 432, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 436, ../sass/vendor/_magnific-popup.scss */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 441, ../sass/vendor/_magnific-popup.scss */
.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: black;
}

/* Main image in popup */
/* line 461, ../sass/vendor/_magnific-popup.scss */
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 */
/* line 476, ../sass/vendor/_magnific-popup.scss */
.mfp-figure {
  line-height: 0;
}
/* line 478, ../sass/vendor/_magnific-popup.scss */
.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: #444444;
}
/* line 492, ../sass/vendor/_magnific-popup.scss */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
/* line 498, ../sass/vendor/_magnific-popup.scss */
.mfp-figure figure {
  margin: 0;
}

/* line 502, ../sass/vendor/_magnific-popup.scss */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 510, ../sass/vendor/_magnific-popup.scss */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 519, ../sass/vendor/_magnific-popup.scss */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 526, ../sass/vendor/_magnific-popup.scss */
.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
   */
  /* line 539, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 544, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 550, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 554, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 559, ../sass/vendor/_magnific-popup.scss */
  .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;
  }
  /* line 569, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 573, ../sass/vendor/_magnific-popup.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 577, ../sass/vendor/_magnific-popup.scss */
  .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) {
  /* line 597, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 601, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 605, ../sass/vendor/_magnific-popup.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 609, ../sass/vendor/_magnific-popup.scss */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 621, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 624, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 631, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 634, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 637, ../sass/vendor/_magnific-popup.scss */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
/* line 7, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
/* line 16, ../sass/vendor/_owlcarousel.scss */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

/* line 22, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 27, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* line 32, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* line 40, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-item {
  float: left;
}

/* line 43, ../sass/vendor/_owlcarousel.scss */
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

/* line 47, ../sass/vendor/_owlcarousel.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* line 57, ../sass/vendor/_owlcarousel.scss */
.grabbing {
  cursor: url(/Images/vendor/owlcarousel/grabbing.png) 8 8, move;
}

/* fix */
/* line 62, ../sass/vendor/_owlcarousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* CSS3 Transitions */
/* line 74, ../sass/vendor/_owlcarousel.scss */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
/* line 84, ../sass/vendor/_owlcarousel.scss */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}

/* line 90, ../sass/vendor/_owlcarousel.scss */
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}

/* backSlide */
/* line 96, ../sass/vendor/_owlcarousel.scss */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 101, ../sass/vendor/_owlcarousel.scss */
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
/* line 107, ../sass/vendor/_owlcarousel.scss */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}

/* line 112, ../sass/vendor/_owlcarousel.scss */
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}

/* scaleUp */
/* line 118, ../sass/vendor/_owlcarousel.scss */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

/* line 124, ../sass/vendor/_owlcarousel.scss */
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  /* line 132, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  /* line 135, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  /* line 138, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  /* line 141, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 0;
  }

  /* line 142, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  /* line 145, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 0;
  }

  /* line 146, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  /* line 149, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 0;
  }

  /* line 150, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  /* line 153, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }

  /* line 154, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  /* line 157, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }

  /* line 158, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  /* line 161, ../sass/vendor/_owlcarousel.scss */
  0% {
    opacity: 1;
  }

  /* line 162, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  /* line 165, ../sass/vendor/_owlcarousel.scss */
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 166, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 167, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  /* line 170, ../sass/vendor/_owlcarousel.scss */
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 171, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }

  /* line 172, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  /* line 175, ../sass/vendor/_owlcarousel.scss */
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 176, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }

  /* line 177, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  /* line 180, ../sass/vendor/_owlcarousel.scss */
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }

  /* line 181, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }

  /* line 182, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  /* line 185, ../sass/vendor/_owlcarousel.scss */
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }

  /* line 186, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }

  /* line 187, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  /* line 190, ../sass/vendor/_owlcarousel.scss */
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }

  /* line 191, ../sass/vendor/_owlcarousel.scss */
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }

  /* line 192, ../sass/vendor/_owlcarousel.scss */
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  /* line 195, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  /* line 198, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  /* line 201, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  /* line 204, ../sass/vendor/_owlcarousel.scss */
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  /* line 207, ../sass/vendor/_owlcarousel.scss */
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  /* line 210, ../sass/vendor/_owlcarousel.scss */
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  /* line 214, ../sass/vendor/_owlcarousel.scss */
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  /* line 217, ../sass/vendor/_owlcarousel.scss */
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  /* line 220, ../sass/vendor/_owlcarousel.scss */
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  /* line 224, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  /* line 227, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  /* line 230, ../sass/vendor/_owlcarousel.scss */
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
@font-face {
  font-family: 'framework';
  src: url("../Fonts/framework/framework.eot?-jwry7e");
  src: url("../Fonts/framework/framework.eot?#iefix-jwry7e") format("embedded-opentype"), url("../Fonts/framework/framework.woff?-jwry7e") format("woff"), url("../Fonts/framework/framework.ttf?-jwry7e") format("truetype"), url("../Fonts/framework/framework.svg?-jwry7e#framework") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 29, ../sass/vendor/_framework-fonts.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 33, ../sass/vendor/_framework-fonts.scss */
.iconfont-comments, .gallery-list-item-comment:after {
  font-family: 'framework';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f086";
}

/* line 37, ../sass/vendor/_framework-fonts.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 44, ../sass/vendor/_framework-fonts.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 47, ../sass/vendor/_framework-fonts.scss */
.icon-music:before {
  content: "\f001";
}

/* line 50, ../sass/vendor/_framework-fonts.scss */
.icon-search:before {
  content: "\f002";
}

/* line 53, ../sass/vendor/_framework-fonts.scss */
.icon-envelope-o:before {
  content: "\f003";
}

/* line 56, ../sass/vendor/_framework-fonts.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 59, ../sass/vendor/_framework-fonts.scss */
.icon-star:before {
  content: "\f005";
}

/* line 62, ../sass/vendor/_framework-fonts.scss */
.icon-star-o:before {
  content: "\f006";
}

/* line 65, ../sass/vendor/_framework-fonts.scss */
.icon-user:before {
  content: "\f007";
}

/* line 68, ../sass/vendor/_framework-fonts.scss */
.icon-film:before {
  content: "\f008";
}

/* line 71, ../sass/vendor/_framework-fonts.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 74, ../sass/vendor/_framework-fonts.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 77, ../sass/vendor/_framework-fonts.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 80, ../sass/vendor/_framework-fonts.scss */
.icon-check:before {
  content: "\f00c";
}

/* line 83, ../sass/vendor/_framework-fonts.scss */
.icon-times:before {
  content: "\f00d";
}

/* line 86, ../sass/vendor/_framework-fonts.scss */
.icon-search-plus:before {
  content: "\f00e";
}

/* line 89, ../sass/vendor/_framework-fonts.scss */
.icon-search-minus:before {
  content: "\f010";
}

/* line 92, ../sass/vendor/_framework-fonts.scss */
.icon-power-off:before {
  content: "\f011";
}

/* line 95, ../sass/vendor/_framework-fonts.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 98, ../sass/vendor/_framework-fonts.scss */
.icon-gear:before {
  content: "\f013";
}

/* line 101, ../sass/vendor/_framework-fonts.scss */
.icon-trash-o:before {
  content: "\f014";
}

/* line 104, ../sass/vendor/_framework-fonts.scss */
.icon-home:before {
  content: "\f015";
}

/* line 107, ../sass/vendor/_framework-fonts.scss */
.icon-file-o:before {
  content: "\f016";
}

/* line 110, ../sass/vendor/_framework-fonts.scss */
.icon-clock-o:before {
  content: "\f017";
}

/* line 113, ../sass/vendor/_framework-fonts.scss */
.icon-road:before {
  content: "\f018";
}

/* line 116, ../sass/vendor/_framework-fonts.scss */
.icon-download:before {
  content: "\f019";
}

/* line 119, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 122, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 125, ../sass/vendor/_framework-fonts.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 128, ../sass/vendor/_framework-fonts.scss */
.icon-play-circle-o:before {
  content: "\f01d";
}

/* line 131, ../sass/vendor/_framework-fonts.scss */
.icon-rotate-right:before {
  content: "\f01e";
}

/* line 134, ../sass/vendor/_framework-fonts.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 137, ../sass/vendor/_framework-fonts.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 140, ../sass/vendor/_framework-fonts.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 143, ../sass/vendor/_framework-fonts.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 146, ../sass/vendor/_framework-fonts.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 149, ../sass/vendor/_framework-fonts.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 152, ../sass/vendor/_framework-fonts.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 155, ../sass/vendor/_framework-fonts.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 158, ../sass/vendor/_framework-fonts.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 161, ../sass/vendor/_framework-fonts.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 164, ../sass/vendor/_framework-fonts.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 167, ../sass/vendor/_framework-fonts.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 170, ../sass/vendor/_framework-fonts.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 173, ../sass/vendor/_framework-fonts.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 176, ../sass/vendor/_framework-fonts.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 179, ../sass/vendor/_framework-fonts.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 182, ../sass/vendor/_framework-fonts.scss */
.icon-font:before {
  content: "\f031";
}

/* line 185, ../sass/vendor/_framework-fonts.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 188, ../sass/vendor/_framework-fonts.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 191, ../sass/vendor/_framework-fonts.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 194, ../sass/vendor/_framework-fonts.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 197, ../sass/vendor/_framework-fonts.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 200, ../sass/vendor/_framework-fonts.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 203, ../sass/vendor/_framework-fonts.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 206, ../sass/vendor/_framework-fonts.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 209, ../sass/vendor/_framework-fonts.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 212, ../sass/vendor/_framework-fonts.scss */
.icon-dedent:before {
  content: "\f03b";
}

/* line 215, ../sass/vendor/_framework-fonts.scss */
.icon-indent:before {
  content: "\f03c";
}

/* line 218, ../sass/vendor/_framework-fonts.scss */
.icon-video-camera:before {
  content: "\f03d";
}

/* line 221, ../sass/vendor/_framework-fonts.scss */
.icon-picture-o:before {
  content: "\f03e";
}

/* line 224, ../sass/vendor/_framework-fonts.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 227, ../sass/vendor/_framework-fonts.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 230, ../sass/vendor/_framework-fonts.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 233, ../sass/vendor/_framework-fonts.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 236, ../sass/vendor/_framework-fonts.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 239, ../sass/vendor/_framework-fonts.scss */
.icon-share-square-o:before {
  content: "\f045";
}

/* line 242, ../sass/vendor/_framework-fonts.scss */
.icon-check-square-o:before {
  content: "\f046";
}

/* line 245, ../sass/vendor/_framework-fonts.scss */
.icon-arrows:before {
  content: "\f047";
}

/* line 248, ../sass/vendor/_framework-fonts.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 251, ../sass/vendor/_framework-fonts.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 254, ../sass/vendor/_framework-fonts.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 257, ../sass/vendor/_framework-fonts.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 260, ../sass/vendor/_framework-fonts.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 263, ../sass/vendor/_framework-fonts.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 266, ../sass/vendor/_framework-fonts.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 269, ../sass/vendor/_framework-fonts.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 272, ../sass/vendor/_framework-fonts.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 275, ../sass/vendor/_framework-fonts.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 278, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 281, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 284, ../sass/vendor/_framework-fonts.scss */
.icon-plus-circle:before {
  content: "\f055";
}

/* line 287, ../sass/vendor/_framework-fonts.scss */
.icon-minus-circle:before {
  content: "\f056";
}

/* line 290, ../sass/vendor/_framework-fonts.scss */
.icon-times-circle:before {
  content: "\f057";
}

/* line 293, ../sass/vendor/_framework-fonts.scss */
.icon-check-circle:before {
  content: "\f058";
}

/* line 296, ../sass/vendor/_framework-fonts.scss */
.icon-question-circle:before {
  content: "\f059";
}

/* line 299, ../sass/vendor/_framework-fonts.scss */
.icon-info-circle:before {
  content: "\f05a";
}

/* line 302, ../sass/vendor/_framework-fonts.scss */
.icon-crosshairs:before {
  content: "\f05b";
}

/* line 305, ../sass/vendor/_framework-fonts.scss */
.icon-times-circle-o:before {
  content: "\f05c";
}

/* line 308, ../sass/vendor/_framework-fonts.scss */
.icon-check-circle-o:before {
  content: "\f05d";
}

/* line 311, ../sass/vendor/_framework-fonts.scss */
.icon-ban:before {
  content: "\f05e";
}

/* line 314, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 317, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 320, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 323, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 326, ../sass/vendor/_framework-fonts.scss */
.icon-mail-forward:before {
  content: "\f064";
}

/* line 329, ../sass/vendor/_framework-fonts.scss */
.icon-expand:before {
  content: "\f065";
}

/* line 332, ../sass/vendor/_framework-fonts.scss */
.icon-compress:before {
  content: "\f066";
}

/* line 335, ../sass/vendor/_framework-fonts.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 338, ../sass/vendor/_framework-fonts.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 341, ../sass/vendor/_framework-fonts.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 344, ../sass/vendor/_framework-fonts.scss */
.icon-exclamation-circle:before {
  content: "\f06a";
}

/* line 347, ../sass/vendor/_framework-fonts.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 350, ../sass/vendor/_framework-fonts.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 353, ../sass/vendor/_framework-fonts.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 356, ../sass/vendor/_framework-fonts.scss */
.icon-eye:before {
  content: "\f06e";
}

/* line 359, ../sass/vendor/_framework-fonts.scss */
.icon-eye-slash:before {
  content: "\f070";
}

/* line 362, ../sass/vendor/_framework-fonts.scss */
.icon-warning:before {
  content: "\f071";
}

/* line 365, ../sass/vendor/_framework-fonts.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 368, ../sass/vendor/_framework-fonts.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 371, ../sass/vendor/_framework-fonts.scss */
.icon-random:before {
  content: "\f074";
}

/* line 374, ../sass/vendor/_framework-fonts.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 377, ../sass/vendor/_framework-fonts.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 380, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 383, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 386, ../sass/vendor/_framework-fonts.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 389, ../sass/vendor/_framework-fonts.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 392, ../sass/vendor/_framework-fonts.scss */
.icon-folder:before {
  content: "\f07b";
}

/* line 395, ../sass/vendor/_framework-fonts.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 398, ../sass/vendor/_framework-fonts.scss */
.icon-arrows-v:before {
  content: "\f07d";
}

/* line 401, ../sass/vendor/_framework-fonts.scss */
.icon-arrows-h:before {
  content: "\f07e";
}

/* line 404, ../sass/vendor/_framework-fonts.scss */
.icon-bar-chart-o:before {
  content: "\f080";
}

/* line 407, ../sass/vendor/_framework-fonts.scss */
.icon-twitter-square:before {
  content: "\f081";
}

/* line 410, ../sass/vendor/_framework-fonts.scss */
.icon-facebook-square:before {
  content: "\f082";
}

/* line 413, ../sass/vendor/_framework-fonts.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 416, ../sass/vendor/_framework-fonts.scss */
.icon-key:before {
  content: "\f084";
}

/* line 419, ../sass/vendor/_framework-fonts.scss */
.icon-gears:before {
  content: "\f085";
}

/* line 422, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-o-up:before {
  content: "\f087";
}

/* line 425, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-o-down:before {
  content: "\f088";
}

/* line 428, ../sass/vendor/_framework-fonts.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 431, ../sass/vendor/_framework-fonts.scss */
.icon-heart-o:before {
  content: "\f08a";
}

/* line 434, ../sass/vendor/_framework-fonts.scss */
.icon-sign-out:before {
  content: "\f08b";
}

/* line 437, ../sass/vendor/_framework-fonts.scss */
.icon-linkedin-square:before {
  content: "\f08c";
}

/* line 440, ../sass/vendor/_framework-fonts.scss */
.icon-thumb-tack:before {
  content: "\f08d";
}

/* line 443, ../sass/vendor/_framework-fonts.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 446, ../sass/vendor/_framework-fonts.scss */
.icon-sign-in:before {
  content: "\f090";
}

/* line 449, ../sass/vendor/_framework-fonts.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 452, ../sass/vendor/_framework-fonts.scss */
.icon-github-square:before {
  content: "\f092";
}

/* line 455, ../sass/vendor/_framework-fonts.scss */
.icon-upload:before {
  content: "\f093";
}

/* line 458, ../sass/vendor/_framework-fonts.scss */
.icon-lemon-o:before {
  content: "\f094";
}

/* line 461, ../sass/vendor/_framework-fonts.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 464, ../sass/vendor/_framework-fonts.scss */
.icon-square-o:before {
  content: "\f096";
}

/* line 467, ../sass/vendor/_framework-fonts.scss */
.icon-bookmark-o:before {
  content: "\f097";
}

/* line 470, ../sass/vendor/_framework-fonts.scss */
.icon-phone-square:before {
  content: "\f098";
}

/* line 473, ../sass/vendor/_framework-fonts.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 476, ../sass/vendor/_framework-fonts.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 479, ../sass/vendor/_framework-fonts.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 482, ../sass/vendor/_framework-fonts.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 485, ../sass/vendor/_framework-fonts.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 488, ../sass/vendor/_framework-fonts.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 491, ../sass/vendor/_framework-fonts.scss */
.icon-hdd-o:before {
  content: "\f0a0";
}

/* line 494, ../sass/vendor/_framework-fonts.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 497, ../sass/vendor/_framework-fonts.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 500, ../sass/vendor/_framework-fonts.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 503, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-right:before {
  content: "\f0a4";
}

/* line 506, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-left:before {
  content: "\f0a5";
}

/* line 509, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-up:before {
  content: "\f0a6";
}

/* line 512, ../sass/vendor/_framework-fonts.scss */
.icon-hand-o-down:before {
  content: "\f0a7";
}

/* line 515, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 518, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 521, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 524, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 527, ../sass/vendor/_framework-fonts.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 530, ../sass/vendor/_framework-fonts.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 533, ../sass/vendor/_framework-fonts.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 536, ../sass/vendor/_framework-fonts.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 539, ../sass/vendor/_framework-fonts.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 542, ../sass/vendor/_framework-fonts.scss */
.icon-arrows-alt:before {
  content: "\f0b2";
}

/* line 545, ../sass/vendor/_framework-fonts.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 548, ../sass/vendor/_framework-fonts.scss */
.icon-chain:before {
  content: "\f0c1";
}

/* line 551, ../sass/vendor/_framework-fonts.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 554, ../sass/vendor/_framework-fonts.scss */
.icon-flask:before {
  content: "\f0c3";
}

/* line 557, ../sass/vendor/_framework-fonts.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 560, ../sass/vendor/_framework-fonts.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 563, ../sass/vendor/_framework-fonts.scss */
.icon-paperclip:before {
  content: "\f0c6";
}

/* line 566, ../sass/vendor/_framework-fonts.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 569, ../sass/vendor/_framework-fonts.scss */
.icon-square:before {
  content: "\f0c8";
}

/* line 572, ../sass/vendor/_framework-fonts.scss */
.icon-bars:before {
  content: "\f0c9";
}

/* line 575, ../sass/vendor/_framework-fonts.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 578, ../sass/vendor/_framework-fonts.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 581, ../sass/vendor/_framework-fonts.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 584, ../sass/vendor/_framework-fonts.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 587, ../sass/vendor/_framework-fonts.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 590, ../sass/vendor/_framework-fonts.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 593, ../sass/vendor/_framework-fonts.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 596, ../sass/vendor/_framework-fonts.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 599, ../sass/vendor/_framework-fonts.scss */
.icon-pinterest-square:before {
  content: "\f0d3";
}

/* line 602, ../sass/vendor/_framework-fonts.scss */
.icon-google-plus-square:before {
  content: "\f0d4";
}

/* line 605, ../sass/vendor/_framework-fonts.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 608, ../sass/vendor/_framework-fonts.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 611, ../sass/vendor/_framework-fonts.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 614, ../sass/vendor/_framework-fonts.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 617, ../sass/vendor/_framework-fonts.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 620, ../sass/vendor/_framework-fonts.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 623, ../sass/vendor/_framework-fonts.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 626, ../sass/vendor/_framework-fonts.scss */
.icon-unsorted:before {
  content: "\f0dc";
}

/* line 629, ../sass/vendor/_framework-fonts.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 632, ../sass/vendor/_framework-fonts.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 635, ../sass/vendor/_framework-fonts.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 638, ../sass/vendor/_framework-fonts.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 641, ../sass/vendor/_framework-fonts.scss */
.icon-rotate-left:before {
  content: "\f0e2";
}

/* line 644, ../sass/vendor/_framework-fonts.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 647, ../sass/vendor/_framework-fonts.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 650, ../sass/vendor/_framework-fonts.scss */
.icon-comment-o:before {
  content: "\f0e5";
}

/* line 653, ../sass/vendor/_framework-fonts.scss */
.icon-comments-o:before {
  content: "\f0e6";
}

/* line 656, ../sass/vendor/_framework-fonts.scss */
.icon-flash:before {
  content: "\f0e7";
}

/* line 659, ../sass/vendor/_framework-fonts.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 662, ../sass/vendor/_framework-fonts.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 665, ../sass/vendor/_framework-fonts.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 668, ../sass/vendor/_framework-fonts.scss */
.icon-lightbulb-o:before {
  content: "\f0eb";
}

/* line 671, ../sass/vendor/_framework-fonts.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 674, ../sass/vendor/_framework-fonts.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 677, ../sass/vendor/_framework-fonts.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 680, ../sass/vendor/_framework-fonts.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 683, ../sass/vendor/_framework-fonts.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 686, ../sass/vendor/_framework-fonts.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 689, ../sass/vendor/_framework-fonts.scss */
.icon-bell-o:before {
  content: "\f0f3";
}

/* line 692, ../sass/vendor/_framework-fonts.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 695, ../sass/vendor/_framework-fonts.scss */
.icon-cutlery:before {
  content: "\f0f5";
}

/* line 698, ../sass/vendor/_framework-fonts.scss */
.icon-file-text-o:before {
  content: "\f0f6";
}

/* line 701, ../sass/vendor/_framework-fonts.scss */
.icon-building-o:before {
  content: "\f0f7";
}

/* line 704, ../sass/vendor/_framework-fonts.scss */
.icon-hospital-o:before {
  content: "\f0f8";
}

/* line 707, ../sass/vendor/_framework-fonts.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 710, ../sass/vendor/_framework-fonts.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 713, ../sass/vendor/_framework-fonts.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 716, ../sass/vendor/_framework-fonts.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 719, ../sass/vendor/_framework-fonts.scss */
.icon-h-square:before {
  content: "\f0fd";
}

/* line 722, ../sass/vendor/_framework-fonts.scss */
.icon-plus-square:before {
  content: "\f0fe";
}

/* line 725, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-left:before {
  content: "\f100";
}

/* line 728, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-right:before {
  content: "\f101";
}

/* line 731, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-up:before {
  content: "\f102";
}

/* line 734, ../sass/vendor/_framework-fonts.scss */
.icon-angle-double-down:before {
  content: "\f103";
}

/* line 737, ../sass/vendor/_framework-fonts.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 740, ../sass/vendor/_framework-fonts.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 743, ../sass/vendor/_framework-fonts.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 746, ../sass/vendor/_framework-fonts.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 749, ../sass/vendor/_framework-fonts.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 752, ../sass/vendor/_framework-fonts.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 755, ../sass/vendor/_framework-fonts.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 758, ../sass/vendor/_framework-fonts.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 761, ../sass/vendor/_framework-fonts.scss */
.icon-circle-o:before {
  content: "\f10c";
}

/* line 764, ../sass/vendor/_framework-fonts.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 767, ../sass/vendor/_framework-fonts.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 770, ../sass/vendor/_framework-fonts.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 773, ../sass/vendor/_framework-fonts.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 776, ../sass/vendor/_framework-fonts.scss */
.icon-mail-reply:before {
  content: "\f112";
}

/* line 779, ../sass/vendor/_framework-fonts.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 782, ../sass/vendor/_framework-fonts.scss */
.icon-folder-o:before {
  content: "\f114";
}

/* line 785, ../sass/vendor/_framework-fonts.scss */
.icon-folder-open-o:before {
  content: "\f115";
}

/* line 788, ../sass/vendor/_framework-fonts.scss */
.icon-smile-o:before {
  content: "\f118";
}

/* line 791, ../sass/vendor/_framework-fonts.scss */
.icon-frown-o:before {
  content: "\f119";
}

/* line 794, ../sass/vendor/_framework-fonts.scss */
.icon-meh-o:before {
  content: "\f11a";
}

/* line 797, ../sass/vendor/_framework-fonts.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 800, ../sass/vendor/_framework-fonts.scss */
.icon-keyboard-o:before {
  content: "\f11c";
}

/* line 803, ../sass/vendor/_framework-fonts.scss */
.icon-flag-o:before {
  content: "\f11d";
}

/* line 806, ../sass/vendor/_framework-fonts.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 809, ../sass/vendor/_framework-fonts.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 812, ../sass/vendor/_framework-fonts.scss */
.icon-code:before {
  content: "\f121";
}

/* line 815, ../sass/vendor/_framework-fonts.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 818, ../sass/vendor/_framework-fonts.scss */
.icon-star-half-empty:before {
  content: "\f123";
}

/* line 821, ../sass/vendor/_framework-fonts.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 824, ../sass/vendor/_framework-fonts.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 827, ../sass/vendor/_framework-fonts.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 830, ../sass/vendor/_framework-fonts.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 833, ../sass/vendor/_framework-fonts.scss */
.icon-question:before {
  content: "\f128";
}

/* line 836, ../sass/vendor/_framework-fonts.scss */
.icon-info:before {
  content: "\f129";
}

/* line 839, ../sass/vendor/_framework-fonts.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 842, ../sass/vendor/_framework-fonts.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 845, ../sass/vendor/_framework-fonts.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 848, ../sass/vendor/_framework-fonts.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 851, ../sass/vendor/_framework-fonts.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 854, ../sass/vendor/_framework-fonts.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 857, ../sass/vendor/_framework-fonts.scss */
.icon-microphone-slash:before {
  content: "\f131";
}

/* line 860, ../sass/vendor/_framework-fonts.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 863, ../sass/vendor/_framework-fonts.scss */
.icon-calendar-o:before {
  content: "\f133";
}

/* line 866, ../sass/vendor/_framework-fonts.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 869, ../sass/vendor/_framework-fonts.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 872, ../sass/vendor/_framework-fonts.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 875, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-left:before {
  content: "\f137";
}

/* line 878, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-right:before {
  content: "\f138";
}

/* line 881, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-up:before {
  content: "\f139";
}

/* line 884, ../sass/vendor/_framework-fonts.scss */
.icon-chevron-circle-down:before {
  content: "\f13a";
}

/* line 887, ../sass/vendor/_framework-fonts.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 890, ../sass/vendor/_framework-fonts.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 893, ../sass/vendor/_framework-fonts.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 896, ../sass/vendor/_framework-fonts.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 899, ../sass/vendor/_framework-fonts.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 902, ../sass/vendor/_framework-fonts.scss */
.icon-ellipsis-h:before {
  content: "\f141";
}

/* line 905, ../sass/vendor/_framework-fonts.scss */
.icon-ellipsis-v:before {
  content: "\f142";
}

/* line 908, ../sass/vendor/_framework-fonts.scss */
.icon-rss-square:before {
  content: "\f143";
}

/* line 911, ../sass/vendor/_framework-fonts.scss */
.icon-play-circle:before {
  content: "\f144";
}

/* line 914, ../sass/vendor/_framework-fonts.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 917, ../sass/vendor/_framework-fonts.scss */
.icon-minus-square:before {
  content: "\f146";
}

/* line 920, ../sass/vendor/_framework-fonts.scss */
.icon-minus-square-o:before {
  content: "\f147";
}

/* line 923, ../sass/vendor/_framework-fonts.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 926, ../sass/vendor/_framework-fonts.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 929, ../sass/vendor/_framework-fonts.scss */
.icon-check-square:before {
  content: "\f14a";
}

/* line 932, ../sass/vendor/_framework-fonts.scss */
.icon-pencil-square:before {
  content: "\f14b";
}

/* line 935, ../sass/vendor/_framework-fonts.scss */
.icon-external-link-square:before {
  content: "\f14c";
}

/* line 938, ../sass/vendor/_framework-fonts.scss */
.icon-share-square:before {
  content: "\f14d";
}

/* line 941, ../sass/vendor/_framework-fonts.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 944, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-down:before {
  content: "\f150";
}

/* line 947, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-up:before {
  content: "\f151";
}

/* line 950, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-right:before {
  content: "\f152";
}

/* line 953, ../sass/vendor/_framework-fonts.scss */
.icon-euro:before {
  content: "\f153";
}

/* line 956, ../sass/vendor/_framework-fonts.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 959, ../sass/vendor/_framework-fonts.scss */
.icon-dollar:before {
  content: "\f155";
}

/* line 962, ../sass/vendor/_framework-fonts.scss */
.icon-rupee:before {
  content: "\f156";
}

/* line 965, ../sass/vendor/_framework-fonts.scss */
.icon-cny:before {
  content: "\f157";
}

/* line 968, ../sass/vendor/_framework-fonts.scss */
.icon-ruble:before {
  content: "\f158";
}

/* line 971, ../sass/vendor/_framework-fonts.scss */
.icon-won:before {
  content: "\f159";
}

/* line 974, ../sass/vendor/_framework-fonts.scss */
.icon-bitcoin:before {
  content: "\f15a";
}

/* line 977, ../sass/vendor/_framework-fonts.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 980, ../sass/vendor/_framework-fonts.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 983, ../sass/vendor/_framework-fonts.scss */
.icon-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 986, ../sass/vendor/_framework-fonts.scss */
.icon-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 989, ../sass/vendor/_framework-fonts.scss */
.icon-sort-amount-asc:before {
  content: "\f160";
}

/* line 992, ../sass/vendor/_framework-fonts.scss */
.icon-sort-amount-desc:before {
  content: "\f161";
}

/* line 995, ../sass/vendor/_framework-fonts.scss */
.icon-sort-numeric-asc:before {
  content: "\f162";
}

/* line 998, ../sass/vendor/_framework-fonts.scss */
.icon-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1001, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1004, ../sass/vendor/_framework-fonts.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1007, ../sass/vendor/_framework-fonts.scss */
.icon-youtube-square:before {
  content: "\f166";
}

/* line 1010, ../sass/vendor/_framework-fonts.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1013, ../sass/vendor/_framework-fonts.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1016, ../sass/vendor/_framework-fonts.scss */
.icon-xing-square:before {
  content: "\f169";
}

/* line 1019, ../sass/vendor/_framework-fonts.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1022, ../sass/vendor/_framework-fonts.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1025, ../sass/vendor/_framework-fonts.scss */
.icon-stack-overflow:before {
  content: "\f16c";
}

/* line 1028, ../sass/vendor/_framework-fonts.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1031, ../sass/vendor/_framework-fonts.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1034, ../sass/vendor/_framework-fonts.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1037, ../sass/vendor/_framework-fonts.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1040, ../sass/vendor/_framework-fonts.scss */
.icon-bitbucket-square:before {
  content: "\f172";
}

/* line 1043, ../sass/vendor/_framework-fonts.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1046, ../sass/vendor/_framework-fonts.scss */
.icon-tumblr-square:before {
  content: "\f174";
}

/* line 1049, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1052, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1055, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1058, ../sass/vendor/_framework-fonts.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1061, ../sass/vendor/_framework-fonts.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1064, ../sass/vendor/_framework-fonts.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1067, ../sass/vendor/_framework-fonts.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1070, ../sass/vendor/_framework-fonts.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1073, ../sass/vendor/_framework-fonts.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1076, ../sass/vendor/_framework-fonts.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1079, ../sass/vendor/_framework-fonts.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1082, ../sass/vendor/_framework-fonts.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1085, ../sass/vendor/_framework-fonts.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1088, ../sass/vendor/_framework-fonts.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1091, ../sass/vendor/_framework-fonts.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1094, ../sass/vendor/_framework-fonts.scss */
.icon-sun-o:before {
  content: "\f185";
}

/* line 1097, ../sass/vendor/_framework-fonts.scss */
.icon-moon-o:before {
  content: "\f186";
}

/* line 1100, ../sass/vendor/_framework-fonts.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1103, ../sass/vendor/_framework-fonts.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1106, ../sass/vendor/_framework-fonts.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1109, ../sass/vendor/_framework-fonts.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1112, ../sass/vendor/_framework-fonts.scss */
.icon-renren:before {
  content: "\f18b";
}

/* line 1115, ../sass/vendor/_framework-fonts.scss */
.icon-pagelines:before {
  content: "\f18c";
}

/* line 1118, ../sass/vendor/_framework-fonts.scss */
.icon-stack-exchange:before {
  content: "\f18d";
}

/* line 1121, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1124, ../sass/vendor/_framework-fonts.scss */
.icon-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1127, ../sass/vendor/_framework-fonts.scss */
.icon-toggle-left:before {
  content: "\f191";
}

/* line 1130, ../sass/vendor/_framework-fonts.scss */
.icon-dot-circle-o:before {
  content: "\f192";
}

/* line 1133, ../sass/vendor/_framework-fonts.scss */
.icon-wheelchair:before {
  content: "\f193";
}

/* line 1136, ../sass/vendor/_framework-fonts.scss */
.icon-vimeo-square:before {
  content: "\f194";
}

/* line 1139, ../sass/vendor/_framework-fonts.scss */
.icon-turkish-lira:before {
  content: "\f195";
}

/* line 1142, ../sass/vendor/_framework-fonts.scss */
.icon-plus-square-o:before {
  content: "\f196";
}

/* ================================================================
   Forecast Font
   Demo: http://forecastfont.iconvau.lt/
   ================================================================ */
@font-face {
  font-family: "icomoon";
  src: url("../Fonts/forecast/forecast.eot");
  src: url("../Fonts/forecast/forecast.eot?#iefix") format("embedded-opentype"), url("../Fonts/forecast/forecast.woff") format("woff"), url("../Fonts/forecast/forecast.ttf") format("truetype"), url("../Fonts/forecast/forecast.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 17, ../sass/vendor/_forecast.scss */
.forecast-night, .weather-icon[data-weather="partly-cloudy-night"] .icon-layer-1:before {
  content: "\f100";
  color: #fff;
}

/* line 18, ../sass/vendor/_forecast.scss */
.forecast-sunny, .weather-icon[data-weather="partly-cloudy-day"] .icon-layer-1:before {
  content: "\f101";
  color: #ffcc00;
}

/* line 19, ../sass/vendor/_forecast.scss */
.forecast-frosty {
  content: "\f102";
}

/* line 20, ../sass/vendor/_forecast.scss */
.forecast-windysnow {
  content: "\f103";
}

/* line 21, ../sass/vendor/_forecast.scss */
.forecast-showers {
  content: "\f104";
}

/* line 22, ../sass/vendor/_forecast.scss */
.forecast-basecloud, .weather-icon[data-weather="partly-cloudy-night"] .icon-layer-base:before, .weather-icon[data-weather="rain"] .icon-layer-base:before, .weather-icon[data-weather="snow"] .icon-layer-base:before, .weather-icon[data-weather="sleet"] .icon-layer-base:before, .weather-icon[data-weather="wind"] .icon-layer-base:before {
  content: "\f105";
  color: #ccc;
}

/* line 23, ../sass/vendor/_forecast.scss */
.forecast-cloud, .weather-icon[data-weather="cloudy"] .icon-layer-base:before, .weather-icon[data-weather="partly-cloudy-day"] .icon-layer-base:before {
  content: "\f106";
  color: #ccc;
}

/* line 24, ../sass/vendor/_forecast.scss */
.forecast-rainy, .weather-icon[data-weather="rain"] .icon-layer-1:before {
  content: "\f107";
  color: #4681C3;
}

/* line 25, ../sass/vendor/_forecast.scss */
.forecast-mist, .weather-icon[data-weather="fog"] .icon-layer-base:before {
  content: "\f108";
  color: #ccc;
}

/* line 26, ../sass/vendor/_forecast.scss */
.forecast-windysnowcloud {
  content: "\f109";
}

/* line 27, ../sass/vendor/_forecast.scss */
.forecast-drizzle {
  content: "\f10a";
}

/* line 28, ../sass/vendor/_forecast.scss */
.forecast-snowy, .weather-icon[data-weather="snow"] .icon-layer-1:before {
  content: "\f10b";
  color: #ACD3F3;
}

/* line 29, ../sass/vendor/_forecast.scss */
.forecast-sleet, .weather-icon[data-weather="sleet"] .icon-layer-1:before {
  content: "\f10c";
  color: #ACD3F3;
}

/* line 30, ../sass/vendor/_forecast.scss */
.forecast-moon, .weather-icon[data-weather="clear-night"] .icon-layer-base:before {
  content: "\f10d";
  color: #fff;
}

/* line 31, ../sass/vendor/_forecast.scss */
.forecast-windyrain {
  content: "\f10e";
}

/* line 32, ../sass/vendor/_forecast.scss */
.forecast-hail {
  content: "\f10f";
}

/* line 33, ../sass/vendor/_forecast.scss */
.forecast-sunset {
  content: "\f110";
}

/* line 34, ../sass/vendor/_forecast.scss */
.forecast-windyraincloud {
  content: "\f111";
}

/* line 35, ../sass/vendor/_forecast.scss */
.forecast-sunrise {
  content: "\f112";
}

/* line 36, ../sass/vendor/_forecast.scss */
.forecast-sun, .weather-icon[data-weather="clear-day"] .icon-layer-base:before {
  content: "\f113";
  color: #ffcc00;
}

/* line 37, ../sass/vendor/_forecast.scss */
.forecast-thunder {
  content: "\f114";
}

/* line 38, ../sass/vendor/_forecast.scss */
.forecast-windy, .weather-icon[data-weather="wind"] .icon-layer-1:before {
  content: "\f115";
  color: #ccc;
}

/* line 40, ../sass/vendor/_forecast.scss */
[data-weather] {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

/* line 48, ../sass/vendor/_forecast.scss */
.icon-layer-base,
.icon-layer-1,
.icon-layer-2 {
  position: absolute;
  display: inline-block;
}

/* line 55, ../sass/vendor/_forecast.scss */
.icon-layer-base {
  z-index: 1;
}

/* line 56, ../sass/vendor/_forecast.scss */
.icon-layer-1 {
  z-index: 2;
}

/* line 57, ../sass/vendor/_forecast.scss */
.icon-layer-2 {
  z-index: 3;
}

/* -----BaseCloud----- */
/* line 135, ../sass/vendor/_forecast.scss */
.basecloud:before {
  font-family: 'icomoon';
  font-size: 6em;
  content: '\f105';
  position: absolute;
  color: #cccccc;
}

/* -----windyraincloud----- */
/* line 147, ../sass/vendor/_forecast.scss */
.windyraincloud:before {
  font-family: 'icomoon';
  font-size: 6em;
  content: '\f111';
  position: absolute;
  color: #cccccc;
}

/* -----Windysnowcloud----- */
/* line 157, ../sass/vendor/_forecast.scss */
.windysnowcloud:before {
  font-family: 'icomoon';
  font-size: 6em;
  content: '\f109';
  position: absolute;
  color: #cccccc;
}

/* -----Basethundercloud----- */
/* line 167, ../sass/vendor/_forecast.scss */
.basethundercloud:before {
  font-family: 'icomoon';
  font-size: 6em;
  content: '\f105';
  position: absolute;
  color: #000;
}

/* -----Thunder----- */
/* line 179, ../sass/vendor/_forecast.scss */
.icon-thunder::before {
  content: "\f114";
  position: absolute;
  color: orange;
}

/* -----Drizzle----- */
/* line 187, ../sass/vendor/_forecast.scss */
.icon-drizzle::before {
  content: "\f10a";
  color: #82b2e4;
  position: absolute;
}

/* -----Hail----- */
/* line 195, ../sass/vendor/_forecast.scss */
.icon-hail::before {
  content: "\f10f";
  position: absolute;
  color: #cccccc;
}

/* -----Showers----- */
/* line 202, ../sass/vendor/_forecast.scss */
.icon-showers::before {
  content: "\f104";
  position: absolute;
  color: #82b2e4;
}

/* -----Rainy----- */
/* line 210, ../sass/vendor/_forecast.scss */
.icon-rainy::before {
  content: "\f107";
  position: absolute;
  color: #4681c3;
}

/* -----Snowy----- */
/* line 218, ../sass/vendor/_forecast.scss */
.icon-snowy::before {
  content: "\f10b";
  position: absolute;
  color: #acd3f3;
}

/* -----Frosty----- */
/* line 226, ../sass/vendor/_forecast.scss */
.icon-frosty::before {
  content: "\f102";
  position: absolute;
  color: #85d8f7;
}

/* -----Windy----- */
/* line 234, ../sass/vendor/_forecast.scss */
.icon-windy::before {
  content: "\f115";
  position: absolute;
  color: #cccccc;
}

/* -----WindyRain----- */
/* line 242, ../sass/vendor/_forecast.scss */
.icon-windyrain::before {
  content: "\f10e";
  position: absolute;
  color: #acd3f3;
}

/* -----WindySnow----- */
/* line 250, ../sass/vendor/_forecast.scss */
.icon-windysnow::before {
  content: "\f103";
  position: absolute;
  color: #acd3f3;
}

/* -----Sleet----- */
/* line 258, ../sass/vendor/_forecast.scss */
.icon-sleet::before {
  content: "\f10c";
  position: absolute;
  color: #acd3f3;
}

/* -----Moon----- */
/* line 266, ../sass/vendor/_forecast.scss */
.icon-moon::after {
  content: "\f10d";
  color: orange;
  position: absolute;
}

/* -----Night----- */
/* line 274, ../sass/vendor/_forecast.scss */
.icon-night::after {
  content: "\f100";
  position: absolute;
  color: orange;
}

/* -----Sun----- */
/* line 283, ../sass/vendor/_forecast.scss */
.icon-sun::after {
  content: "\f113";
  color: orange;
  position: absolute;
}

/* -----Cloud----- */
/* line 291, ../sass/vendor/_forecast.scss */
.icon-cloud::after {
  content: "\f106";
  color: #cccccc;
  position: absolute;
}

/* -----Sunrise----- */
/* line 300, ../sass/vendor/_forecast.scss */
.icon-sunrise:before {
  content: '\f112';
  color: orange;
  position: absolute;
}

/* -----Sunset----- */
/* line 308, ../sass/vendor/_forecast.scss */
.icon-sunset:before {
  content: '\f110';
  color: #f96f23;
  position: absolute;
}

/* -----Mist----- */
/* line 316, ../sass/vendor/_forecast.scss */
.icon-mist:before {
  content: '\f108';
  color: #cccccc;
  position: absolute;
}

/* ================================================================
   Custom Font 
   - Icomoon
   ================================================================ */
@font-face {
  font-family: "icomoon";
  src: url("../Fonts/forecast/forecast.eot");
  src: url("../Fonts/forecast/forecast.eot?#iefix") format("embedded-opentype"), url("../Fonts/forecast/forecast.woff") format("woff"), url("../Fonts/forecast/forecast.ttf") format("truetype"), url("../Fonts/forecast/forecast.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 30, ../sass/partials/_fonts.scss */
[data-icon]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: attr(data-icon);
}

/* line 35, ../sass/partials/_fonts.scss */
[class*="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ================================================================
   IMAGE SPRITES
   ================================================================ */
/* line 272, layout/icons/*.png */
.icons-sprite, .icons-americaneagle, .icons-arrow-blue, .icons-arrow-double-white, .banner-item a:before, .directions a:after, .icons-arrow-double, .module-rail .all:after, .events-rail .all:after, .news-rail .all:after, .content-rail .all:after, .icons-arrow-left-large, .owl-theme .owl-controls .owl-buttons .owl-prev:before, .icons-arrow-right-large, .owl-theme .owl-controls .owl-buttons .owl-next:before, .icons-arrow-small-black, .menu ul a:hover:before, .menu ul a:focus:before, .menu ul li:hover > a:before, .icons-arrow-small-blue, .ticket-link-text:after, .menu ul a:before, .icons-arrow-small-white, .menu ul ul a:before, .menu ul ul a:hover:before, .menu ul ul a:focus:before, .standings-item:before, .icons-arrow-white, .menu a:before, .menu .menu-item-wrap > .menu-sub-expand:before, .icons-clock, .icons-email, .page-tools a[title="Email"]:before, .icons-facebook-large, .icons-facebook, .icons-knob, .owl-theme .owl-controls .owl-buttons:before, .icons-lines, .icons-menu-blue, .menu-toggle a, .icons-menu, .menu-toggle.active a, .icons-needle, .owl-theme .owl-controls .owl-buttons:after, .icons-nhra, .icons-phone, .icons-print, .page-tools a[title="Print"]:before, .icons-search, .header .sfsearchBox .sfsearchSubmit:before, .icons-ticket, .icons-tickets, .ticket-link-inner:before, .icons-twitter-large, .icons-twitter, .icons-youtube-large, .icons-youtube {
  background-image: url('../Images/layout/icons.png?v=38e5ad253e');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-americaneagle {
  background-position: 0 0;
  height: 16px;
  width: 219px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-blue {
  background-position: 0 -26px;
  height: 17px;
  width: 10px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-double-white, .banner-item a:before, .directions a:after {
  background-position: 0 -53px;
  height: 46px;
  width: 37px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-double, .module-rail .all:after, .events-rail .all:after, .news-rail .all:after, .content-rail .all:after {
  background-position: 0 -109px;
  height: 62px;
  width: 52px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-left-large, .owl-theme .owl-controls .owl-buttons .owl-prev:before {
  background-position: 0 -181px;
  height: 63px;
  width: 35px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-right-large, .owl-theme .owl-controls .owl-buttons .owl-next:before {
  background-position: 0 -254px;
  height: 63px;
  width: 35px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-small-black, .menu ul a:hover:before, .menu ul a:focus:before, .menu ul li:hover > a:before {
  background-position: 0 -327px;
  height: 13px;
  width: 7px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-small-blue, .ticket-link-text:after, .menu ul a:before {
  background-position: 0 -350px;
  height: 13px;
  width: 7px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-small-white, .menu ul ul a:before, .menu ul ul a:hover:before, .menu ul ul a:focus:before, .standings-item:before {
  background-position: 0 -373px;
  height: 13px;
  width: 7px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-arrow-white, .menu a:before, .menu .menu-item-wrap > .menu-sub-expand:before {
  background-position: 0 -396px;
  height: 17px;
  width: 10px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-clock {
  background-position: 0 -423px;
  height: 46px;
  width: 46px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-email, .page-tools a[title="Email"]:before {
  background-position: 0 -479px;
  height: 17px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook-large {
  background-position: 0 -506px;
  height: 25px;
  width: 25px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook {
  background-position: 0 -541px;
  height: 18px;
  width: 18px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-knob, .owl-theme .owl-controls .owl-buttons:before {
  background-position: 0 -569px;
  height: 147px;
  width: 190px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-lines {
  background-position: 0 -726px;
  height: 4px;
  width: 4px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu-blue, .menu-toggle a {
  background-position: 0 -740px;
  height: 27px;
  width: 36px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-menu, .menu-toggle.active a {
  background-position: 0 -777px;
  height: 27px;
  width: 36px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-needle, .owl-theme .owl-controls .owl-buttons:after {
  background-position: 0 -814px;
  height: 150px;
  width: 150px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nhra {
  background-position: 0 -974px;
  height: 55px;
  width: 114px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-phone {
  background-position: 0 -1039px;
  height: 44px;
  width: 44px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-print, .page-tools a[title="Print"]:before {
  background-position: 0 -1093px;
  height: 18px;
  width: 20px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search, .header .sfsearchBox .sfsearchSubmit:before {
  background-position: 0 -1121px;
  height: 52px;
  width: 55px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-ticket {
  background-position: 0 -1183px;
  height: 45px;
  width: 47px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-tickets, .ticket-link-inner:before {
  background-position: 0 -1238px;
  height: 71px;
  width: 75px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter-large {
  background-position: 0 -1319px;
  height: 22px;
  width: 27px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter {
  background-position: 0 -1351px;
  height: 15px;
  width: 19px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-youtube-large {
  background-position: 0 -1376px;
  height: 26px;
  width: 21px;
}

/* line 84, ../../../../../../../../../../../Users/caleb.kester/Dropbox/Apps/Prepros/gems/gems/compass-core-1.0.0.alpha.13/stylesheets/compass/utilities/sprites/_base.scss */
.icons-youtube {
  background-position: 0 -1412px;
  height: 18px;
  width: 16px;
}

/* line 11, ../sass/partials/_sprites.scss */
.icons-sprite, .icons-americaneagle, .icons-arrow-blue, .icons-arrow-double-white, .banner-item a:before, .directions a:after, .icons-arrow-double, .module-rail .all:after, .events-rail .all:after, .news-rail .all:after, .content-rail .all:after, .icons-arrow-left-large, .owl-theme .owl-controls .owl-buttons .owl-prev:before, .icons-arrow-right-large, .owl-theme .owl-controls .owl-buttons .owl-next:before, .icons-arrow-small-black, .menu ul a:hover:before, .menu ul a:focus:before, .menu ul li:hover > a:before, .icons-arrow-small-blue, .ticket-link-text:after, .menu ul a:before, .icons-arrow-small-white, .menu ul ul a:before, .menu ul ul a:hover:before, .menu ul ul a:focus:before, .standings-item:before, .icons-arrow-white, .menu a:before, .menu .menu-item-wrap > .menu-sub-expand:before, .icons-clock, .icons-email, .page-tools a[title="Email"]:before, .icons-facebook-large, .icons-facebook, .icons-knob, .owl-theme .owl-controls .owl-buttons:before, .icons-lines, .icons-menu-blue, .menu-toggle a, .icons-menu, .menu-toggle.active a, .icons-needle, .owl-theme .owl-controls .owl-buttons:after, .icons-nhra, .icons-phone, .icons-print, .page-tools a[title="Print"]:before, .icons-search, .header .sfsearchBox .sfsearchSubmit:before, .icons-ticket, .icons-tickets, .ticket-link-inner:before, .icons-twitter-large, .icons-twitter, .icons-youtube-large, .icons-youtube {
  display: inline-block;
}

/* ================================================================
   Grid Framework 
   ================================================================ */
/* ================================================================
   Fluid Grid Styles 
   ================================================================ */
/* line 12, ../sass/partials/_grid-fluid.scss */
.container {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  min-width: 16em;
  max-width: 80em;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* line 67, ../sass/modules/_utilities.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 60em) {
  /* line 12, ../sass/partials/_grid-fluid.scss */
  .container {
    width: 87%;
  }
}

/* line 27, ../sass/partials/_grid-fluid.scss */
.container [class*="grid-"] {
  padding: 0 10px;
}

/* line 29, ../sass/partials/_grid-fluid.scss */
.gutterless {
  padding: 0 10px;
}

/* line 30, ../sass/partials/_grid-fluid.scss */
.gutterless > [class*="grid-"] {
  padding: 0;
}

@media (min-width: 0em) {
  /* line 33, ../sass/partials/_grid-fluid.scss */
  .container [class*="grid-"] {
    position: relative;
    float: left;
    width: 100%;
  }

  /* line 38, ../sass/partials/_grid-fluid.scss */
  .s-1half [class*="grid-"] {
    width: 50%;
  }

  /* line 39, ../sass/partials/_grid-fluid.scss */
  .s-full-grid[class*="grid-"] {
    width: 100%;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  /* line 43, ../sass/partials/_grid-fluid.scss */
  .s-m-1half [class*="grid-"] {
    width: 50%;
  }

  /* line 44, ../sass/partials/_grid-fluid.scss */
  .s-m-1half [class*="push-"] {
    left: 50%;
  }

  /* line 45, ../sass/partials/_grid-fluid.scss */
  .s-m-1half [class*="pull-"] {
    left: -50%;
  }

  /* line 47, ../sass/partials/_grid-fluid.scss */
  .s-m-1third [class*="grid-"] {
    width: 33.333%;
  }

  /* line 48, ../sass/partials/_grid-fluid.scss */
  .s-m-1third [class*="push-"] {
    left: 33.333%;
  }

  /* line 49, ../sass/partials/_grid-fluid.scss */
  .s-m-1third [class*="pull-"] {
    left: -33.333%;
  }

  /* line 50, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-2 {
    width: 16.666%;
  }

  /* line 51, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-4 {
    width: 33.333%;
  }

  /* line 52, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-5 {
    width: 41.666%;
  }

  /* line 53, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-6 {
    width: 50%;
  }

  /* line 54, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-7 {
    width: 58.333%;
  }

  /* line 55, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-8 {
    width: 66.666%;
  }

  /* line 56, ../sass/partials/_grid-fluid.scss */
  .container .s-m-grid-10 {
    width: 83.333%;
  }
}
@media (min-width: 48em) {
  /* line 60, ../sass/partials/_grid-fluid.scss */
  .container .grid-1 {
    width: 8.333%;
  }

  /* line 61, ../sass/partials/_grid-fluid.scss */
  .container .grid-2 {
    width: 16.666%;
  }

  /* line 62, ../sass/partials/_grid-fluid.scss */
  .container .grid-3 {
    width: 25%;
  }

  /* line 63, ../sass/partials/_grid-fluid.scss */
  .container .grid-4 {
    width: 33.333%;
  }

  /* line 64, ../sass/partials/_grid-fluid.scss */
  .container .grid-5 {
    width: 41.666%;
  }

  /* line 65, ../sass/partials/_grid-fluid.scss */
  .container .grid-6 {
    width: 50%;
  }

  /* line 66, ../sass/partials/_grid-fluid.scss */
  .container .grid-7 {
    width: 58.333%;
  }

  /* line 67, ../sass/partials/_grid-fluid.scss */
  .container .grid-8 {
    width: 66.666%;
  }

  /* line 68, ../sass/partials/_grid-fluid.scss */
  .container .grid-9 {
    width: 75%;
  }

  /* line 69, ../sass/partials/_grid-fluid.scss */
  .container .grid-10 {
    width: 83.333%;
  }

  /* line 70, ../sass/partials/_grid-fluid.scss */
  .container .grid-11 {
    width: 91.666%;
  }

  /* line 71, ../sass/partials/_grid-fluid.scss */
  .container .grid-12 {
    width: 100%;
  }

  /* line 73, ../sass/partials/_grid-fluid.scss */
  .container .push-1 {
    left: 8.333%;
  }

  /* line 74, ../sass/partials/_grid-fluid.scss */
  .container .push-2 {
    left: 16.666%;
  }

  /* line 75, ../sass/partials/_grid-fluid.scss */
  .container .push-3 {
    left: 25%;
  }

  /* line 76, ../sass/partials/_grid-fluid.scss */
  .container .push-4 {
    left: 33.333%;
  }

  /* line 77, ../sass/partials/_grid-fluid.scss */
  .container .push-5 {
    left: 41.666%;
  }

  /* line 78, ../sass/partials/_grid-fluid.scss */
  .container .push-6 {
    left: 50%;
  }

  /* line 79, ../sass/partials/_grid-fluid.scss */
  .container .push-7 {
    left: 58.333%;
  }

  /* line 80, ../sass/partials/_grid-fluid.scss */
  .container .push-8 {
    left: 66.666%;
  }

  /* line 81, ../sass/partials/_grid-fluid.scss */
  .container .push-9 {
    left: 75%;
  }

  /* line 82, ../sass/partials/_grid-fluid.scss */
  .container .push-10 {
    left: 83.333%;
  }

  /* line 83, ../sass/partials/_grid-fluid.scss */
  .container .push-11 {
    left: 91.666%;
  }

  /* line 84, ../sass/partials/_grid-fluid.scss */
  .container .push-12 {
    left: 100%;
  }

  /* line 86, ../sass/partials/_grid-fluid.scss */
  .container .pull-1 {
    left: -8.333%;
  }

  /* line 87, ../sass/partials/_grid-fluid.scss */
  .container .pull-2 {
    left: -16.666%;
  }

  /* line 88, ../sass/partials/_grid-fluid.scss */
  .container .pull-3 {
    left: -25%;
  }

  /* line 89, ../sass/partials/_grid-fluid.scss */
  .container .pull-4 {
    left: -33.333%;
  }

  /* line 90, ../sass/partials/_grid-fluid.scss */
  .container .pull-5 {
    left: -41.666%;
  }

  /* line 91, ../sass/partials/_grid-fluid.scss */
  .container .pull-6 {
    left: -50%;
  }

  /* line 92, ../sass/partials/_grid-fluid.scss */
  .container .pull-7 {
    left: -58.333%;
  }

  /* line 93, ../sass/partials/_grid-fluid.scss */
  .container .pull-8 {
    left: -66.666%;
  }

  /* line 94, ../sass/partials/_grid-fluid.scss */
  .container .pull-9 {
    left: -75%;
  }

  /* line 95, ../sass/partials/_grid-fluid.scss */
  .container .pull-10 {
    left: -83.333%;
  }

  /* line 96, ../sass/partials/_grid-fluid.scss */
  .container .pull-11 {
    left: -91.666%;
  }

  /* line 97, ../sass/partials/_grid-fluid.scss */
  .container .pull-12 {
    left: -100%;
  }

  /* line 99, ../sass/partials/_grid-fluid.scss */
  .container .prefix-1 {
    margin-left: 8.333%;
  }

  /* line 100, ../sass/partials/_grid-fluid.scss */
  .container .prefix-2 {
    margin-left: 16.666%;
  }

  /* line 101, ../sass/partials/_grid-fluid.scss */
  .container .prefix-3 {
    margin-left: 25%;
  }

  /* line 102, ../sass/partials/_grid-fluid.scss */
  .container .prefix-4 {
    margin-left: 33.333%;
  }

  /* line 103, ../sass/partials/_grid-fluid.scss */
  .container .prefix-5 {
    margin-left: 41.666%;
  }

  /* line 104, ../sass/partials/_grid-fluid.scss */
  .container .prefix-6 {
    margin-left: 50%;
  }

  /* line 105, ../sass/partials/_grid-fluid.scss */
  .container .prefix-7 {
    margin-left: 58.333%;
  }

  /* line 106, ../sass/partials/_grid-fluid.scss */
  .container .prefix-8 {
    margin-left: 66.666%;
  }

  /* line 107, ../sass/partials/_grid-fluid.scss */
  .container .prefix-9 {
    margin-left: 75%;
  }

  /* line 108, ../sass/partials/_grid-fluid.scss */
  .container .prefix-10 {
    margin-left: 83.333%;
  }

  /* line 109, ../sass/partials/_grid-fluid.scss */
  .container .prefix-11 {
    margin-left: 91.666%;
  }

  /* line 110, ../sass/partials/_grid-fluid.scss */
  .container .prefix-12 {
    margin-left: 100%;
  }

  /* line 112, ../sass/partials/_grid-fluid.scss */
  .container .suffix-1 {
    margin-right: 8.333%;
  }

  /* line 113, ../sass/partials/_grid-fluid.scss */
  .container .suffix-2 {
    margin-right: 16.666%;
  }

  /* line 114, ../sass/partials/_grid-fluid.scss */
  .container .suffix-3 {
    margin-right: 25%;
  }

  /* line 115, ../sass/partials/_grid-fluid.scss */
  .container .suffix-4 {
    margin-right: 33.333%;
  }

  /* line 116, ../sass/partials/_grid-fluid.scss */
  .container .suffix-5 {
    margin-right: 41.666%;
  }

  /* line 117, ../sass/partials/_grid-fluid.scss */
  .container .suffix-6 {
    margin-right: 50%;
  }

  /* line 118, ../sass/partials/_grid-fluid.scss */
  .container .suffix-7 {
    margin-right: 58.333%;
  }

  /* line 119, ../sass/partials/_grid-fluid.scss */
  .container .suffix-8 {
    margin-right: 66.666%;
  }

  /* line 120, ../sass/partials/_grid-fluid.scss */
  .container .suffix-9 {
    margin-right: 75%;
  }

  /* line 121, ../sass/partials/_grid-fluid.scss */
  .container .suffix-10 {
    margin-right: 83.333%;
  }

  /* line 122, ../sass/partials/_grid-fluid.scss */
  .container .suffix-11 {
    margin-right: 91.666%;
  }

  /* line 123, ../sass/partials/_grid-fluid.scss */
  .container .suffix-12 {
    margin-right: 100%;
  }

  /* line 125, ../sass/partials/_grid-fluid.scss */
  .container .grid-pad-rx2 {
    padding-right: 20px;
  }

  /* line 126, ../sass/partials/_grid-fluid.scss */
  .container .grid-pad-lx2 {
    padding-left: 20px;
  }
}
@media (min-width: 48em) and (max-width: 59.9em) {
  /* line 130, ../sass/partials/_grid-fluid.scss */
  .m-1half [class*="grid-"] {
    width: 50%;
  }

  /* line 131, ../sass/partials/_grid-fluid.scss */
  .m-1half [class*="push-"] {
    left: 50%;
  }

  /* line 132, ../sass/partials/_grid-fluid.scss */
  .m-1half [class*="pull-"] {
    left: -50%;
  }

  /* line 134, ../sass/partials/_grid-fluid.scss */
  .m-1third [class*="grid-"] {
    width: 33.333%;
  }

  /* line 135, ../sass/partials/_grid-fluid.scss */
  .m-1third [class*="push-"] {
    left: 33.333%;
  }

  /* line 136, ../sass/partials/_grid-fluid.scss */
  .m-1third [class*="pull-"] {
    left: -33.333%;
  }

  /* line 138, ../sass/partials/_grid-fluid.scss */
  .m-1fourth [class*="grid-"] {
    width: 25%;
  }

  /* line 139, ../sass/partials/_grid-fluid.scss */
  .m-1fourth [class*="push-"] {
    left: 25%;
  }

  /* line 140, ../sass/partials/_grid-fluid.scss */
  .m-1fourth [class*="pull-"] {
    left: -25%;
  }

  /* line 142, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="grid-"] {
    width: 50%;
  }

  /* line 143, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="grid-"]:nth-child(2n) {
    width: 25%;
  }

  /* line 144, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="grid-"]:nth-child(2n+1) {
    width: 75%;
  }

  /* line 145, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="push-"] {
    left: 0;
  }

  /* line 146, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-left [class*="pull-"] {
    left: 0;
  }

  /* line 148, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="grid-"] {
    width: 50%;
  }

  /* line 149, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="grid-"]:nth-child(2n) {
    width: 75%;
  }

  /* line 150, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="grid-"]:nth-child(2n+1) {
    width: 25%;
  }

  /* line 151, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="push-"] {
    left: 0;
  }

  /* line 152, ../sass/partials/_grid-fluid.scss */
  .m-2thirds-right [class*="pull-"] {
    left: 0;
  }

  /* line 154, ../sass/partials/_grid-fluid.scss */
  .container .m-l-grid-6 {
    width: 50%;
  }
}
/* ================================================================
   Typography Styles
   ================================================================ */
/* line 7, ../sass/partials/_typography.scss */
h1 {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #40acf6;
}
/* line 13, ../sass/partials/_typography.scss */
h1 strong, h1 b {
  color: #fff;
}

/* line 18, ../sass/partials/_typography.scss */
h2 {
  margin: 0 0 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  color: #40acf6;
}

/* line 25, ../sass/partials/_typography.scss */
h3 {
  margin: 0 0 1em;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #40acf6;
}

/* line 32, ../sass/partials/_typography.scss */
h4 {
  color: #40acf6;
}

/* line 36, ../sass/partials/_typography.scss */
p {
  margin: 0 0 1.5em;
}

/* line 40, ../sass/partials/_typography.scss */
ul, ol {
  padding-left: 1.5em;
  margin: 0 0 1.5em;
}

/* line 45, ../sass/partials/_typography.scss */
a {
  color: #40acf6;
  text-decoration: none;
}
/* line 49, ../sass/partials/_typography.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 54, ../sass/partials/_typography.scss */
table {
  margin: 1em 0;
  border-top: 1px solid #c6c6c6;
}

/* line 59, ../sass/partials/_typography.scss */
td {
  background: black;
  padding: 0.75em 1em;
}
/* line 63, ../sass/partials/_typography.scss 
td:first-child {
  padding-left: 3em;
}*/

/* line 69, ../sass/partials/_typography.scss */
thead td {
  background: none !important;
  color:#fff!important;
}

/* line 74, ../sass/partials/_typography.scss */
tr:nth-child(2n) td {
  background: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCC;
}

/* line 78, ../sass/partials/_typography.scss */
tr td:nth-child(2) {
  background-image: url(../Images/layout/pointspace.png);
  background-position: right center;
  background-repeat: no-repeat;
  color: #40acf6;
}

/* line 85, ../sass/partials/_typography.scss */
.btn, .module .back, .sfFormSubmit [type="button"], .sfFormSubmit [type="submit"], .sfcommentsSubmitBtnWrp input[type="submit"], .button, .main input.sfsearchSubmit {
  display: inline-block;
  padding: 0.4em 1.5em;
  background: #40acf6;
  color: #fff;
  border: 0;
  font-family: Arial, sans-serif;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 95, ../sass/partials/_typography.scss */
.btn:hover, .module .back:hover, .sfFormSubmit [type="button"]:hover, .sfFormSubmit [type="submit"]:hover, .sfcommentsSubmitBtnWrp input[type="submit"]:hover, .btn:focus, .module .back:focus, .sfFormSubmit [type="button"]:focus, .sfFormSubmit [type="submit"]:focus, .sfcommentsSubmitBtnWrp input[type="submit"]:focus, .button:hover, .main input.sfsearchSubmit:hover, .button:focus, .main input.sfsearchSubmit:focus {
  text-decoration: none;
  background: #0f97f4;
}

/* ==========================================================================
   Global Modules
   ========================================================================== */
/* Item Lists Content
   ========================================================================== */
/* line 14, ../sass/partials/_modules.scss */
.module-list {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 19, ../sass/partials/_modules.scss */
.module-list .item {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px;
  background: #000;
}
/* line 26, ../sass/partials/_modules.scss */
.module-list .item + .item {
  margin-top: 18px;
}
/* line 30, ../sass/partials/_modules.scss */
.module-list .item .title {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  color: #40acf6;
}
/* line 36, ../sass/partials/_modules.scss */
.module-list .item .title a {
  text-decoration: none;
}
/* line 39, ../sass/partials/_modules.scss */
.module-list .item .title a:hover, .module-list .item .title a:focus {
  text-decoration: underline;
}
/* line 45, ../sass/partials/_modules.scss */
.module-list .item .meta {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.2em;
  padding-top: 5px;
}
/* line 53, ../sass/partials/_modules.scss */
.module-list .item .summary {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Open Sans", sans-serif;
}
/* line 59, ../sass/partials/_modules.scss */
.module-list .item .more {
  text-transform: lowercase;
}

/* Item Module Content
   ========================================================================== */
/* line 72, ../sass/partials/_modules.scss */
.module .meta {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
}
/* line 78, ../sass/partials/_modules.scss */
.module .summary {
  margin-top: 1em;
}
/* line 82, ../sass/partials/_modules.scss */
.module .content {
  margin-bottom: 1em;
}
/* line 86, ../sass/partials/_modules.scss */
.module .back {
  text-transform: uppercase;
  font-size: 0.8em;
}

/* line 94, ../sass/partials/_modules.scss */
.ticket-link {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  width: 85px;
  text-align: center;
  color: #fff;
  background-repeat: repeat;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzczNzM3MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhMjkyOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #737373, #2a2929);
  background-image: -o-linear-gradient(top, #737373, #2a2929);
  background-image: -webkit-linear-gradient(top, #737373, #2a2929);
  background-image: linear-gradient(to bottom, #737373, #2a2929);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 108, ../sass/partials/_modules.scss */
.ticket-link:hover, .ticket-link:focus {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkMWMxYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #666666, #1d1c1c);
  background-image: -o-linear-gradient(top, #666666, #1d1c1c);
  background-image: -webkit-linear-gradient(top, #666666, #1d1c1c);
  background-image: linear-gradient(to bottom, #666666, #1d1c1c);
}
/* line 111, ../sass/partials/_modules.scss */
.ticket-link:hover .ticket-link-text:after, .ticket-link:focus .ticket-link-text:after {
  left: 100%;
  opacity: 0;
}

/* line 118, ../sass/partials/_modules.scss */
.ticket-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../Images/layout/lines.png) repeat;
}
/* line 126, ../sass/partials/_modules.scss */
.ticket-link-inner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -35px 0 0 -37px;
}

/* line 137, ../sass/partials/_modules.scss */
.ticket-link-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.75em;
  font-family: "Open Sans", sans-serif;
}
/* line 145, ../sass/partials/_modules.scss */
.ticket-link-text:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 75%;
  margin-left: 0.5em;
  opacity: 1;
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media (min-width: 48em) {
  /* line 159, ../sass/partials/_modules.scss */
  .events-listing .item {
    padding-right: 300px;
  }
}
/* line 165, ../sass/partials/_modules.scss */
.events-listing .event-ticket {
  position: relative;
  min-height: 100px;
  background: rgba(64, 172, 246, 0.8) url(../Images/layout/lines.png) repeat;
}
@media (min-width: 48em) {
  /* line 165, ../sass/partials/_modules.scss */
  .events-listing .event-ticket {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
  }
}
/* line 179, ../sass/partials/_modules.scss */
.events-listing .event-ticket-image {
  position: absolute;
  top: 5%;
  left: 10px;
  z-index: 5;
  height: 90%;
  width: 198px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-size: cover;
}
/* line 191, ../sass/partials/_modules.scss */
.events-listing .event-ticket-image .sfimageWrp {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
/* line 198, ../sass/partials/_modules.scss */
.events-listing .event-ticket-image .sfimageWrp img {
  max-height: 100%;
}
/* line 205, ../sass/partials/_modules.scss */
.events-listing .ticket-link {
  height: 80px;
  top: 50%;
  margin-top: -40px;
  -moz-box-shadow: -50px 0 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -50px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: -50px 0 0 rgba(0, 0, 0, 0.4);
}

/* ==========================================================================
   Rail Modules
   ========================================================================== */
/* line 220, ../sass/partials/_modules.scss */
.module-rail .module-header, .events-rail .module-header, .news-rail .module-header, .content-rail .module-header {
  background: #000;
  padding: 20px;
}
/* line 224, ../sass/partials/_modules.scss */
.module-rail .module-header .title, .events-rail .module-header .title, .news-rail .module-header .title, .content-rail .module-header .title {
  color: #40acf6;
  margin: 0;
  font-size: 25px;
  font-size: 1.5625rem;
}
/* line 229, ../sass/partials/_modules.scss */
.module-rail .module-header .title a, .events-rail .module-header .title a, .news-rail .module-header .title a, .content-rail .module-header .title a {
  text-decoration: none;
}
/* line 232, ../sass/partials/_modules.scss */
.module-rail .module-header .title a:hover, .events-rail .module-header .title a:hover, .news-rail .module-header .title a:hover, .content-rail .module-header .title a:hover, .module-rail .module-header .title a:focus, .events-rail .module-header .title a:focus, .news-rail .module-header .title a:focus, .content-rail .module-header .title a:focus {
  text-decoration: underline;
}
/* line 239, ../sass/partials/_modules.scss */
.module-rail .module-content, .events-rail .module-content, .news-rail .module-content, .content-rail .module-content {
  padding: 0 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-linear-gradient(top, #000000 40%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, #000000 40%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, #000000 40%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, #000000 40%, rgba(0, 0, 0, 0) 100%);
}
/* line 244, ../sass/partials/_modules.scss */
.module-rail .item, .events-rail .item, .news-rail .item, .content-rail .item {
  padding: 0;
}
/* line 248, ../sass/partials/_modules.scss */
.module-rail .all, .events-rail .all, .news-rail .all, .content-rail .all {
  margin: 20px 0;
  display: block;
  text-align: center;
  text-transform: lowercase;
  font-size: 21px;
  font-size: 1.3125rem;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}
/* line 257, ../sass/partials/_modules.scss */
.module-rail .all:after, .events-rail .all:after, .news-rail .all:after, .content-rail .all:after {
  content: '';
  position: relative;
  left: 0;
  display: block;
  margin: 10px auto 0;
  opacity: 1;
  -moz-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 268, ../sass/partials/_modules.scss */
.module-rail .all:hover, .events-rail .all:hover, .news-rail .all:hover, .content-rail .all:hover, .module-rail .all:focus, .events-rail .all:focus, .news-rail .all:focus, .content-rail .all:focus {
  text-decoration: none;
}
/* line 271, ../sass/partials/_modules.scss */
.module-rail .all:hover:after, .events-rail .all:hover:after, .news-rail .all:hover:after, .content-rail .all:hover:after, .module-rail .all:focus:after, .events-rail .all:focus:after, .news-rail .all:focus:after, .content-rail .all:focus:after {
  left: 200px;
  opacity: 0;
}

/* line 286, ../sass/partials/_modules.scss */
.events-rail .module-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 291, ../sass/partials/_modules.scss */
.events-rail .event-link {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 80px;
  padding: 0 100px 10px 20px;
  text-decoration: none;
  background: rgba(64, 172, 246, 0.8) url(../Images/layout/lines.png) repeat;
  color: #000;
  -moz-box-shadow: inset -200px 0 100px -100px black;
  -webkit-box-shadow: inset -200px 0 100px -100px black;
  box-shadow: inset -200px 0 100px -100px black;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 303, ../sass/partials/_modules.scss */
.events-rail .event-link:hover, .events-rail .event-link:focus {
  background-color: rgba(40, 161, 245, 0.8);
  -moz-box-shadow: inset -215px 0 100px -100px black;
  -webkit-box-shadow: inset -215px 0 100px -100px black;
  box-shadow: inset -215px 0 100px -100px black;
}
/* line 308, ../sass/partials/_modules.scss */
.events-rail .event-link .title {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

/* line 323, ../sass/partials/_modules.scss */
.content-rail .module-content {
  padding-top: 20px;
  background: url(../Images/layout/dots-bg.png) repeat-x 50% 0;
}

/* line 332, ../sass/partials/_modules.scss */
.event-detail .meta {
  padding: 1em;
  margin: 1em 0;
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #fff;
}
/* line 339, ../sass/partials/_modules.scss */
.event-detail .event-info {
  display: block;
  margin: 1em 0;
  padding: 0;
  font-weight: bold;
}
/* line 345, ../sass/partials/_modules.scss */
.event-detail .event-info li {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 350, ../sass/partials/_modules.scss */
.event-detail .event-info li + li {
  margin-top: 1em;
}
/* line 355, ../sass/partials/_modules.scss */
.event-detail .event-info strong {
  color: #40acf6;
}
/* line 360, ../sass/partials/_modules.scss */
.event-detail .event-banner {
  display: block;
  margin-bottom: 1em;
}
/* line 364, ../sass/partials/_modules.scss */
.event-detail .event-banner img {
  width: 100%;
}

/* ==========================================================================
   Global Modules
   ========================================================================== */
/* line 5, ../sass/partials/_weather.scss */
.weather {
  display: none;
  color: #cbd1d7;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 60em) {
  .weather {
    display: block;
    position: absolute;
    top: 2px; 
    right: 360px;
  }
}
/* line 13, ../sass/partials/_weather.scss */
.weather:hover, .weather:focus {
  color: #fff;
  text-decoration: none;
}

/* line 19, ../sass/partials/_weather.scss */
.weather-icon {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: left;
  vertical-align: top;
  font-size: 36px;
  font-size: 2.25rem;
}

/* line 31, ../sass/partials/_weather.scss */
.weather-temp {
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  line-height: 2.375rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 43, ../sass/partials/_weather.scss */
.weather-temp:after {
  content: '\b0';
}

/* ==========================================================================
   Banner
   ========================================================================== */
/* line 5, ../sass/partials/_banners.scss */
.banner {
  margin: 2em 0 1em;
  text-align: center;
}

/* line 10, ../sass/partials/_banners.scss */
.banner-item {
  position: relative;
  display: inline-block;
  text-align: left;
}
/* line 16, ../sass/partials/_banners.scss */
.banner-item[data-external="True"]:before {
  content: 'advertisement';
  display: block;
  position: absolute;
  top: -1.5em;
  left: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
}
/* line 28, ../sass/partials/_banners.scss */
.banner-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1em 5em 1em 1em;
  z-index: 2;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 43, ../sass/partials/_banners.scss */
.banner-item a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
/* line 48, ../sass/partials/_banners.scss */
.banner-item a.overlay:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  border-style: solid;
  border-width: 0 0 100px 115px;
  border-color: transparent transparent #3f7ddf transparent;
  border-color: transparent transparent rgba(63, 125, 223, 0.85) transparent;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 62, ../sass/partials/_banners.scss */
.banner-item a.overlay:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 4px;
  right: 8px;
  z-index: 4;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 74, ../sass/partials/_banners.scss */
.banner-item a:hover .title, .banner-item a:focus .title {
  background: #000;
}
/* line 78, ../sass/partials/_banners.scss */
.banner-item a:hover:after, .banner-item a:focus:after {
  right: -5px;
}
/* line 82, ../sass/partials/_banners.scss */
.banner-item a:hover:before, .banner-item a:focus:before {
  right: 3px;
}

/* ==========================================================================
   FAQ Modules
   ========================================================================== */
/* line 5, ../sass/partials/_faq.scss */
.faq-legend {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 2em;
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
/* line 12, ../sass/partials/_faq.scss */
.faq-legend ol {
  margin: 0;
  padding: 0 0.5em 0 15px;
}
/* line 17, ../sass/partials/_faq.scss */
.faq-legend li {
  list-style-type: square;
}
/* line 20, ../sass/partials/_faq.scss */
.faq-legend li + li {
  margin-top: 0.2em;
}
/* line 24, ../sass/partials/_faq.scss */
.faq-legend li a {
  text-decoration: none;
}
/* line 27, ../sass/partials/_faq.scss */
.faq-legend li a:hover, .faq-legend li a:focus {
  text-decoration: underline;
}

/* line 37, ../sass/partials/_faq.scss */
.faq-details .module-list .item + .item {
  margin-top: 20px;
}
/* line 43, ../sass/partials/_faq.scss */
.faq-details .item .title {
  padding-right: 40px;
}
/* line 47, ../sass/partials/_faq.scss */
.faq-details .item .top {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccccc;
}
/* line 56, ../sass/partials/_faq.scss */
.faq-details .item .top:hover, .faq-details .item .top:focus {
  text-decoration: underline;
}
/* line 60, ../sass/partials/_faq.scss */
.faq-details .item .top:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 4px;
  width: 0px;
  height: 0px;
  margin-right: 4px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #cccccc transparent;
}

/* ================================================================
   Generic Form Styles
   ================================================================ */
/* line 12, ../sass/partials/_forms.scss */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  border: 0px solid black;
  border-radius: 0px;
  height: 30px;
  height: 1.875rem;
  padding: 5px 13px;
  background: black;
  vertical-align: top;
  color: #40acf6;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 27, ../sass/partials/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  outline: none;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
}

/* line 33, ../sass/partials/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
  margin-right: 2px;
  border-radius: 0;
  background: none;
}

/* line 40, ../sass/partials/_forms.scss */
select {
  border: 0px solid black;
  border-radius: 0px;
  background: #fff;
  color: #40acf6;
  height: 30px;
  padding: 5px;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  height: 30px;
  height: 1.875rem;
}
/* line 50, ../sass/partials/_forms.scss */
select:focus {
  outline: none;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
}

/* line 56, ../sass/partials/_forms.scss */
textarea {
  padding: 10px 13px;
  border: 0px solid black;
  border-radius: 0px;
  min-height: 100px;
  background: black;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 65, ../sass/partials/_forms.scss */
textarea:focus {
  outline: none;
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.22), inset 0 0 0 2px #40acf6;
}

/* line 72, ../sass/partials/_forms.scss */
.sfreContentArea {
  background: black;
}

/* ================================================================
   Sitefinity Form Styles
   ================================================================ */
/* line 87, ../sass/partials/_forms.scss */
.sfTxtLbl {
  font-weight: bold;
  display: block;
}

/* line 98, ../sass/partials/_forms.scss */
.Sitefinity.RadEditor .reContentCell {
  border: none;
}
/* line 101, ../sass/partials/_forms.scss */
.Sitefinity.RadEditor .reContentCell iframe {
  border: 0px solid black;
  border-radius: 0px;
}

/* line 107, ../sass/partials/_forms.scss */
.sfError {
  color: red;
}

/* line 111, ../sass/partials/_forms.scss */
.sfTxt {
  width: 100%;
}

/* line 120, ../sass/partials/_forms.scss */
.sfCheckListBox, .sfRadioList {
  display: block;
  margin-left: 1em;
}

/* line 126, ../sass/partials/_forms.scss */
.sfTxtBoxSmall .sfTxt,
.sfDdlSmall select {
  max-width: 120px;
  width: 100%;
}

/* line 132, ../sass/partials/_forms.scss */
.sfTxtBoxMedium .sfTxt,
.sfDdlMedium select {
  max-width: 300px;
  width: 100%;
}

/* line 138, ../sass/partials/_forms.scss */
.sfTxtBoxLarge .sfTxt,
.sfDdlLarge select {
  max-width: 400px;
  width: 100%;
}

/* line 146, ../sass/partials/_forms.scss */
.sfFormBox, .sfFormBlock, .sfFormDropdown, .sfFormCheckboxlist, .sfFormBlock, .sfFormRadiolist {
  margin-bottom: 1em;
}

/* line 150, ../sass/partials/_forms.scss */
.sfFormSubmit {
  margin: 0.5em 0;
}

/* line 158, ../sass/partials/_forms.scss */
.sfExample {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0.5em 0 1em;
}

/* line 165, ../sass/partials/_forms.scss */
.main .sfsearchTxt {
  width: 40%;
}
/* line 169, ../sass/partials/_forms.scss */
.main input.sfsearchSubmit {
  height: 1.875rem;
}

/* ================================================================
   Menu Styles
================================================================ */
/* line 8, ../sass/partials/_menu.scss */
.page-wrap .main-nav {
  display: none;
}
@media (min-width: 60em) {
  /* line 8, ../sass/partials/_menu.scss */
  .page-wrap .main-nav {
    display: block;
    margin-top: -50px;
  }
}
/* line 16, ../sass/partials/_menu.scss */
.page-wrap.adjusted {
  overflow-y: hidden;
}
/* line 19, ../sass/partials/_menu.scss */
.page-wrap.adjusted .main-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  background: #000000;
  z-index: 1000;
  -moz-box-shadow: inset -20px 0 20px -20px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: inset -20px 0 20px -20px rgba(255, 255, 255, 0.75);
  box-shadow: inset -20px 0 20px -20px rgba(255, 255, 255, 0.75);
}
/* line 29, ../sass/partials/_menu.scss */
.page-wrap.adjusted .main-nav .grid-12 {
  padding: 0;
}
/* line 34, ../sass/partials/_menu.scss */
.page-wrap.adjusted > .header,
.page-wrap.adjusted > .main,
.page-wrap.adjusted > .partners-wrap,
.page-wrap.adjusted > .container,
.page-wrap.adjusted > .footer {
  position: relative;
  left: 75%;
}

/* line 45, ../sass/partials/_menu.scss */
.nav-extra {
  position: absolute;
  right: 200px;
  top: -200px;
}

/* Menu Toggle Styles */
/* line 53, ../sass/partials/_menu.scss */
.menu-toggle {
  position: relative;
  float: left;
  padding: 8px;
  margin: 0 0 20px 20px;
}
/* line 59, ../sass/partials/_menu.scss */
.menu-toggle:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -moz-box-shadow: 0 0 8px 0 white;
  -webkit-box-shadow: 0 0 8px 0 white;
  box-shadow: 0 0 8px 0 white;
  -moz-transform: scale(0.8) skewX(-15deg) skewY(-6deg);
  -ms-transform: scale(0.8) skewX(-15deg) skewY(-6deg);
  -o-transform: scale(0.8) skewX(-15deg) skewY(-6deg);
  -webkit-transform: scale(0.8) skewX(-15deg) skewY(-6deg);
  transform: scale(0.8) skewX(-15deg) skewY(-6deg);
}
/* line 71, ../sass/partials/_menu.scss */
.menu-toggle a {
  position: relative;
  background-color: #000;
  z-index: 5;
  -moz-box-shadow: 0 0 0 8px black;
  -webkit-box-shadow: 0 0 0 8px black;
  box-shadow: 0 0 0 8px black;
}
/* line 83, ../sass/partials/_menu.scss */
.no-js .menu-toggle {
  display: none;
}
@media (min-width: 60em) {
  /* line 53, ../sass/partials/_menu.scss */
  .menu-toggle {
    display: none;
  }
}

/* Menu Core Styles */
/* line 94, ../sass/partials/_menu.scss */
.menu, .menu li, .menu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 60em) {
  /* line 101, ../sass/partials/_menu.scss */
  .menu {
    display: table;
  }
}
@media (min-width: 60em) {
  /* line 101, ../sass/partials/_menu.scss */
  .menu {
    display: block;
  }
}
/* line 112, ../sass/partials/_menu.scss */
.menu a {
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none;
}
/* line 118, ../sass/partials/_menu.scss */
.menu a:hover, .menu a:focus {
  text-decoration: none;
}
/* line 124, ../sass/partials/_menu.scss */
.menu ul {
  display: none;
}
/* line 127, ../sass/partials/_menu.scss */
.menu ul.active {
  display: block;
}

/* line 134, ../sass/partials/_menu.scss */
.menu a {
  position: relative;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
/* line 138, ../sass/partials/_menu.scss */
.menu a:before {
  content: '';
}
/* line 143, ../sass/partials/_menu.scss */
.menu a.has-sub:before {
  display: none;
}
/* line 176, ../sass/partials/_menu.scss */
.menu .menu-item-wrap > .menu-sub-expand {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 40px;
  padding: 15px 0 0 17px;
}
/* line 185, ../sass/partials/_menu.scss */
.menu .menu-item-wrap > .menu-sub-expand:before {
  content: '';
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Menu Theme Styles */
@media (min-width: 0em) and (max-width: 59.9em) {
  /* line 195, ../sass/partials/_menu.scss */
  .menu {
    padding-top: 2em;
  }
  /* line 201, ../sass/partials/_menu.scss */
  .menu a {
    padding: 0.5em 1em 0.5em 40px;
    color: #40acf6;
    font-weight: bold;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.1em;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
  }
  /* line 211, ../sass/partials/_menu.scss */
  .menu a:hover, .menu a:focus {
    color: #fff;
  }
  /* line 215, ../sass/partials/_menu.scss */
  .menu a:before {
    position: absolute;
    top: 15px;
    left: 17px;
  }
  /* line 222, ../sass/partials/_menu.scss */
  .menu a.has-sub:before {
    display: none !important;
  }
  /* line 230, ../sass/partials/_menu.scss */
  .menu > li:first-child a,
  .menu > li:first-child + li a {
    color: #fff;
  }
  /* line 233, ../sass/partials/_menu.scss */
  .menu > li:first-child a:hover, .menu > li:first-child a:focus,
  .menu > li:first-child + li a:hover,
  .menu > li:first-child + li a:focus {
    color: #40acf6;
  }
  /* line 239, ../sass/partials/_menu.scss */
  .menu ul a {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 50px;
  }
  /* line 243, ../sass/partials/_menu.scss */
  .menu ul a:hover, .menu ul a:focus {
    background: #40acf6;
  }
  /* line 247, ../sass/partials/_menu.scss */
  .menu ul a:before {
    top: 11px;
    left: 30px;
  }
  /* line 252, ../sass/partials/_menu.scss */
  .menu ul a.menu-sub-expand {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 40px;
    padding: 15px 0 0 17px;
  }
  /* line 261, ../sass/partials/_menu.scss */
  .menu ul a.menu-sub-expand:before {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  /* line 267, ../sass/partials/_menu.scss */
  .menu ul ul a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 70px;
  }
  /* line 271, ../sass/partials/_menu.scss */
  .menu ul ul a:before {
    left: 50px;
  }
}
@media (min-width: 60em) {
  /* line 195, ../sass/partials/_menu.scss */
  .menu {
    display: table;
    width: 100%;
  }
  /* line 282, ../sass/partials/_menu.scss */
  .menu .menu-sub-expand {
    display: none !important;
  }
  /* line 286, ../sass/partials/_menu.scss */
  .menu > li {
    display: table-cell;
  }
  /* line 289, ../sass/partials/_menu.scss */
  .menu > li:first-child {
    display: none;
  }
  /* line 292, ../sass/partials/_menu.scss */
  .menu > li:first-child + li {
    display: none;
  }
  /* line 298, ../sass/partials/_menu.scss */
  .menu > li:hover a:after {
    background: #fff;
  }
  /* line 304, ../sass/partials/_menu.scss */
  .menu a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding: 0 0 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
  }
  /* line 311, ../sass/partials/_menu.scss */
  .menu a:before {
    display: none;
  }
  /* line 315, ../sass/partials/_menu.scss */
  .menu a:after {
    content: '';
    width: 60%;
    height: 2px;
    position: absolute;
    bottom: 3px;
    left: 0;
    background: rgba(255, 255, 255, 0);
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  /* line 326, ../sass/partials/_menu.scss */
  .menu a:hover, .menu a:focus {
    color: #fff;
  }
  /* line 332, ../sass/partials/_menu.scss */
  .menu .menu-item-wrap {
    position: relative;
  }
  /* line 337, ../sass/partials/_menu.scss */
  .menu ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding-bottom: 22px;
    z-index: 5000;
    width: 100%;
    min-width: 11em;
  }
  /* line 346, ../sass/partials/_menu.scss */
  .menu ul li {
    background: #000;
  }
  /* line 349, ../sass/partials/_menu.scss */
  .menu ul li:first-child {
    padding-top: 2px;
  }
  /* line 351, ../sass/partials/_menu.scss */
  .menu ul li:first-child:before {
    content: '';
    width: 80%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #40acf6;
  }
  /* line 362, ../sass/partials/_menu.scss */
  .menu ul li:hover {
    background: #40acf6;
  }
  /* line 367, ../sass/partials/_menu.scss */
  .menu ul:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 29px, #000000 29px);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 29px, #000000 29px);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 29px, #000000 29px);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 29px, #000000 29px);
  }
  /* line 377, ../sass/partials/_menu.scss */
  .menu ul:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 22px 29px 0 0;
    border-color: #000000 transparent transparent transparent;
  }
  /* line 389, ../sass/partials/_menu.scss */
  .menu ul a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.1em;
    padding: 5px 0 5px 20px;
    color: #fff;
  }
  /* line 395, ../sass/partials/_menu.scss */
  .menu ul a:hover, .menu ul a:focus {
    color: #fff;
    background: #40acf6;
  }
  /* line 400, ../sass/partials/_menu.scss */
  .menu ul a.has-sub:before {
    display: block;
  }
  /* line 404, ../sass/partials/_menu.scss */
  .menu ul a:before {
    position: absolute;
    top: 6px;
    left: 7px;
  }
  /* line 410, ../sass/partials/_menu.scss */
  .menu ul a:after {
    display: none;
  }
  /* line 416, ../sass/partials/_menu.scss */
  .menu ul ul {
    top: 0;
    left: 100%;
  }
  /* line 420, ../sass/partials/_menu.scss */
  .menu ul ul li {
    background: #40acf6;
  }
  /* line 423, ../sass/partials/_menu.scss */
  .menu ul ul li:hover {
    background: #000;
  }
  /* line 427, ../sass/partials/_menu.scss */
  .menu ul ul li:first-child {
    padding-top: 0px;
  }
  /* line 430, ../sass/partials/_menu.scss */
  .menu ul ul li:first-child:before {
    display: none;
  }
  /* line 436, ../sass/partials/_menu.scss */
  .menu ul ul a {
    color: #000;
  }
  /* line 439, ../sass/partials/_menu.scss */
  .menu ul ul a:hover, .menu ul ul a:focus {
    color: #fff;
    background: #000;
  }
  /* line 445, ../sass/partials/_menu.scss */
  .menu ul ul:before {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjEwMCUiIHkxPSI1MCUiIHgyPSIwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwYWNmNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 29px, #40acf6 29px);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 29px, #40acf6 29px);
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 29px, #40acf6 29px);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 29px, #40acf6 29px);
  }
  /* line 449, ../sass/partials/_menu.scss */
  .menu ul ul:after {
    border-color: #40acf6 transparent transparent transparent;
  }
  /* line 456, ../sass/partials/_menu.scss */
  .menu li:hover > .menu-item-wrap > ul,
  .menu li:hover > ul {
    display: block;
  }
  /* line 463, ../sass/partials/_menu.scss */
  .menu > li:last-child ul {
    right: 0;
    left: auto;
  }
  /* line 467, ../sass/partials/_menu.scss */
  .menu > li:last-child ul ul {
    right: 100%;
  }
}
@media (min-width: 72em) {
  /* line 474, ../sass/partials/_menu.scss */
  .menu a {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* ==========================================================================
   Comments - Styles
   ========================================================================== */
/* Comments
   ========================================================================== */
/* line 12, ../sass/partials/_comments.scss */
.sfcommentsFormWrp, .sfcommentsListWrp {
  margin-top: 20px;
}

/* line 16, ../sass/partials/_comments.scss */
.sfcommentsTitle {
  margin-bottom: 10px;
}

/* Comment List
   ========================================================================== */
/* line 24, ../sass/partials/_comments.scss */
.sfcommentsList {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
/* line 29, ../sass/partials/_comments.scss */
.sfcommentsList > li {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px;
  background: #f2f2f2;
}
/* line 36, ../sass/partials/_comments.scss */
.sfcommentsList > li + li {
  margin-top: 20px;
}

/* line 42, ../sass/partials/_comments.scss */
.sfcommentNumber {
  display: none;
}

/* line 46, ../sass/partials/_comments.scss */
.sfcommentDate:before {
  content: ' - ';
}

/* Post Comment
   ========================================================================== */
/* line 54, ../sass/partials/_comments.scss */
.sfcommentsFieldsList {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 60, ../sass/partials/_comments.scss */
.sfcommentsFieldsList > li {
  position: relative;
  display: block;
  margin: 0 0 1em;
}
@media (min-width: 48em) {
  /* line 60, ../sass/partials/_comments.scss */
  .sfcommentsFieldsList > li {
    width: 33.33%;
    padding: 0 10px;
    float: left;
  }
  /* line 70, ../sass/partials/_comments.scss */
  .sfcommentsFieldsList > li:nth-child(3n) {
    padding-right: 0;
  }
  /* line 74, ../sass/partials/_comments.scss */
  .sfcommentsFieldsList > li:nth-child(3n-2) {
    padding-left: 0;
  }
}
/* line 79, ../sass/partials/_comments.scss */
.sfcommentsFieldsList > li.sfcommentEditor {
  float: none;
  width: auto;
  clear: both;
  padding-right: 0;
  padding-left: 0;
}
/* line 86, ../sass/partials/_comments.scss */
.sfcommentsFieldsList > li.sfcommentEditor .reToolbarWrapper {
  position: absolute;
  top: -6px;
  right: 0;
  margin-right: 0 !important;
}
/* line 93, ../sass/partials/_comments.scss */
.sfcommentsFieldsList > li.sfcommentEditor .sfMoreTools {
  min-width: 0 !important;
}
/* line 100, ../sass/partials/_comments.scss */
.sfcommentsFieldsList .sfTxt {
  width: 100%;
}
/* line 104, ../sass/partials/_comments.scss */
.sfcommentsFieldsList .sfTxtLbl {
  font-weight: bold;
}
/* line 108, ../sass/partials/_comments.scss */
.sfcommentsFieldsList .sfNote {
  font-size: 0.9em;
  font-weight: normal;
  font-style: normal;
}

/* line 117, ../sass/partials/_comments.scss */
.sfcommentsField .reBottomTable {
  display: none;
}

/* ================================================================
   Photos Styles
   ================================================================ */
/* line 11, ../sass/partials/_photos.scss */
.gallery .gallery-list {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 17, ../sass/partials/_photos.scss */
.gallery .gallery-list li {
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 0;
}
/* line 28, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list {
  margin: 0 -10px;
  text-align: left;
}
/* line 32, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list li {
  margin: 10px;
}
/* line 37, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list-item {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 25%;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-box-shadow: 0 0 0em white;
  -webkit-box-shadow: 0 0 0em white;
  box-shadow: 0 0 0em white;
}
/* line 47, ../sass/partials/_photos.scss */
.gallery[data-style="thumbnails"] .gallery-list-item:hover, .gallery[data-style="thumbnails"] .gallery-list-item:focus {
  -moz-box-shadow: 0 0 1em white;
  -webkit-box-shadow: 0 0 1em white;
  box-shadow: 0 0 1em white;
}

/* line 58, ../sass/partials/_photos.scss */
.gallery-list-item-comment {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 4px 8px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 71, ../sass/partials/_photos.scss */
.gallery-list-item-comment:after {
  display: inline-block;
  padding-left: 2px;
}
/* line 77, ../sass/partials/_photos.scss */
.gallery-list-item-comment:hover, .gallery-list-item-comment:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 82, ../sass/partials/_photos.scss */
.gallery-list-item-comment.sfcommentsEmpty {
  display: none;
}
/* line 87, ../sass/partials/_photos.scss */
[data-popup="true"] + .gallery-list-item-comment {
  display: none;
}

/* Nav Rail
================================================================ */
/* line 5, ../sass/partials/_nav-rail.scss */
.nav-rail {
  display: none;
  position: relative;
  margin-top: 37px;
  padding-bottom: 50px;
  min-height: 150px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTBlMGUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(bottom, rgba(14, 14, 14, 0) 0%, #0e0e0e 150px);
  background-image: -o-linear-gradient(bottom, rgba(14, 14, 14, 0) 0%, #0e0e0e 150px);
  background-image: -webkit-linear-gradient(bottom, rgba(14, 14, 14, 0) 0%, #0e0e0e 150px);
  background-image: linear-gradient(to top, rgba(14, 14, 14, 0) 0%, #0e0e0e 150px);
}
@media (min-width: 48em) {
  /* line 5, ../sass/partials/_nav-rail.scss */
  .nav-rail {
    display: block;
  }
}
/* line 17, ../sass/partials/_nav-rail.scss */
.nav-rail:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 0 0 37px 45px;
  border-color: transparent transparent #0e0e0e transparent;
}
/* line 29, ../sass/partials/_nav-rail.scss */
.nav-rail:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 37px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGUwZTBlIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlMGUwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, rgba(14, 14, 14, 0) 45px, #0e0e0e 45px);
  background-image: -o-linear-gradient(left, rgba(14, 14, 14, 0) 45px, #0e0e0e 45px);
  background-image: -webkit-linear-gradient(left, rgba(14, 14, 14, 0) 45px, #0e0e0e 45px);
  background-image: linear-gradient(to right, rgba(14, 14, 14, 0) 45px, #0e0e0e 45px);
}

/* line 41, ../sass/partials/_nav-rail.scss */
.nav-rail-list {
  position: relative;
  top: -28px;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0 40px;
}
/* line 49, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul, .nav-rail-list li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 55, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul {
  display: none;
}
/* line 59, ../sass/partials/_nav-rail.scss */
.nav-rail-list .active > ul {
  display: block;
}
/* line 63, ../sass/partials/_nav-rail.scss */
.nav-rail-list li {
  position: relative;
}
/* line 67, ../sass/partials/_nav-rail.scss */
.nav-rail-list > li {
  padding: 12px 0;
}
/* line 69, ../sass/partials/_nav-rail.scss */
.nav-rail-list > li:after {
  content: '\2022\2022\2022\2022\2022\2022\2022\2022\2022\2022';
  position: absolute;
  bottom: -2px;
  left: 0;
  color: #8b0d0d;
  color: rgba(139, 13, 13, 0.5);
  font-size: 11px;
  letter-spacing: 4px;
  line-height: 4px;
}
/* line 83, ../sass/partials/_nav-rail.scss */
.nav-rail-list a {
  display: block;
  position: relative;
  padding: 6px 0px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1.1em;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 94, ../sass/partials/_nav-rail.scss */
.nav-rail-list a:hover, .nav-rail-list a:focus {
  color: #40acf6;
  text-decoration: none;
}
/* line 100, ../sass/partials/_nav-rail.scss */
.nav-rail-list .active > a {
  color: #40acf6;
}
/* line 106, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul {
  padding-bottom: 6px;
}
/* line 109, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul a {
  padding: 3px 0 3px 20px;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 115, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul .active > a {
  text-decoration: underline;
}
/* line 120, ../sass/partials/_nav-rail.scss */
.nav-rail-list ul ul a {
  font-size: 12px;
  font-size: 0.75rem;
}

/* ================================================================
   Page Meta Area
    - Breadcrumbs
    - Page Tools
   ================================================================ */
/* line 7, ../sass/partials/_page-meta.scss */
.page-meta {
  display: none;
  margin-bottom: 3em;
}
@media (min-width: 48em) {
  /* line 7, ../sass/partials/_page-meta.scss */
  .page-meta {
    display: block;
  }
}
/* line 15, ../sass/partials/_page-meta.scss */
.page-meta .sf_colsIn {
  padding: 0 0 1em;
  border-bottom: 1px solid #565656;
  border-bottom: 1px solid rgba(86, 86, 86, 0.5);
}

/* Page Tools (Print | Email | Share)
   ================================================================ */
/* line 27, ../sass/partials/_page-meta.scss */
.page-tools {
  display: none;
  float: right;
  padding-right: 1em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 48em) {
  /* line 27, ../sass/partials/_page-meta.scss */
  .page-tools {
    display: block;
  }
}
/* line 37, ../sass/partials/_page-meta.scss */
.page-tools ul {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 43, ../sass/partials/_page-meta.scss */
.page-tools li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* line 49, ../sass/partials/_page-meta.scss */
.page-tools a {
  display: block;
  padding: 0 0.5em;
  line-height: 1em;
  cursor: pointer;
  font-family: Arial, sans-serif;
  color: #565656;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 58, ../sass/partials/_page-meta.scss */
.page-tools a:before {
  position: relative;
  top: 5px;
  margin-right: 0.4em;
}
/* line 64, ../sass/partials/_page-meta.scss */
.page-tools a[title="Print"]:before {
  content: '';
}
/* line 68, ../sass/partials/_page-meta.scss */
.page-tools a[title="Email"]:before {
  content: '';
}
/* line 72, ../sass/partials/_page-meta.scss */
.page-tools a[title="Share"]:before {
  content: '';
}

/* Breadcrumbs
   ================================================================ */
/* Instructions:

#Breadcrumbs

 - Make sure you remove the Separator (or "crumb") from the widget by removing all the contents from the widget's Advanced -> NodeSeperatorMarkup. There's almost never a time when we can't add the behavior we want to a :before state.
 - We have different crumb styles predefined. Currently we have [triangle, font] but will add [dot, line, image, none]

*/
/* line 102, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp {
  float: left;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 106, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap {
  color: inherit;
  font-family: inherit;
}
/* line 110, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmFlow {
  text-align: left;
  padding-bottom: 0;
}
/* line 116, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem {
  position: relative;
  font-size: inherit;
  font-weight: normal;
  display: block;
  float: left;
  clear: none;
}
/* line 124, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem {
  padding-left: 30px;
}
/* line 127, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 0px;
  height: 0px;
  content: '>';
  margin-top: -8.5px;
  margin-left: -2px;
  line-height: 1em;
  font-family: Arial, sans-serif;
  color: #565656;
}
/* line 155, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem + .rsmItem:last-child .rsmLink {
  color: #aa2222;
  cursor: default;
}
/* line 162, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink {
  display: block;
  padding: 0;
  color: #565656;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 169, ../sass/partials/_page-meta.scss */
.sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:hover, .sfBreadcrumbWrp .RadSiteMap .rsmItem .rsmLink:focus {
  border: none;
  background: none;
}

/* line 179, ../sass/partials/_page-meta.scss */
.sfBreadcrumbNodeSeparator {
  display: none;
}

/* ================================================================

#Pagination

Standard Sitefinity pager. Builds off of the format: 

`<div class="sf_pagerNumeric"><a class="sf_PagerCurrent" href="#">1</a><a href="#">2</a><a href="#">3</a><a href="#">4</a></div>`

   ================================================================ */
/* line 12, ../sass/partials/_pagination.scss */
.sf_pagerNumeric {
  margin: 0 0 1em;
  text-align: right;
}
/* line 17, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a {
  display: inline-block;
  padding: 0 0.2em;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #40acf6;
}
/* line 26, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
  text-decoration: underline;
}
/* line 30, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a.disabled {
  color: #999999;
}
/* line 33, ../sass/partials/_pagination.scss */
.sf_pagerNumeric a.disabled:hover, .sf_pagerNumeric a.disabled:focus {
  text-decoration: none;
}
/* line 39, ../sass/partials/_pagination.scss */
.sf_pagerNumeric span {
  display: inline-block;
  padding: 0 0.2em;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #999999;
}
/* line 49, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .next:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #40acf6;
}
/* line 64, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .next.disabled:before, .sf_pagerNumeric .next:hover:before, .sf_pagerNumeric .next:focus:before {
  border-color: transparent transparent transparent #999999;
}
/* line 72, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .prev:before {
  content: '';
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent #40acf6 transparent transparent;
}
/* line 86, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .prev.disabled:before, .sf_pagerNumeric .prev:hover:before, .sf_pagerNumeric .prev:focus:before {
  border-color: transparent #999999 transparent transparent;
}
/* line 92, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .sf_PagerCurrent {
  color: #999999;
}
/* line 95, ../sass/partials/_pagination.scss */
.sf_pagerNumeric .sf_PagerCurrent:hover, .sf_pagerNumeric .sf_PagerCurrent:focus {
  text-decoration: none;
}

/* ================================================================
   Tab Styles
   ================================================================ */
/* Responsive Tabs */
/* Mobile First */
/* line 8, ../sass/partials/_tabs.scss */
.tab-section {
  background: #e8e8e8;
  border: 1px solid #222;
}

/* line 13, ../sass/partials/_tabs.scss */
.tab-section + .tab-section {
  border-top-width: 0;
}

/* line 17, ../sass/partials/_tabs.scss */
.tab-content {
  padding: 1em;
  background: #fff;
}

/* line 22, ../sass/partials/_tabs.scss */
.js .tab-content {
  display: none;
}

/* line 26, ../sass/partials/_tabs.scss */
.tab-content.active {
  display: block;
}

/* line 30, ../sass/partials/_tabs.scss */
.tab-nav {
  display: none;
}

/* line 34, ../sass/partials/_tabs.scss */
.tab-header {
  display: block;
  padding: 1em;
  color: #5a5a5a;
  cursor: pointer;
  text-decoration: none;
}

/* line 42, ../sass/partials/_tabs.scss */
.tab-header:hover, .tab-header:focus {
  background: #dcdcdc;
  text-decoration: none;
}

/* line 47, ../sass/partials/_tabs.scss */
.js .tab-header:before {
  content: '\2b\a0';
}

/* line 51, ../sass/partials/_tabs.scss */
.js .tab-header.active:before {
  content: '\2013\a0';
}

/* Large View - for most sites, min-width should be 60em or 40em, for this demo it's 30em */
@media (min-width: 30em) {
  /* line 57, ../sass/partials/_tabs.scss */
  .tab-nav {
    display: block;
  }

  /* line 61, ../sass/partials/_tabs.scss */
  .tab-nav a {
    display: block;
    padding: 0.5em 1.5em;
    float: left;
    background: #e8e8e8;
    color: #5a5a5a;
    text-decoration: none;
  }

  /* line 70, ../sass/partials/_tabs.scss */
  .tab-nav a:hover, .tab-nav a:focus {
    text-decoration: none;
    background: #fff;
  }

  /* line 75, ../sass/partials/_tabs.scss */
  .tab-nav a.active {
    background: #fff;
  }

  /* line 79, ../sass/partials/_tabs.scss */
  .tab-header {
    display: none;
  }

  /* line 86, ../sass/partials/_tabs.scss */
  .tab-content {
    padding: 1em;
  }

  /* line 90, ../sass/partials/_tabs.scss */
  .tab-section {
    display: none;
  }

  /* line 94, ../sass/partials/_tabs.scss */
  .tab-section + .tab-section {
    border-top-width: 1px;
  }

  /* line 98, ../sass/partials/_tabs.scss */
  .tab-section.active {
    display: block;
  }

  /* line 102, ../sass/partials/_tabs.scss */
  .tab-section.active .tab-content {
    display: block;
  }

  /* line 106, ../sass/partials/_tabs.scss */
  .no-js .tab-section {
    display: block;
  }
}
/* ================================================================
   Race
   ================================================================ */
/* line 9, ../sass/partials/_race.scss */
.race-rounds-title {
  font-weight: bold;
  font-size: 34px;
  font-size: 2.125rem;
}
@media (min-width: 48em) {
  /* line 9, ../sass/partials/_race.scss */
  .race-rounds-title {
    float: left;
  }
}

/* line 18, ../sass/partials/_race.scss */
.race-rounds-paging {
  padding-top: 10px;
  font-size: 16px;
  font-size: 1rem;
  word-spacing: 5px;
}
@media (min-width: 48em) {
  /* line 18, ../sass/partials/_race.scss */
  .race-rounds-paging {
    float: right;
  }
}
/* line 27, ../sass/partials/_race.scss */
.race-rounds-paging .active {
  text-decoration: underline;
}

/* line 33, ../sass/partials/_race.scss */
.standings {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 38, ../sass/partials/_race.scss */
.standings li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 43, ../sass/partials/_race.scss */
.standings li + li {
  margin-top: 3px;
}

/* line 50, ../sass/partials/_race.scss */
.standings-item {
  position: relative;
  display: block;
  padding: 5px 20px 5px 50px;
  background: black url(../Images/layout/blackdots.png) repeat-y 100% 100%;
}
/* line 56, ../sass/partials/_race.scss */
.standings-item:before {
  content: '';
  position: absolute;
  left: 24px;
  top: 9px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 68, ../sass/partials/_race.scss */
.standings-item:hover:before, .standings-item:focus:before {
  left: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* ================================================================
   Sitemap Styles
   ================================================================ */
/* line 11, ../sass/partials/_sitemap.scss */
.sitemap-section-heading, .sitemap > ul > li > a {
  display: block;
  padding: 0.5em 20px;
  margin-bottom: 0.5em;
  background: #40acf6;
  color: #fff;
  text-decoration: none;
}
/* line 19, ../sass/partials/_sitemap.scss */
.sitemap-section-heading:hover, .sitemap > ul > li > a:hover, .sitemap-section-heading:focus, .sitemap > ul > li > a:focus {
  background: #0f97f4;
  text-decoration: none;
}

/* line 27, ../sass/partials/_sitemap.scss */
.sitemap ul, .sitemap li {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 33, ../sass/partials/_sitemap.scss */
.sitemap a {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.2em;
  padding: 4px 0;
}
/* line 41, ../sass/partials/_sitemap.scss */
.sitemap > ul > li {
  display: inline-block;
  width: 300px;
  margin-bottom: 2em;
  vertical-align: top;
}
/* line 51, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul {
  margin-left: 20px;
}
/* line 54, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul ul {
  margin-left: 10px;
}
/* line 57, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul ul a {
  font-size: 0.9em;
}
/* line 62, ../sass/partials/_sitemap.scss */
.sitemap > ul > li ul ul ul a {
  font-weight: normal;
  color: white;
}
/* line 70, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li {
  position: relative;
}
/* line 73, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 2;
  height: 100%;
  width: 1px;
  background: #20567b;
}
/* line 84, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:first-child:before {
  height: 100%;
  top: 1em;
}
/* line 89, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:last-child:before {
  height: 8px;
}
/* line 93, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li:first-child:last-child:before {
  height: 0;
}
/* line 97, ../sass/partials/_sitemap.scss */
.sitemap > ul > li > ul > li > a:after {
  content: '';
  position: absolute;
  top: 1em;
  left: -14px;
  z-index: 3;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  background: #20567b;
  border-radius: 8px;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/
/* line 6, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls {
  position: relative;
  text-align: center;
  margin: 70px 0;
  width: 100%;
  height: 60px;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 48em) {
  /* line 6, ../sass/vendor/_owltheme.scss */
  .owl-theme .owl-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

/* Styling Next and Prev buttons */
/* line 24, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 150px;
  margin-top: -90px;
  padding-top: 50px;
}
/* line 32, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons:before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 50%;
  margin-left: -98px;
}
/* line 42, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons:after {
  content: '';
  position: absolute;
  bottom: -22px;
  z-index: 11;
  left: 50%;
  margin-left: -79px;
  -moz-transform: rotate(-63deg);
  -ms-transform: rotate(-63deg);
  -o-transform: rotate(-63deg);
  -webkit-transform: rotate(-63deg);
  transform: rotate(-63deg);
  -moz-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* line 55, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons:hover:after {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
/* line 60, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {
  position: relative;
  height: 100px;
  width: 175px;
  overflow: hidden;
  display: inline-block;
}
/* line 67, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev:before, .owl-theme .owl-controls .owl-buttons .owl-next:before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -31px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 76, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev:after, .owl-theme .owl-controls .owl-buttons .owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 1;
  background: black;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  margin-top: -100px;
}
/* line 90, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev:before {
  left: 20px;
}
/* line 95, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev:hover:before {
  left: 10px;
}
/* line 99, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-prev:after {
  left: 0;
}
/* line 105, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-next:before {
  right: 20px;
}
/* line 110, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-next:hover:before {
  right: 10px;
}
/* line 114, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-buttons .owl-next:after {
  right: 0;
}

/* line 121, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
}

/* Styling Pagination*/
/* line 127, ../sass/vendor/_owltheme.scss */
.owl-pagination {
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 100%;
  background: #000;
}
@media (min-width: 48em) {
  /* line 127, ../sass/vendor/_owltheme.scss */
  .owl-pagination {
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    text-align: left;
    width: 50%;
    padding-left: 200px;
    background: none;
  }
}

/* line 146, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

/* line 149, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 22px 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #156ca7;
}

/* line 160, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls.clickable .owl-page:hover span {
  -moz-box-shadow: 0 0 14px 3px #156ca7;
  -webkit-box-shadow: 0 0 14px 3px #156ca7;
  box-shadow: 0 0 14px 3px #156ca7;
}

/* line 165, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page.active span {
  background: #d5301e;
  -moz-box-shadow: 0 0 14px 3px #d5301e;
  -webkit-box-shadow: 0 0 14px 3px #d5301e;
  box-shadow: 0 0 14px 3px #d5301e;
}
/* line 171, ../sass/vendor/_owltheme.scss */
.owl-theme .owl-controls .owl-page.active:hover span {
  -moz-box-shadow: 0 0 14px 3px #d5301e;
  -webkit-box-shadow: 0 0 14px 3px #d5301e;
  box-shadow: 0 0 14px 3px #d5301e;
}

/* preloading images */
/* line 178, ../sass/vendor/_owltheme.scss */
.owl-item.loading {
  min-height: 150px;
  background: url(../Images/vendor/owlcarousel/AjaxLoader.gif) no-repeat center center;
}

/* ================================================================
   PRIMARY LAYOUT STYLES
   ================================================================ */
/* ================================================================
   Header
   ================================================================ */
/* line 10, ../sass/partials/_base.scss */
.header {
  font-size: 15px;
  background: black url(../Images/layout/header.jpg) 50% 0 no-repeat;
}
@media (min-width: 60em) {
  /* line 10, ../sass/partials/_base.scss */
  .header {
    padding-bottom: 50px;
  }
}
@media (min-width: 0em) and (max-width: 59.9em) {
  /* line 18, ../sass/partials/_base.scss */
  .header .grid-12 {
    padding: 0;
  }
}

/* line 25, ../sass/partials/_base.scss */
.logo {
  display: block;
  margin-top: 10px;
}
@media (min-width: 60em) {
  /* line 25, ../sass/partials/_base.scss */
  .logo {
    float: left;
  }
}

/* line 34, ../sass/partials/_base.scss */
.header-social {
  position: relative;
  height: 27px;
  z-index: 10;
  padding-left: 64px;
  margin-top: 20px;
  clear: both;
  line-height: 27px;
  text-align: left;
  color: #fff;
  background-color: #000;
}
@media (min-width: 60em) {
  /* line 34, ../sass/partials/_base.scss */
  .header-social {
    background-color: transparent;
    width: 188px;
    margin-top: 0;
    padding-left: 0;
    clear: none;
  }
}
/* line 54, ../sass/partials/_base.scss */
.header-social .header-social-inner {
  position: relative;
  padding-left: 20px;
  white-space: nowrap;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjN2E3YTdhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjN2E3YTdhIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #7a7a7a, #7a7a7a 80%, rgba(122, 122, 122, 0));
  background-image: -o-linear-gradient(left, #7a7a7a, #7a7a7a 80%, rgba(122, 122, 122, 0));
  background-image: -webkit-linear-gradient(left, #7a7a7a, #7a7a7a 80%, rgba(122, 122, 122, 0));
  background-image: linear-gradient(to right, #7a7a7a, #7a7a7a 80%, rgba(122, 122, 122, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#7a7a7a), color-stop(0.8, #7a7a7a), to(rgba(122, 122, 122, 0)));
}
/* line 62, ../sass/partials/_base.scss */
.header-social .header-social-inner:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  margin-left: -26px;
  border-style: solid;
  border-width: 0 0 27px 26px;
  border-color: transparent transparent #7a7a7a transparent;
}
/* line 76, ../sass/partials/_base.scss */
.header-social .title {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
/* line 83, ../sass/partials/_base.scss */
.header-social a {
  position: relative;
  top: 3px;
  display: inline-block;
  margin: 0 0 0 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 91, ../sass/partials/_base.scss */
.header-social a:hover, .header-social a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
@media (min-width: 60em) {
  /* line 34, ../sass/partials/_base.scss */
  .header-social {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
  }
}

/* line 104, ../sass/partials/_base.scss */
.header-links {
  display: none;
}
@media (min-width: 60em) {
  /* line 104, ../sass/partials/_base.scss */
  .header-links {
    display: block;
    position: absolute;
    top: 2px;
    right: 260px;
    line-height: 40px;
  }
}
/* line 114, ../sass/partials/_base.scss */
.header-links ul {
  display: block;
}
/* line 118, ../sass/partials/_base.scss */
.header-links li {
  display: inline-block;
  font-weight: bold;
}
/* line 122, ../sass/partials/_base.scss */
.header-links li + li {
  margin-left: 1em;
}

/* line 128, ../sass/partials/_base.scss */
.header .sfsearchBox {
  position: relative;
  height: 38px;
  padding-left: 38px;
  z-index: 2;
  background-color: #000;
}
@media (min-width: 60em) {
  /* line 128, ../sass/partials/_base.scss */
  .header .sfsearchBox {
    width: 251px;
    background-color: transparent;
  }
}
/* line 140, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchBox-inner {
  position: relative;
  height: 38px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjYzZjNmM2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzZjNmM2IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #c6c6c6, #c6c6c6 80%, rgba(198, 198, 198, 0));
  background-image: -o-linear-gradient(left, #c6c6c6, #c6c6c6 80%, rgba(198, 198, 198, 0));
  background-image: -webkit-linear-gradient(left, #c6c6c6, #c6c6c6 80%, rgba(198, 198, 198, 0));
  background-image: linear-gradient(to right, #c6c6c6, #c6c6c6 80%, rgba(198, 198, 198, 0));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#c6c6c6), color-stop(0.8, #c6c6c6), to(rgba(198, 198, 198, 0)));
}
/* line 146, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchBox-inner:before {
  content: '';
  position: absolute;
  left: -38px;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 38px 38px;
  border-color: transparent transparent #c6c6c6 transparent;
}
/* line 158, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchBox-inner:after {
  content: "";
  display: table;
  clear: both;
}
/* line 165, ../sass/partials/_base.scss */
.header .sfsearchBox:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  -moz-box-shadow: 0px 0 7px 2px black;
  -webkit-box-shadow: 0px 0 7px 2px black;
  box-shadow: 0px 0 7px 2px black;
  z-index: 10;
}
/* line 176, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchTxt {
  float: left;
  margin-top: 12px;
  height: 22px;
  width: 70%;
  padding-left: 2px;
  padding-right: 2px;
  border-radius: 0;
  border: 0;
  background: none;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 190, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchTxt::-webkit-input-placeholder {
  color: #6F6F6F;
}
/* line 193, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchTxt::-moz-input-placeholder {
  color: #6F6F6F;
}
/* line 196, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchTxt:-ms-input-placeholder {
  color: #6F6F6F;
}
/* line 199, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchTxt:input-placeholder {
  color: #6F6F6F;
}
/* line 204, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchSubmit {
  position: relative;
  float: right;
  width: 30%;
  text-align: right;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 211, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchSubmit:before {
  content: '';
}
/* line 216, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchSubmit:hover, .header .sfsearchBox .sfsearchSubmit:focus {
  -moz-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  -webkit-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}
/* line 220, ../sass/partials/_base.scss */
.header .sfsearchBox .sfsearchSubmit input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 60em) {
  /* line 128, ../sass/partials/_base.scss */
  .header .sfsearchBox {
    position: absolute;
    top: 26px;
    right: 0;
    z-index: 4;
  }
}

/* line 239, ../sass/partials/_base.scss */
.header-tickets {
  margin-top: -15px;
  float: right;
}
@media (min-width: 60em) {
  /* line 239, ../sass/partials/_base.scss */
  .header-tickets {
    position: absolute;
    top: 55px;
    left: 43%;
    margin: 0;
    float: none;
  }
}
/* line 251, ../sass/partials/_base.scss */
.header-tickets a {
  display: inline-block;
  min-width: 196px;
  height: 55px;
  padding: 8px;
  line-height: 39px;
  background: url(../Images/layout/red-flair.png) no-repeat 50% 50%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -2px 3px 4px rgba(0, 0, 0, 0.75);
}

/* ================================================================
   Main
   ================================================================ */
/* line 271, ../sass/partials/_base.scss */
.main {
  font-size: 15px;
  background: black url(../Images/layout/body.jpg) repeat-y 50% 0;
  padding: 1em 0 8em;
}
/* line 276, ../sass/partials/_base.scss */
.template-home .main {
  padding: 0 0 1em;
}

/* line 281, ../sass/partials/_base.scss */
.main .sfContentBlock {
  background: #000;
  padding: 1em;
  margin-bottom: 1em;
}

/* line 287, ../sass/partials/_base.scss */
.promo {
  margin: 2em 0 0;
  padding-top: 2em;
  color: #fff;
  text-align: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIxNi4yNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g'), url(../Images/layout/promo.jpg);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 65px, #000000 400px), url(../Images/layout/promo.jpg);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 65px, #000000 400px), url(../Images/layout/promo.jpg);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 65px, #000000 400px), url(../Images/layout/promo.jpg);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 65px, #000000 400px), url(../Images/layout/promo.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 500% auto;
}
@media (min-width: 48em) {
  /* line 287, ../sass/partials/_base.scss */
  .promo {
    background-image: url(../Images/layout/promo.jpg);
    background-size: 100% auto;
    background-size: cover;
  }
}
/* line 303, ../sass/partials/_base.scss */
.promo h2 {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  font-style: italic;
}
@media (min-width: 48em) {
  /* line 303, ../sass/partials/_base.scss */
  .promo h2 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
/* line 315, ../sass/partials/_base.scss */
.promo h3 {
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 48em) {
  /* line 315, ../sass/partials/_base.scss */
  .promo h3 {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
/* line 326, ../sass/partials/_base.scss */
.promo .sfContentBlock {
  margin-top: 2em;
  background: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7em;
}
/* line 332, ../sass/partials/_base.scss */
.promo .sfContentBlock p {
  margin-bottom: 0.5em;
}
/* line 336, ../sass/partials/_base.scss */
.promo .sfContentBlock p:last-child {
  margin-bottom: 0;
}

/* ================================================================
   Filters
   ================================================================ */
/* line 347, ../sass/partials/_base.scss */
.filter {
  padding: 0 20px;
  text-align: right;
}

/* line 352, ../sass/partials/_base.scss */
.filter-item {
  float: left;
  min-width: 240px;
  margin: 3px 0px;
}
/* line 356, ../sass/partials/_base.scss */
.filter-item label {
  padding-right: 0.2em;
}

/* ================================================================
   Slideshow
   ================================================================ */
/* line 365, ../sass/partials/_base.scss */
.slideshow-wrap {
  background: #000;
  border-top: 1em solid #000;
  border-bottom: 2em solid #000;
  margin-bottom: 5em;
}
@media (min-width: 48em) {
  /* line 365, ../sass/partials/_base.scss */
  .slideshow-wrap {
    margin-bottom: 1em;
  }
}

/* line 376, ../sass/partials/_base.scss */
.slideshow {
  display: block;
  position: relative;
  text-align: center;
  max-width: 1750px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 384, ../sass/partials/_base.scss */
.slideshow:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background: url(../Images/layout/slide-top-shadow-2.png) 50% 100% no-repeat;
}

/* line 396, ../sass/partials/_base.scss */
.slide-item {
  position: relative;
  text-align: left;
}
/* line 400, ../sass/partials/_base.scss */
.slide-item .slide-content {
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  /* line 400, ../sass/partials/_base.scss */
  .slide-item .slide-content {
    padding-bottom: 0;
    position: absolute;
    top: 25%;
    left: 10%;
    width: 400px;
  }
}
/* line 412, ../sass/partials/_base.scss */
.slide-item .desc {
  position: relative;
  z-index: 5;
  padding: 0 10px 0 30px;
  background: rgba(0, 0, 0, 0.7);
  font-style: italic;
  font-family: "Open Sans", sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 48px;
  font-size: 3rem;
}
/* line 423, ../sass/partials/_base.scss */
.slide-item .desc:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 0 0 25px 35px;
  border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}
/* line 435, ../sass/partials/_base.scss */
.slide-item .desc:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 25px 35px 0 0;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
}
/* line 447, ../sass/partials/_base.scss */
.slide-item .desc .desc-inner {
  position: relative;
  z-index: 5;
  margin: -10px 0;
}
/* line 453, ../sass/partials/_base.scss */
.slide-item .desc strong {
  display: block;
  font-weight: 800;
}
/* line 459, ../sass/partials/_base.scss */
.slide-item .link {
  display: inline-block;
  position: relative;
  top: 10px;
  z-index: 2;
  padding: 30px 50px 0px 30px;
  background: rgba(128, 10, 10, 0.8);
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: 2px 3px 5px black;
  color: #fff;
  -moz-box-shadow: inset 0px 36px 25px -15px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0px 36px 25px -15px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 36px 25px -15px rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 48em) {
  /* line 459, ../sass/partials/_base.scss */
  .slide-item .link {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 95%;
    padding: 30px 50px 0px 40px;
  }
}
@media (min-width: 60em) {
  /* line 459, ../sass/partials/_base.scss */
  .slide-item .link {
    position: absolute;
    bottom: -70px;
    right: 14px;
    left: auto;
    padding: 30px 50px 0px 30px;
  }
}
/* line 489, ../sass/partials/_base.scss */
.slide-item .link span {
  position: relative;
  z-index: 10;
  display: block;
  margin-bottom: -13px;
}
/* line 496, ../sass/partials/_base.scss */
.slide-item .link:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 25px 35px 0 0;
  border-color: rgba(128, 10, 10, 0.8) transparent transparent transparent;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 509, ../sass/partials/_base.scss */
.slide-item .link:hover, .slide-item .link:focus {
  background: rgba(128, 10, 10, 0.95);
  text-decoration: none;
}
/* line 513, ../sass/partials/_base.scss */
.slide-item .link:hover:after, .slide-item .link:focus:after {
  border-color: rgba(128, 10, 10, 0.95) transparent transparent transparent;
}

/* ================================================================
   Footer
   ================================================================ */
/* line 525, ../sass/partials/_base.scss */
.footer {
  font-size: 15px;
}

/* Partners
   ================================================================ */
/* line 533, ../sass/partials/_base.scss */
.partners-wrap {
  padding: 1.5em 0;
  background: #fff;
  -moz-box-shadow: inset 0 -20px 20px -20px #333333;
  -webkit-box-shadow: inset 0 -20px 20px -20px #333333;
  box-shadow: inset 0 -20px 20px -20px #333333;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(left, #bfbfbf 0%, #ffffff 5%, #ffffff 95%, #bfbfbf 100%);
  background-image: -o-linear-gradient(left, #bfbfbf 0%, #ffffff 5%, #ffffff 95%, #bfbfbf 100%);
  background-image: -webkit-linear-gradient(left, #bfbfbf 0%, #ffffff 5%, #ffffff 95%, #bfbfbf 100%);
  background-image: linear-gradient(to right, #bfbfbf 0%, #ffffff 5%, #ffffff 95%, #bfbfbf 100%);
}
@media (min-width: 48em) {
  /* line 533, ../sass/partials/_base.scss */
  .partners-wrap {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(left, #808080 0%, #ffffff 5%, #ffffff 95%, #808080 100%);
    background-image: -o-linear-gradient(left, #808080 0%, #ffffff 5%, #ffffff 95%, #808080 100%);
    background-image: -webkit-linear-gradient(left, #808080 0%, #ffffff 5%, #ffffff 95%, #808080 100%);
    background-image: linear-gradient(to right, #808080 0%, #ffffff 5%, #ffffff 95%, #808080 100%);
  }
}
@media (min-width: 72em) {
  /* line 533, ../sass/partials/_base.scss */
  .partners-wrap {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(left, #999999 0%, #ffffff 5%, #ffffff 95%, #999999 100%);
    background-image: -o-linear-gradient(left, #999999 0%, #ffffff 5%, #ffffff 95%, #999999 100%);
    background-image: -webkit-linear-gradient(left, #999999 0%, #ffffff 5%, #ffffff 95%, #999999 100%);
    background-image: linear-gradient(to right, #999999 0%, #ffffff 5%, #ffffff 95%, #999999 100%);
  }
}
@media (min-width: 90em) {
  /* line 533, ../sass/partials/_base.scss */
  .partners-wrap {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(left, #000000 0%, #ffffff 5%, #ffffff 95%, #000000 100%);
    background-image: -o-linear-gradient(left, #000000 0%, #ffffff 5%, #ffffff 95%, #000000 100%);
    background-image: -webkit-linear-gradient(left, #000000 0%, #ffffff 5%, #ffffff 95%, #000000 100%);
    background-image: linear-gradient(to right, #000000 0%, #ffffff 5%, #ffffff 95%, #000000 100%);
  }
}

/* line 551, ../sass/partials/_base.scss */
.partners {
  position: relative;
}
@media (min-width: 72em) {
  /* line 555, ../sass/partials/_base.scss */
  .partners:before {
    content: '';
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  }
  /* line 566, ../sass/partials/_base.scss */
  .partners:after {
    content: '';
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iNTAlIiB4Mj0iMTAwJSIgeTI9IjUwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
  }
}

/* line 579, ../sass/partials/_base.scss */
.partner-item {
  display: inline-block;
  height: 100px;
  width: 100%;
  line-height: 100px;
  text-align: center;
}
/* line 586, ../sass/partials/_base.scss */
.partner-item a {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 591, ../sass/partials/_base.scss */
.partner-item a:hover, .partner-item a:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Footer Info
   ================================================================ */
/* line 601, ../sass/partials/_base.scss */
.footer {
  background: black url(../Images/layout/footer.jpg) 50% 0 repeat-y;
}
@media (min-width: 0em) and (max-width: 47.9em) {
  /* line 606, ../sass/partials/_base.scss */
  .footer [class*="grid-"] {
    padding: 0;
  }
}

/* line 612, ../sass/partials/_base.scss */
.footer-logo {
  margin-top: -25px;
}

/* line 616, ../sass/partials/_base.scss */
.footer-social {
  float: left;
  width: 33%;
  padding-top: 1em;
  text-align: center;
}
/* line 622, ../sass/partials/_base.scss */
.footer-social a {
  display: inline-block;
  margin: 5px 25%;
}

/* line 628, ../sass/partials/_base.scss */
.footer-directions {
  float: right;
  width: 67%;
}

/* line 633, ../sass/partials/_base.scss */
.footer-links {
  display: block;
  margin: 1em 0 0;
  padding: 1em 0 0;
  width: 100%;
  background: black;
}
@media (min-width: 48em) {
  /* line 633, ../sass/partials/_base.scss */
  .footer-links {
    background: none;
    display: table;
  }
}
/* line 645, ../sass/partials/_base.scss */
.footer-links li {
  padding: 0 0 1em 33%;
}
@media (min-width: 48em) {
  /* line 645, ../sass/partials/_base.scss */
  .footer-links li {
    display: table-cell;
    padding: 0;
    text-align: center;
  }
}
/* line 655, ../sass/partials/_base.scss */
.footer-links a {
  font-weight: bold;
  text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.5);
  padding:0 6px;
}

/* line 661, ../sass/partials/_base.scss */
.footer-links-alt {
  display: block;
  margin: 0;
  padding: 2em 0 2em;
  background: #000;
}
@media (min-width: 48em) {
  /* line 661, ../sass/partials/_base.scss */
  .footer-links-alt {
    background: none;
  }
}
@media (min-width: 0em) and (max-width: 47.9em) {
  /* line 675, ../sass/partials/_base.scss */
  .footer-links-alt li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 685, ../sass/partials/_base.scss */
  .footer-links-alt li:first-child {
    font-weight: normal;
    width: 100%;
    padding-bottom: 1em;
  }
  /* line 690, ../sass/partials/_base.scss */
  .footer-links-alt li:first-child .title {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px 0 0;
  }
  /* line 696, ../sass/partials/_base.scss */
  .footer-links-alt li:first-child .image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 48em) {
  /* line 705, ../sass/partials/_base.scss */
  .footer-links-alt li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.125rem;
  }
  /* line 715, ../sass/partials/_base.scss */
  .footer-links-alt li:first-child {
    font-weight: normal;
  }
  /* line 718, ../sass/partials/_base.scss */
  .footer-links-alt li:first-child .title {
    padding-bottom: 1.25em;
  }
}
/* line 725, ../sass/partials/_base.scss */
.footer-links-alt .image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=99);
  opacity: 0.99;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 730, ../sass/partials/_base.scss */
.footer-links-alt a {
  display: block;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 737, ../sass/partials/_base.scss */
.footer-links-alt a:hover, .footer-links-alt a:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 740, ../sass/partials/_base.scss */
.footer-links-alt a:hover .image, .footer-links-alt a:focus .image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 746, ../sass/partials/_base.scss */
.footer-links-alt .title {
  padding-bottom: 0.75em;
}

/* line 751, ../sass/partials/_base.scss */
.directions {
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: black url(../Images/layout/directions-small.jpg) no-repeat 50% 0;
}
@media (min-width: 48em) {
  /* line 751, ../sass/partials/_base.scss */
  .directions {
    background-image: url(../Images/layout/directions.jpg);
  }
}
/* line 762, ../sass/partials/_base.scss */
.directions a {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  color: #fff;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 770, ../sass/partials/_base.scss */
.directions a:after {
  content: '';
  position: relative;
  top: 10px;
  left: 10px;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 779, ../sass/partials/_base.scss */
.directions a:hover, .directions a:focus {
  text-decoration: none;
  text-shadow: 2px 2px 5px black;
}
/* line 783, ../sass/partials/_base.scss */
.directions a:hover:after, .directions a:focus:after {
  left: 20px;
}

/* ================================================================
   Print Styles
   ================================================================ */
@media print {
  /* line 6, ../sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 7, ../sass/partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 9, ../sass/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 10, ../sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 11, ../sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 12, ../sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 13, ../sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 14, ../sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 16, ../sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 17, ../sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 29, ../sass/vendor/_sf-admin.scss */
.RadDockZone .rdContent * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 33, ../sass/vendor/_sf-admin.scss */
.ZoneEditorToolboxContainer h2 {
  font-family: arial, sans-serif;
}

/* line 38, ../sass/vendor/_sf-admin.scss */
.sfLayoutPropsContainer .sfTxt {
  color: #000;
}

/* line 43, ../sass/vendor/_sf-admin.scss */
.sfPageEditor .addthis-smartlayers {
  display: none;
}

/* line 48, ../sass/vendor/_sf-admin.scss */
.sfTemplateEditor .sfLayoutWidthSlider,
.sfTemplateEditor #columnList {
  display: none !important;
}

/* line 55, ../sass/vendor/_sf-admin.scss */
.zeContentMode .sfPageContainer .RadDock_Sitefinity .rdContent {
  min-height: 15px;
}

/* line 66, ../sass/vendor/_sf-admin.scss */
#ZoneEditor {
  overflow: visible !important;
}
