/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * $CONTENTS............Table of contents
 * $COMMENTS............Comment formatting

 * $UTILITIES...........Generic utilities, variables and mixins and other hardly changed files
 *  SPRITES.............Please put a description of the contents of the partial here
 *  MIXINS..............Please put a description of the contents of the partial here
 *  VARIABLES...........Please put a description of the contents of the partial here

 * $BASE................Generic utility styles, variables and mixins, unclassed HTML elements etc.
 *  NORMALIZE...........Please put a description of the contents of the partial here
 *  RESET...............Please put a description of the contents of the partial here
 *  FORMS...............Please put a description of the contents of the partial here
 *  HELPER..............Please put a description of the contents of the partial here
 *  TABLES..............Please put a description of the contents of the partial here
 *  TYPOGRAPHY..........Please put a description of the contents of the partial here

 * $LAYOUT..............Structural elements/areas, grids, columns
 *  GRIDS...............Please put a description of the contents of the partial here
 *  LAYOUT..............Please put a description of the contents of the partial here

 * $VENDOR..............CSS or Sass from other projects - do not change, but overwrite if necessary
 * //COLORPICKER.........Please put a description of the contents of the partial here

 * $COMPONENTS..........Objects and abstractions etc.
 *  BREADCRUMB..........Please put a description of the contents of the partial here
 *  BUTTONS.............Please put a description of the contents of the partial here
 *  GREYBOX.............Please put a description of the contents of the partial here
 *  MEDIA OBJECT........Please put a description of the contents of the partial here
 *  MODALS..............Please put a description of the contents of the partial here
 *  PAGINATION..........Please put a description of the contents of the partial here
 *  PODS................Please put a description of the contents of the partial here
 *  RESPONSIVE VIDEO....Please put a description of the contents of the partial here
 *  SECONDARY NAV.......Please put a description of the contents of the partial here
 *  SITE MENU...........Please put a description of the contents of the partial here
 *  SITE SEARCH.........Please put a description of the contents of the partial here
 *  TOP NAV.............Please put a description of the contents of the partial here

 * $NON-MODULAR.........Template-specific/temporary fixes/short-expiry pages etc.
 *  //T01.................Please put a description of the contents of the partial here
 *  TEMP FIXES..........Please put a description of the contents of the partial here

 * $SPRITES.............Sprite styles
 *  SPRITES.............Please put a description of the contents of the partial here

 * $PRINT...............Print styles
 *  PRINT...............Please put a description of the contents of the partial here
 */
/*------------------------------------*\
    $COMMENTS
\*------------------------------------*/
/*------------------------------------*\
    $SECTION HEADING
\*------------------------------------*/
/* ----- single line subheading ----- */
/**
 * multi-line comments that will output
 * in the CSS depending on the mode
 * these comments use DocBlock formatting
 */
/* short comment */
/*ul*/
/*------------------------------------*\
    $UTILITIES
\*------------------------------------*/
@font-face {
  font-family: 'MyWebFont';
  src: url('webfont.eot');
  /* IE9 Compat Modes */
  src: url('webfont.eot?#iefix') format('embedded-opentype'), url('webfont.woff2') format('woff2'), url('webfont.woff') format('woff'), url('sentinel-black-webfont.ttf') format('truetype'), url('webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */ }

/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*------------------------------------*\
    $RESET
\*------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection, ::-moz-selection {
  color: #fff;
  background: #CCFF33;
  text-shadow: none; }

::-moz-selection, ::selection {
  color: #fff;
  background: #CCFF33;
  text-shadow: none; }

img {
  display: block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
.debug {
  border: 1px solid #f0f; }

.debug2 {
  border: 1px solid lime; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.clear-left {
  clear: left !important; }

.clear-right {
  clear: right !important; }

.clear-none {
  clear: none !important; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .float-right--xs {
    float: right !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .float-right--sm {
    float: right !important; } }

@media screen and (min-width: 768px) {
  .float-right--sm-plus {
    float: right !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .float-right--md {
    float: right !important; } }

@media screen and (min-width: 992px) {
  .float-right--md-plus {
    float: right !important; } }

@media screen and (min-width: 1200px) {
  .float-right--lg {
    float: right !important; } }

.float-none {
  float: none !important; }

.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.width-full {
  width: 100% !important; }

.width-auto {
  width: auto !important; }

@media screen and (min-width: 768px) {
  .display-table-wrapper {
    margin: 0 -20px;
    padding: 0; } }

@media screen and (min-width: 768px) {
  .display-table {
    width: 100%;
    display: table;
    border-spacing: 20px 0;
    position: relative; } }

.display-table-cell {
  position: relative;
  vertical-align: top;
  width: 100%;
  display: block;
  overflow: hidden;
  clear: both; }
  @media screen and (min-width: 768px) {
    .display-table-cell {
      display: table-cell !important;
      border-collapse: separate; } }

@media screen and (min-width: 768px) {
  .display-one-half {
    width: 50% !important; } }

@media screen and (min-width: 768px) {
  .display-one-third {
    width: 33.3333% !important; } }

@media screen and (min-width: 768px) {
  .display-one-quarter {
    width: 25% !important; } }

@media screen and (min-width: 768px) {
  .display-one-fifth {
    width: 20% !important; } }

.visible-print {
  display: none !important; }

@media print {
  .print-visible {
    display: block !important; }
  .print-hidden {
    display: none !important; } }

.img-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
  /* IE 6/7 fallback */ }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/**
 * for the benefit of screen-readers, hide content off-screen without resorting to `display:none;`,
 * also add breakpoint specific options
 */
.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .visually-hidden--xs {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .visually-hidden--sm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 768px) {
  .visually-hidden--sm-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .visually-hidden--md {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 992px) {
  .visually-hidden--md-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 1200px) {
  .visually-hidden--lg {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

.invisible {
  visibility: hidden; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .hidden--xs {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden--sm {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 768px) {
  .hidden--sm-plus {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden--md {
    display: none !important;
    visibility: hidden !important; } }

@media screen and (min-width: 992px) {
  .hidden--md-plus {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media screen and (min-width: 1200px) {
  .hidden--lg {
    display: none !important;
    visibility: hidden !important; } }

.display-block {
  display: block !important;
  width: 100% !important; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .display-block--xs {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .display-block--sm {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .display-block--sm-plus {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display-block--md {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 992px) {
  .display-block--md-plus {
    display: block !important;
    width: 100% !important; } }

@media screen and (min-width: 1200px) {
  .display-block--lg {
    display: block !important;
    width: 100% !important; } }

.display-inline {
  display: inline-block !important; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .display-inline--xs {
    display: inline-block !important; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .display-inline--sm {
    display: inline-block !important; } }

@media screen and (min-width: 768px) {
  .display-inline--sm-plus {
    display: inline-block !important; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .display-inline--md {
    display: inline-block !important; } }

@media screen and (min-width: 992px) {
  .display-inline--md-plus {
    display: inline-block !important; } }

@media screen and (min-width: 1200px) {
  .display-inline--lg {
    display: inline-block !important; } }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.margin-0 {
  margin: 0 !important; }

.margin-5 {
  margin: 5px !important; }

.margin-10 {
  margin: 10px !important; }

.margin-15 {
  margin: 15px !important; }

.margin-20 {
  margin: 20px !important; }

.margin-25 {
  margin: 25px !important; }

.margin-30 {
  margin: 30px !important; }

.margin-40 {
  margin: 40px !important; }

.margin-50 {
  margin: 50px !important; }

.margin-left-0 {
  margin-left: 0 !important; }

.margin-left-5 {
  margin-left: 5px !important; }

.margin-left-10 {
  margin-left: 10px !important; }

.margin-left-15 {
  margin-left: 15px !important; }

.margin-left-20 {
  margin-left: 20px !important; }

.margin-left-25 {
  margin-left: 25px !important; }

.margin-left-30 {
  margin-left: 30px !important; }

.margin-left-40 {
  margin-left: 40px !important; }

.margin-left-50 {
  margin-left: 50px !important; }

.margin-right-0 {
  margin-right: 0 !important; }

.margin-right-5 {
  margin-right: 5px !important; }

.margin-right-10 {
  margin-right: 10px !important; }

.margin-right-15 {
  margin-right: 15px !important; }

.margin-right-20 {
  margin-right: 20px !important; }

.margin-right-25 {
  margin-right: 25px !important; }

.margin-right-30 {
  margin-right: 30px !important; }

.margin-right-40 {
  margin-right: 40px !important; }

.margin-right-50 {
  margin-right: 50px !important; }

.margin-top-0 {
  margin-top: 0 !important; }

.margin-top-5 {
  margin-top: 5px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-20 {
  margin-top: 20px !important; }

.margin-top-25 {
  margin-top: 25px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-top-40 {
  margin-top: 40px !important; }

.margin-top-50 {
  margin-top: 50px !important; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

.margin-bottom-5 {
  margin-bottom: 5px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-20 {
  margin-bottom: 20px !important; }

.margin-bottom-25 {
  margin-bottom: 25px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.margin-bottom-40 {
  margin-bottom: 40px !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

.padding-0 {
  padding: 0 !important; }

.padding-5 {
  padding: 5px !important; }

.padding-10 {
  padding: 10px !important; }

.padding-15 {
  padding: 15px !important; }

.padding-20 {
  padding: 20px !important; }

.padding-25 {
  padding: 25px !important; }

.padding-30 {
  padding: 30px !important; }

.padding-40 {
  padding: 40px !important; }

.padding-50 {
  padding: 50px !important; }

.padding-left-0 {
  padding-left: 0 !important; }

.padding-left-5 {
  padding-left: 5px !important; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-15 {
  padding-left: 15px !important; }

.padding-left-20 {
  padding-left: 20px !important; }

.padding-left-25 {
  padding-left: 25px !important; }

.padding-left-30 {
  padding-left: 30px !important; }

.padding-left-40 {
  padding-left: 40px !important; }

.padding-left-50 {
  padding-left: 50px !important; }

.padding-right-0 {
  padding-right: 0 !important; }

.padding-right-5 {
  padding-right: 5px !important; }

.padding-right-10 {
  padding-right: 10px !important; }

.padding-right-15 {
  padding-right: 15px !important; }

.padding-right-20 {
  padding-right: 20px !important; }

.padding-right-25 {
  padding-right: 25px !important; }

.padding-right-30 {
  padding-right: 30px !important; }

.padding-right-40 {
  padding-right: 40px !important; }

.padding-right-50 {
  padding-right: 50px !important; }

.padding-top-0 {
  padding-top: 0 !important; }

.padding-top-5 {
  padding-top: 5px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-20 {
  padding-top: 20px !important; }

.padding-top-25 {
  padding-top: 25px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-top-40 {
  padding-top: 40px !important; }

.padding-top-50 {
  padding-top: 50px !important; }

.padding-bottom-0 {
  padding-bottom: 0 !important; }

.padding-bottom-5 {
  padding-bottom: 5px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-20 {
  padding-bottom: 20px !important; }

.padding-bottom-25 {
  padding-bottom: 25px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.padding-bottom-40 {
  padding-bottom: 40px !important; }

.padding-bottom-50 {
  padding-bottom: 50px !important; }

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
body {
  line-height: 1.4; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 0;
  padding: 0;
  color: #CCFF33;
  font-weight: normal;
  font-family: 'Rokkitt', serif; }

h1, .h1 {
  margin-bottom: 10px;
  /*
    position:absolute; 
    left:50%;
    transform: translateX(-50%);
    */ }
  h1 img, .h1 img {
    margin: 0 auto; }

h2, .h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 10px; }

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px; }

h4, .h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

a {
  color: #CCFF33;
  text-decoration: underline;
  cursor: pointer; }

a:visited {
  color: #CCFF33; }

a:hover {
  color: #CCFF33; }

a:focus {
  color: #CCFF33; }

p {
  margin: 0 0 10px 0;
  padding: 0; }

ol {
  margin: 0 13px 8px 15px;
  padding: 0;
  list-style-position: inside; }

ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-position: inside; }

ol ol, ol ul, ul ul, ul ol {
  margin-bottom: 10px; }

.list-inline {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden; }
  .list-inline li {
    float: left;
    margin: 0 10px 0 0; }

dt {
  font-weight: bold;
  margin-left: 15px; }

/*dl*/
@media screen and (min-width: 768px) {
  .dl-horizontal dt {
    width: auto;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: left;
    margin: 0 20px 0 0; } }
@media screen and (min-width: 768px) {
  .dl-horizontal dd {
    width: auto; } }

.list-unstyled * {
  list-style: none;
  list-style-image: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

blockquote {
  border-left: 5px solid #eee;
  margin: 0;
  padding: 0 10px; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  font-style: italic;
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label, .form-label {
  clear: both;
  display: block;
  margin-bottom: 5px; }

button, input, select, textarea {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Open Sans', sans-serif; }

textarea {
  resize: vertical; }

legend {
  white-space: normal; }

button {
  line-height: normal; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

::-webkit-input-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

input[type="text"], input[type="email"], input[type="password"], textarea, select {
  display: block;
  width: 100%;
  height: auto;
  padding: 7px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0; }

input[type="text"] {
  padding: 8px 7px; }

select {
  cursor: pointer; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

input[type="submit"], input[type="reset"] {
  padding: 6px 20px; }

.radio, .checkbox {
  clear: both;
  display: block; }

.radio-inline, .checkbox-inline {
  float: left;
  margin-right: 30px; }

.radio {
  position: relative;
  top: -5px;
  width: 14px;
  height: 14px;
  line-height: 14px; }

input[type="radio"] {
  opacity: 0; }
  input[type="radio"] + label {
    text-indent: -9999px; }
  input[type="radio"] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0px;
    border: 1px solid #CCFF33;
    box-shadow: 0 0 1px 0px #CCFF33 inset, 0 0 1px 0px #CCFF33;
    cursor: pointer;
    border-radius: 50%; }
  input[type="radio"]:focus + label:before {
    border: 1px solid #fff;
    box-shadow: 0 0 1px 0px #fff inset, 0 0 1px 0px #fff; }
  input[type="radio"]:checked + label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 3px;
    left: 3px;
    background-color: #CCFF33;
    border-radius: 50%; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
td {
  vertical-align: top; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * structural elements/areas, grids, columns etc.
 */
/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
body, html {
  height: 100%; }

body {
  background: #3a3a3a;
  overflow: auto;
  margin: 0; }

.page-wrapper {
  padding: 20px 20px;
  min-height: 100%;
  height: 100%;
  position: relative; }

.logos {
  z-index: 800;
  position: absolute;
  top: 20px;
  left: 20px; }
  .logos a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin: 0 20px;
    height: 66px; }

a.metoffice-logo {
  margin-left: 0; }
  a.metoffice-logo:after {
    content: " ";
    border-right: 1px solid #fff;
    right: -20px;
    height: 92px;
    top: -20px;
    width: 1px;
    position: absolute; }

.wfp-logo {
  top: 10px; }

.interactive-map {
  visibility: hidden;
  height: 100%;
  position: relative; }
  .interactive-map .header {
    min-height: 50px;
    margin: 0; }

.main-map-area {
  position: absolute;
  top: 72px;
  left: 300px;
  right: 0; }
  .main-map-area .main-map-wrap {
    margin: 0 auto;
    position: relative; }

@media only screen and (max-width: 900px) {
  .interactive-map h1 img {
    margin-left: 270px; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 768px; } }
  @media (min-width: 992px) {
    .container {
      width: 992px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.bootstrap-grid-example div {
  border: 1px solid #ddd; }

@media screen and (min-width: 0) and (max-width: 767px) {
  .page-wrapper {
    overflow-x: hidden; }
  .full-bleed--xs {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

/*------------------------------------*\
    $VENDOR
\*------------------------------------*/
/**
 * CSS or Sass from other projects - do not change, but overwrite if necessary.
 */
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track, .scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-light > .scroll-element {
  background-color: #ffffff; }

.scrollbar-light > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px; }

.scrollbar-light > .scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px; }

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-light > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px; }

.scrollbar-light > .scroll-element .scroll-bar {
  background: #fefefe;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+');
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-rail > .scroll-element {
  background-color: #ffffff; }

.scrollbar-rail > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%; }

.scrollbar-rail > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-rail > .scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); }

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px; }

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px; }

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px; }

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-dynamic > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-dynamic > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  transition: opacity 0.2s; }

.scrollbar-dynamic > .scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px; }

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  transition: height 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  transition: width 0.2s; }

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1; }

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px; }

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px; }

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-chrome > .scroll-element {
  background-color: #ffffff; }

.scrollbar-chrome > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-chrome > .scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%; }

.scrollbar-chrome > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px; }

.scrollbar-chrome > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px; }

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9; }

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e; }

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px; }

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px; }

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px; }

/*------------------------------------*\
    $COMPONENTS
\*------------------------------------*/
/**
 * objects and abstractions etc.
 */
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
  font-weight: 800;
  cursor: pointer;
  border: 0;
  margin: 0;
  padding: 11px 20px;
  border-radius: 25px;
  background-color: #3a3a3a;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none; }
  .btn:hover {
    text-decoration: none; }
  .btn:visited {
    color: #fff; }

.btn--compact {
  padding: 5px 10px; }

.btn--lrg {
  margin: 8px auto;
  padding: 13px 32px; }

.btn--primary, .btn--primary:visited {
  color: #242424;
  background-color: #CCFF33; }
  .btn--primary:hover, .btn--primary.active, .btn--primary:visited:hover, .btn--primary:visited.active {
    color: #CCFF33;
    background-color: #242424; }

.btn--secondary {
  color: #fff;
  background-color: #3a3a3a;
  border: 1px solid #656364;
  box-shadow: 0 0 1px 0px #656364 inset, 0 0 1px 0px #656364; }
  .btn--secondary:hover, .btn--secondary.active {
    background-color: #656364; }

.btn--secondary-white {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 0px #fff inset, 0 0 1px 0px #fff; }
  .btn--secondary-white:hover, .btn--secondary-white.active {
    background-color: #3a3a3a; }

.btn--secondary-green {
  color: #CCFF33;
  background-color: #242424;
  border: 1px solid #CCFF33;
  box-shadow: 0 0 1px 0px #CCFF33 inset, 0 0 1px 0px #CCFF33; }
  .btn--secondary-green:hover, .btn--secondary-green.active {
    color: #242424;
    background-color: #CCFF33; }

.btn--link {
  border: 0;
  color: #CCFF33;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer; }
  .btn--link:hover {
    text-decoration: underline; }
  .btn--link:visited {
    color: #CCFF33; }

.btn--block {
  display: block !important;
  width: 100% !important; }

.btn--close {
  background: #242424;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 9px;
  background: url(../../images/cross.svg) no-repeat center;
  background-origin: content-box; }

.btn--year {
  background-color: #242424;
  color: #fff;
  width: 50%;
  padding: 6px 20px;
  border: 1px solid #656364;
  text-transform: none;
  box-shadow: 0 0 1px 0px #656364 inset, 0 0 1px 0px #656364; }
  .btn--year:hover {
    background-color: #656364;
    color: #fff;
    border: 1px solid #656364;
    box-shadow: 0 0 1px 0px #656364 inset, 0 0 1px 0px #656364; }
  .btn--year.active {
    background-color: #CCFF33;
    color: #242424;
    border: 1px solid #CCFF33;
    box-shadow: 0 0 1px 0px #CCFF33 inset, 0 0 1px 0px #CCFF33; }

.btn--year-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn--year-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn--present-day {
  margin-top: 13px;
  width: 100%;
  display: block; }

.btn--info {
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../../images/i-grey.svg) no-repeat; }
  .btn--info:hover {
    background: url(../../images/i-green.svg) no-repeat; }

.btn--about {
  width: 54px;
  height: 54px;
  border: 0;
  background: url(../../images/i-green.svg) no-repeat;
  color: #fff;
  font-weight: 800;
  padding-top: 65px; }
  .btn--about:hover, .btn--about.active {
    background: url(../../images/i-black.svg) no-repeat; }

.btn--about-close {
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  border: 0;
  padding: 0;
  background: url(../../images/cross.svg) no-repeat center;
  background-color: #242424;
  background-size: 12px 12px;
  border-radius: 27px; }

.btn--save-map {
  display: block;
  width: 120px; }

.btn--my-maps {
  border: 1px solid #656364;
  box-shadow: 0 0 1px 0px #656364 inset, 0 0 1px 0px #656364;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  padding: 4px 0;
  width: 120px; }
  .btn--my-maps:hover, .btn--my-maps.active {
    background-color: #656364; }

.btn--zoom {
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  border: 0;
  background: url(../../images/zoom-green.svg) no-repeat;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10; }
  .btn--zoom:hover, .btn--zoom.active {
    background: url(../../images/zoom-grey.svg) no-repeat; }

.btn--scroll {
  background: none;
  border: 0;
  margin: 40px 20px;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url(../../images/arrow-green.svg) no-repeat; }
  .btn--scroll:hover, .btn--scroll.active {
    background: url(../../images/arrow-grey.svg) no-repeat; }

.btn--scroll-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.btn-load-map {
  padding: 5px 32px;
  border: 1px solid #CCFF33;
  box-shadow: 0 0 1px 0px #CCFF33 inset, 0 0 1px 0px #CCFF33;
  margin: 8px 0; }
  .btn-load-map:hover, .btn-load-map.active {
    background-color: #242424;
    border: 1px solid #CCFF33;
    box-shadow: 0 0 1px 0px #CCFF33 inset, 0 0 1px 0px #CCFF33; }

.btn-download-map, .btn-delete-map {
  padding: 0;
  position: relative;
  margin: 7px 0;
  height: 30px;
  background: none;
  line-height: 30px;
  text-align: left; }
  .btn-download-map:hover, .btn-download-map.active, .btn-delete-map:hover, .btn-delete-map.active {
    text-decoration: underline; }
  .btn-download-map:before, .btn-delete-map:before {
    content: " ";
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    vertical-align: top; }

.btn-download-map:before {
  background: url(../../images/download.svg) no-repeat; }

.btn-delete-map:before {
  background: url(../../images/delete.svg) no-repeat; }

.header {
  position: relative; }

h1 {
  margin: 0 auto; }

.btn--about {
  position: absolute;
  top: 0;
  right: 0; }

.modal-open {
  overflow-y: auto; }

.modal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 400;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade {
    transition: opacity .2s linear, top .2s ease-out;
    top: -20%;
    outline: none; }
  .modal.fade.in {
    transition: opacity .3s linear, top .2s ease-out;
    top: 0%; }

.modal-dialog {
  z-index: 500; }

.modal-content {
  position: relative;
  border: 0;
  background-clip: padding-box;
  outline: none;
  background: #242424;
  color: #fff;
  padding: 40px 30px; }

.modal .close {
  position: absolute;
  right: -20px;
  top: -30px; }

.modal-header {
  min-height: 30px;
  position: relative;
  z-index: 600; }
  .modal-header h2, .modal-header h3 {
    margin-bottom: 0; }

.modal-title {
  margin: 0;
  line-height: 1.2; }

.modal-body {
  position: relative;
  margin-top: 10px;
  z-index: 700; }

.modal-footer {
  margin-top: 20px; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }

.arrow-left:before {
  content: " ";
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent #242424 transparent transparent;
  position: absolute;
  left: -18px;
  top: 65px; }

.arrow-right:before {
  content: " ";
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #242424;
  position: absolute;
  right: -18px;
  top: 65px; }

.arrow-down:before {
  content: " ";
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: #242424 transparent transparent transparent;
  position: absolute;
  bottom: -18px;
  left: 82px; }

.about-modal {
  position: fixed;
  background: #3a3a3a;
  overflow-y: auto; }
  .about-modal .modal-content {
    padding: 0; }
  .about-modal .modal-header {
    position: absolute;
    right: 0;
    background: #3a3a3a;
    width: 296px;
    background: #3a3a3a;
    padding: 20px 20px 20px 30px; }
  .about-modal .modal-header h2 {
    font-size: 30px;
    font-size: 3rem;
    margin: 20px 0 0;
    padding-bottom: 10px; }
  .about-modal h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1; }
  .about-modal h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 30px; }
  .about-modal h4 {
    font-size: 20px;
    font-size: 2rem; }
  .about-modal p, .about-modal li {
    font-size: 14px;
    font-size: 1.4rem; }
  .about-modal .modal-body {
    position: fixed;
    margin: 0;
    top: 0;
    left: 290px;
    bottom: 0;
    right: 296px;
    padding: 40px 20px;
    background: #242424; }
  .about-modal .modal-body-content {
    height: 100%;
    overflow: hidden;
    padding: 0 140px 0 140px; }
  .about-modal .about-menu, .about-modal .modal-header h2 {
    width: 180px; }
  .about-modal .about-menu-link {
    display: block;
    font-weight: 800;
    color: #fff;
    padding: 18px 0;
    position: relative; }
    .about-modal .about-menu-link.active, .about-modal .about-menu-link:focus {
      color: #CCFF33; }
    .about-modal .about-menu-link:focus {
      outline: 0;
      text-decoration: underline; }
  .about-modal .about-menu-link {
    position: relative; }
    .about-modal .about-menu-link:after {
      content: " ";
      border-top: 2px solid #505050;
      width: 160px;
      position: absolute;
      top: 0;
      left: 0; }
  .about-modal .about-menu-link.active:before {
    content: "";
    border-style: solid;
    border-width: 18px 0 18px 18px;
    border-color: transparent transparent transparent #242424;
    position: absolute;
    left: -30px;
    top: 8px; }
  .about-modal .btn--about-close {
    float: right; }
  .about-modal .contribution {
    background: #fff;
    margin-top: 30px;
    margin: 10px -20px -20px -30px;
    padding: 30px;
    left: 0;
    bottom: 0;
    position: relative; }
    .about-modal .contribution p {
      color: #3a3a3a;
      font-weight: 800;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center; }
    .about-modal .contribution .disclaimer {
      font-size: 10px;
      font-size: 1rem;
      text-align: left;
      font-weight: 400; }
    .about-modal .contribution img {
      margin: 25px 0;
      max-height: 90px;
      width: 100%; }
    .about-modal .contribution img.norway {
      max-height: 78px; }

.info-modal .modal-dialog {
  position: absolute;
  width: 480px;
  left: 300px; }

.tutorial-modal .modal-dialog {
  position: absolute;
  width: 200px; }
.tutorial-modal .modal-content {
  padding: 20px 20px; }
.tutorial-modal .close {
  position: absolute;
  top: -10px;
  right: -10px; }
.tutorial-modal .tip-number {
  color: #CCFF33;
  background: #3a3a3a;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .tutorial-modal .tip-number p {
    text-align: center;
    line-height: 40px; }
.tutorial-modal .modal-body {
  margin-top: 15px; }

.tutorial-modal .arrow-left:before {
  top: 130px; }
.tutorial-modal .arrow-right:before {
  top: 10px; }

.tutorial-modal1 .modal-dialog, .tutorial-modal2 .modal-dialog, .tutorial-modal3 .modal-dialog {
  left: 300px; }

.tutorial-modal4 .modal-dialog {
  position: fixed;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.tutorial-modal5 .modal-dialog {
  top: 0;
  right: 80px; }

@media screen and (max-width: 1200px) {
  .about-modal .modal-body-content {
    padding: 0 30px 0 30px; } }

/*********
THE ROLLOVER WINDOW
**********/
#xmark_sm {
  float: right;
  margin: 0;
  cursor: pointer; }

#tt_sm {
  z-index: 1000000;
  color: #fff;
  background-color: #242424;
  padding: 30px;
  max-width: 30%; }

#tt_name_sm {
  float: left;
  font-weight: bold; }

#tt_custom_sm {
  float: left;
  clear: both;
  margin: 0px;
  padding: 0px; }

#main-map_outer {
  display: none; }

/*------------------------------------*\
    $RESPONSIVE VIDEO
\*------------------------------------*/
.video-container {
  width: 100%; }

/*------------------------------------*\
	$intro video
\*------------------------------------*/
.intro-video {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #242424;
  z-index: 1000; }

.video-wrap {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%; }

.video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  margin-top: -36px; }

video {
  height: 100%;
  width: 100%;
  display: block; }

.btn-skip-video {
  position: relative;
  display: block;
  width: auto;
  margin: 0 auto;
  margin-top: 30px; }
  .btn-skip-video:hover, .btn-skip-video.active {
    background-color: #656364; }

.button-wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%); }
  .button-wrap .btn {
    margin: 14px 0; }

.intro-video-end {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: #242424;
  background-color: rgba(0, 0, 0, 0.8); }

.intro-video-end .logoblock {
  width: 100%;
}

.about-page .logoblock {
  width: 100%;
  max-width: 15em;
}

@media only screen and (max-width: 768px) {
  .button-wrap #btn-launch {
    display: none !important; }
  .btn-skip-video {
    display: none; } }

@media only screen and (max-width: 900px) {
  video {
    height: auto; } }

.side-bar {
  width: 280px;
  margin-top: 20px;
  z-index: 2;
  position: relative; }

.side-bar__panel {
  border: 0;
  border-top: 2px solid #CCFF33;
  background: #242424;
  color: #fff;
  padding: 15px 20px 20px; }

.key-panel {
  border-top: 2px solid #656364;
  padding-bottom: 20px; }

.replay-menu {
  padding: 5px 20px 0;
  width: 280px; }
  .replay-menu .btn--secondary {
    margin: 15px auto; }

.scenario-selector table {
  margin: 15px 0; }
.scenario-selector td {
  padding: 8px 0;
  vertical-align: middle; }
.scenario-selector .coloumn-label td {
  padding: 0;
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 800;
  margin: 1px; }
.scenario-selector .row-label {
  text-align: left;
  font-size: 11px;
  font-size: 1.1rem; }
.scenario-selector .radio {
  margin: -8px auto; }
.scenario-selector td:nth-child(1) {
  width: 150px; }
.scenario-selector td:nth-child(2) {
  width: 40px; }
.scenario-selector td:nth-child(3) {
  width: 70px; }
.scenario-selector td:nth-child(4) {
  width: 30px; }
.scenario-selector tr:nth-child(2), .scenario-selector tr:nth-child(4) {
  border-bottom: 1px solid #656364; }
.scenario-selector tr:nth-child(3) td, .scenario-selector tr:nth-child(5) td {
  padding-top: 20px; }

.key {
  position: relative;
  overflow: hidden; }
  .key .key-label {
    display: inline-block;
    font-weight: 800;
    margin: 0 auto; }
  .key .very-high {
    float: right; }
  .key .key-bar {
    width: 240px;
    padding: 0;
    height: 6px;
    margin: 15px auto 10px; }
    .key .key-bar img {
      width: 240px;
      height: 6px; }

@media only screen and (min-height: 740px) {
  .side-bar {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .replay-menu {
    position: fixed;
    bottom: 5px; } }

.save-map-btn-wrap {
  position: absolute;
  width: 100%;
  bottom: 175px;
  pointer-events: none; }

.btn--save-map {
  margin: 0 auto;
  pointer-events: auto; }

.my-maps {
  width: 100%;
  height: 130px;
  background: #242424;
  position: fixed;
  border-top: 2px solid #656364;
  bottom: -130px;
  margin: 0 -20px;
  padding: 10px 0;
  z-index: 3; }
  .my-maps .my-maps-btn-wrap {
    position: absolute;
    top: -31px;
    width: 100%;
    pointer-events: none; }
  .my-maps .btn--my-maps {
    margin: 0 auto;
    height: 30px;
    pointer-events: auto; }

.present-map-wrap {
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  width: 300px;
  bottom: 130px;
  right: 20px; }
  .present-map-wrap h3 {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0; }

#present-map {
  pointer-events: none; }

.my-maps .btn--scroll {
  position: absolute;
  top: 10px; }

.my-maps .btn--scroll-right {
  right: 0; }

.my-maps__thumb-container {
  height: 112px;
  margin: 0 70px;
  white-space: nowrap;
  overflow: hidden; }

.my-maps__thumb-scroll {
  height: 112px;
  overflow-x: hidden;
  overflow-y: hidden; }

.thumb {
  display: inline-block;
  vertical-align: top;
  background: #3a3a3a;
  width: 370px;
  height: 112px;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 5px;
  box-sizing: border-box; }

.thumb-map {
  width: 180px;
  height: 100%;
  pointer-events: none;
  margin: 0 10px; }

.thumb-details {
  position: absolute;
  top: 0;
  left: 200px;
  color: #FFFFDE;
  font-size: 10px;
  font-size: 1rem;
  width: 170px; }

.thumb-details table {
  margin: 18px auto; }
  .thumb-details table td {
    padding: 0 12px;
    vertical-align: middle; }
  .thumb-details table tr {
    height: 24px; }
  .thumb-details table td:first-child {
    border-right: 1px solid #242424; }

.thumb-btns {
  display: none;
  background: #242424;
  background-color: rgba(36, 36, 36, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 10px 60px; }

.btn-download-map {
  float: left; }

.btn-delete-map {
  float: right; }

.thumb:hover .thumb-btns {
  display: block; }

.rotate-warning {
  display: none;
  overflow: auto;
  background: #242424;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 900;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.rotate-warning-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px; }

.rotate-warning-content p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem; }

.rotate-warning-content img {
  width: 75px;
  height: 75px;
  margin: 0 auto 20px; }

.start {
  overflow: auto;
  background: #3a3a3a url(../../images/map-simplified.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: table;
  width: 100%;
  height: 100%;
  padding: 120px 0 70px; }

.start-content {
  /*position: absolute;
   top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
  display: table-cell;
  vertical-align: middle;
  margin: 100px 20px;
  padding: 0 30px; }

.start-content h1 {
  width: 100%;
  max-width: 464px; }

.start-body {
  margin: 20px auto 0;
  max-width: 320px;
  border-top: 2px solid #fff;
  padding-top: 20px; }

.start-content p {
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem; }

.start-content .btn {
  max-width: 250px;
  margin: 30px 0 0; }

.mobile-strip {
  display: none; }

@media only screen and (max-width: 768px) {
  .start-body {
    border: 0;
    padding-top: 0; }
  .start-content .btn {
    margin: 30px auto; }
  .mobile-strip {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 20px -30px 0;
    width: 100%;
    background: #242424;
    opacity: 0.9;
    text-align: center;
    text-transform: uppercase;
    padding: 20px; }
  .mobile-strip p {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0; } }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #CCFF33; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #3a3a3a; }

.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #656364; }

/*------------------------------------*\
    $NON-MODULAR
\*------------------------------------*/
/**
 * template-specific/temporary pages etc.
 */
/*------------------------------------*\
    $PRINT
\*------------------------------------*/
/**
 * print style
 */
/*------------------------------------*\
    $PRINT
\*------------------------------------*/
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }


/*# sourceMappingURL=maps/styles.css.map */
