﻿@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
 * Bootstrap v3.0.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.row {
  margin-left: -12px;
  margin-right: -12px; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.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: 12px;
  padding-right: 12px; }

.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 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .container {
    width: 750px; }
  .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 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666666666666%; }
  .col-sm-10 {
    width: 83.33333333333334%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666666666666%; }
  .col-sm-7 {
    width: 58.333333333333336%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666666666667%; }
  .col-sm-4 {
    width: 33.33333333333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.666666666666664%; }
  .col-sm-1 {
    width: 8.333333333333332%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666666666666%; }
  .col-sm-pull-10 {
    right: 83.33333333333334%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666666666666%; }
  .col-sm-pull-7 {
    right: 58.333333333333336%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666666666667%; }
  .col-sm-pull-4 {
    right: 33.33333333333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.666666666666664%; }
  .col-sm-pull-1 {
    right: 8.333333333333332%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666666666666%; }
  .col-sm-push-10 {
    left: 83.33333333333334%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666666666666%; }
  .col-sm-push-7 {
    left: 58.333333333333336%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666666666667%; }
  .col-sm-push-4 {
    left: 33.33333333333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.666666666666664%; }
  .col-sm-push-1 {
    left: 8.333333333333332%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .container {
    width: 970px; }
  .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 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666666666666%; }
  .col-md-10 {
    width: 83.33333333333334%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666666666666%; }
  .col-md-7 {
    width: 58.333333333333336%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666666666667%; }
  .col-md-4 {
    width: 33.33333333333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.666666666666664%; }
  .col-md-1 {
    width: 8.333333333333332%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666666666666%; }
  .col-md-pull-10 {
    right: 83.33333333333334%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666666666666%; }
  .col-md-pull-7 {
    right: 58.333333333333336%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666666666667%; }
  .col-md-pull-4 {
    right: 33.33333333333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.666666666666664%; }
  .col-md-pull-1 {
    right: 8.333333333333332%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666666666666%; }
  .col-md-push-10 {
    left: 83.33333333333334%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666666666666%; }
  .col-md-push-7 {
    left: 58.333333333333336%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666666666667%; }
  .col-md-push-4 {
    left: 33.33333333333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.666666666666664%; }
  .col-md-push-1 {
    left: 8.333333333333332%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .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 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666666666666%; }
  .col-lg-10 {
    width: 83.33333333333334%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666666666666%; }
  .col-lg-7 {
    width: 58.333333333333336%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666666666667%; }
  .col-lg-4 {
    width: 33.33333333333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.666666666666664%; }
  .col-lg-1 {
    width: 8.333333333333332%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666666666666%; }
  .col-lg-pull-10 {
    right: 83.33333333333334%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666666666666%; }
  .col-lg-pull-7 {
    right: 58.333333333333336%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666666666667%; }
  .col-lg-pull-4 {
    right: 33.33333333333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.666666666666664%; }
  .col-lg-pull-1 {
    right: 8.333333333333332%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666666666666%; }
  .col-lg-push-10 {
    left: 83.33333333333334%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666666666666%; }
  .col-lg-push-7 {
    left: 58.333333333333336%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666666666667%; }
  .col-lg-push-4 {
    left: 33.33333333333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.666666666666664%; }
  .col-lg-push-1 {
    left: 8.333333333333332%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .varsel-widget-header:before, .news-ticker-entry:before, .konsesjonsliste-filters:before, .global-menu:before, .clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .konsesjonsliste-filters:after, .global-menu:after {
  content: " ";
  display: table; }

.clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .konsesjonsliste-filters:after, .global-menu:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .konsesjonsliste-filters:after, .global-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix, .varsel-widget-header, .news-ticker-entry, .konsesjonsliste-filters, .global-menu {
  display: inline-block; }

html[xmlns] .clearfix, html[xmlns] .varsel-widget-header, html[xmlns] .news-ticker-entry, html[xmlns] .konsesjonsliste-filters, html[xmlns] .global-menu {
  display: block; }

* html .clearfix, * html .varsel-widget-header, * html .news-ticker-entry, * html .konsesjonsliste-filters, * html .global-menu {
  height: 1%; }

.media {
  display: table-cell; }

.fullwidth {
  width: 100%; }

.collapse-table, .file-list-table {
  width: 100%; }
  .collapse-table td, .file-list-table td, .collapse-table th, .file-list-table th {
    padding: 0.5em;
      padding-right: 1em; }
  @media screen and (max-width: 960px) {
    .collapse-table td, .file-list-table td, .collapse-table th, .file-list-table th, .collapse-table tr, .file-list-table tr {
      display: block; }
    .collapse-table tr, .file-list-table tr {
      padding: 6px 0; }
    .collapse-table td, .file-list-table td {
      padding: 1px 0; }
    .collapse-table th, .file-list-table th {
      display: none; } }

@media screen and (min-width: 960px) {
  .hidden-desktop {
    display: none !important; } }

@media screen and (max-width: 960px) {
  .hidden-phone {
    display: none !important; } }

.mt {
  margin-top: 30px; }

.mb {
  margin-bottom: 1em; }

.article-title {
  font-size: 2.6em;
  font-weight: 200;
  line-height: 1.2em;
  margin: 0; }
  @media screen and (max-width: 960px) {
    .article-title {
      font-size: 2em;
      font-weight: 300;
      line-height: 1;
      margin-bottom: 0.3em; } }
  .article-title .theme-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-size: 100%;
    opacity: 0.15; }

.article-content:first-child h1, .article-content:first-child h2, .article-content:first-child h3, .article-content:first-child h4 {
  margin-top: 0; }

.article-submenu {
  margin-top: 1.4em;
  border-bottom: 1px solid #e9edf0;
  padding-bottom: 0.8em;
  margin-bottom: 3em; }
  .article-submenu ul {
    margin: 0;
    padding: 0; }
    .article-submenu ul li {
      display: inline-block; }
    .article-submenu ul a {
      color: #c8102e;
      text-decoration: none;
      margin-right: 30px;
      margin-bottom: 0.5em;
      display: inline-block; }

.article-content p img {
  margin: 0 auto;
  max-width: 100%; }

.article-breadcrumbs {
  font-size: 0.9em;
  color: #5c5c5c; }
  .article-breadcrumbs ul {
    margin: 0;
    padding: 0; }
    .article-breadcrumbs ul li {
      display: inline-block; }

.breadcrumb {
  padding-right: 0.5em; }
  .breadcrumb a, .breadcrumb a:visited, .breadcrumb a:hover {
    color: inherit; }
  .breadcrumb:not(:last-of-type):after {
    content: " ";
    background-image: url(/Content/Images/breadcrumb-divider.png);
    background-size: 100%;
    height: 10px;
    width: 4px;
    display: inline-block;
    margin-left: 0.5em;
    font-weight: bold; }

.article-aside-section {
  padding-bottom: 1em;
  margin-bottom: 1em; }

.article-aside-section-title {
  padding: 10px;
  margin: 0 0 1em;
  border-bottom: 1px solid #d8dfe4;
  font-size: 1.3em; }

.article-aside-section-content {
  padding-left: 10px;
  padding-right: 10px; }

.article-published-stamp {
  color: #5c5c5c;
  margin-bottom: 1em; }

.feed-box {
  border: 2px solid #d8dfe4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 3em; }
  @media screen and (max-width: 960px) {
    .feed-box {
      margin-bottom: 1.5em; } }

.feed-box-title {
  margin: 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d8dfe4; }

.feed-box-feed {
  margin: 0;
  padding: 0; }
  .feed-box-feed li {
    display: block; }
  .feed-box-feed .feed-entry {
    padding: 10px 15px;
    border-bottom: 1px solid #d8dfe4; }
    .feed-box-feed .feed-entry:last-of-type {
      border-bottom: none; }
  .feed-box-feed .feed-entry-content {
    padding: 0;
    display: block; }

.timestamp {
  font-size: 14px;
  color: #777777; }

.related-links {
  margin-bottom: 2em; }
  .related-links ul {
    margin: 0;
    padding: 0; }
    .related-links ul li {
      display: block; }
  .related-links li {
    padding: 10px;
    background: #eeeeee;
    margin-bottom: 5px;
    display: block;
    text-decoration: none; }
    .related-links li a {
      display: block; }
    .related-links li span {
      font-size: 0.9em;
      color: #555555;
      display: block;
      line-height: 1.3; }

.list-title {
  margin: 0 0 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #dddddd; }

.list-simple {
  margin: 0;
  padding: 0;
  margin: 1em 0; }
  .list-simple li {
    display: block; }

.info-box {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 30px; }
  .info-box .info-box-title {
    margin: 0 0 10px; }
  .info-box .info-box-text {
    margin: 0; }

.promo-actions {
  margin-bottom: 3em;
  margin-top: 3em; }

.promo-box {
  background-image: url(/Content/images/mountains.png);
  background-color: #0b78c1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  color: white;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  margin-bottom: 15px; }
  .promo-box:before {
    content: " ";
    background: #0b78c1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.9; }

.promo-box-content {
  position: relative;
  text-shadow: 0 0 2px rgba(36, 163, 208, 0.8);
  text-align: center; }

.promo-box-link {
  text-decoration: none; }

.promo-box-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 1.3em;
  color: white; }

.promo-box-subtitle {
  font-size: 14px;
  margin: 10px 0 0; }

.promo-buttons {
  margin-bottom: 3em; }
  @media screen and (max-width: 960px) {
    .promo-buttons {
      margin-bottom: 1.5em; } }

.promo-block {
  background: #eceef0;
  color: #4d6170;
  padding: 15px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px; }

.c-box, .article-aside-section, .varsel-widget, .job-offers {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eceef0;
  color: #4d6170; }

.pad, .news-ticker, .job-offers {
  padding: 15px; }

.button-1, a.button-1 {
  background: #0b78c1;
  display: inline-block;
  color: white;
  padding: 8px 14px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none; }

.pagination {
  margin-top: 2em;
  margin-bottom: 2em; }

.pagination-pages {
  margin: 0;
  padding: 0;
  text-align: center; }
  .pagination-pages li {
    display: inline-block; }

.pagination-page {
  padding: 2px 4px;
  border: 1px solid #d8dfe4;
  border-radius: 2px;
  text-decoration: none;
  color: #4d6170 !important; }
  .pagination-page.active {
    background: #d8dfe4;
    border-color: #abbac5; }

.faq-answer-block {
  padding: 10px 0; }

.faq-answer-block:target p, .faq-answer-block:target h3 {
  background: #feffdf;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.faq-answer-text {
  font-size: 14px; }

.FAQ_q {
  cursor: pointer;
  position: relative;
  padding-right: 35px; }

.FAQ_q.active {
  color: #d74646; }

.FAQ_q:after {
  content: " ";
  border-right: 2px solid grey;
  border-top: 2px solid grey;
  opacity: 0.7;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
  transition: opacity 0.1s ease-out; }

.FAQ_q.active:after {
  transform: rotate(135deg) translateY(-50%) translateY(-2px);
  top: calc(50% - 10px); }

.FAQ_a {
  border: 1px solid transparent;
  /*background: #ECEEF0;*/
  padding: 15px; }

.FAQ_a p:first-of-type {
  margin-top: 0; }

.FAQ_a p:last-of-type {
  margin-bottom: 0; }

/*body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}*/
body, input {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  font-weight: inherit; }

a,
a:visited,
a:hover,
a:active {
  color: #00677F;
  text-decoration: underline; }

.a-enhanced {
  background-image: linear-gradient(transparent 0%, transparent 49%, rgba(18, 120, 193, 0.5) 50%);
  background-size: 2px 2px;
  background-repeat: repeat-x;
  background-position-y: 100%;
  text-shadow: 1px 1px white, -1px 1px white, 1px -1px white, -1px -1px white;
  text-decoration: none; }

ul, ol {
  margin: 0; }

li {
  margin-bottom: 0.3em; }

/*blockquote {
  border-left: 4px solid $blue-gray-1;
  margin-left: 0;
  padding-left: 1em;
  font-size: 1.4em;
  line-height: 1.3;
}*/
blockquote {
  border-left: 4px solid #C8102E;
  margin-left: 0;
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  /*&::before {
        content: '\201C';
    }

    &::after {
        content: '\201D';
    }*/ }

.red {
  color: #C8102E; }

/*@import "modules/_footer.scss";*/
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="date"],
select {
  height: 36px; }

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea,
select {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 2px solid #dddddd;
  padding: 0.4em;
  margin-bottom: 5px;
  transition: border-color 0.1s linear; }
  input[type="text"]:focus,
  input[type="button"]:focus,
  input[type="submit"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="date"]:focus,
  textarea:focus,
  select:focus {
    border-color: #0b78c1;
    outline: none; }
  @media screen and (max-width: 960px) {
    input[type="text"],
    input[type="button"],
    input[type="submit"],
    input[type="search"],
    input[type="number"],
    input[type="date"],
    textarea,
    select {
      width: 100%; } }

input[type="button"],
input[type="submit"],
button {
  border: none; }

a.btn, a.btn--promo, a.btn--promo-rightAligned, a.btn--simple, .btn, .btn--promo, .btn--promo-rightAligned, .btn--simple {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 0.5em 1em;
  background: #0b78c1;
  color: white;
  text-decoration: none;
  position: relative; }
  a.btn:hover, a.btn--promo:hover, a.btn--promo-rightAligned:hover, a.btn--simple:hover, .btn:hover, .btn--promo:hover, .btn--promo-rightAligned:hover, .btn--simple:hover {
    background: #0a69a9; }

.btn--promo {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-align: left; }
  .btn--promo:after {
    content: " ";
    border-right: 2px solid white;
    border-top: 2px solid white;
    opacity: 0.7;
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%) translateY(-2px);
    transition: opacity 0.1s ease-out; }
  .btn--promo:hover:after {
    opacity: 1; }

.btn--promo-rightAligned {
  width: 100%;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-align: right; }
  .btn--promo-rightAligned:before {
    content: " ";
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    opacity: 0.7;
    height: 15px;
    width: 15px;
    display: block;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%) translateY(-2px);
    transition: opacity 0.1s ease-out; }
  .btn--promo-rightAligned:hover:after {
    opacity: 1; }

.btn--simple {
  background: none;
  border: 2px solid #d8dfe4;
  color: #4d6170; }
  .btn--simple:hover {
    background-color: #d8dfe4; }

.radio-option {
  margin-bottom: 5px; }
  .radio-option input[type="radio"] {
    margin-right: 6px; }
  .radio-option label {
    vertical-align: middle; }

th {
  text-align: left; }

table.table-style-1 {
  width: 100%;
  font-size: 14px; }
  table.table-style-1 th {
    table-layout: fixed;
    width: 40%; }
  table.table-style-1 td, table.table-style-1 th {
    border: 1px solid #d8dfe4;
    padding: 5px 10px; }
  @media screen and (max-width: 960px) {
    table.table-style-1 tr {
      display: block;
      border: 1px solid #d8dfe4;
      padding: 10px; }
    table.table-style-1 tr + tr {
      margin-top: -1px; }
    table.table-style-1 td, table.table-style-1 th {
      display: block;
      width: 100%;
      border: none;
      padding: 0; } }

.email-subscription-form select {
  moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ABADB3; }

.email-subscription-form .row {
  padding-bottom: 5px; }

.email-subscription-form input[type="email"] {
  width: 300px; }

.email-subscription-form ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.hero-article {
  margin-bottom: 3em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 21em;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 960px) {
    .hero-article {
      margin-bottom: 1.5em; } }
  .hero-article:hover .hero-article-image {
    transform: scale(1.1); }
  .hero-article:hover .hero-article-text {
    padding-bottom: 1.3em; }

.hero-article-text {
  background: rgba(236, 238, 240, 0.9);
  padding: 0 15px 0.5em;
  position: absolute;
  font-size: 1.3em;
  transition: padding-bottom 0.5s cubic-bezier(0, 0.3, 0, 1);
  bottom: 0;
  left: 0;
  right: 0; }

.hero-article-image {
  min-height: 20em;
  min-width: 100%;
  transform: scale(1);
  -webkit-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  -moz-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  -ms-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  -o-transition: all 3s cubic-bezier(0, 0.3, 0, 1);
  transition: all 3s cubic-bezier(0, 0.3, 0, 1); }

.hero-article-title {
  margin: 0.5em 0 0.3em;
  display: inline-block;
  background: #4d6170;
  color: white;
  padding-left: 0.2em;
  padding-right: 0.2em; }

.hero-article-paragraph {
  font-size: 0.8em;
  display: block;
  line-height: 1.4;
  color: #4d6170;
  margin-bottom: 1em; }

.varsel-widget {
  padding: 15px;
  margin-bottom: 1em; }
  @media screen and (max-width: 960px) {
    .varsel-widget {
      height: auto; } }

.varsel-widget-header {
  margin: 0 0 20px;
  width: 100%;
  border-bottom: 2px solid #d8dfe4; }

h2.varsel-widget-title {
  margin: 0;
  font-size: 1.3em; }

.varsel-widget-list {
  margin: 0;
  padding: 0; }
  .varsel-widget-list li {
    display: block; }
  .varsel-widget-list li {
    padding: 0.3em 0; }
  .varsel-widget-list li:not(:first-child) {
    border-top: 1px solid #d8dfe4; }

.varsel-widget-entry-status {
  float: right;
  background-color: #999;
  color: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 8px; }

.hazard-rating-1 {
  background-color: #75B100; }

.hazard-rating-2 {
  background-color: #FFCC33; }

.hazard-rating-3 {
  background-color: #E46900; }

.hazard-rating-4 {
  background-color: #D21523; }

.hazard-rating-5 {
  background-color: #3E060b; }

.magstats {
  margin-bottom: 3em; }
  @media screen and (max-width: 960px) {
    .magstats {
      margin-bottom: 1.5em; } }

.magstats-title {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  border-bottom: 2px solid #d8dfe4; }

.magstats-data {
  font-size: 1.3em; }

.magstats-data-negative {
  color: #D21523; }

.magstats-data-positive {
  color: #75B100; }

.news-ticker {
  margin-bottom: 3em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eceef0; }
  @media screen and (max-width: 960px) {
    .news-ticker {
      margin-bottom: 1.5em; } }

.news-ticker-news {
  margin: 0;
  padding: 0; }
  .news-ticker-news li {
    display: block; }
  .news-ticker-news li {
    margin-bottom: 0; }
  .news-ticker-news a, .news-ticker-news a:hover {
    text-decoration: none; }

.news-ticker-title {
  border-bottom: 2px solid #d8dfe4; }

.news-ticker-entry {
  overflow: hidden;
  margin-bottom: 1em;
  padding-bottom: 1em;
  width: 100%;
  text-decoration: none;
  color: #4d6170;
  border-bottom: 1px solid #d8dfe4; }

.news-ticker-image {
  width: 120px;
  float: left;
  margin-right: 15px; }

.news-ticker-entry-body {
  display: table; }

.news-ticker-entry-meta {
  font-size: 0.85em;
  display: block; }

.news-ticker-entry-title {
  margin: 0;
  line-height: 1.4;
  font-size: 1.2em; }

.news-ticker-entry-p {
  margin-bottom: 0;
  margin-top: 0.5em; }

h2.news-ticker-title {
  color: #4d6170;
  border-bottom: 1px solid #d8dfe4;
  font-size: 1.3em;
  padding: 10px;
  padding-left: 0px;
  margin: 0 0 1em; }

.news-ticker-entry {
  position: relative; }

.news-ticker-entry-body:after {
  content: " ";
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  opacity: 0.7;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
  transition: opacity 0.1s ease-out 0s; }

.news-ticker-image {
  float: left; }

.news-ticker-entry-text {
  display: block;
  clear: both;
  padding-right: 20px; }

.promo-box-content {
  position: relative; }

.promo-box-title:after {
  content: " ";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  opacity: 0.7;
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  right: 10px;
  top: 8px;
  transform: rotate(45deg) translateY(-50%) translateY(-2px);
  transition: opacity 0.1s ease-out 0s; }

.promo-box-link:hover {
  text-decoration: none; }

.map-banner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #eceef0;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #4d6170;
  margin-bottom: 1em;
  z-index: 1; }
  .map-banner:hover .map-banner-image {
    transform: scale(1.2); }

.map-banner-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0.2em; }

.map-banner-title-image {
  height: 1.4em;
  width: auto;
  position: absolute;
  left: -1.5em; }

.map-banner-action-container {
  font-size: 1em;
  padding: 1em 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  background: rgba(236, 238, 240, 0.8);
  transition: padding-bottom 1s cubic-bezier(0, 0.3, 0, 1); }

.map-banner-image {
  transform: scale(1);
  transition: all 3s cubic-bezier(0, 0.3, 0, 1); }

.job-offers {
  margin-bottom: 2em; }

.job-offers-title {
  margin: 0; }

/*@import "modules/_global-footer.scss";*/
[x-cloak] {
  display: none !important; }

html {
  font-size: 16px;
  height: -webkit-fill-available; }
  @media (min-width: 1800px) {
    html {
      font-size: 20px; } }

body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #F5F5F5;
  color: black;
  font-size: 1rem;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  /*&.n-sectionpage {
        background-color: #EBEBEB;
    }*/ }

a, a:visited, a:hover, a:active {
  color: #00677F; }

select.n-select {
  display: inline-block;
  font-size: 1rem;
  padding: 1.25rem 1.5rem;
  border: 0;
  border-radius: 0;
  height: auto;
  color: #1A1A1A; }

.n-off-screen {
  position: absolute;
  top: 0px;
  left: -9999px; }

.n-container {
  max-width: 1800px;
  margin: 0 auto; }

.n-content {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem; }
  .n-content-wide {
    max-width: 68.5rem;
    margin: 0 auto; }

.n-breadcrumb {
  color: #808080;
  list-style: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2rem 0 0 0;
  margin: 0; }
  .n-breadcrumb li {
    display: inline; }
    .n-breadcrumb li a {
      color: black;
      text-decoration: underline;
      display: inline-flex;
      align-items: center; }
      .n-breadcrumb li a svg {
        flex-shrink: 0;
        height: 1rem;
        width: 1.5rem; }
      .n-breadcrumb li a:hover {
        color: #C8102E; }

.n-meta {
  color: #808080;
  margin-top: 1.5rem; }

h1.n-page-header {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.75rem;
  margin: 5rem 0 0 0; }

h1.n-page-header-2 {
  font-size: 2rem;
  margin: 4rem 0 2rem 0; }
  @media (min-width: 48rem) {
    h1.n-page-header-2 {
      font-size: 2.5rem;
      margin-bottom: 3rem; } }

@media (min-width: 48rem) {
  .n-page-header-split {
    display: flex;
    justify-content: space-between;
    align-items: baseline; } }

.n-page-abstract {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-top: 1.5rem; }
  .n-page-abstract p {
    margin: 0; }
  @media (min-width: 48rem) {
    .n-page-abstract {
      max-width: 66.6666%; } }

.n-figure {
  background-color: white;
  margin: 2.5rem 0; }
  .n-figure img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  .n-figure figcaption {
    padding: 1rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-style: italic; }

.n-transportpage .n-footer {
  margin-top: 7.5rem; }

h1.n-transportpage-header {
  margin: 4rem 0 0 0;
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0;
  line-height: 3rem; }

.n-transportpage-abstract {
  margin: 3.5rem 0 0 0;
  font-size: 1.5rem;
  line-height: 2.35rem; }
  @media (min-width: 48rem) {
    .n-transportpage-abstract {
      max-width: 66.6666%; } }

.n-rte {
  line-height: 2rem;
  /*p,
    table,
    ol,
    ul {
        margin: 0;        
    }

    * + p,
    * + table,
    * + ol,
    * + ul {
        margin-top: 2rem;
    }*/ }
  .n-rte h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin: 0 0 1rem 0;
    /*&:after {
            content: '';
            display: block;
            height: 2px;
            width: 1.5rem;
            background-color: $color-red;
        }*/ }
  .n-rte * + h2 {
    margin-top: 2.5rem; }
  .n-rte h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 0.75rem; }
  .n-rte h4 {
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .n-rte p,
  .n-rte table,
  .n-rte ol,
  .n-rte ul {
    margin: 0 0 2rem 0; }
    .n-rte p:last-child,
    .n-rte table:last-child,
    .n-rte ol:last-child,
    .n-rte ul:last-child {
      margin-bottom: 0; }
  .n-rte ol,
  .n-rte ul {
    padding-left: 1.5rem; }
    .n-rte ol li,
    .n-rte ul li {
      margin-bottom: 1rem; }
    .n-rte ol li:last-child,
    .n-rte ul li:last-child {
      margin-bottom: 0; }
  .n-rte li > ul {
    margin-top: 1rem; }
  .n-rte ul li::marker {
    color: #C8102E; }
  .n-rte a {
    color: #00677F; }
    .n-rte a[href^="http"]::after {
      content: '';
      display: inline-block;
      height: 8px;
      width: 8px;
      margin-left: 4px;
      margin-right: 4px;
      margin-bottom: 2px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB/SURBVHgBhY6xCkBgEIDvxCCLRzBalNHIYPAGZMCLeA2jSb+3sFplM5lN/2KQdPqLQuFbru776g6ruqY4DBEOWt1qxFw0VR/W2ZbhgcN7jzFmEGJp5sUoPYNTLkSZMvF7cJVZFI1idzuxArjbRTq880A8CR9I8AP6QUBpkrwGO/wUM3IW2QE+AAAAAElFTkSuQmCC"); }
    .n-rte a:hover {
      color: black; }

table.n-table,
.n-rte table {
  border: 0;
  /*tr,
    tr:nth-of-type(odd) {
        background-color: white;
    }*/ }
  table.n-table th,
  .n-rte table th {
    border: 0;
    font-size: 1rem;
    padding: 1.25rem 1rem;
    text-transform: uppercase;
    color: #808080;
    /*border-bottom: 1px solid $color-gray-4;*/ }
    table.n-table th:first-child,
    .n-rte table th:first-child {
      padding-left: 0; }
  table.n-table td,
  .n-rte table td {
    border: 0;
    background-color: white;
    /*border-bottom: 1px solid $color-gray-4;*/
    font-size: 1rem;
    padding: 1.25rem 1rem;
    margin: 0; }
  table.n-table tr:nth-child(odd) td,
  .n-rte table tr:nth-child(odd) td {
    background-color: #FAFAFA; }
  table.n-table tr:last-child td,
  .n-rte table tr:last-child td {
    border-bottom: 0; }
  table.n-table ul,
  table.n-table ol,
  .n-rte table ul,
  .n-rte table ol {
    margin-left: 1rem;
    padding-left: 1rem; }
  table.n-table a,
  .n-rte table a {
    color: black; }
    table.n-table a:hover,
    .n-rte table a:hover {
      color: #C8102E; }

.n-box {
  background-color: #F0F0F0;
  padding: 1.5rem; }

.n-dropdown {
  position: relative; }
  .n-dropdown.n-has-selection button {
    border-color: #C8102E; }
  .n-dropdown > button {
    background-color: white;
    border-left: 6px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
    width: 100%; }
    .n-dropdown > button > div {
      text-align: left; }
    .n-dropdown > button > svg {
      height: 1.5rem;
      width: 1.5rem; }
    .n-dropdown > button:focus {
      outline: none;
      /*outline-color: $color-red;*/ }
  .n-dropdown-list {
    position: absolute;
    width: 100%;
    z-index: 2; }
    .n-dropdown-list a {
      color: #1A1A1A;
      text-decoration: none;
      display: block;
      width: 100%;
      background-color: white;
      padding: 1.25rem 1.5rem 1.25rem 1.25rem;
      border-left: 6px solid white; }
      .n-dropdown-list a:hover, .n-dropdown-list a:focus {
        border-color: #FAFAFA;
        background-color: #FAFAFA;
        /*.n-dropdown-list-extra {
                    color: white;
                }*/ }
      .n-dropdown-list a:focus {
        outline: none; }
    .n-dropdown-list-extra {
      color: #808080; }

a.n-card,
.n-card {
  flex: auto;
  text-decoration: none;
  color: #1A1A1A;
  display: flex;
  flex-direction: column; }
  a.n-card-image,
  .n-card-image {
    flex: none;
    /* ie11 */ }
  a.n-card-image img,
  .n-card-image img {
    display: block;
    max-width: 100%; }
  a.n-card-content,
  .n-card-content {
    flex: auto;
    background-color: #fff;
    padding: 1rem 1.5rem 1.5rem; }
    a.n-card-content h4,
    .n-card-content h4 {
      margin: 0.5rem 0 0 0;
      font-size: 1.25rem;
      line-height: 1.75rem; }
    a.n-card-content .n-card-header-large,
    .n-card-content .n-card-header-large {
      font-size: 1.5rem;
      line-height: 2rem; }
  a.n-card-meta,
  .n-card-meta {
    color: #808080; }

a.n-card:hover {
  color: #1A1A1A; }
  a.n-card:hover h4 {
    text-decoration: underline; }

.n-card-list .n-card {
  margin-bottom: 1.5rem; }

/*a.n-read-more {
    font-size: 1.25rem;
    color: $color-black;
    text-decoration: none;
    display: inline-flex;
    flex-direction: column;
    flex-grow: 0;

    &::after {
        content: '';
        display: inline-block;
        background-color: $color-red;
        margin-top: 1px;
        height: 2px;
        width: 1.5rem;
        transition: width .2s ease-in-out;
    }

    &:hover {
        color: $color-red;
    }

    &:hover::after {
        width: 100%;
    }
}*/
.n-row + .n-row {
  margin-top: 1.5rem; }

/*@media screen and (max-width: 767px) {
    .n-row > div[class*="n-col-"]:first-child {
        margin-top: 2.5rem;
    }
}
*/
@media screen and (min-width: 48rem) {
  .n-row {
    display: flex;
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .n-row.n-same-height {
    display: flex; }
    .n-row.n-same-height > .n-col-1,
    .n-row.n-same-height > .n-col-2,
    .n-row.n-same-height > .n-col-3,
    .n-row.n-same-height > .n-col-4,
    .n-row.n-same-height > .n-col-5,
    .n-row.n-same-height > .n-col-6,
    .n-row.n-same-height > .n-col-7,
    .n-row.n-same-height > .n-col-8,
    .n-row.n-same-height > .n-col-9,
    .n-row.n-same-height > .n-col-10,
    .n-row.n-same-height > .n-col-11,
    .n-row.n-same-height > .n-col-12 {
      display: flex; }
      .n-row.n-same-height > .n-col-1 .n-control,
      .n-row.n-same-height > .n-col-2 .n-control,
      .n-row.n-same-height > .n-col-3 .n-control,
      .n-row.n-same-height > .n-col-4 .n-control,
      .n-row.n-same-height > .n-col-5 .n-control,
      .n-row.n-same-height > .n-col-6 .n-control,
      .n-row.n-same-height > .n-col-7 .n-control,
      .n-row.n-same-height > .n-col-8 .n-control,
      .n-row.n-same-height > .n-col-9 .n-control,
      .n-row.n-same-height > .n-col-10 .n-control,
      .n-row.n-same-height > .n-col-11 .n-control,
      .n-row.n-same-height > .n-col-12 .n-control {
        display: flex; }
  .n-col-1,
  .n-col-2,
  .n-col-3,
  .n-col-4,
  .n-col-5,
  .n-col-6,
  .n-col-7,
  .n-col-8,
  .n-col-9,
  .n-col-10,
  .n-col-11,
  .n-col-12 {
    flex: auto;
    flex-grow: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow: hidden; } }

.n-row.n-row-highlight {
  background-color: #F0F0F0;
  padding-top: 5rem;
  padding-bottom: 5rem; }

/*.n-col-1 + .n-col-1,
.n-col-2 + .n-col-2,
.n-col-3 + .n-col-3,
.n-col-4 + .n-col-4,
.n-col-5 + .n-col-5,
.n-col-6 + .n-col-6,
.n-col-7 + .n-col-7,
.n-col-8 + .n-col-8,
.n-col-9 + .n-col-9,
.n-col-10 + .n-col-10,
.n-col-11 + .n-col-11,
.n-col-12 + .n-col-12 {
    margin-top: 0.75rem;
}*/
[class*="n-col-"] + [class*="n-col-"] {
  margin-top: 0.75rem; }

@media screen and (min-width: 48rem) {
  .n-col-1 {
    width: 8.3333%; }
  .n-col-2 {
    width: 16.6666%; }
  .n-col-3 {
    width: 25%; }
  .n-col-4 {
    width: 33.3333%; }
  .n-col-5 {
    width: 41.6666%; }
  .n-col-6 {
    width: 50%; }
  .n-col-7 {
    width: 58.3333%; }
  .n-col-8 {
    width: 66.6666%; }
  .n-col-9 {
    width: 75%; }
  .n-col-10 {
    width: 83.3333%; }
  .n-col-11 {
    width: 91.6666%; }
  .n-col-12 {
    width: 100%; }
  /*.n-col-1 + .n-col-1,
    .n-col-2 + .n-col-2,
    .n-col-3 + .n-col-3,
    .n-col-4 + .n-col-4,
    .n-col-5 + .n-col-5,
    .n-col-6 + .n-col-6,
    .n-col-7 + .n-col-7,
    .n-col-8 + .n-col-8,
    .n-col-9 + .n-col-9,
    .n-col-10 + .n-col-10,
    .n-col-11 + .n-col-11,
    .n-col-12 + .n-col-12 {
        margin-top: 0;
    }*/
  [class*="n-col-"] + [class*="n-col-"] {
    margin-top: 0; } }

.n-control + .n-control {
  margin-top: 1.5rem; }

.n-relative {
  position: relative; }

.n-absolute {
  position: absolute; }

.n-wrap {
  flex-wrap: wrap; }

.n-invisible {
  visibility: hidden; }

.n-block {
  display: block; }

.n-flex {
  display: flex; }

.n-flex-col {
  flex-direction: column; }

.n-flex-1 {
  flex: 1; }

.n-items-center {
  align-items: center; }

.n-items-end {
  align-items: end; }

.n-items-baseline {
  align-items: baseline; }

.n-justify-center {
  justify-content: center; }

.n-justify-end {
  justify-content: flex-end; }

.n-justify-between {
  justify-content: space-between; }

.n-pb-24 {
  padding-bottom: 6rem; }

.n-m-0 {
  margin: 0; }

.n-mt-4 {
  margin-top: 1rem; }

.n-mt-6 {
  margin-top: 1.5rem; }

.n-ml-6 {
  margin-left: 1.5rem; }

.n-mr-6 {
  margin-right: 1.5rem; }

.n-mt-10 {
  margin-top: 2.5rem; }

.n-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.n-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }

.n-mb-5 {
  margin-bottom: 1.25rem; }

.n-mb-10 {
  margin-bottom: 2.5rem; }

.n-w-full {
  width: 100%; }

.rotate-180 {
  transform: rotate(180deg); }

/*a.n-btn {
    color: $color-black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: 1.75rem;
    font-size: 1.25rem;
    text-decoration: none;

    &:hover > div {
        color: $color-black;
        text-decoration: underline;
    }

    svg {
        margin-left: 3rem;
        fill: currentColor;
    }
}*/
button.n-btn,
a.n-btn {
  display: inline-block;
  padding: 0.75rem 1rem;
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #1A1A1A;
  color: #1A1A1A;
  text-decoration: none; }
  button.n-btn:hover,
  a.n-btn:hover {
    text-decoration: none; }
  button.n-btn-primary,
  a.n-btn-primary {
    background-color: #1A1A1A;
    color: white; }

a.n-arrow-btn {
  color: black;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid transparent; }
  a.n-arrow-btn:hover {
    border-color: black; }
  a.n-arrow-btn div {
    font-size: 1.25rem; }
  a.n-arrow-btn svg {
    margin-left: 0.75rem;
    height: 1.5rem;
    width: 1.5rem; }

.hover-shadow:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2); }

.n-related {
  background-color: #F0F0F0;
  padding: 5rem 0 7.5rem 0; }
  .n-related h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0 0 1.5rem 0; }

.n-container-article {
  padding-bottom: 10rem; }

.n-page {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  /*padding-bottom: 6rem;*/
  /*&-top {

        h1 {
            font-size: 2.5rem;
            line-height: 3.5rem;
            margin-top: 4rem;
        }
    }*/ }

.n-article {
  padding-top: 2.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .n-article-aside > * {
    margin-bottom: 0.25rem; }

@media screen and (min-width: 48rem) {
  .n-article {
    display: flex;
    justify-content: space-between;
    padding-left: 4.25rem;
    padding-right: 0px; }
    .n-article-main {
      width: 35rem;
      padding-right: 1.25rem; }
    .n-article-aside {
      width: 16rem; }
      .n-article-aside-wide {
        width: 22rem; }
      .n-article-aside-box {
        background-color: #F0F0F0;
        padding: 1rem 1.5rem; }
        .n-article-aside-box h2 {
          font-size: 1rem;
          font-weight: 600;
          line-height: 1.25rem;
          margin: 0 0 1.25rem 0; }
        .n-article-aside-box h3 {
          font-size: 1rem;
          font-weight: 600;
          margin: 0 0 0.5rem 0; } }

@media screen and (max-width: 71rem) {
  .n-article-aside {
    padding-right: 1.25rem;
    width: 16.75rem; } }

.n-transport-group {
  margin-top: 4.75rem; }
  @media (min-width: 48rem) {
    .n-transport-group > .n-row {
      display: flex;
      flex-wrap: wrap; } }
  .n-transport-group h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column; }
    .n-transport-group h2:after {
      content: '';
      display: block;
      height: 2px;
      width: 1.5rem;
      background-color: #C8102E; }
  .n-transport-group .n-transport-link {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-decoration: none;
    color: #1A1A1A; }
    .n-transport-group .n-transport-link h3 {
      margin: 0;
      padding: 0;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.5rem; }
    .n-transport-group .n-transport-link:hover h3 {
      text-decoration: underline; }
    .n-transport-group .n-transport-link p {
      margin: 0.5rem 0 0 0;
      padding: 0;
      line-height: 1.5rem; }
    .n-transport-group .n-transport-link img {
      max-width: 100%;
      flex-grow: 0; }
    .n-transport-group .n-transport-link-content {
      background-color: white;
      padding: 1.5rem;
      flex-grow: 1; }
      .n-transport-group .n-transport-link-content-arrow {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .n-transport-group .n-transport-link-content-arrow svg {
          margin-left: 1rem;
          flex-shrink: 0;
          fill: currentColor;
          height: 1rem;
          width: 1rem; }

.n-sectionpage-image {
  margin-top: 2.5rem; }
  .n-sectionpage-image img {
    max-width: 100%; }

.n-sectionpage-content {
  margin-top: 5rem; }

.n-na-search-input {
  position: relative; }
  .n-na-search-input input {
    background-color: white;
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    width: 100%;
    max-width: none;
    border: 0;
    border-radius: 0;
    margin: 0;
    height: auto; }
    @media (max-width: 60rem) {
      .n-na-search-input input {
        max-width: none; } }
    .n-na-search-input input:focus {
      outline: auto;
      /* unset default */
      outline-color: #C8102E; }
    .n-na-search-input input.n-reset-visible {
      padding-left: 3.25rem; }
  .n-na-search-input a,
  .n-na-search-input button {
    display: flex;
    align-items: center;
    background-color: white;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 0;
    padding: 0 1rem;
    position: absolute;
    top: 2px;
    bottom: 2px; }
    .n-na-search-input a:focus,
    .n-na-search-input button:focus {
      outline-color: #C8102E; }
  .n-na-search-input a.n-search-reset,
  .n-na-search-input button.n-search-reset {
    left: 0.25rem; }
  .n-na-search-input button[type="submit"] {
    right: 2px; }
    .n-na-search-input button[type="submit"] svg {
      height: 1.5rem;
      width: 1.5rem; }

.n-na-suggestions {
  padding: 1rem 1.5rem; }
  .n-na-suggestions a {
    color: #00677F;
    margin: 0 0.25rem; }
    .n-na-suggestions a:hover {
      color: black; }

.n-na-content {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem; }

.n-na-filters h4 {
  margin: 0 0 1rem 0; }

.n-na-filters .n-dropdown {
  margin-bottom: 2rem; }

@media (max-width: calc(48rem - 1px)) {
  .n-na-filters {
    padding-bottom: 2rem; } }

.n-na-filter-button {
  margin-bottom: .25rem;
  background-color: white;
  padding: 1.5rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%; }
  .n-na-filter-button-disabled {
    background-color: #F0F0F0;
    color: #808080; }
  .n-na-filter-button-selected {
    background-color: #C8102E;
    color: white; }

.n-na-filter-count {
  font-style: italic;
  color: #828282; }

.n-na-filter-button-disabled .n-na-filter-count {
  color: #808080; }

.n-na-filter-button-selected .n-na-filter-count {
  color: white; }

@media screen and (min-width: 64rem) {
  .n-na-content {
    justify-content: space-between;
    flex-direction: row-reverse; }
  .n-na-list {
    width: 35rem; }
  .n-na-filters {
    width: 16rem; }
  .n-na-filters-wide {
    width: 19rem; } }

.n-na-term {
  margin-bottom: 1rem;
  margin-top: 2rem; }

@media screen and (min-width: 64rem) {
  .n-na-term {
    margin-top: 0; } }

a.n-na-item {
  display: block;
  background-color: white;
  padding: 1.5rem;
  color: #1A1A1A;
  text-decoration: none;
  margin-bottom: 0.25rem; }
  a.n-na-item h3 {
    font-weight: 600;
    line-height: 1.75rem;
    margin: 0;
    padding: 0; }
  a.n-na-item:hover {
    background-color: #FAFAFA; }
    a.n-na-item:hover h3 {
      text-decoration: underline; }
  a.n-na-item .n-na-item-content {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.5rem; }
  a.n-na-item .n-na-item-meta {
    color: #4D4D4D;
    display: flex;
    font-size: 0.75rem;
    margin-top: 1rem; }
    a.n-na-item .n-na-item-meta-category {
      margin-left: 2rem; }

.n-eventlist {
  margin-top: 2rem; }
  @media (min-width: 64rem) {
    .n-eventlist {
      margin-top: 0; } }
  .n-eventlist h2 {
    margin: 2rem 0 1rem 0;
    padding: 0;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column; }
    .n-eventlist h2:after {
      content: '';
      display: block;
      height: 2px;
      width: 1.5rem;
      background-color: #C8102E; }
    .n-eventlist h2:first-child {
      margin-top: 0; }
  @media (min-width: 64rem) {
    .n-eventlist h2 {
      margin-top: 5.25rem; } }
  .n-eventlist-item {
    display: flex;
    align-items: start;
    margin-top: 1rem; }
    .n-eventlist-item:first-child {
      margin-top: 0; }
    .n-eventlist-item time {
      width: 3.5rem;
      flex-shrink: 0; }
    .n-eventlist-item h3 {
      font-size: 1rem;
      margin: 0; }
    .n-eventlist-item h3 {
      text-decoration: underline; }

a.n-eventlist-item {
  color: black;
  text-decoration: none; }
  a.n-eventlist-item:hover {
    text-decoration: none; }

a.n-eventcard {
  color: black;
  text-decoration: none;
  display: block; }
  a.n-eventcard:hover {
    /*background-color: $color-gray-5;*/ }
    a.n-eventcard:hover h4 {
      text-decoration: underline; }

.n-eventcard {
  background-color: white;
  margin-bottom: 2.5rem; }
  .n-eventcard img {
    max-width: 100%; }
  .n-eventcard-content {
    padding: 1.5rem; }
  .n-eventcard h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0; }
  .n-eventcard p {
    line-height: 1.5rem;
    margin: 0; }
  .n-eventcard p + p {
    margin-top: 1rem; }
  .n-eventcard-footer {
    color: #808080;
    padding: 0 1.5rem 1.5rem 1.5rem;
    justify-content: space-between;
    display: flex; }

.n-right-menu-content {
  background-color: #F0F0F0;
  padding: 1rem 1.5rem; }
  .n-right-menu-content h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0 0 1.25rem 0; }
  .n-right-menu-content p {
    margin: 0;
    line-height: 1.75rem; }
  .n-right-menu-content p + p {
    margin-top: 1rem; }
  .n-right-menu-content a {
    color: #1A1A1A; }
    .n-right-menu-content a:hover {
      color: #1A1A1A; }

/*.n-article-aside .n-right-menu-content a,
.n-article-aside-wide .n-right-menu-content a,
.n-article-aside .n-rte a,
.n-article-aside-wide .n-rte a {
    color: black;

    &:hover {
        color: black;
    }
}*/
h2.n-headline {
  margin: 3rem 0 0 0;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column; }
  h2.n-headline:after {
    content: '';
    display: block;
    height: 2px;
    width: 1.5rem;
    background-color: #C8102E; }

a.n-banner {
  display: block;
  color: #1A1A1A;
  text-decoration: none;
  /*figcaption.n-banner-caption {
        background-color: white;
        display: flex;
        align-items: center;
        padding: 1.5rem;

        .n-banner-content {
            margin-left: 1.5rem;
        }

        .n-banner-title {
            font-size: 2rem;
        }

        .n-banner-text {
            font-size: 1.5rem;
        }
    }

    &:hover .n-banner-content {
        text-decoration: underline;
    }*/ }
  a.n-banner img {
    width: 100%; }
  a.n-banner figcaption {
    background-color: white;
    padding: 1.5rem; }
    a.n-banner figcaption .n-banner-title {
      font-size: 1.25rem;
      line-height: 1.75rem;
      margin-bottom: 0.5rem; }
  a.n-banner:hover .n-banner-title {
    text-decoration: underline; }

.n-primary-link,
.n-secondary-link,
a.n-primary-link,
a.n-secondary-link,
a.n-municipality-map {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A1A1A;
  padding: 1.5rem 1.75rem;
  text-decoration: none; }
  .n-primary-link h2,
  .n-secondary-link h2,
  a.n-primary-link h2,
  a.n-secondary-link h2,
  a.n-municipality-map h2 {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A; }
  .n-primary-link:hover,
  .n-secondary-link:hover,
  a.n-primary-link:hover,
  a.n-secondary-link:hover,
  a.n-municipality-map:hover {
    color: #1A1A1A; }
    .n-primary-link:hover h2,
    .n-secondary-link:hover h2,
    a.n-primary-link:hover h2,
    a.n-secondary-link:hover h2,
    a.n-municipality-map:hover h2 {
      text-decoration: underline; }
  .n-primary-link > div,
  .n-secondary-link > div,
  a.n-primary-link > div,
  a.n-secondary-link > div,
  a.n-municipality-map > div {
    padding-right: 2rem; }
  .n-primary-link h2 + p,
  .n-secondary-link h2 + p,
  a.n-primary-link h2 + p,
  a.n-secondary-link h2 + p,
  a.n-municipality-map h2 + p {
    margin-top: 0.75rem; }
  .n-primary-link p,
  .n-secondary-link p,
  a.n-primary-link p,
  a.n-secondary-link p,
  a.n-municipality-map p {
    margin: 0;
    padding: 0; }
  .n-primary-link > svg,
  .n-secondary-link > svg,
  a.n-primary-link > svg,
  a.n-secondary-link > svg,
  a.n-municipality-map > svg {
    flex: none;
    fill: currentColor; }

.n-page-picker {
  background-color: #F0F0F0;
  padding: 1rem 1.5rem 1.5rem 1.5rem; }
  .n-page-picker h2 {
    margin: 0 0 1.5rem 0;
    font-weight: 600;
    font-size: 1rem; }
  .n-page-picker select {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    border: 0;
    border-radius: 0;
    margin: 0;
    height: auto;
    color: #1A1A1A; }
  .n-page-picker select + select {
    margin-top: 0.5rem; }

.n-magazine-fill {
  background-color: #F0F0F0;
  padding: 1rem 1.5rem; }
  .n-magazine-fill h3 {
    margin: 0 0 1.5rem 0;
    font-weight: 600;
    font-size: 1rem; }
  .n-magazine-fill div {
    margin-bottom: 1.5rem; }
  .n-magazine-fill-positive {
    color: #2FAC03; }
  .n-magazine-fill-negative {
    color: #C8102E; }
  .n-magazine-fill a {
    color: #1A1A1A; }
    .n-magazine-fill a:hover {
      color: #C8102E; }

.n-link-list {
  background-color: #F0F0F0;
  padding: 1rem 1.5rem; }
  .n-link-list h3 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0 0 1.25rem 0;
    padding: 0;
    font-weight: 600; }
  .n-link-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .n-link-list li + li {
    margin-top: 0.75rem; }
  .n-link-list a {
    color: #1A1A1A; }
    .n-link-list a:hover {
      color: #1A1A1A; }

a.n-map {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 1.5rem 2.5rem;
  color: #1A1A1A;
  text-decoration: none; }
  a.n-map:hover h3 {
    text-decoration: underline; }
  a.n-map img {
    flex-grow: 0;
    width: 3.125rem;
    height: 2.5rem; }
  a.n-map div {
    flex: 1;
    padding: 0 1.5rem; }
  a.n-map h3 {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600; }
  a.n-map p {
    margin: 0; }
  a.n-map svg {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
    flex-grow: 0; }
  a.n-map:hover svg {
    color: #C8102E; }

.n-right-menu-toggle {
  background-color: #F0F0F0; }
  .n-right-menu-toggle > a {
    color: #1A1A1A;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    width: 100%;
    padding: 1.5rem 1.75rem; }
    .n-right-menu-toggle > a h3 {
      flex: 1;
      font-size: 1rem;
      padding: 0;
      margin: 0;
      font-weight: 600;
      text-transform: uppercase; }
    .n-right-menu-toggle > a svg {
      fill: currentColor;
      flex-grow: 0; }
    .n-right-menu-toggle > a:hover svg {
      color: #C8102E; }
  .n-right-menu-toggle > div {
    padding: 0 1.75rem 1.5rem 1.75rem; }

.n-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 2rem; }
  .n-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.n-filelist {
  background-color: #F0F0F0;
  padding: 1rem 1.5rem; }
  .n-filelist h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0 0 1.25rem 0; }
  .n-filelist ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .n-filelist li {
    border-top: 1px solid #F5F5F5; }
  .n-filelist a {
    color: #1A1A1A;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.5rem 0;
    text-decoration: none; }
    .n-filelist a h3 {
      text-decoration: underline; }
    .n-filelist a div {
      white-space: nowrap; }
    .n-filelist a h3 {
      margin: 0;
      font-size: 1rem;
      padding-right: 2rem; }
    .n-filelist a span {
      display: inline-flex;
      padding-right: 0.5rem;
      color: #808080; }
    .n-filelist a svg {
      height: 0.75rem;
      width: 0.75rem; }

.n-filelist + .n-filelist {
  margin-top: 1rem; }

.n-taxonomy-term {
  position: relative; }
  .n-taxonomy-term button {
    background-color: white;
    padding: 1.25rem 1.5rem 1.25rem 1.25rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .n-taxonomy-term button svg {
      height: 1.5rem;
      width: 1.5rem; }
  .n-taxonomy-term-dropdown {
    background-color: white;
    font-size: 0.75rem; }
    .n-taxonomy-term-dropdown figure img {
      max-width: 100%; }
    .n-taxonomy-term-dropdown figure figcaption {
      padding: 1.25rem 1.5rem 0 1.5rem; }
    .n-taxonomy-term-dropdown-content {
      padding: 1.25rem 1.5rem 1.25rem 1.5rem; }

.n-taxonomy-refs {
  margin-top: 1rem; }
  .n-taxonomy-refs ul {
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

.n-pagination {
  background-color: white;
  margin-top: 1px;
  display: flex;
  justify-content: center;
  line-height: 1rem; }
  .n-pagination .n-pagination-nav {
    color: #808080; }
  .n-pagination .n-pagination-nav,
  .n-pagination a {
    display: flex;
    align-items: center;
    padding: 1rem; }
  .n-pagination a {
    color: black;
    text-decoration: none; }
    .n-pagination a:hover {
      text-decoration: underline; }
  .n-pagination-pageat {
    padding: 1rem 1.5rem; }
  .n-pagination svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor; }

.n-pagelist h2 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  background-color: white;
  padding: 1rem 1.5rem;
  margin: 0; }

.n-pagelist ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.n-pagelist li {
  padding: 0;
  margin: 0; }
  .n-pagelist li a {
    margin-top: 1px;
    background-color: white;
    display: flex;
    color: black;
    text-decoration: none; }
    .n-pagelist li a img {
      width: 6.25rem;
      height: 6.25rem;
      max-width: 100%; }
  .n-pagelist li:hover h3 {
    text-decoration: underline; }

.n-pagelist-item-image {
  width: 6.25rem;
  height: 6.25rem; }

.n-pagelist-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem; }
  .n-pagelist-item-content h3 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0; }
  .n-pagelist-item-content-meta {
    color: #808080;
    margin-top: 0.25rem; }
  .n-pagelist-item-content p {
    margin: 0.75rem 0 0 0; }

.n-pagelist-arrow {
  padding-right: 1.5rem;
  flex: 0;
  display: flex;
  align-items: center; }
  .n-pagelist-arrow > svg {
    width: 1.5rem;
    height: 1.5rem; }

.n-pagelist-footer {
  margin-top: 1px;
  background-color: white;
  padding: 1rem 1.5rem; }
  .n-pagelist-footer a {
    color: black;
    text-decoration: underline; }

ul.n-secondary-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.n-secondary-menu a {
    background-color: white;
    padding: 1rem 1.5rem;
    color: black;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between; }
    ul.n-secondary-menu a:hover {
      text-decoration: underline; }
    ul.n-secondary-menu a span {
      display: inline-flex;
      padding-right: 1rem;
      font-weight: bold; }
    ul.n-secondary-menu a svg {
      height: 1rem;
      width: 1rem; }
  ul.n-secondary-menu li {
    margin: 0; }
  ul.n-secondary-menu li + li {
    margin-top: 1px; }

.n-keyvalues-item {
  display: flex;
  align-items: baseline;
  margin-top: 1rem; }
  .n-keyvalues-item-key {
    font-weight: 600;
    width: 80px;
    flex-shrink: 0; }
  .n-keyvalues-item-value {
    padding-left: 1rem; }

.n-steps {
  font-size: 1.25rem;
  color: #808080; }
  .n-steps ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex; }
  .n-steps li {
    display: flex;
    align-items: center; }
    .n-steps li svg {
      fill: currentColor;
      height: 1.5rem;
      width: 1.5rem;
      margin: 0 0.5rem; }
    .n-steps li.n-steps-active {
      color: black; }

dl {
  margin: 0;
  /*    &-item {
        background-color: white;
        padding: 1rem 1.5rem;
        margin-top: 1px;

        &:first-child {
            margin-top: 0;
        }
    }*/ }
  dl dt {
    background-color: white;
    padding: 1rem 1.5rem 0 1.5rem;
    font-weight: 600;
    margin: 1px 0 0 0;
    width: 100%; }
    dl dt:first-child {
      margin-top: 0; }
  dl dd {
    background-color: white;
    padding: 0 1.5rem 1rem 1.5rem;
    margin: 0;
    width: 100%; }

.n-form label {
  display: block;
  margin-bottom: 0.5rem; }

.n-form input[type="text"], .n-form select {
  display: block;
  width: 100%;
  max-width: 23rem;
  border: 0;
  padding: 1rem 1.5rem;
  margin: 0;
  height: auto; }
  .n-form input[type="text"][readonly], .n-form select[readonly] {
    color: #1A1A1A;
    background-color: #EBEBEB; }

.n-form button.n-btn-link {
  border: 0;
  background: none;
  padding: 0;
  font-weight: 600;
  color: #00677F; }

.n-form-field {
  margin-bottom: 2.5rem; }

.n-form-checkboxlist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .n-form-checkboxlist li {
    padding: 0.25rem 0; }
  .n-form-checkboxlist input[type="checkbox"] {
    margin-right: 0.5rem; }

.n-footer {
  background-color: #fff;
  padding: 2.5rem 0 1.5rem 0;
  position: relative; }
  .n-footer-links {
    padding: 0 1rem 2rem 0; }
    .n-footer-links-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1.5rem;
      text-transform: uppercase; }
    .n-footer-links-links {
      list-style: none;
      padding: 0; }
      .n-footer-links-links li {
        padding-bottom: 0.5rem; }
      .n-footer-links-links a {
        color: #1A1A1A;
        text-decoration: none; }
        .n-footer-links-links a:hover {
          color: #C8102E; }
  .n-footer-social {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 2.25rem; }
    @media (min-width: 48rem) {
      .n-footer-social {
        display: none; } }
    .n-footer-social a {
      padding: 0.75rem;
      color: #1A1A1A; }
      .n-footer-social a:hover {
        color: #C8102E; }
      .n-footer-social a svg {
        height: 1.125rem;
        width: 1.125rem;
        fill: currentColor; }
  .n-footer-watermark {
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    height: 2.5rem;
    width: 2.5rem; }

body:not(.n-articlepage):not(.n-newspage) .n-footer {
  margin-top: 6rem; }

/*@import "modules/_header.scss";*/
.clearfix:after, .varsel-widget-header:after, .news-ticker-entry:after, .konsesjonsliste-filters:after, .global-menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix, .varsel-widget-header, .news-ticker-entry, .konsesjonsliste-filters, .global-menu {
  display: inline-block; }

html[xmlns] .clearfix, html[xmlns] .varsel-widget-header, html[xmlns] .news-ticker-entry, html[xmlns] .konsesjonsliste-filters, html[xmlns] .global-menu {
  display: block; }

* html .clearfix, * html .varsel-widget-header, * html .news-ticker-entry, * html .konsesjonsliste-filters, * html .global-menu {
  height: 1%; }

.media {
  display: table-cell; }

.block-list {
  margin: 0;
  padding: 0; }
  .block-list li {
    display: block; }

.flow-list {
  margin: 0;
  padding: 0; }
  .flow-list li {
    display: inline-block; }

.visible-phone {
  display: none; }

@media screen and (max-width: 960px) {
  .hidden-phone {
    display: none; } }

.mt {
  margin-top: 30px; }

.mb {
  margin-bottom: 30px; }

.sz-share-bar {
  display: none; }

.konsesjonsliste table th {
  color: #808080;
  text-transform: uppercase; }

.konsesjonsliste table th, .konsesjonsliste table td {
  padding: 1.25rem 1rem; }

.konsesjonsliste table td {
  background-color: white;
  font-size: 0.875rem; }

.konsesjonsliste table tr:nth-child(odd) td {
  background-color: #FAFAFA; }

.konsesjonsliste table a {
  color: black; }
  .konsesjonsliste table a:hover {
    color: #C8102E; }

/*
.konsesjonsliste {
  overflow: hidden;
}

table {
  @extend .collapse-table;
  color: $blue-gray-2;
  font-size: 0.9em;
  @include mq {
    &:not(:first-of-type) {
      border-left: 1px solid #c8d3da;
    }
    td {
      padding-left: 10px;
      padding-right: 10px;
    }
  }

  th {
    border-bottom: 2px solid #c8d3da;
  }
  tr:nth-of-type(odd) {
    background: $light-gray;
  }
}
*/
.konsesjonsliste-filters {
  width: 100%;
  margin-bottom: 2rem; }
  .konsesjonsliste-filters .radio-option {
    float: left;
    margin-right: 15px; }

.konsesjonsliste-filter {
  margin-right: 1rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 1rem;
  height: auto; }
  @media screen and (max-width: 960px) {
    .konsesjonsliste-filter {
      width: 100%; } }

.konsesjonsliste-title {
  font-weight: inherit;
  margin: 0;
  font-size: 1.3em;
  display: inline-block; }

.konsesjonsliste-filter-group + .konsesjonsliste-filter-group {
  margin-top: 1em; }

@media screen and (max-width: 960px) {
  .konsesjonsliste-table-cell-title {
    font-weight: bold; } }

.konsesjonsliste-filters input[type="text"] {
  width: 100%;
  border: 0;
  border-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  height: auto;
  margin: 0 0 0 0;
  font-size: 1.25rem; }

.konsesjon-files-container {
  margin-top: 40px;
  max-width: 400px; }

.konsesjonssak-metainfo-container {
  border: 2px solid #d8dfe4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 2em; }

/*h2{
    padding-top: 0.1em;
}*/
.flex-container {
  display: flex;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  justify-content: space-between;
  font-size: large; }
  @media screen and (max-width: 1400px) {
    .flex-container {
      flex-direction: column;
      font-size: medium;
      align-items: center; }
      .flex-container h2 {
        padding-top: 0.5em; } }

dl.konsesjonssak-metainfo {
  margin-top: 0;
  margin-bottom: 0; }
  dl.konsesjonssak-metainfo dt {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0; }
  dl.konsesjonssak-metainfo dd {
    margin: 0;
      margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #d8dfe4; }
    dl.konsesjonssak-metainfo dd:last-of-type {
      border-bottom: 0; }

.file-list {
  padding-top: 20px; }

.file-list-filters {
  margin-bottom: 15px; }
  .file-list-filters input[type="text"] {
    margin: 0; }

.file-list-table {
  width: 100%;
  font-size: 14px; }
  .file-list-table td, .file-list-table th {
    padding: 0.4em 1em;
      padding-left: 0; }
    .file-list-table td.file-list-meta, .file-list-table th.file-list-meta {
      justify-content: space-between;
      align-items: center;
      display: flex;
      padding: 0.4em; }
      .file-list-table td.file-list-meta a, .file-list-table th.file-list-meta a {
        word-break: break-all; }
      .file-list-table td.file-list-meta .text-container, .file-list-table th.file-list-meta .text-container {
        padding-left: 1em;
        color: #0b78c1;
        font-size: smaller;
        white-space: nowrap; }
        .file-list-table td.file-list-meta .text-container .fa, .file-list-table th.file-list-meta .text-container .fa {
          padding-left: 0.5em; }
  .file-list-table tr + tr {
    border-top: 1px solid #d8dfe4; }

.konsesjonssak-action-container {
  background: #eceef0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #4d6170;
  padding-bottom: 1em; }

/*
.row{
    padding-left: 1em;
    padding-right: 1em;
}*/
.fa-clipboard {
  cursor: pointer; }

.konsesjonssak-actions {
  text-align: left;
  margin-top: 1em; }
  .konsesjonssak-actions a {
    display: inline-block;
    margin-top: 1em;
    margin-left: 2em; }
    @media screen and (max-width: 960px) {
      .konsesjonssak-actions a {
        width: 100%; }
        .konsesjonssak-actions a:last-of-type {
          margin-bottom: 2em; } }

/*@import "modules/_search.scss";*/
.global-sidebar {
  background-color: #c8102e;
  /*background-image: url("/Content/Images/backdrop-mountains.jpg");*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white;
  background-size: cover;
  width: 260px;
  position: absolute;
  left: 0px;
  height: 100%;
  z-index: 99; }
  .global-sidebar:after {
    display: block;
    position: absolute;
    background: #c8102e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    /*opacity: 0.9;*/
    z-index: 1; }
  .global-sidebar > * {
    position: relative;
    z-index: 2; }

.global-sidebar-logo-container {
  position: relative;
  left: 50%;
  margin-left: -50px;
  padding-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100px;
  transform: scale(1);
  transition: all 0.1s ease-out; }
  .global-sidebar-logo-container:hover {
    transform: scale(1.1); }

.global-sidebar-logo {
  position: relative;
  left: 50%;
  margin-left: -50px;
  margin-bottom: 30px;
  display: block;
  width: 100px; }

.global-sidebar-logo-rme {
  position: relative;
  left: 25%;
  margin-left: -50px;
  margin-bottom: 30px;
  display: block;
  width: 155px; }

.global-menu {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  margin-bottom: 0;
  border-bottom: 40px solid #c8102e;
  width: 100%; }
  .global-menu li {
    display: block; }
  .global-menu li {
    margin: 0; }
  .global-menu li a {
    display: block;
    padding: 10px 10px;
    color: white;
    text-decoration: none;
    position: relative; }
    .global-menu li a:hover {
      background: rgba(0, 0, 0, 0.1); }
      .global-menu li a:hover .global-menu-icon {
        -webkit-transform: scale(1.2); }

.global-menu-page {
  position: relative; }

.global-menu-page a {
  padding-right: 38px !important; }

.global-sidebar > ul {
  background-color: #c8102e; }

.global-sidebar > div {
  background-color: #c8102e; }

.global-menu-page-opener {
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .global-menu-page-opener .opener-arrow {
    display: block;
    position: absolute;
    right: 11px;
    top: 10px;
    height: 8px;
    width: 8px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    border-right: 2px solid rgba(255, 255, 255, 0.4);
    transform: rotate(45deg); }
  .global-menu-page-opener:hover {
    background: rgba(0, 0, 0, 0.1); }
    .global-menu-page-opener:hover .opener-arrow {
      border-bottom: 2px solid white;
      border-right: 2px solid white; }

.is-expanded-menu > .global-menu-submenu {
  display: block;
  background: rgba(0, 0, 0, 0.1); }

ul li ul li.is-expanded-menu {
  background: rgba(0, 0, 0, 0.1); }

ul.global-menu > li.is-expanded-menu > a {
  text-decoration: underline; }

.is-expanded-menu > .global-menu-page-opener {
  background: rgba(0, 0, 0, 0.1); }
  .is-expanded-menu > .global-menu-page-opener .opener-arrow {
    border-bottom: 2px solid white;
    border-right: 2px solid white; }

.global-menu-icon {
  background-size: 100%;
  margin-right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  float: left;
  top: 2px;
  -webkit-transform: scale(1); }

.global-menu-name {
  display: table-cell; }

.global-menu-submenu {
  margin: 0;
  padding: 0;
  display: none;
  font-size: 0.9em;
  background: rgba(0, 0, 0, 0.2);
  padding-left: 40px; }
  .global-menu-submenu li {
    display: block; }
  .global-menu-submenu li {
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .global-menu-submenu ul {
    margin-left: 10px;
    padding: 0; }

.contact-area {
  background: rgba(0, 0, 0, 0.2);
  border: 30px solid #c8102e; }

.contact-area-title {
  font-size: 1em;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  margin-bottom: 10px; }

#search-container {
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  position: relative;
  height: 41px; }

input.global-search {
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: none;
  padding: 6px 20px;
  float: right;
  outline: none;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(/Content/Images/search-field-icon.png);
  background-repeat: no-repeat;
  background-position: right 12px top 9px; }
  input.global-search::-webkit-input-placeholder {
    color: white;
    opacity: 0.8; }
  input.global-search::-ms-clear {
    display: none;
    width: 0;
    height: 0; }

@media screen and (max-width: 960px) {
  .page-container {
    padding: 0;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0); }
  .global-sidebar {
    /*-webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -moz-transform: translate(-100%);
    width: 85%;*/
    transition: left 0.2s ease-in;
    left: -260px; }
  .global-sidebar .global-sidebar-logo-container {
    margin: 0px;
    left: 0px;
    padding: 0px; }
  .global-sidebar input.global-search {
    margin-top: 0px; }
  .global-sidebar-logo {
    display: none; }
  .global-sidebar-logo-rme {
    display: none; }
  .page {
    /*position: absolute;*/
    left: 0;
    top: 0; }
  input.global-search {
    margin-top: 20px;
    margin-bottom: 0; }
  .page-container {
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1); }
  html.is-open-menu .global-sidebar {
    left: 0px; }
  /*html.is-open-menu,
  html.is-open-menu body {
    overflow-x: hidden;
    .page-container {
      -webkit-transform: translate(85%);
      -ms-transform: translate(85%);
      -moz-transform: translate(85%);
    }
  }*/ }

/*@import "modules/_steps.scss";*/
.ngGrid {
  /*background-color: #fdfdfd*/
  /*background-color: #fff;*/
  font-size: 0.875rem; }
  .ngGrid .ngViewport {
    background-color: white; }

.ngGrid a {
  color: black; }
  .ngGrid a:hover {
    color: #AF0E28; }

.ngGrid input[type="checkbox"] {
  margin: 0;
  padding: 0; }

.ngGrid input {
  vertical-align: top; }

.ngGrid.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.ngViewport {
  overflow: auto;
  min-height: 20px; }

.ngViewport:focus {
  outline: 0; }

.ngCanvas {
  position: relative; }

.ngVerticalBar {
  position: absolute;
  right: 0;
  width: 0; }

.ngVerticalBarVisible {
  /*width: 1px;
    background-color: #d4d4d4*/
  display: none; }

#testDataLength {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100000; }

.ngHeaderContainer {
  position: relative;
  overflow: hidden;
  font-weight: bold;
  background-color: inherit; }

.ngHeaderCell {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit; }

.ngHeaderCell.pinned {
  z-index: 1; }

.ngHeaderSortColumn {
  position: absolute;
  overflow: hidden; }

.ngTopPanel {
  position: relative;
  z-index: 1;
  /*background-color: #eaeaea;*/
  /*border-bottom: 1px solid #d4d4d4*/
  background-color: #f5f5f5; }

.ngSortButtonDown {
  position: absolute;
  /*top: 3px;*/
  top: 27px;
  /*left: 0;*/
  right: 5px;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  /*border-width: 0 5px 5px 5px;*/
  border-width: 0 5px 5px 5px;
  height: 0;
  width: 0; }

.ngNoSort {
  cursor: default; }

.ngHeaderButton {
  position: absolute;
  right: 2px;
  top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  z-index: 1;
  background-color: #9fbbb4;
  cursor: pointer; }

.ngSortButtonUp {
  position: absolute;
  /*top: 3px;*/
  top: 27px;
  /*left: 0;*/
  right: 5px;
  margin-left: auto;
  margin-right: auto;
  border-color: gray transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  height: 0;
  width: 0; }

.ngHeaderScroller {
  position: absolute;
  background-color: inherit; }

.ngSortPriority {
  position: absolute;
  top: -5px;
  left: 1px;
  font-size: 6pt;
  font-weight: bold; }

.ngHeaderGrip {
  cursor: col-resize;
  width: 10px;
  right: -5px;
  top: 0;
  height: 100%;
  position: absolute;
  background-color: transparent; }

.ngHeaderText {
  /*padding: 5px;*/
  padding: 20px 15px;
  color: #808080;
  text-transform: uppercase;
  font-size: 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }
  .ngHeaderText:hover {
    color: #AF0E28;
    text-decoration: underline; }

.ngHeaderButtonArrow {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 4.5px 0 4.5px;
  border-color: #4d4d4d transparent transparent transparent; }

.ngPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAmElEQVQoU33PQapBURjA8UtkwJuaWYGSgfQWYBMvczPmTCzAAGVuaA228BZhRCkDGSmE31FucuRfvzq3vr5zT/JSjSU7DsypEPXDkDVn2hSIytJhw4kWGaLCxgHh2gt/RBuLzNhz5caWPjnSqqw4EraFfwznf8qklWjwy4IRTerkiQoPGtPl40OehcEJvcfXl8LglLfBJLkDcMgbgHlHhK8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  top: 5px;
  height: 10px;
  width: 10px; }

.ngUnPinnedIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAlElEQVQoU33PPQrCQBRF4fFnI2KfZVi5ARvdgo1l6mwmkCJVOgluwd5OwUoDtnoOxAei8cLXTN7cvEl/skCNDCMPfsUPO5zQwOHIDEvYtMURHe6wOVLgigvOePRyeDkyR4ln7wZ//7XfFBu8B23+aDJjrHGAwza7hjtHJvDmHg7b7Bru7AMjK7Rw2ObBVHDY5oGk9AKQNB2zy8MBTgAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 5px;
  top: 5px; }

.ngColMenu {
  right: 2px;
  padding: 5px;
  top: 25px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #bdd0cb;
  position: absolute;
  border: 2px solid #d4d4d4;
  z-index: 1; }

.ngColListCheckbox {
  position: relative;
  right: 3px;
  top: 4px; }

.ngColList {
  list-style-type: none;
  margin-top: 2px;
  margin-left: 8px; }

.ngColListItem {
  white-space: nowrap; }

.ngMenuText {
  position: relative;
  top: 2px;
  left: 2px; }

.ngGroupPanel {
  background-color: #eaeaea;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4; }

.ngGroupPanelDescription {
  margin-top: 5px;
  margin-left: 5px; }

.ngGroupList {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ngAggHeader {
  position: absolute;
  border: 0; }

.ngGroupElement {
  float: left;
  height: 100%;
  width: 100%; }

.ngGroupIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAEFJREFUKFNjoAhISkr+h2J5JDZODNXGwGBsbPwfhIGAA8bGh6HaGBiAGhxAGJmND4M1gQCSM0adCsVQbcPcqQwMALWDGyDvWPefAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px; }

.ngGroupedByIcon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAANCAYAAACZ3F9/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAElJREFUKFNjoAhISkr+R8LyaHwMDNXGwGBsbPwfhoGAA5mPDUO1oWpE52PDYE0gALTFAYbR+dgwWBMIoPlh1I9ADNU2NPzIwAAAFQYI9E4OLvEAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -2px;
  top: 2px; }

.ngGroupName {
  background-color: #fdfdfd;
  border: 1px solid #d4d4d4;
  padding: 3px 10px;
  float: left;
  margin-left: 0;
  margin-top: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold; }

.ngGroupArrow {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  float: right; }

.ngGroupingNumber {
  position: absolute;
  right: -10px;
  top: -2px; }

.ngAggArrowCollapsed {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000; }

.ngGroupItem {
  float: left; }

.ngGroupItem:first-child {
  margin-left: 2px; }

.ngRemoveGroup {
  width: 5px;
  -moz-opacity: .4;
  opacity: .4;
  margin-top: -1px;
  margin-left: 5px; }

.ngRemoveGroup:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: .7;
  opacity: .7; }

.ngAggArrowExpanded {
  position: absolute;
  left: 8px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #000 transparent; }

.ngAggregate {
  position: absolute;
  background-color: #c9dde1;
  border-bottom: 1px solid beige;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: -1px;
  left: 0; }

.ngAggregateText {
  position: absolute;
  left: 27px;
  top: 5px;
  line-height: 20px;
  white-space: nowrap; }

.ngRow {
  position: absolute;
  /*background-color: white;*/
  /*border-bottom: 1px solid #d4d4d4*/
  border-bottom: 1px solid #F5F5F5; }

.ngRow.odd {
  /*background-color: #fdfdfd*/ }

.ngRow.even {
  /*background-color: #f3f3f3*/ }

.ngRow.selected {
  background-color: #c9dde1; }

.ngCell {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: inherit; }

.ngCell.pinned {
  z-index: 1; }

.ngCellText {
  padding: 20px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.ngSelectionCell {
  margin-top: 9px;
  margin-left: 6px; }

.ngSelectionHeader {
  position: absolute;
  top: 11px;
  left: 6px; }

.ngCellElement:focus {
  outline: 0;
  background-color: #b3c4c7; }

.ngRow.canSelect {
  cursor: pointer; }

.ngSelectionCheckbox {
  margin-top: 9px;
  margin-left: 6px; }

.ngFooterPanel {
  /*background-color: #eaeaea;*/
  background-color: #f5f5f5;
  padding: 0;
  /*border-top: 1px solid #d4d4d4;*/
  position: relative; }

.nglabel {
  display: block;
  float: left;
  font-weight: bold;
  padding-right: 5px; }

.ngTotalSelectContainer {
  float: left;
  margin: 5px;
  /*margin-top: 7px*/
  margin-top: 15px; }

.ngFooterSelectedItems {
  padding: 2px; }

.ngFooterTotalItems.ngnoMultiSelect {
  padding: 0 !important; }

.ngGridMaxPagesNumber {
  vertical-align: middle; }

.ngPagerFirstBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: -3px; }

.ngPagerButton {
  background-color: transparent;
  border: 0;
  height: 25px;
  min-width: 26px; }

.ngPagerFirstTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #4d4d4d transparent transparent;
  margin-left: 2px; }

.ngPagerNextTriangle {
  margin-left: 1px; }

.ngPagerPrevTriangle {
  margin-left: 0; }

.ngPagerLastTriangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #4d4d4d;
  margin-left: -1px; }

.ngPagerLastBar {
  width: 10px;
  border-left: 2px solid #4d4d4d;
  margin-top: -6px;
  height: 12px;
  margin-left: 1px; }

.ngFooterTotalItems {
  padding: 2px; }

.ngPagerContainer select,
.ngPagerContainer input[type="number"] {
  padding: unset;
  margin-left: 5px;
  border: 0;
  border-radius: 0; }

/*@import "modules/_banner.scss";*/
/* NVE calendar CSS - dael */
/* MAIN WRAPPERS */
.NVEcal {
  width: 100%;
  margin-bottom: 20px; }

.NVEcal_event {
  margin-bottom: 15px; }

.NVEcal_event em {
  font-style: normal; }

/* INTRO */
.NVEcal_intro {
  padding: 5px;
  background-color: #ECEEF0;
  border-radius: 4px;
  color: #4D6170; }

.NVEcal_intro .date {
  /* the box containg the date */
  padding: 8px; }

.NVEcal_intro .title {
  overflow: hidden;
  min-height: 60px;
  word-wrap: break-word; }

.NVEcal_intro .title h2 {
  margin: 0;
  margin-top: 8px;
  font-size: 1.2em;
  line-height: 1.4;
  word-wrap: break-word; }

.NVEcal_intro .details {
  width: 100%;
  cursor: default; }

.NVEcal_intro .details em {
  display: block;
  float: rigth;
  margin: 2px;
  margin-left: 18px; }

.NVEcal_intro .details em i {
  margin: 0 5px 0 -15px;
  text-align: center; }

/* accordion here */
.NVEcal_content {
  border: 1px solid transparent; }

.NVEcal_content p:first-of-type {
  margin-top: 10; }

.NVEcal_content img {
  width: 100px;
  float: left; }

.NVEcal_content img {
  height: 200px;
  width: auto; }

.press_wrapper {
  display: block;
  float: left;
  width: 100%; }

.img_press {
  width: 200px;
  margin-right: 15px;
  float: left; }

.img_press:last-of-type {
  margin-right: 0px; }

.img_press_image {
  position: relative; }

.img_press_image img {
  position: relative;
  width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

.img_press_image_btn, .img_press_image_btn:hover, .img_press_image_btn:visited {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #0A69A9;
  border-radius: 2px;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  line-height: 35px;
  position: absolute;
  right: 0;
  bottom: 0; }

.img_press_text {
  text-align: center; }

.img_press_Dep {
  font-size: 10px;
  line-height: 10px;
  vertical-align: super; }

.rssFeed_Container {
  position: relative;
  clear: both; }

.rssFeed_Icon {
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 0;
  width: 16px;
  height: 16px; }

.rssFeed_Credit {
  font-size: 8px;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 5px; }

.rss_container {
  width: 100%;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  border: 0 solid #CCC;
  margin-bottom: 20px; }

.rss_title {
  background-color: #ECEEF0;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 10px; }

.rss_title h3 {
  padding: 0;
  margin: 0; }

.rss_title a:link {
  color: #4D6170;
  text-decoration: none;
  font-weight: bold; }

.rss_item {
  margin: 0 0 7px;
  padding: 0 0 7px;
  border-bottom: 1px dashed #CCC;
  clear: both; }

.rss_item_title {
  margin: 1px 0 1px 3px;
  padding: 1px 2px 5px 3px;
  color: #428BCA;
  font-weight: bold;
  overflow: hidden; }

.rss_item_title a:link {
  text-decoration: none; }

.rss_item_date {
  float: right;
  margin: 0 0 0 3px;
  padding: 0 2px 5px 3px;
  color: #666;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.rss_item_description {
  overflow: hidden;
  margin: 0 0 0 3px;
  padding: 0 2px 0 3px;
  color: #666;
  line-height: 135%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  clear: both; }

.rss_item_thumbnail {
  width: 110px;
  height: 100px;
  float: left;
  margin: 5px;
  overflow: hidden; }

.flickr {
  width: 100%;
  /* define how much padding you want in between your images */
  padding: 10px; }

.photo {
  display: none;
  float: left;
  position: relative;
  margin-bottom: 15px; }

.photo img {
  /* ensures padding at the bottom of the image is correct */
  vertical-align: bottom; }

.photo_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  color: #ffffff;
  background: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.photo_info p {
  margin: 5px; }

/** 	Owl Carousel Owl Demo Theme *	v1.3.3*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: .5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(http://www.ajaxload.info/cache/FF/FF/FF/00/00/00/1-0.gif) no-repeat center center; }

/*  * 	Core Owl Carousel CSS File *	v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.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; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.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.grabbing {     cursor:url(grabbing.png) 8 8, move;} */
/* fix */
.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); }

/*@import "modules/_youtube.scss";*/
/*@import "modules/_print.scss";*/
/* SWAGGER */
.swagger-ui html {
  box-sizing: border-box; }

.swagger-ui a {
  text-decoration: none; }

.swagger-ui *, .swagger-ui :after, .swagger-ui :before {
  box-sizing: inherit; }

.swagger-ui body {
  margin: 0;
  background: #fafafa; }

.swagger-ui .wrapper {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 20px; }

.swagger-ui .opblock-tag-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swagger-ui .opblock-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px 10px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-bottom: 1px solid rgba(59, 65, 81, 0.3);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  margin: 0 0 5px;
  font-family: Titillium Web,sans-serif;
  color: #3b4151; }
  .swagger-ui .opblock-tag:hover {
    background: rgba(0, 0, 0, 0.02); }
  .swagger-ui .opblock-tag.no-desc span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .swagger-ui .opblock-tag svg {
    -webkit-transition: all .4s;
    transition: all .4s; }
  .swagger-ui .opblock-tag small {
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: Open Sans,sans-serif;
    color: #3b4151; }

.swagger-ui .parаmeter__type {
  font-size: 12px;
  padding: 5px 0;
  font-family: Source Code Pro,monospace;
  font-weight: 600;
  color: #3b4151; }

.swagger-ui .view-line-link {
  position: relative;
  top: 3px;
  width: 20px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s; }

.swagger-ui .opblock {
  margin: 0 0 15px;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19); }
  .swagger-ui .opblock.is-open .opblock-summary {
    border-bottom: 1px solid #000; }
  .swagger-ui .opblock .opblock-section-header {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .swagger-ui .opblock .opblock-section-header label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      font-weight: 700;
      margin: 0;
      font-family: Titillium Web,sans-serif;
      color: #3b4151; }
      .swagger-ui .opblock .opblock-section-header label span {
        padding: 0 10px 0 0; }
    .swagger-ui .opblock .opblock-section-header h4 {
      font-size: 14px;
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-family: Titillium Web,sans-serif;
      color: #3b4151; }
  .swagger-ui .opblock .opblock-summary-method {
    font-size: 14px;
    font-weight: 700;
    min-width: 80px;
    padding: 6px 15px;
    text-align: center;
    border-radius: 3px;
    background: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-family: Titillium Web,sans-serif;
    color: #fff; }
  .swagger-ui .opblock .opblock-summary-path, .swagger-ui .opblock .opblock-summary-path__deprecated {
    font-size: 15px;
    transform: scaleY(1.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #3b4151;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .swagger-ui .opblock .opblock-summary-path .view-line-link, .swagger-ui .opblock .opblock-summary-path__deprecated .view-line-link {
    position: relative;
    top: 2px;
    width: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s; }
  .swagger-ui .opblock .opblock-summary-path:hover .view-line-link {
    width: 18px;
    margin: 0 5px; }
  .swagger-ui .opblock .opblock-summary-path__deprecated {
    text-decoration: line-through; }
    .swagger-ui .opblock .opblock-summary-path__deprecated:hover .view-line-link {
      width: 18px;
      margin: 0 5px; }
  .swagger-ui .opblock .opblock-summary-description {
    font-size: 13px;
    font-family: Open Sans,sans-serif;
    color: #3b4151;
    padding: 10px 10px 0 10px; }
  .swagger-ui .opblock .opblock-summary {
    display: block;
    padding: 5px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .swagger-ui .opblock .opblock-summary > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .swagger-ui .opblock.opblock-post {
    border-color: #49cc90;
    background: rgba(73, 204, 144, 0.1); }
    .swagger-ui .opblock.opblock-post .opblock-summary-method {
      background: #49cc90; }
    .swagger-ui .opblock.opblock-post .opblock-summary {
      border-color: #49cc90; }
  .swagger-ui .opblock.opblock-put {
    border-color: #fca130;
    background: rgba(252, 161, 48, 0.1); }
    .swagger-ui .opblock.opblock-put .opblock-summary-method {
      background: #fca130; }
    .swagger-ui .opblock.opblock-put .opblock-summary {
      border-color: #fca130; }
  .swagger-ui .opblock.opblock-delete {
    border-color: #f93e3e;
    background: rgba(249, 62, 62, 0.1); }
    .swagger-ui .opblock.opblock-delete .opblock-summary-method {
      background: #f93e3e; }
    .swagger-ui .opblock.opblock-delete .opblock-summary {
      border-color: #f93e3e; }
  .swagger-ui .opblock.opblock-get {
    border-color: #61affe;
    background: rgba(97, 175, 254, 0.1); }
    .swagger-ui .opblock.opblock-get .opblock-summary-method {
      background: #61affe; }
    .swagger-ui .opblock.opblock-get .opblock-summary {
      border-color: #61affe; }
  .swagger-ui .opblock.opblock-patch {
    border-color: #50e3c2;
    background: rgba(80, 227, 194, 0.1); }
    .swagger-ui .opblock.opblock-patch .opblock-summary-method {
      background: #50e3c2; }
    .swagger-ui .opblock.opblock-patch .opblock-summary {
      border-color: #50e3c2; }
  .swagger-ui .opblock.opblock-head {
    border-color: #9012fe;
    background: rgba(144, 18, 254, 0.1); }
    .swagger-ui .opblock.opblock-head .opblock-summary-method {
      background: #9012fe; }
    .swagger-ui .opblock.opblock-head .opblock-summary {
      border-color: #9012fe; }
  .swagger-ui .opblock.opblock-options {
    border-color: #0d5aa7;
    background: rgba(13, 90, 167, 0.1); }
    .swagger-ui .opblock.opblock-options .opblock-summary-method {
      background: #0d5aa7; }
    .swagger-ui .opblock.opblock-options .opblock-summary {
      border-color: #0d5aa7; }
  .swagger-ui .opblock.opblock-deprecated {
    opacity: .6;
    border-color: #ebebeb;
    background: rgba(235, 235, 235, 0.1); }
    .swagger-ui .opblock.opblock-deprecated .opblock-summary-method {
      background: #ebebeb; }
    .swagger-ui .opblock.opblock-deprecated .opblock-summary {
      border-color: #ebebeb; }

.swagger-ui .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px;
  padding: 0;
  list-style: none; }
  .swagger-ui .tab li {
    font-size: 12px;
    min-width: 100px;
    min-width: 90px;
    padding: 0;
    cursor: pointer;
    font-family: Titillium Web,sans-serif;
    color: #3b4151; }
    .swagger-ui .tab li:first-of-type {
      position: relative;
      padding-left: 0; }
      .swagger-ui .tab li:first-of-type:after {
        position: absolute;
        top: 0;
        right: 6px;
        width: 1px;
        height: 100%;
        content: "";
        background: rgba(0, 0, 0, 0.2); }
    .swagger-ui .tab li.active {
      font-weight: 700; }

.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-title_normal {
  padding: 15px 20px; }

.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-title_normal {
  font-size: 12px;
  margin: 0 0 5px;
  font-family: Open Sans,sans-serif;
  color: #3b4151; }
  .swagger-ui .opblock-description-wrapper h4, .swagger-ui .opblock-title_normal h4 {
    font-size: 12px;
    margin: 0 0 5px;
    font-family: Open Sans,sans-serif;
    color: #3b4151; }

.swagger-ui .opblock-description-wrapper p, .swagger-ui .opblock-title_normal p {
  font-size: 14px;
  margin: 0;
  font-family: Open Sans,sans-serif;
  color: #3b4151; }

.swagger-ui .execute-wrapper {
  padding: 20px;
  text-align: right; }
  .swagger-ui .execute-wrapper .btn, .swagger-ui .execute-wrapper .btn--promo, .swagger-ui .execute-wrapper .btn--promo-rightAligned, .swagger-ui .execute-wrapper .btn--simple {
    width: 100%;
    padding: 8px 40px; }

.swagger-ui .body-param-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .swagger-ui .body-param-options .body-param-edit {
    padding: 10px 0; }
  .swagger-ui .body-param-options label {
    padding: 8px 0; }
    .swagger-ui .body-param-options label select {
      margin: 3px 0 0; }

.swagger-ui .responses-inner {
  padding: 20px; }
  .swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 {
    font-size: 12px;
    margin: 10px 0 5px;
    font-family: Open Sans,sans-serif;
    color: #3b4151; }

.swagger-ui .response-col_status {
  font-size: 14px;
  font-family: Open Sans,sans-serif;
  color: #3b4151; }
  .swagger-ui .response-col_status .response-undocumented {
    font-size: 11px;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #999; }

.swagger-ui .response-col_description__inner span {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin: 10px 0;
  padding: 10px;
  border-radius: 4px;
  background: #41444e;
  font-family: Source Code Pro,monospace;
  font-weight: 600;
  color: #fff; }
  .swagger-ui .response-col_description__inner span p {
    margin: 0; }

.swagger-ui .swagger-ui .scheme-container {
  margin: 0 0 20px;
  padding: 30px 0;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15); }

.swagger-ui .scheme-container .schemes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .swagger-ui .scheme-container .schemes > label {
    font-size: 12px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -20px 15px 0 0;
    font-family: Titillium Web,sans-serif;
    color: #3b4151; }
    .swagger-ui .scheme-container .schemes > label select {
      min-width: 130px;
      text-transform: uppercase; }

.swagger-ui .loading-container {
  padding: 40px 0 60px; }
  .swagger-ui .loading-container .loading {
    position: relative; }
    .swagger-ui .loading-container .loading:after {
      font-size: 10px;
      font-weight: 700;
      position: absolute;
      top: 50%;
      left: 50%;
      content: "loading";
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-transform: uppercase;
      font-family: Titillium Web,sans-serif;
      color: #3b4151; }
    .swagger-ui .loading-container .loading:before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 60px;
      height: 60px;
      margin: -30px;
      content: "";
      -webkit-animation: rotation 1s infinite linear,opacity .5s;
      animation: rotation 1s infinite linear,opacity .5s;
      opacity: 1;
      border: 2px solid rgba(85, 85, 85, 0.1);
      border-top-color: rgba(0, 0, 0, 0.6);
      border-radius: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }

.swagger-ui .btn, .swagger-ui .btn--promo, .swagger-ui .btn--promo-rightAligned, .swagger-ui .btn--simple {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 23px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #888;
  border-radius: 4px;
  background: transparent;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: Titillium Web,sans-serif;
  color: #3b4151; }
  .swagger-ui .btn[disabled], .swagger-ui [disabled].btn--promo, .swagger-ui [disabled].btn--promo-rightAligned, .swagger-ui [disabled].btn--simple {
    cursor: not-allowed;
    opacity: .3; }
  .swagger-ui .btn:hover, .swagger-ui .btn--promo:hover, .swagger-ui .btn--promo-rightAligned:hover, .swagger-ui .btn--simple:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .swagger-ui .btn.cancel, .swagger-ui .cancel.btn--promo, .swagger-ui .cancel.btn--promo-rightAligned, .swagger-ui .cancel.btn--simple {
    border-color: #ff6060;
    font-family: Titillium Web,sans-serif;
    color: #ff6060; }
  .swagger-ui .btn.authorize, .swagger-ui .authorize.btn--promo, .swagger-ui .authorize.btn--promo-rightAligned, .swagger-ui .authorize.btn--simple {
    line-height: 1;
    display: inline;
    color: #49cc90;
    border-color: #49cc90; }
    .swagger-ui .btn.authorize span, .swagger-ui .authorize.btn--promo span, .swagger-ui .authorize.btn--promo-rightAligned span, .swagger-ui .authorize.btn--simple span {
      float: left;
      padding: 4px 20px 0 0; }
    .swagger-ui .btn.authorize svg, .swagger-ui .authorize.btn--promo svg, .swagger-ui .authorize.btn--promo-rightAligned svg, .swagger-ui .authorize.btn--simple svg {
      fill: #49cc90; }
  .swagger-ui .btn.execute, .swagger-ui .execute.btn--promo, .swagger-ui .execute.btn--promo-rightAligned, .swagger-ui .execute.btn--simple {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
    border-color: #4990e2; }

.swagger-ui .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px; }
  .swagger-ui .btn-group .btn, .swagger-ui .btn-group .btn--promo, .swagger-ui .btn-group .btn--promo-rightAligned, .swagger-ui .btn-group .btn--simple {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .swagger-ui .btn-group .btn:first-child, .swagger-ui .btn-group .btn--promo:first-child, .swagger-ui .btn-group .btn--promo-rightAligned:first-child, .swagger-ui .btn-group .btn--simple:first-child {
      border-radius: 4px 0 0 4px; }
    .swagger-ui .btn-group .btn:last-child, .swagger-ui .btn-group .btn--promo:last-child, .swagger-ui .btn-group .btn--promo-rightAligned:last-child, .swagger-ui .btn-group .btn--simple:last-child {
      border-radius: 0 4px 4px 0; }

.swagger-ui .authorization__btn {
  padding: 0 10px;
  border: none;
  background: none; }
  .swagger-ui .authorization__btn.locked {
    opacity: 1; }
  .swagger-ui .authorization__btn.unlocked {
    opacity: .4; }

.swagger-ui .expand-methods, .swagger-ui .expand-operation {
  border: none;
  background: none; }

.swagger-ui .expand-methods svg, .swagger-ui .expand-operation svg {
  width: 20px;
  height: 20px; }

.swagger-ui .expand-methods {
  padding: 0 10px; }
  .swagger-ui .expand-methods:hover svg {
    fill: #444; }
  .swagger-ui .expand-methods svg {
    -webkit-transition: all .3s;
    transition: all .3s;
    fill: #777; }

.swagger-ui button {
  cursor: pointer;
  outline: none; }

.swagger-ui select {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 40px 5px 10px;
  border: 2px solid #41444e;
  border-radius: 4px;
  background: #f7f7f7 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMCI+ICAgIDxwYXRoIGQ9Ik0xMy40MTggNy44NTljLjI3MS0uMjY4LjcwOS0uMjY4Ljk3OCAwIC4yNy4yNjguMjcyLjcwMSAwIC45NjlsLTMuOTA4IDMuODNjLS4yNy4yNjgtLjcwNy4yNjgtLjk3OSAwbC0zLjkwOC0zLjgzYy0uMjctLjI2Ny0uMjctLjcwMSAwLS45NjkuMjcxLS4yNjguNzA5LS4yNjguOTc4IDBMMTAgMTFsMy40MTgtMy4xNDF6Ii8+PC9zdmc+) right 10px center no-repeat;
  background-size: 20px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  font-family: Titillium Web,sans-serif;
  color: #3b4151;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .swagger-ui select[multiple] {
    margin: 5px 0;
    padding: 5px;
    background: #f7f7f7; }

.swagger-ui .opblock-body select {
  display: block;
  clear: both;
  min-width: 340px;
  margin-bottom: 10px; }

.swagger-ui label {
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 5px;
  font-family: Titillium Web,sans-serif;
  color: #3b4151; }

.swagger-ui input[type=email], .swagger-ui input[type=password], .swagger-ui input[type=search], .swagger-ui input[type=text] {
  min-width: 100px;
  margin: 5px 0;
  padding: 8px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff; }

.swagger-ui input[type=email].invalid, .swagger-ui input[type=password].invalid, .swagger-ui input[type=search].invalid, .swagger-ui input[type=text].invalid {
  -webkit-animation: shake .4s 1;
  animation: shake .4s 1;
  border-color: #f93e3e;
  background: #feebeb; }

.swagger-ui textarea {
  font-size: 12px;
  width: 100%;
  min-height: 280px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  font-family: Source Code Pro,monospace;
  font-weight: 600;
  color: #3b4151; }
  .swagger-ui textarea:focus {
    border: 2px solid #61affe; }
  .swagger-ui textarea.curl {
    font-size: 12px;
    min-height: 100px;
    margin: 0;
    padding: 10px;
    resize: none;
    border-radius: 4px;
    background: #41444e;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #fff; }

.swagger-ui .checkbox {
  padding: 5px 0 10px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: #333; }
  .swagger-ui .checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .swagger-ui .checkbox p {
    font-weight: 400 !important;
    font-style: italic;
    margin: 0 !important;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #3b4151; }
  .swagger-ui .checkbox input[type=checkbox] {
    display: none; }
    .swagger-ui .checkbox input[type=checkbox] + label > .item {
      position: relative;
      top: 3px;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: 0 8px 0 0;
      padding: 5px;
      cursor: pointer;
      border-radius: 1px;
      background: #e8e8e8;
      box-shadow: 0 0 0 2px #e8e8e8;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
      .swagger-ui .checkbox input[type=checkbox] + label > .item:active {
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }
    .swagger-ui .checkbox input[type=checkbox]:checked + label > .item {
      background: #e8e8e8 url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='8' viewBox='3 7 10 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2341474E' fill-rule='evenodd' d='M6.333 15L3 11.667l1.333-1.334 2 2L11.667 7 13 8.333z'/%3E%3C/svg%3E") 50% no-repeat; }

.swagger-ui .dialog-ux {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .swagger-ui .dialog-ux .backdrop-ux {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8); }
  .swagger-ui .dialog-ux .modal-ux {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 300px;
    max-width: 650px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #ebebeb;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2); }
  .swagger-ui .dialog-ux .modal-ux-content {
    overflow-y: auto;
    max-height: 540px;
    padding: 20px; }
    .swagger-ui .dialog-ux .modal-ux-content p {
      font-size: 12px;
      margin: 0 0 5px;
      color: #41444e;
      font-family: Open Sans,sans-serif;
      color: #3b4151; }
    .swagger-ui .dialog-ux .modal-ux-content h4 {
      font-size: 18px;
      font-weight: 600;
      margin: 15px 0 0;
      font-family: Titillium Web,sans-serif;
      color: #3b4151; }
  .swagger-ui .dialog-ux .modal-ux-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #ebebeb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .swagger-ui .dialog-ux .modal-ux-header .close-modal {
      padding: 0 10px;
      border: none;
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .swagger-ui .dialog-ux .modal-ux-header h3 {
      font-size: 20px;
      font-weight: 600;
      margin: 0;
      padding: 0 20px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-family: Titillium Web,sans-serif;
      color: #3b4151; }

.swagger-ui .model {
  font-size: 12px;
  font-weight: 300;
  font-family: Source Code Pro,monospace;
  font-weight: 600;
  color: #3b4151; }

.swagger-ui .model-toggle {
  font-size: 10px;
  position: relative;
  top: 6px;
  display: inline-block;
  margin: auto .3em;
  cursor: pointer;
  -webkit-transition: -webkit-transform .15s ease-in;
  transition: -webkit-transform .15s ease-in;
  transition: transform .15s ease-in;
  transition: transform .15s ease-in,-webkit-transform .15s ease-in;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
  .swagger-ui .model-toggle.collapsed {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  .swagger-ui .model-toggle:after {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E") 50% no-repeat;
    background-size: 100%; }

.swagger-ui .model-jump-to-path {
  position: relative;
  cursor: pointer; }
  .swagger-ui .model-jump-to-path .view-line-link {
    position: absolute;
    top: -.4em;
    cursor: pointer; }

.swagger-ui .model-title {
  position: relative; }
  .swagger-ui .model-title:hover .model-hint {
    visibility: visible; }

.swagger-ui .model-hint {
  position: absolute;
  top: -1.8em;
  visibility: hidden;
  padding: .1em .5em;
  white-space: nowrap;
  color: #ebebeb;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7); }

.swagger-ui section.models {
  margin: 30px 0;
  border: 1px solid rgba(59, 65, 81, 0.3);
  border-radius: 4px; }
  .swagger-ui section.models.is-open {
    padding: 0 0 20px; }
    .swagger-ui section.models.is-open h4 {
      margin: 0 0 5px;
      border-bottom: 1px solid rgba(59, 65, 81, 0.3); }
      .swagger-ui section.models.is-open h4 svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
  .swagger-ui section.models h4 {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: Titillium Web,sans-serif;
    color: #777;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .swagger-ui section.models h4 svg {
      -webkit-transition: all .4s;
      transition: all .4s; }
    .swagger-ui section.models h4 span {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .swagger-ui section.models h4:hover {
      background: rgba(0, 0, 0, 0.02); }
  .swagger-ui section.models h5 {
    font-size: 16px;
    margin: 0 0 10px;
    font-family: Titillium Web,sans-serif;
    color: #777; }
  .swagger-ui section.models .model-jump-to-path {
    position: relative;
    top: 5px; }
  .swagger-ui section.models .model-container {
    margin: 0 20px 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05); }
    .swagger-ui section.models .model-container:hover {
      background: rgba(0, 0, 0, 0.07); }
    .swagger-ui section.models .model-container:first-of-type {
      margin: 20px; }
    .swagger-ui section.models .model-container:last-of-type {
      margin: 0 20px; }
  .swagger-ui section.models .model-box {
    background: none; }

.swagger-ui .model-box {
  padding: 10px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1); }
  .swagger-ui .model-box .model-jump-to-path {
    position: relative;
    top: 4px; }

.swagger-ui .model-title {
  font-size: 16px;
  font-family: Titillium Web,sans-serif;
  color: #555; }

.swagger-ui span > span.model {
  padding: 0 0 0 10px; }
  .swagger-ui span > span.model .brace-close {
    padding: 0 0 0 10px; }

.swagger-ui .prop-type {
  color: #55a; }

.swagger-ui .prop-enum {
  display: block; }

.swagger-ui .prop-format {
  color: #999; }

.swagger-ui table.parameters {
  width: 100%;
  padding: 0 10px;
  border-collapse: collapse; }

.swagger-ui table.model tbody tr td {
  padding: 0;
  vertical-align: top; }
  .swagger-ui table.model tbody tr td:first-of-type {
    width: 100px;
    padding: 0; }

.swagger-ui table.headers td {
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  font-family: Source Code Pro,monospace;
  font-weight: 600;
  color: #3b4151; }

.swagger-ui table.parameters > tbody > tr > td {
  padding: 10px 0 0;
  vertical-align: top; }
  .swagger-ui table.parameters > tbody > tr > td:first-of-type {
    width: 20%;
    padding: 10px 0; }

.swagger-ui table.values > tbody > tr > td:first-of-type {
  width: 20%;
  padding: 10px 0; }

.swagger-ui table.parameters > thead > tr > td, .swagger-ui table.parameters thead tr th {
  font-size: 12px;
  font-weight: 700;
  padding: 12px 0;
  text-align: left;
  border-bottom: 1px solid rgba(59, 65, 81, 0.2);
  font-family: Open Sans,sans-serif;
  color: #3b4151; }

.swagger-ui .parameters-col_description p {
  font-size: 14px;
  margin: 0;
  font-family: Open Sans,sans-serif;
  color: #3b4151; }

.swagger-ui .parameters-col_description input[type=text] {
  width: 100%;
  max-width: 340px; }

.swagger-ui .parameter__name {
  font-size: 16px;
  font-weight: 400;
  font-family: Titillium Web,sans-serif;
  color: #3b4151; }
  .swagger-ui .parameter__name.required {
    font-weight: 700; }
    .swagger-ui .parameter__name.required:after {
      font-size: 10px;
      position: relative;
      top: -6px;
      padding: 5px;
      content: "required";
      color: rgba(255, 0, 0, 0.6); }

.swagger-ui .parameter__in {
  font-size: 12px;
  font-style: italic;
  font-family: Source Code Pro,monospace;
  font-weight: 600;
  color: #888; }

.swagger-ui .table-container {
  padding: 20px; }

.swagger-ui .topbar {
  padding: 8px 30px;
  background-color: #89bf04; }
  .swagger-ui .topbar .topbar-wrapper {
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center; }
  .swagger-ui .topbar a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 1.5em;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    font-family: Titillium Web,sans-serif;
    color: #fff; }
    .swagger-ui .topbar a span {
      margin: 0;
      padding: 0 10px; }
  .swagger-ui .topbar .download-url-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .swagger-ui .topbar .download-url-wrapper input[type=text] {
      min-width: 350px;
      margin: 0;
      border: 2px solid #547f00;
      border-radius: 4px 0 0 4px;
      outline: none; }
    .swagger-ui .topbar .download-url-wrapper .download-url-button {
      font-size: 16px;
      font-weight: 700;
      padding: 4px 40px;
      border: none;
      border-radius: 0 4px 4px 0;
      background: #547f00;
      font-family: Titillium Web,sans-serif;
      color: #fff; }

.swagger-ui .info {
  margin: 50px 0; }
  .swagger-ui .info hgroup.main {
    margin: 0 0 20px; }
    .swagger-ui .info hgroup.main a {
      font-size: 12px; }
  .swagger-ui .info p {
    font-size: 14px;
    font-family: Open Sans,sans-serif;
    color: #3b4151; }
  .swagger-ui .info code {
    padding: 3px 5px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #9012fe; }
  .swagger-ui .info a {
    font-size: 14px;
    -webkit-transition: all .4s;
    transition: all .4s;
    font-family: Open Sans,sans-serif;
    color: #4990e2; }
    .swagger-ui .info a:hover {
      color: #1f69c0; }
  .swagger-ui .info > div {
    margin: 0 0 5px; }
  .swagger-ui .info .base-url {
    font-size: 12px;
    font-weight: 300 !important;
    margin: 0;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #3b4151; }
  .swagger-ui .info .title {
    font-size: 36px;
    margin: 0;
    font-family: Open Sans,sans-serif;
    color: #3b4151; }
    .swagger-ui .info .title small {
      font-size: 10px;
      position: relative;
      top: -5px;
      display: inline-block;
      margin: 0 0 0 5px;
      padding: 2px 4px;
      vertical-align: super;
      border-radius: 57px;
      background: #7d8492; }
      .swagger-ui .info .title small pre {
        margin: 0;
        font-family: Titillium Web,sans-serif;
        color: #fff; }

.swagger-ui .auth-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swagger-ui .auth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .swagger-ui .auth-wrapper .authorize {
    padding-right: 20px; }

.swagger-ui .auth-container {
  margin: 0 0 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb; }
  .swagger-ui .auth-container:last-of-type {
    margin: 0;
    padding: 10px 20px;
    border: 0; }
  .swagger-ui .auth-container h4 {
    margin: 5px 0 15px !important; }
  .swagger-ui .auth-container .wrapper {
    margin: 0;
    padding: 0; }
  .swagger-ui .auth-container input[type=password], .swagger-ui .auth-container input[type=text] {
    min-width: 230px; }
  .swagger-ui .auth-container .errors {
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #3b4151; }

.swagger-ui .scopes h2 {
  font-size: 14px;
  font-family: Titillium Web,sans-serif;
  color: #3b4151; }

.swagger-ui .scope-def {
  padding: 0 0 20px; }

.swagger-ui .errors-wrapper {
  margin: 20px;
  padding: 10px 20px;
  -webkit-animation: scaleUp .5s;
  animation: scaleUp .5s;
  border: 2px solid #f93e3e;
  border-radius: 4px;
  background: rgba(249, 62, 62, 0.1); }
  .swagger-ui .errors-wrapper .error-wrapper {
    margin: 0 0 10px; }
  .swagger-ui .errors-wrapper .errors h4 {
    font-size: 14px;
    margin: 0;
    font-family: Source Code Pro,monospace;
    font-weight: 600;
    color: #3b4151; }
  .swagger-ui .errors-wrapper hgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .swagger-ui .errors-wrapper hgroup h4 {
      font-size: 20px;
      margin: 0;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-family: Titillium Web,sans-serif;
      color: #3b4151; }

.swagger-ui .Resizer.vertical.disabled {
  display: none; }

@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes rotation {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-webkit-keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes blinker {
  50% {
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    color: #fff;
    background: #4990e2;
    box-shadow: 0 0 0 0 rgba(73, 144, 226, 0.8); }
  70% {
    box-shadow: 0 0 0 5px rgba(73, 144, 226, 0); }
  to {
    color: #fff;
    background: #4990e2;
    box-shadow: 0 0 0 0 rgba(73, 144, 226, 0); } }

@keyframes pulse {
  0% {
    color: #fff;
    background: #4990e2;
    box-shadow: 0 0 0 0 rgba(73, 144, 226, 0.8); }
  70% {
    box-shadow: 0 0 0 5px rgba(73, 144, 226, 0); }
  to {
    color: #fff;
    background: #4990e2;
    box-shadow: 0 0 0 0 rgba(73, 144, 226, 0); } }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0); } }

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/*# source
MappingURL=swagger-ui.css.map*/
#swagger-ui .container {
  width: 100%; }

.swagger-ui {
  padding-top: 30px;
  word-wrap: break-word;
  word-break: break-word; }
  .swagger-ui .scheme-container {
    padding-bottom: 10px; }

/* Path group */
.expand-operation i {
  display: inline-block;
  position: relative;
  top: -5px;
  border: solid black;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg); }

.is-open .expand-operation i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.opblock {
  display: none; }

.is-open .opblock {
  display: block; }

.opblock-summary-path {
  width: calc(100% - 80px);
  /* "Magic number" for get/post/put/delete-tag */ }

.opblock-tag {
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .opblock-tag h5 {
    font-size: 24px;
    font-family: Titillium Web,sans-serif;
    color: #3b4151; }

.opblock table.groupedContentTables {
  float: left;
  margin: 20px 20px 20px 0px;
  max-width: 45%; }

/*@import "modules/_taxonomy.scss";*/
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.n-header {
  background-color: #fff;
  /*border-bottom: 1px solid $color-gray-4;*/
  position: relative;
  display: none; }
  @media (min-width: 85rem) {
    .n-header {
      display: block; } }
  .n-header-logo {
    background-color: #C8102E;
    display: block;
    height: 6rem;
    width: 6rem;
    position: absolute;
    left: 0;
    top: 0; }
    .n-header-logo img {
      display: block;
      height: 6rem;
      width: 6rem; }
  .n-header-main {
    height: 6rem;
    max-width: 66.5rem;
    margin: 0 auto;
    display: flex;
    align-items: center; }
  .n-header-nav, .n-header-extra {
    display: flex;
    flex: auto;
    align-items: center; }
    .n-header-nav > a, .n-header-extra > a {
      color: #4D4D4D;
      display: flex;
      align-items: center;
      text-decoration: none;
      text-transform: uppercase; }
      .n-header-nav > a:hover, .n-header-extra > a:hover {
        color: #C8102E; }
      .n-header-nav > a svg, .n-header-extra > a svg {
        margin-left: 0.5rem; }
      .n-header-nav > a:nth-child(n+2), .n-header-extra > a:nth-child(n+2) {
        margin-left: 2.5rem; }
  .n-header-nav svg {
    fill: currentColor; }
  .n-header-extra svg {
    height: 1.25rem;
    width: 1.25rem; }
  .n-header-nav > a.n-active {
    color: #C8102E; }
    .n-header-nav > a.n-active svg {
      transform: rotateX(180deg); }
  .n-header-extra {
    height: 6rem;
    position: absolute;
    right: 5rem;
    top: 0; }
  .n-header-overlay {
    position: absolute;
    height: calc(100vh - 6rem);
    width: 100%;
    top: 6rem;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .n-header-dropdown {
    border-top: 1px solid #F5F5F5;
    background-color: white;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    z-index: 2; }
    .n-header-dropdown-content {
      max-height: calc(100vh - 6rem - 7rem);
      overflow-y: auto; }
    .n-header-dropdown-groups {
      max-width: 66.5rem;
      margin: 0 auto;
      padding: 0 0 2.5rem 0;
      display: flex;
      flex-wrap: wrap; }
    .n-header-dropdown-group {
      width: 25%;
      padding-top: 2.5rem;
      padding-right: 2rem; }
      .n-header-dropdown-group-title {
        color: #4D4D4D;
        font-weight: 600;
        text-transform: uppercase; }
        .n-header-dropdown-group-title a {
          text-decoration: none;
          color: #4D4D4D; }
          .n-header-dropdown-group-title a:hover {
            color: #C8102E; }
      .n-header-dropdown-group ul {
        list-style: none;
        margin: 1rem 0 0 0;
        padding: 0; }
        .n-header-dropdown-group ul li + li {
          margin-top: 1rem; }
        .n-header-dropdown-group ul a {
          color: #4D4D4D;
          text-decoration: none; }
          .n-header-dropdown-group ul a:hover {
            color: #C8102E; }
    .n-header-dropdown-global {
      background-color: #FAFAFA;
      position: relative; }
      .n-header-dropdown-global-inner {
        max-width: 66.5rem;
        margin: 0 auto;
        padding: 2.5rem 0;
        display: flex;
        height: 7rem; }
        .n-header-dropdown-global-inner a {
          color: #4D4D4D;
          text-decoration: none;
          text-transform: uppercase;
          display: flex;
          align-items: center;
          font-weight: 600; }
          .n-header-dropdown-global-inner a:hover {
            color: #C8102E; }
          .n-header-dropdown-global-inner a img {
            height: 1.5rem;
            /*width: 1.5rem;*/ }
          .n-header-dropdown-global-inner a div {
            margin-left: 0.5rem; }
        .n-header-dropdown-global-inner a + a {
          margin-left: 5rem; }
    .n-header-dropdown-close {
      position: absolute;
      right: 5rem;
      top: 50%;
      transform: translateY(-50%);
      text-decoration: none;
      display: flex;
      align-items: center;
      font-size: 1.25rem; }
      a.n-header-dropdown-close {
        color: #808080; }
      .n-header-dropdown-close:focus, .n-header-dropdown-close:hover {
        color: #C8102E;
        text-decoration: none; }
      .n-header-dropdown-close svg {
        fill: currentColor;
        margin-left: 0.5rem;
        height: 0.875rem;
        width: 0.875rem; }
  .n-header-search {
    position: absolute;
    width: 100%;
    background-color: #FAFAFA;
    z-index: 10; }
    .n-header-search-input {
      position: relative; }
      .n-header-search-input button {
        background-color: #FAFAFA;
        display: flex;
        align-items: center;
        line-height: 1;
        padding: 0;
        margin: 0;
        border: 0;
        padding: 0 1rem;
        position: absolute;
        top: 2px;
        bottom: 2px; }
    .n-header-search input {
      width: 100%;
      border: 0;
      background-color: transparent;
      font-size: 1.25rem;
      padding: 1.25rem 0; }
      .n-header-search input:focus {
        outline: none; }
      .n-header-search input.n-header-search-reset-visible {
        padding-left: 3.25rem; }
    .n-header-search-results {
      display: flex;
      flex-direction: column;
      font-size: 1.25rem; }
      .n-header-search-results > a {
        color: black;
        padding: 1.25rem 0;
        text-decoration: none; }
        .n-header-search-results > a:hover, .n-header-search-results > a:focus {
          outline: none;
          text-decoration: underline; }
      .n-header-search-results-more {
        padding: 1.25rem 0;
        display: inline-flex;
        align-items: center; }
        .n-header-search-results-more a {
          color: black;
          text-decoration: none;
          font-weight: 600;
          line-height: 1rem; }
          .n-header-search-results-more a:hover, .n-header-search-results-more a:focus {
            outline: none;
            text-decoration: underline; }
        .n-header-search-results-more svg {
          margin-left: 0.5rem;
          height: 1.5rem;
          width: 1.5rem; }

.n-m-header {
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column; }
  .n-m-header-open {
    height: 100vh; }
  @media (min-width: 85rem) {
    .n-m-header {
      display: none; } }
  .n-m-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.75rem;
    flex-grow: 0; }
  .n-m-header-logo {
    background-color: #C8102E;
    height: 3.75rem;
    width: 3.75rem;
    left: 0;
    top: 0; }
    .n-m-header-logo img {
      display: block;
      height: 3.75rem;
      width: 3.75rem; }
  .n-m-header-toggle {
    background-color: #fff;
    height: 3.75rem;
    width: 3.75rem;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .n-m-header-toggle:focus {
      color: #C8102E;
      outline: none; }
    .n-m-header-toggle span {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
  .n-m-header-dropdown {
    background-color: #fff;
    flex-grow: 1;
    overflow-y: auto;
    box-shadow: 0 5px 15px #eee inset; }
  .n-m-header-search {
    padding: 2.25rem 1.5rem;
    display: flex;
    align-items: center; }
    .n-m-header-search form {
      /*padding-bottom: 0.5rem;*/
      border-bottom: 1px solid #B3B3B3; }
    .n-m-header-search-inner {
      position: relative; }
    .n-m-header-search-icon {
      height: 1.25rem;
      width: 1.25rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .n-m-header-search-reset {
      background: none;
      border: none;
      padding: 0;
      display: flex;
      margin: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      .n-m-header-search-reset > svg {
        color: #4D4D4D;
        fill: currentColor; }
    .n-m-header-search form,
    .n-m-header-search input[type="text"] {
      width: 100%; }
    .n-m-header-search input[type="text"] {
      border: 0;
      padding-left: 2rem; }
      .n-m-header-search input[type="text"]:focus {
        outline: none; }
    .n-m-header-search-results {
      display: flex;
      flex-direction: column; }
      .n-m-header-search-results > a {
        color: black;
        padding: 0.5rem 2rem;
        text-decoration: none; }
        .n-m-header-search-results > a:hover, .n-m-header-search-results > a:focus {
          outline: none;
          text-decoration: underline; }
      .n-m-header-search-results-more {
        padding: 1.25rem 2rem;
        display: inline-flex;
        align-items: center; }
        .n-m-header-search-results-more a {
          color: black;
          text-decoration: none;
          font-weight: 600;
          border-bottom: 1px solid black;
          line-height: 1rem; }
          .n-m-header-search-results-more a:hover, .n-m-header-search-results-more a:focus {
            outline: none;
            color: #C8102E;
            border-color: #C8102E; }
        .n-m-header-search-results-more svg {
          margin-left: 0.5rem;
          height: 1.5rem;
          width: 1.5rem; }
  .n-m-header-nav {
    display: flex;
    flex-direction: column; }
    .n-m-header-nav a {
      color: #1A1A1A;
      text-decoration: none; }
      .n-m-header-nav a:hover, .n-m-header-nav a.n-active {
        color: #C8102E; }
    .n-m-header-nav-link {
      padding: 0.75rem 1.5rem 0.75rem 1.5rem;
      border-top: 1px solid #E5E5E5; }
      .n-m-header-nav-link-global {
        display: flex;
        align-items: center; }
        .n-m-header-nav-link-global > img {
          height: 1rem;
          width: 1rem; }
        .n-m-header-nav-link-global > div {
          text-transform: uppercase;
          margin-left: 0.5rem; }
    .n-m-header-nav-toggle {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0.75rem 1.5rem 0.75rem 0;
      border-top: 1px solid #E5E5E5; }
      .n-m-header-nav-toggle:first {
        border-bottom: 1px solid #E5E5E5; }
      .n-m-header-nav-toggle.n-active {
        border-bottom: 1px solid #E5E5E5; }
    .n-m-header-nav-root {
      margin-bottom: 8rem; }
    .n-m-header-nav-root > .n-m-header-nav-toggle {
      padding-left: 1.5rem; }
      .n-m-header-nav-root > .n-m-header-nav-toggle:last-of-type {
        border-bottom: 1px solid #E5E5E5; }
    .n-m-header-nav-root > .n-m-header-nav-children {
      padding-left: 3.5rem; }
    .n-m-header-nav-root > .n-m-header-nav-children > .n-m-header-nav:first-child > .n-m-header-nav-toggle:first-child {
      border-top: 0; }
    .n-m-header-nav-root > .n-m-header-nav-children .n-m-header-nav-children {
      padding-left: 1.5rem; }
    .n-m-header-nav-children {
      display: flex;
      flex-direction: column; }
      .n-m-header-nav-children > a {
        padding: 0.75rem 0; }
        .n-m-header-nav-children > a.n-m-header-nav-current {
          padding: 0.75rem 0;
          border-top: 1px solid #E5E5E5; }

.n-home-news {
  padding: 5rem 1.25rem 4.75rem 1.25rem;
  max-width: 62.5rem;
  margin: 0 auto; }
  .n-home-news-inner {
    max-width: 60rem; }
  .n-home-news-header {
    margin-bottom: 0.25rem; }
  .n-home-news .n-card {
    margin-top: 1.25rem;
    /*margin-bottom: 0.25rem;*/
    /*box-shadow: 2px 2px 5px rgba(0,0,0,.1);*/ }

.n-home-stats {
  padding: 5rem 1.25rem 4.75rem 1.25rem;
  max-width: 62.5rem;
  margin: 0 auto; }
  .n-home-stats-inner {
    max-width: 60rem; }
  .n-home-stats h2 {
    margin: 0 0 1.25rem 0; }
  .n-home-stats h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400; }
  .n-home-stats p {
    margin-top: 1.5rem; }
  .n-home-stats-box {
    flex: 1;
    background-color: white;
    padding: 1.5rem;
    /*box-shadow: 2px 2px 5px rgba(0,0,0,.1);
            margin-bottom: 0.25rem;*/
    /* make room for shadow */ }
  .n-home-stats a {
    color: #1A1A1A;
    text-decoration: underline; }

.n-home-publications {
  padding: 5rem 1.25rem 4.75rem 1.25rem;
  max-width: 43.75rem;
  margin: 0 auto; }
  .n-home-publications-box {
    background-color: white;
    padding: 2.5rem;
    /*margin-bottom: 0.25rem;
            box-shadow: 2px 2px 5px rgba(0,0,0,.1);*/ }
  .n-home-publications a {
    color: #1A1A1A;
    text-decoration: none; }
    .n-home-publications a:hover h3 {
      text-decoration: underline; }
  .n-home-publications h2 {
    margin: 0; }
  .n-home-publications ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .n-home-publications li {
    margin-top: 2.5rem; }
  .n-home-publications-item {
    display: flex;
    align-items: center; }
    .n-home-publications-item svg {
      flex-grow: 0;
      flex-shrink: 0; }
    .n-home-publications-item-content {
      padding-left: 1rem; }
    .n-home-publications-item-meta span {
      display: inline-block;
      margin: 0 1rem; }
    .n-home-publications-item h3 {
      font-size: 1rem;
      font-weight: 600;
      margin: 0.5rem 0 0 0; }

.n-home-banner {
  display: none;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  max-width: 1439px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  background-size: 1440px 600px; }
  @media (min-width: 480px) {
    .n-home-banner {
      display: block; } }
  @media (min-width: 1440px) {
    .n-home-banner {
      max-width: 1800px;
      height: 750px;
      background-size: 1800px 750px; } }
  .n-home-banner-content {
    position: absolute;
    top: 4rem;
    left: 5rem;
    color: #1A1A1A; }
    .n-home-banner-content-white-text {
      color: white !important; }
      .n-home-banner-content-white-text a {
        color: white !important;
        border-color: white !important; }
        .n-home-banner-content-white-text a:hover {
          color: #1A1A1A;
          background-color: white;
          /*border-color: $color-black !important;*/ }
  .n-home-banner-subtitle {
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }
  .n-home-banner h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 3.125rem 0; }
  .n-home-banner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap; }
  .n-home-banner li {
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
    margin: 0; }
  .n-home-banner a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    color: black;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    /*border-color: $color-black;*/ }
    .n-home-banner a:hover {
      /*background-color: $color-black;*/
      color: #1A1A1A !important;
      background-color: white;
      border-color: white; }
    .n-home-banner a svg {
      width: 1.5rem;
      width: 1.5rem;
      margin-left: 1.5rem;
      fill: currentColor; }

.n-home-m-banner {
  position: relative; }
  .n-home-m-banner img {
    max-width: 100%; }
  .n-home-m-banner-content {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    color: #1A1A1A; }
    .n-home-m-banner-content-white-text {
      color: white !important; }
      .n-home-m-banner-content-white-text a {
        color: white !important;
        border-color: white !important; }
        .n-home-m-banner-content-white-text a:hover {
          border-color: #1A1A1A !important; }
  .n-home-m-banner-subtitle {
    font-size: 0.75rem;
    margin-bottom: 0.5rem; }
  .n-home-m-banner h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 3.125rem 0; }
  .n-home-m-banner-links {
    background-color: white;
    padding: 1rem 0; }
    .n-home-m-banner-links ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .n-home-m-banner-links a {
      color: black;
      text-decoration: underline;
      display: flex;
      align-items: center;
      padding: 0.5rem 1rem; }
      .n-home-m-banner-links a svg {
        width: 1.5rem;
        width: 1.5rem;
        margin-left: 1.5rem;
        fill: currentColor; }
  @media (min-width: 480px) {
    .n-home-m-banner {
      display: none; } }

.n-home-varsom {
  padding: 5rem 1.25rem 4.75rem 1.25rem;
  max-width: 62.5rem;
  margin: 0 auto; }
  .n-home-varsom-box {
    background-color: white;
    padding: 2.5rem;
    flex: 1; }
    .n-home-varsom-box h2 {
      font-size: 1.5rem;
      margin: 0;
      line-height: 2.125rem; }
  .n-home-varsom ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .n-home-varsom a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    color: black;
    text-decoration: none; }
    .n-home-varsom a span:first-child {
      font-size: 1.25rem; }
    .n-home-varsom a:hover span:first-child {
      text-decoration: underline; }
  .n-home-varsom-status {
    font-size: 1.875rem;
    font-weight: bold;
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    color: white;
    line-height: 1; }
    .n-home-varsom-status-rating-1 {
      background-color: #A9C47F; }
    .n-home-varsom-status-rating-2 {
      background-color: #FFD071; }
    .n-home-varsom-status-rating-3 {
      background-color: #E56A54; }
    .n-home-varsom-status-rating-4 {
      background-color: #D21523; }
    .n-home-varsom-status-rating-5 {
      background-color: #3E060b; }
  .n-home-varsom-selects {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%; }
    .n-home-varsom-selects h2 {
      flex: 0; }
    .n-home-varsom-selects > div {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    .n-home-varsom-selects select {
      color: black;
      width: 66.666%;
      padding: 1.25rem 1.5rem;
      border: 1px solid #4D4D4D;
      border-radius: 0;
      margin: 0;
      height: auto; }
      .n-home-varsom-selects select[disabled] {
        border-color: #4D4D4D; }
    .n-home-varsom-selects select + select {
      margin-top: 0.5rem; }

.n-alert {
  background-color: #FFD33E;
  color: black; }
  .n-alert button {
    background-color: transparent;
    border: 0;
    padding: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.25rem;
    width: 100%; }
    .n-alert button svg {
      height: 1.5rem;
      width: 1.5rem; }
    .n-alert button span {
      padding: 0 0.5rem; }
  .n-alert-content {
    padding: 1rem 1rem 2.5rem 1rem;
    max-width: 62rem;
    margin: 0 auto; }
  .n-alert-date {
    margin-bottom: 1rem; }
  .n-alert .n-alert-link {
    margin-top: 1.5rem;
    color: black;
    text-decoration: underline; }
