/**
 * Main stylesheet for Tågkompaniet
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .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: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.u-centerText {
  text-align: center;
}
/**
 * MBP Theme colors
 */
/**
 * Sublevel 1
 */
/**
 * Sublevel 2
 */
/**
 * Sublevel 3
 */
/**
 * Sublevel 4
 */
/**
 * MBP Theme mixins
 */
.u-centeredText {
  text-align: center;
}
.u-centeredImage img {
  display: block;
  margin: 0 auto;
}
.u-bordered {
  border: 1px solid #adadad;
  padding: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
}
/*
 * MBP Child Theme typography
 */
/* Avalible font-familys from fonts.com // 20160511:
    font-family:'Helvetica Neue LT W01_25 UltLt';
    font-family:'Helvetica Neue LT W0126UltLtIt';
    font-family:'Helvetica Neue LT W01_35 Thin';
    font-family:'Helvetica Neue LT W01_36 Th It';
    font-family:'Helvetica Neue LT W01_41488878';
    font-family:'Helvetica Neue LT W01_46 Lt It';
    font-family:'Helvetica Neue LT W01_55 Roman';
    font-family:'Helvetica Neue LT W01_56 It';
    font-family:'Helvetica Neue LT W01_65 Md';
    font-family:'Helvetica Neue LT W01_66 Md It';
    font-family:'Helvetica Neue LT W01_71488914';
    font-family:'Helvetica Neue LT W01_76 Bd It';
    font-family:'Helvetica Neue LT W01_85 Heavy';
    font-family:'Helvetica Neue LT W01_86 Hv It';
    font-family:'Helvetica Neue LT W01_95 Black';
    font-family:'Helvetica Neue LT W01_96 BlkIt';
    font-family:'Helvetica Neue LT W01_75 B Ou';
    font-family:'Helvetica Neue LT W0127UltLtCn';
    font-family:'Helvetica Neue LT W0127ULCnObl';
    font-family:'Helvetica Neue LT W01_37 Th Cn';
    font-family:'Helvetica Neue LT W0137ThCnObl';
    font-family:'Helvetica Neue LT W01_47 Lt Cn';
    font-family:'Helvetica Neue LT W0147LtCnObl';
    font-family:'Helvetica Neue LT W01_57 Cond';
    font-family:'Helvetica Neue LT W01_57 CnObl';
    font-family:'Helvetica Neue LT W01_67 Md Cn';
    font-family:'Helvetica Neue LT W0167MdCnObl';
    font-family:'Helvetica Neue LT W01_77 Bd Cn';
    font-family:'Helvetica Neue LT W0177BdCnObl';
    font-family:'Helvetica Neue LT W01_87 Hv Cn';
    font-family:'Helvetica Neue LT W0187HvCnObl';
    font-family:'Helvetica Neue LT W01_97 BlkCn';
    font-family:'Helvetica Neue LTW0197BlkCnObl';
    font-family:'Helvetica Neue LT W01107XBlkCn';
    font-family:'HelveticaNeueLTW01107XBlkCnObl';
    font-family:'Helvetica Neue LT W0123UltLtEx';
    font-family:'Helvetica Neue LTW0123ULExtObl';
    font-family:'Helvetica Neue LT W01_33 Th Ex';
    font-family:'Helvetica Neue LT W0133ThExObl';
    font-family:'Helvetica Neue LT W01_43 Lt Ex';
    font-family:'Helvetica Neue LT W0143LtExObl';
    font-family:'Helvetica Neue LT W01_53 Ext';
    font-family:'Helvetica Neue LT W01_53 ExObl';
    font-family:'Helvetica Neue LT W01_63 Md Ex';
    font-family:'Helvetica Neue LT W0163MdExObl';
    font-family:'Helvetica Neue LT W01_73 Bd Ex';
    font-family:'Helvetica Neue LT W0173BdExObl';
    font-family:'Helvetica Neue LT W01_83 Hv Ex';
    font-family:'Helvetica Neue LT W0183HvExObl';
    font-family:'Helvetica Neue LT W01_93 BlkEx';
    font-family:'Helvetica Neue LTW0193BlkExObl';
    font-family:'Neue Helvetica W01_29 C1289686';
    font-family:'Neue Helvetica W01_39 C1289693';
    font-family:'Neue Helvetica W01_49 Cm Light';
    font-family:'Neue Helvetica W01_59 Comp';
    font-family:'Neue Helvetica W01_69 C1289704';
    font-family:'Neue Helvetica W01_79 C1289709';
    font-family:'Neue Helvetica W01_89 Cm Heavy';
    font-family:'Neue Helvetica W01_99 Cm Black';
*/
/* Fontsizes */
/* Line heights */
/* Fontweights */
.font-text {
  font-family: 'Helvetica Neue LT W01_55 Roman', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.font-text--light {
  font-family: 'Helvetica Neue LT W01_55 Roman', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 200;
}
.preamble {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.preamble--light {
  font-weight: 400;
}
.headlineCommon {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
}
.headlineHeavy {
  font-family: 'Helvetica Neue LT W01_85 Heavy', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
}
.hx0 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
}
.hx1 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}
.hx2 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .hx2 {
    font-size: 26px;
  }
}
.hx3 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  .hx3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .hx3 {
    font-size: 32px;
  }
}
.hx4 {
  font-family: 'Helvetica Neue LT W01_85 Heavy', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 26px;
}
@media (min-width: 768px) {
  .hx4 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .hx4 {
    font-size: 46px;
  }
}
.hx--light {
  font-weight: 200;
}
@media (min-width: 768px) {
  .hx--light {
    font-weight: 200;
  }
}
@media (min-width: 992px) {
  .hx--light {
    font-weight: 200;
  }
}
/*
 * MBP Theme widgets style
 */
.widget {
  margin-bottom: 10px;
  margin-top: 10px;
}
.widget .border {
  border: 1px solid #585858;
}
.mbpImageAbove--bleeding {
  padding: 0;
}
.mbpImageAbove--default {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 1 1 20em;
  -moz-flex: 1 1 20em;
  -ms-flex: 1 1 20em;
  flex: 1 1 20em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 20em;
}
.mbpImageAbove_container--link {
  text-decoration: none;
}
.mbpImageAbove_container--link:hover {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 20px 5px #ccc;
  -moz-box-shadow: 0 0 20px 5px #ccc;
  box-shadow: 0 0 20px 5px #ccc;
  text-decoration: none;
}
.mbpImageAbove_content {
  background-color: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  word-break: break-word;
}
.mbpImageAbove_imageContainer--default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 200px;
}
@media (min-width: 768px) {
}
.mbpImageAbove_container--link.is-clickable {
  cursor: pointer;
}
.mbpImageAbove_container--link .mbpImageAbove_content {
  background-color: #f0f0f0;
}
.mbpImageAbove_image--rounded {
  border-radius: 50%;
}
.mbpImageAbove_image--bleeding {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  background-position: top center;
  background-size: cover;
  min-height: 50vw;
}
@media (min-width: 768px) {
  .mbpImageAbove_image--bleeding {
    min-height: 30vw;
  }
}
body.home .sidebar-no-margins > .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
body.home .sidebar-no-margins > .row .widget_mbp_image_above {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.home .sidebar-no-margins > .row .mbpImageAbove_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
body.home .sidebar-no-margins > .row .mbpImageAbove_content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.mbp-accordion {
  border: 1px solid #e3e3e3;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.mbp-accordion .mbp-accordion-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mbp-accordion .accordion-list-item {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
  padding: 0;
}
.mbp-accordion .accordion-list-item:last-child {
  border-bottom: none;
}
.mbp-accordion .accordion-list-item:hover {
  background-color: #eee;
}
.mbp-accordion .accordion-heading {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 1;
  outline: none;
  padding: 20px;
  padding-right: 50px;
  position: relative;
  text-decoration: none;
}
.mbp-accordion .accordion-heading.ui-accordion-header-active,
.mbp-accordion .accordion-heading:hover {
  color: #000;
}
.mbp-accordion .accordion-heading.ui-accordion-header-active {
  background-color: #f7f7f7;
}
.mbp-accordion .accordion-heading.ui-accordion-header-active .iconmoon {
  color: #808080;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mbp-accordion .accordion-heading.ui-accordion-header-active .dashicons {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mbp-accordion .accordion-heading .dashicons {
  color: #717073;
  float: right;
  font-size: 32px;
  height: 32px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 32px;
}
.mbp-accordion .accordion-heading .iconmoon {
  color: #adadad;
  font-size: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 12px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 32px;
}
.mbp-accordion .accordion-content {
  padding: 20px;
}
.mbp-accordion .accordion-content.ui-accordion-content-active {
  background-color: #f7f7f7;
}
.widget_mbp_socialwidget {
  margin-top: 100px;
  text-align: center;
}
.widget_mbp_socialwidget a {
  color: #d8d8d8;
  display: inline-block;
  font-size: 1.5em;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  line-height: 32px;
  vertical-align: middle;
  text-decoration: none;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.widget_mbp_socialwidget a:hover {
  text-decoration: none;
}
.widget_mbp_contactform .subscribeForm_title {
  color: #fff;
  text-align: center;
}
.widget_mbp_contactform .subscribeForm_error,
.widget_mbp_contactform .subscribeForm_success {
  color: #fff;
  display: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .widget_mbp_contactform .subscribeForm_error,
  .widget_mbp_contactform .subscribeForm_success {
    text-align: center;
  }
}
.widget_mbp_contactform .subscribeForm_input::-webkit-input-placeholder {
  color: #d8d8d8;
}
.widget_mbp_contactform .subscribeForm_input:-moz-placeholder {
  /* Firefox 18- */
  color: #d8d8d8;
}
.widget_mbp_contactform .subscribeForm_input::-moz-placeholder {
  /* Firefox 19+ */
  color: #d8d8d8;
}
.widget_mbp_contactform .subscribeForm_input:-ms-input-placeholder {
  color: #d8d8d8;
}
.widget_mbp_contactform .subscribeForm_submit {
  background-color: #13598a;
  border: 1px solid #063E66;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  padding: 15px;
  transition: background-color 0.4s;
  width: 100%;
}
.widget_mbp_contactform .subscribeForm_submit:hover {
  background-color: #063E66;
}
@media (min-width: 768px) {
  .widget_mbp_contactform .subscribeForm_submit {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 20%;
  }
}
.widget_mbp_contactform .subscribeForm_input {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-style: italic;
  padding: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .widget_mbp_contactform .subscribeForm_input {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 80%;
  }
}
.searchForm {
  position: relative;
}
.searchForm_input {
  border: 1px solid #adadad;
  padding: 6px;
  width: 100%;
  height: 50px;
}
.searchForm_submit {
  width: 56px;
  height: 50px;
  position: absolute;
  margin-left: -56px;
  top: 0;
  right: 0;
  background-color: #4b85ad;
  border: 0;
  background-image: url('/wp-content/themes/mbptheme/images/magnifier-icn.png');
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.callmeFormContainer .callmeFormRow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.callmeFormContainer .callmeFormRow .callmeForm_input {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-width: 0;
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .callmeFormContainer .callmeFormRow .callmeForm_input {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 0;
    border-bottom-width: 1px;
  }
}
.callmeFormContainer .callmeFormRow .callmeForm_submit {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .callmeFormContainer .callmeFormRow .callmeForm_submit {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
@media (min-width: 768px) {
  .callmeFormContainer .callmeFormRow {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.callmeFormContainer .callmeForm_error,
.callmeFormContainer .callmeForm_success {
  display: none;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .callmeFormContainer .callmeForm_error,
  .callmeFormContainer .callmeForm_success {
    text-align: center;
  }
}
.widget_mbp_customlist .post {
  border: 1px solid #d8d8d8;
  margin-top: -1px;
  padding: 20px;
}
.widget_mbp_customlist .post.is-clickable {
  cursor: pointer;
}
.widget_mbp_customlist .post.is-clickable:active,
.widget_mbp_customlist .post.is-clickable:hover {
  background-color: #f7f7f7;
}
.widget_mbp_customlist .post a {
  color: inherit;
}
.widget_mbp_customlist .post .iconmoon {
  color: #4b85ad;
  float: right;
  margin-left: 10px;
}
.widget_mbp_customlist .post .post-title {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 26px;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?je0th3');
  src: url('fonts/icomoon.eot?je0th3#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?je0th3') format('truetype'), url('fonts/icomoon.woff?je0th3') format('woff'), url('fonts/icomoon.svg?je0th3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.iconmoon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconmoon-close:before {
  content: "\e90c";
}
.iconmoon-plus:before {
  content: "\e909";
}
.iconmoon-info:before {
  content: "\e90a";
}
.iconmoon-service:before {
  content: "\e907";
}
.iconmoon-trafficinfo:before {
  content: "\e904";
}
.iconmoon-trainticket:before {
  content: "\e903";
}
.iconmoon-tripguide:before {
  content: "\e902";
}
.iconmoon-phone:before {
  content: "\e905";
}
.iconmoon-email:before {
  content: "\e906";
}
.iconmoon-facebook:before {
  content: "\e90b";
}
.iconmoon-arrow-upright:before {
  content: "\e900";
}
.iconmoon-arrow-right:before {
  content: "\e901";
}
.iconmoon-search:before {
  content: "\e908";
}
.iconmoon-2x {
  font-size: 2em;
}
.iconmoon-3x {
  font-size: 3em;
}
#faqItems {
  position: relative;
  width: 100%;
}
#faqItems .status {
  text-align: center;
}
#faqItems .status.error {
  color: #c00;
}
#faqLoader {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.faq-accordionTitle {
  padding: 1rem;
}
.faq-searchBar {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.faq-searchBar input[type=text],
.faq-searchBar input[type=submit],
.faq-searchBar .button {
  border: 1px solid #ccc;
  outline: none;
  padding: 20px;
}
.faq-searchBar input[type=text] {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-weight: 200;
  font-style: italic;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .faq-searchBar input[type=text] {
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 0;
  }
}
.faq-searchBar input[type=submit],
.faq-searchBar .button {
  background-color: #C20B2A;
  border-color: #A00525;
  border-width: 1px;
  color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-top: 15px;
}
.faq-searchBar input[type=submit]:active,
.faq-searchBar .button:active,
.faq-searchBar input[type=submit]:hover,
.faq-searchBar .button:hover {
  background-color: #A00525;
}
@media (min-width: 768px) {
  .faq-searchBar input[type=submit],
  .faq-searchBar .button {
    margin-top: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.faq-searchBar .faqSearchClearButton {
  display: none;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 0;
  height: 30px;
  right: 10px;
  margin-top: -15px;
  padding: 0;
  position: absolute;
  top: 50%;
}
.faq-searchBar .button {
  position: relative;
}
.faq-searchBar .loader:before,
.faq-searchBar .loader:after,
.faq-searchBar .loader {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
  animation: loader 1.8s infinite ease-in-out;
  border-radius: 50%;
  height: 2.0em;
  width: 2.0em;
}
.faq-searchBar .loader {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  color: #ffffff;
  font-size: 10px;
  left: 50%;
  margin-left: -1em;
  margin-top: -3.5em;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  visibility: visible;
}
.faq-searchBar .loader.off {
  -webkit-animation-name: none;
  animation-name: none;
  visibility: hidden;
}
.faq-searchBar .loader.off:before,
.faq-searchBar .loader.off:after {
  -webkit-animation-name: none;
  animation-name: none;
}
.faq-searchBar .loader:before {
  animation-delay: -0.32s;
  left: -2.5em;
  -webkit-animation-delay: -0.32s;
}
.faq-searchBar .loader:after {
  left: 2.5em;
}
.faq-searchBar .loader:before,
.faq-searchBar .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@media (min-width: 768px) {
  .faq-searchBar {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
  }
}
.faq-searchInput {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
}
.faq-tabs .faq-tabsHeader {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.faq-tabs .faq-tabsSeparator {
  background-color: #4b85ad;
  clear: left;
  height: 6px;
}
@media (min-width: 768px) {
  .faq-tabs .faq-tabsSeparator {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.faq-tabs .faq-tab {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-left: -1px;
  text-align: center;
}
.faq-tabs .faq-tab.ui-tabs-active {
  background-color: #4b85ad;
  border-color: #4b85ad;
}
.faq-tabs .faq-tab.ui-tabs-active a {
  color: #fff;
}
.faq-tabs .faq-tab a {
  display: block;
  outline: none;
  padding: 10px 20px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .faq-tabs .faq-tab a {
    padding: 30px 60px;
  }
}
.faq-tabs .faq-tab .faq-tabNumItems {
  font-size: 11px;
  margin-top: 5px;
}
.faq-tabs .faq-tabContent {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .faq-tabs .faq-tabContent {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.menuContainer--default {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .menuContainer--default {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
  }
  .menuContainer--default.is-withoutlogo {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.menuList {
  margin: 0;
  padding: 0;
}
.menuList--default {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .menuList--default {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.menuLink--default {
  color: #adadad;
  display: inline-block;
  padding: 1em 15px;
  text-decoration: none;
}
.menuLink--default:hover,
.menuLink--default:active,
.menuLink--default:focus {
  background-color: transparent;
  color: #4b85ad;
  text-decoration: none;
}
.menuLink--default.is-current {
  color: #4b85ad;
  display: inline-block;
}
.menuLink--default.is-current:hover,
.menuLink--default.is-current:active,
.menuLink--default.is-current:focus {
  background-color: transparent;
  color: #4b85ad;
  text-decoration: none;
}
.menuLink--default.is-hidden {
  display: none;
}
.menuItem--default.is-current a {
  color: #4b85ad;
}
/**
 * Handle submenus
 * If the menu has a startlevel > 0 the .is-submenu class has been added to the widget container
 * Only shows level 2 basically
 */
.mbpMenuWidget--default.is-submenu .menuLink--default {
  display: none;
}
.mbpMenuWidget--default.is-submenu .menuItem--default.is-current .menuLink--default.is-level2,
.mbpMenuWidget--default.is-submenu .menuList--default.is-current.is-level2 .menuLink--default.is-level2 {
  display: inline-block;
}
.menuContainer--centered {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.menuLogoContainer--centered {
  margin-bottom: 1em;
}
.menuList--centered {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .menuList--centered {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.menuLink--centered {
  background-color: transparent;
  color: #adadad;
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
}
.menuLink--centered:hover,
.menuLink--centered:active,
.menuLink--centered:focus {
  background-color: transparent;
  color: #4b85ad;
  text-decoration: none;
}
.menuLink--centered.is-current {
  background-color: transparent;
  color: #4b85ad;
}
.menuLink--centered.is-current:hover,
.menuLink--centered.is-current:active,
.menuLink--centered.is-current:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
/**
 * Handle submenus
 * If the menu has a startlevel > 0 the .is-submenu class has been added to the widget container
 * only shows level 2 basically
 */
.mbpMenuWidget--centered.is-submenu .menuLink--centered {
  display: none;
}
.mbpMenuWidget--centered.is-submenu .menuItem--centered.is-current .menuLink--centered.is-level2,
.mbpMenuWidget--centered.is-submenu .menuList--centered.is-current.is-level2 .menuLink--centered.is-level2 {
  display: inline-block;
}
/**
 * We'll take care of all common stuff first,
 * then later loop through the levels and set colors
 */
.menuContainer--vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.menuList--vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.menuList--vertical .menuItem > .menuLink {
  border-left: 10px solid transparent;
}
.menuList--vertical .menuItem.current-menu-item > .menuLink {
  border-left-color: #4b85ad;
}
.menuList--vertical .menuItem.current-menu-item .iconmoon {
  color: #4b85ad;
}
.hamburgerMenu_header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.hamburgerMenu_toggle {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  cursor: pointer;
  max-width: 75px;
  text-align: right;
}
.hamburgerMenu_toggle.is-active .menu-toggle {
  fill: #4B85AE;
}
.hamburgerMenu_toggle svg {
  width: 100%;
  height: auto;
}
.hamburgerMenu_icon {
  display: block;
  font-size: 35px;
  color: #000;
}
.hamburgerMenu_text {
  text-transform: uppercase;
}
.menuLogoContainer {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: left;
}
.menuLogoContainer img {
  padding-right: 10px;
  max-width: 140px;
}
@media (min-width: 480px) {
  .menuLogoContainer img {
    max-width: 200px;
  }
}
@media (min-width: 768px) {
  .menuLogoContainer img {
    max-width: 100%;
  }
}
.hamburgerMenu_container {
  width: 100%;
}
.hamburgerMenu_container.is-hidden {
  display: none;
}
.menuList--vertical:not(.is-level1):not(.is-expanded) {
  display: none;
}
.menuList--vertical:not(.is-level1).is-expanded,
.menuList--vertical:not(.is-level1).current-menu-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.menuItem--vertical {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  background-color: transparent;
  width: 100%;
}
.menuItem--vertical:first-child {
  border-top: 1px solid #eee;
}
.menuItem--vertical:hover {
  color: #4b85ad;
}
.menuItem--vertical.current-menu-parent:not(.deactivate) > a {
  color: #4b85ad;
}
.menuItem--vertical.current-menu-parent:not(.deactivate) > a .iconmoon,
.menuItem--vertical.current-menu-parent:not(.deactivate) > a .fa {
  color: #4b85ad;
}
.menuItem--vertical.current-menu-item:not(.deactivate) {
  background-color: transparent;
}
.menuItem--vertical.current-menu-item:not(.deactivate) > a {
  color: #4b85ad;
}
.menuItem--vertical.current-menu-item:not(.deactivate) > a,
.menuItem--vertical.current-menu-item:not(.deactivate) > .iconmoon,
.menuItem--vertical.current-menu-item:not(.deactivate) > .fa {
  color: #4b85ad;
}
.menuItem--vertical.is-expanded.current-menu-ancestor > .menuList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.menuItem--vertical.is-expanded > .menuLink .menuCaret_symbol {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-left: 0;
}
.menuItem--vertical.is-expanded > .menuList--vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.menuItem--vertical a {
  color: #adadad;
  padding: 10px;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.menuItem--vertical a:hover {
  background-color: transparent;
  color: #4b85ad;
}
.menuItem--vertical a:hover .iconmoon,
.menuItem--vertical a:hover .fa {
  color: #4b85ad;
}
.menuItem--vertical a[target="_blank"] {
  background-image: url('../images/leave_page.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1em;
  margin-right: 1em;
  padding-right: 2em;
}
.menuItem--vertical .iconmoon,
.menuItem--vertical .fa {
  color: #adadad;
  margin-right: 15px;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.menuLink--vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #adadad;
  line-height: 1;
  min-height: 45px;
  padding: 0 0 0 1em;
  text-decoration: none;
}
.menuLink--vertical:hover,
.menuLink--vertical:active,
.menuLink--vertical:focus {
  background-color: transparent;
  color: #4b85ad;
  text-decoration: none;
}
.menuLink--vertical.is-hidden {
  display: none;
}
.menuLink_name {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.menuCaret_symbol {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url('../images/chevron-up.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5em;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  padding: 1em;
  width: 1.5em;
}
/**
 * Handle submenus
 * If the menu has a startlevel > 0 the .is-submenu class has been added to the widget container
 * Only shows level 2 basically
 */
.mbpMenuWidget--vertical.is-submenu .menuLink.is-hiding {
  display: none;
}
.mbpMenuWidget--vertical.is-submenu .menuList--vertical.is-current > .menuItem--vertical.is-current > .menuList--vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.mbpMenuWidget--vertical.is-submenu .menuList--vertical.is-current .menuLink--vertical:not(.is-hiding) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
/**
 * Define the colors for sublevels
 */
.menuList--vertical.is-level1 {
  background-color: #fff;
}
.menuItem--vertical {
  border-bottom: 1px solid #eee;
}
.menuLink--vertical.is-level1 {
  color: #adadad;
}
.menuLink--vertical.is-level1:hover {
  background-color: transparent;
  color: #4b85ad;
}
.menuList--vertical.is-level2 {
  background-color: #F1F8FD;
}
.menuItem--vertical {
  border-bottom: 1px solid #eee;
}
.menuLink--vertical.is-level2 {
  color: #808080;
}
.menuLink--vertical.is-level2:hover {
  background-color: transparent;
  color: #4b85ad;
}
.menuList--vertical.is-level3 {
  background-color: #fff;
}
.menuItem--vertical {
  border-bottom: 1px solid #eee;
}
.menuLink--vertical.is-level3 {
  color: #808080;
}
.menuLink--vertical.is-level3:hover {
  background-color: transparent;
  color: #4b85ad;
}
#secondary .menuContainer--vertical .is-level2 > .menuItem {
  background-color: #F1F8FD;
  border-bottom: 1px solid #DDEDF8;
}
#secondary .menuContainer--vertical .is-level3 > .menuItem {
  background-color: #F1F8FD;
}
#secondary .menuContainer--vertical .is-level3 > .menuItem:last-child {
  border-bottom: 0;
}
#secondary .menuContainer--vertical .is-level2 .menuLink {
  border-left-color: #F1F8FD;
}
#secondary .menuContainer--vertical .is-level2 .current-menu-item:not(.deactivate) > .menuLink {
  border-left-color: #4b85ad;
}
#secondary .menuContainer--vertical .is-level2 .is-level3 .menuItem a {
  padding-left: 25px;
}
.imagewidget_container {
  display: block;
  position: relative;
}
.imagewidget_backgroundOverlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.imagewidget_backgroundOverlay:hover {
  opacity: 0.50;
  transition: all 0.5s ease;
}
.mbpImageLeft--bleeding {
  padding: 0;
}
.mbpImageLeft_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0;
}
@media (min-width: 650px) {
  .mbpImageLeft_container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mbpImageLeft_container--link {
  text-decoration: none;
}
.mbpImageLeft_container--link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.mbpImageLeft_imageContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.mbpImageLeft_imageContainer.horizontalPostition_left {
  flex-direction: column;
  align-items: flex-start;
}
.mbpImageLeft_imageContainer.horizontalPostition_center {
  flex-direction: column;
  align-items: center;
}
.mbpImageLeft_imageContainer.horizontalPostition_right {
  flex-direction: column;
  align-items: flex-end;
}
.mbpImageLeft_contentWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mbpImageLeft_content {
  word-break: break-word;
}
.mbpImageLeft_imageContainer--default {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 650px) {
  .mbpImageLeft_imageContainer--default {
    padding-bottom: 0;
    width: 50%;
  }
}
.mbpImageLeft_image--default {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.mbpImageLeft_image--rounded {
  border-radius: 50%;
}
.mbpImageLeft_image--bleeding {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  background-position: top center;
  background-size: cover;
  min-height: 200px;
}
.mbpImageRight--bleeding {
  padding: 0;
}
.mbpImageRight_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 0;
}
@media (min-width: 650px) {
  .mbpImageRight_container {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.mbpImageRight_container--link {
  text-decoration: none;
}
.mbpImageRight_container--link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.mbpImageRight_imageContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.mbpImageRight_imageContainer.horizontalPostition_left {
  flex-direction: column;
  align-items: flex-start;
}
.mbpImageRight_imageContainer.horizontalPostition_center {
  flex-direction: column;
  align-items: center;
}
.mbpImageRight_imageContainer.horizontalPostition_right {
  flex-direction: column;
  align-items: flex-end;
}
.mbpImageRight_contentWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mbpImageRight_content {
  word-break: break-word;
}
.mbpImageRight_imageContainer--default {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding-bottom: 20px;
  width: 100%;
}
@media (min-width: 650px) {
  .mbpImageRight_imageContainer--default {
    padding-bottom: 0;
    width: 50%;
  }
}
.mbpImageRight_image--default {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.mbpImageRight_image--rounded {
  border-radius: 50%;
}
.mbpImageRight_image--bleeding {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  background-position: top center;
  background-size: cover;
  min-height: 200px;
}
/*!
 *  Font Awesome 4.2.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('../../mbptheme/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../../mbptheme/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../../mbptheme/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../../mbptheme/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../../mbptheme/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*
 * Basic markup
 */
body {
  background-color: #fff;
  font-family: 'Helvetica Neue LT W01_55 Roman', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
body.admin-bar #trafficInfoContainer {
  top: 42px;
}
body.home {
  background-color: #eee;
}
@media (min-width: 768px) {
  body.home .sidebar-no-margins {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
  }
}
body.home .sidebar-container.container {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  body.home .sidebar-container.container {
    margin-left: 30px;
    margin-right: 30px;
    padding: 15px 30px;
  }
}
@media (min-width: 768px) {
  body.home .sidebar-container.container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}
body:not(.home) #secondary {
  border-right: 1px solid #eee;
}
body.error404 #primary > .row:first-child {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  body.archive #primary {
    padding-top: 60px;
  }
}
body.archive .post {
  border: 1px solid #d8d8d8;
  margin-top: -1px;
  padding: 20px;
}
body.archive .post.is-clickable {
  cursor: pointer;
}
body.archive .post.is-clickable:active,
body.archive .post.is-clickable:hover {
  background-color: #f7f7f7;
}
body.archive .post a {
  color: inherit;
}
body.archive .post .iconmoon {
  color: #4b85ad;
  float: right;
  margin-left: 10px;
}
body.archive .post .post-title {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 26px;
}
body.single-post .post .post-content {
  margin-bottom: 20px;
}
a {
  color: #4b85ad;
  text-decoration: none;
}
a:hover {
  color: #13598a;
}
h1,
h2,
h3,
h4 {
  margin-bottom: 0.25em;
  margin-top: 0;
}
h2,
h3,
h4 {
  margin-top: 0.5em;
}
h1 {
  font-family: 'Helvetica Neue LT W01_85 Heavy', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 26px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
  }
}
h2 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}
h3 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
}
p {
  font-weight: 200;
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
em {
  font-style: italic;
}
b,
strong {
  font-family: 'Helvetica Neue LT W01_71488914', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 700;
}
blockquote {
  padding: 1em;
}
img {
  height: auto;
  max-width: 100%;
}
input,
textarea {
  border: 1px solid #e3e3e3;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
input[type=submit] {
  background-color: #4b85ad;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}
input[type=submit]:active,
input[type=submit]:hover {
  background-color: #3c6a89;
}
select {
  border: 1px solid #e3e3e3;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px;
  width: 100%;
}
hr {
  background-color: #eee;
  border: 0;
  height: 1px;
}
ul,
ol {
  list-style-position: outside;
  margin: 1em 0 1em 2em;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
/*
 * Text effects
 */
.text-shadow {
  text-shadow: 2px 2px #000;
}
h1.text-shadow,
h2.text-shadow,
h3.text-shadow {
  text-shadow: 1px 1px 2px #000;
}
@media (min-width: 768px) {
  h1.text-shadow,
  h2.text-shadow,
  h3.text-shadow {
    text-shadow: 2px 2px 5px #000;
  }
}
.smaller {
  font-size: 70%;
}
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}
/*
 * Layout
 */
@media (min-width: 768px) {
  article.page,
  article.post {
    padding-top: 20px;
  }
}
#primary {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 100vh;
}
#primary .header-image-container {
  position: relative;
  height: 0;
  padding-bottom: 33.3%;
  width: 100%;
}
@media (min-width: 1440px) {
  #primary .header-image-container {
    padding-bottom: 28.8%;
  }
}
#primary .header-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#secondary {
  background-color: #fff;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
}
#secondary.headroom--not-top .headroom-container.is-fixed {
  position: fixed;
  left: 15px;
}
#secondary .menuContainer--vertical {
  margin-left: -15px;
  margin-right: -15px;
}
#secondary .menuContainer--vertical .is-level2 .menuItem {
  font-size: 13px;
}
#secondary .menuContainer--vertical .is-level2 .menuItem a {
  padding: 10px;
}
#secondary .headroom-container.is-fixed .widget_mbp_socialwidget {
  position: fixed;
  bottom: 0;
  margin: 0;
  left: 0;
  width: 25.0%;
  padding: 0;
}
@media (min-width: 1440px) {
  #secondary .headroom-container.is-fixed .widget_mbp_socialwidget {
    width: 16.66666667%;
  }
}
.page-header > .row {
  background-color: #fff;
}
.page-header a {
  color: #adadad;
  font-weight: 400;
  font-size: 90%;
}
.page-header header {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-header header {
    margin-bottom: 0px;
  }
}
.page-header .menuContainer--default {
  -webkit-align-content: space-between;
  -moz-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-header .menuContainer--default .menuList {
  position: relative;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.page-header .menuLink--default {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-header .menuLink--mypages {
    margin-right: 15px;
  }
}
.page-header .ui-select .ui-btn {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f7f7f7;
  border-color: #e3e3e3;
  text-align: left;
}
.page-header .ui-select .ui-btn:after {
  background-color: transparent;
  background-image: url('../images/chevron-down.svg');
}
.page-footer {
  background-color: #333;
  color: #666;
  font-size: 14px;
  -webkit-box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.4);
}
.page-footer a {
  color: #fff;
}
.page-footer hr {
  background-color: #525252;
}
.page-footer .menuLink--centered {
  padding: 0.5em 1em;
}
.page-footer .footer-tail {
  border-top: 1px solid #525252;
  color: #959595;
  margin-top: -10px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.container-flex {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.container-flex > div {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.container-flex .flex-spacer {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.sidebar-container {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px;
  vertical-align: middle;
}
.sidebar-container.container {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .sidebar-container.container {
    margin-left: 30px;
    margin-right: 30px;
    padding: 10px 30px;
  }
}
.sidebar-container.container-fluid {
  margin-bottom: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-container.container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.sidebar-container.sidebar-no-margins {
  margin: 0;
  padding: 0;
}
.sidebar-container#nyhetsbrev {
  background-image: url('../images/blue-letter.png');
  background-position: 95% 50%;
  background-size: auto;
}
.sidebar-container#sommarkortet {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-container#sommarkortet {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-container#sommarkortet > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.sidebar-container#sommarkortet .widget {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .sidebar-container#sommarkortet .widget {
    padding-left: 0;
    padding-right: 0;
  }
}
.sidebar-container#sommarkortet .widget.text {
  padding-bottom: 20px;
  padding-top: 20px;
}
.sidebar-container#sommarkortet img {
  max-width: none;
  width: 100%;
}
.scheme-default h1,
.scheme-default h2,
.scheme-default h3,
.scheme-default h4,
.scheme-default h5 {
  color: #413D3D;
}
.scheme-inverted {
  font-family: 'Helvetica Neue LT W01_55 Roman', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 200;
  color: #fff;
}
.scheme-inverted a {
  font-family: 'Helvetica Neue LT W01_55 Roman', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 200;
  color: #fff;
}
.scheme-inverted h1,
.scheme-inverted h2,
.scheme-inverted h3,
.scheme-inverted h4,
.scheme-inverted h5 {
  color: #fff;
}
/*
 * Navigation
 */
nav.navigation.pagination .nav-links {
  color: #808080;
  float: right;
  margin-bottom: 20px;
  margin-top: 20px;
}
nav.navigation.pagination .page-numbers {
  border: 1px solid #d8d8d8;
  float: left;
  font-size: 14px;
  margin-left: -1px;
  padding: 10px 15px;
}
nav.navigation.pagination .page-numbers.current {
  background-color: #f7f7f7;
  color: #413D3D;
}
nav.navigation.pagination .page-numbers.next {
  margin-left: 5px;
}
nav.navigation.pagination a.page-numbers {
  color: inherit;
}
nav.navigation.pagination a.page-numbers:active,
nav.navigation.pagination a.page-numbers:hover {
  background-color: #f7f7f7;
}
nav.nav--mobile .mbpMenuWidget--vertical {
  margin-top: 0;
}
nav.nav--mobile .menuContainer--vertical {
  border-bottom: 1px solid #eee;
}
/*
 * Page elements
 */
ul.arrows,
ol.arrows {
  list-style-type: none;
  margin-left: 0;
}
ul.arrows li,
ol.arrows li {
  background-color: transparent;
  background-image: url('../images/arrow-upright.svg');
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border-color: transparent;
  color: #413D3D;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
ul.arrows li:active,
ol.arrows li:active,
ul.arrows li:hover,
ol.arrows li:hover {
  border-color: #413D3D;
}
.is-block {
  display: block;
}
.btn {
  background-color: #4b85ad;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
}
.btn:active,
.btn:hover {
  background-color: #3c6a89;
}
a.btn {
  display: inline-block;
}
a.btn.btn--default {
  background-color: #c20b2a;
  border-color: #A00525;
  color: #fff;
}
a.btn.btn--default:active,
a.btn.btn--default:hover {
  background-color: #A00525;
}
a.btn.btn--default.btn--outline {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
a.btn.btn--default.btn--outline:active,
a.btn.btn--default.btn--outline:hover {
  background-color: #eee;
}
a.btn.btn--action {
  background-color: transparent;
  background-image: url('../images/arrow-upright.svg');
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 2em;
  border-color: transparent;
  color: #413D3D;
  padding-left: 4em;
}
a.btn.btn--action:active,
a.btn.btn--action:hover {
  background-color: #eee;
  border-color: #413D3D;
}
a.btn.btn--action.btn--outline {
  border-color: #4b85ad;
}
a.btn.btn--secondary {
  background-color: #13598a;
  border-color: #063E66;
  color: #fff;
}
a.btn.btn--secondary:active,
a.btn.btn--secondary:hover {
  background-color: #063E66;
}
a.btn.btn--secondary.btn--outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.notFound_subheading {
  margin-bottom: 20px;
  margin-top: 20px;
}
.screen-reader-text {
  display: none;
}
.sidebar-logotype {
  margin: 100px 0 50px;
  text-align: center;
}
.sub-heading {
  font-size: 80%;
}
.post .post-meta {
  display: inline-block;
  color: #808080;
  font-size: 14px;
  margin-bottom: 1em;
}
.post .post-meta--categories {
  margin-left: 15px;
}
#panoramaMenuFlag {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: url('../images/flag.svg') no-repeat center center;
  background-size: cover;
  color: #fff;
  height: 65px;
  left: -200px;
  position: absolute;
  top: 0;
  z-index: 999;
}
#panoramaMenuFlag .label {
  font-size: 14px;
  padding: 20px;
  padding-bottom: 30px;
}
#panoramaView {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 20px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 1px 10px rgba(0, 0, 0, 0.4);
}
#panoramaView iframe {
  border: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
@media (min-width: 768px) {
  #panoramaView {
    margin-left: -15px;
    margin-right: 30px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
#panoramaSidebarContainer {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  padding-bottom: 20px;
}
#panoramaSidebarContainer .smaller {
  position: relative;
  top: -0.2em;
}
#panoramaContainer {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  height: auto;
  width: auto;
}
@media (min-width: 768px) {
  #panoramaContainer {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    width: 80%;
  }
}
#panoramaReadMore {
  color: #adadad;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
  text-align: center;
}
#panoramaReadMore a {
  color: #adadad;
  position: relative;
  text-decoration: none;
  z-index: 4;
}
#panoramaReadMore a:hover {
  color: #4b85ad;
}
#panoramaReadMore .circular {
  background-color: #fff;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 50px;
  line-height: 25px;
  margin-left: -25px;
  position: absolute;
  top: -15px;
  left: 50%;
  width: 50px;
  z-index: 3;
}
#panoramaReadMore .circular img {
  margin-top: 15px;
  width: 25px;
}
.trafficNoticeContainer {
  background: #ffd731;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffd731), color-stop(1, #fefcb4));
  background: -ms-linear-gradient(bottom, #ffd731, #fefcb4);
  background: -moz-linear-gradient(center bottom, #ffd731 0%, #fefcb4 100%);
  background: -o-linear-gradient(#fefcb4, #ffd731);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefcb4', endColorstr='#ffd731', GradientType=0);
}
.trafficNoticeContainer .toggleIcon {
  background-image: url('../images/trafficinfo_fill.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  width: 40px;
}
#trafficNoticeContainer {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: right 200ms ease-out;
  -moz-transition: right 200ms ease-out;
  -o-transition: right 200ms ease-out;
  transition: right 200ms ease-out;
  color: #000;
  cursor: pointer;
  padding: 15px;
  position: fixed;
  right: -235px;
  top: 120px;
  width: 300px;
}
#trafficNoticeContainer.hover {
  background: #d7b110;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d7b110), color-stop(1, #f8be35));
  background: -ms-linear-gradient(bottom, #d7b110, #f8be35);
  background: -moz-linear-gradient(center bottom, #d7b110 0%, #f8be35 100%);
  background: -o-linear-gradient(#f8be35, #d7b110);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8be35', endColorstr='#d7b110', GradientType=0);
}
#trafficNoticeContainer.hover .closeButton {
  color: inherit;
}
#trafficNoticeContainer.is-open {
  right: 0;
}
#trafficNoticeContainer a {
  color: inherit;
}
#trafficNoticeContainer a:hover {
  color: #333;
  text-decoration: underline;
}
#trafficNoticeContainer .toggleIcon {
  float: left;
  margin-right: 15px;
}
#trafficNoticeContainer .closeButton {
  color: #999;
  font-size: 1.3em;
  right: 5px;
  position: absolute;
  top: 5px;
}
@media (min-width: 768px) {
  #trafficNoticeContainer {
    top: 80px;
  }
}
#trafficNoticeMobileContainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  float: right;
  margin-right: 10px;
  padding: 10px;
}
#trafficNoticeMobileContainer .toggleIcon {
  height: 35px;
  width: 30px;
}
#cookieDisclaimer {
  background-color: #fff;
  border-bottom: 4px solid #c20b2a;
  display: none;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}
#cookieDisclaimer .iconmoon-close {
  color: #ccc;
  cursor: pointer;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.socialmedia-icons img {
  margin-left: 10px;
  margin-right: 10px;
}
.socialmedia-icons :hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
#announcementOverlay {
  background-color: #ebebeb;
  bottom: 0;
  display: none;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
#announcementOverlay .window {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  width: auto;
}
@media (max-width: 768px) {
  #announcementOverlay .window .btn {
    display: block;
    margin-bottom: 10px;
  }
}
#announcementOverlay .window .close-popup {
  color: #adadad;
  position: absolute;
  right: 10px;
  top: 10px;
}
#announcementOverlay .window .logotype {
  margin-bottom: 30px;
}
#announcementOverlay .window .window-content {
  padding: 15px;
}
#announcementOverlay .window .window-content .text-container {
  font-size: 1.2em;
  margin-bottom: 30px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  #announcementOverlay .window .window-content .text-container {
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media (min-width: 768px) {
  #announcementOverlay .window .window-content {
    padding: 45px;
  }
}
@media (min-width: 768px) {
  #announcementOverlay .window {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background-color: #ebebeb;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    max-width: 800px;
    min-width: 500px;
    width: 60%;
  }
}
@media (min-width: 768px) {
  #announcementOverlay {
    background-color: rgba(196, 196, 196, 0.6);
  }
}
/*# sourceMappingURL=main.css.map */