﻿/*! normalize.css v3.0.1 | 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,
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: 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"], /* 1 */
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;
}
/* ::: Basis-Elemente ::: */
/* einkommentieren, wenn Fade-In gewünscht 
form {
  opacity: 0;
}
*/

.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:32px; }
.spacer     { height:16px; }
.halfspacer   { height:8px; }
.quarterspacer   { height:4px; }
.minispacer   { height:2px; }
.none,
.hide {
  display:none;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
img {
    vertical-align:bottom;
    max-width:100%;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
figcaption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
}
.searchword {
  background-color:#333;
  color:#fff;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Abstände ::: */
figure,
youtube,
audio,
video,
canvas,
.generate-ui-tab,
div.ui-accordion,
table.tabelle,
.errorlabel {
  margin: 0 0 16px;
}

/* ::: Imgleft/Imgright/Gallery/Zoomable ::: */
figure.imgleft,
figure.imgright {
    display:table;
    padding-top:2px;
    width:40%;
}
figure.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:left;
  margin:0 20px 10px 0;
}
figure.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:right;
  margin:0 0 10px 20px;
}
figure.imgleft img,
figure.imgright img {
    width:100%;
}
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
    position:relative;
    z-index:1;
    display:inline-block;
    cursor:pointer;
}
figure.imgleft span.figurewrapper,
figure.imgright span.figurewrapper {
    display:block;
}
figure.zoomable > span.figurewrapper:after,
figure.gallery > span.figurewrapper:after {
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    bottom:0;
    right:0;
    width:19px;
    height:19px;
    background:url(/img/system/icons/zoombox.gif) 0 0 no-repeat;
}
figure.gallery > span.figurewrapper:after {
    background-image:url(/img/system/icons/gallery.gif);
}
div.textnf {
  display:table;
}

.leftside, .rightside {width:50%; display:inline-block;}
.leftside {float:left; padding-right:15px;}
.rightside {padding-left: 15px;}
.leftside thead {display: none;}
.content-bottom h3 {margin-top: 0;}

/* :::  Quicknav ::: */
a.jumpto {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  line-height:1.5em;
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.jumpto:focus, 
a.jumpto:active {
  left:0;
}

/* :::  YouTube-Baustein ::: */
.youtube {
  position: relative; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}
.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}

th.last, td.last {text-align: right!important;}

@media (max-width: 599px) {
	figure.imgleft,
	figure.imgright {
		float: inherit;
		margin: 0;
		margin-bottom: 15px;
		width: 100%;
	}
}/*! jQuery UI - v1.9.1 - 2012-11-15
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-accordion .ui-accordion-header { display: block; cursor: pointer; position: relative; margin-top: 2px; padding: .5em .5em .5em .7em; zoom: 1; }
.ui-accordion .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-noicons { padding-left: .7em; }
.ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; overflow: auto; zoom: 1; }
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 0; margin: 1px .2em 0 0; border-bottom: 0; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { margin-bottom: -1px; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }

/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/img/system/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/img/system/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999; background: #dadada url(/img/system/jquery-ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/img/system/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/img/system/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/img/system/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-state-disabled .ui-icon { filter:Alpha(Opacity=35); } /* For IE8 - See #6059 */

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/system/jquery-ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/system/jquery-ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/img/system/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/img/system/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/img/system/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/img/system/fancybox/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/img/system/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/img/system/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/img/system/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}/* ::: Tabelle ::: */
.tabelle {
  width:100%;
  /*border:0px solid #ccc;*/
  border-collapse:collapse;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  padding:5px;
  /*border-top:1px solid #ccc;*/
  /*border-right:1px solid #ccc;*/
  /*background:#e8e8e8;*/
  font-weight:bold;
  text-align:left;
  vertical-align:top;
}
.tabelle tbody tr td {
  padding:5px;
  /*border-top:1px solid #ccc;*/
  /*border-right:1px solid #ccc;*/
  vertical-align:top;
}

.tabelle tbody tr td.last,
.tabelle thead tr th.last {
    border-right:0;
}
.tabelle p {
    margin:0;
}
.tabelle p + p {
    margin-top:12px;
}/* ::: Gallery ::: */
/*.gallery {*/
/*    padding-top:20px;*/
/*}*/
div.gallerybox {
}
div.gallnavi {
    float:right;
}
div.gallnavi a {
  float:left;
  height:16px;
  width:11px;
  line-height:16px;
  padding: 0 2px 1px 2px;
  margin-left:6px;
  font-weight:bold;
  color:#FFF;
  background-color:#DFC686;
  text-decoration:none;
  text-align:center;
}
div.gallnavi a.selected {
  background-color:#A44E13;
}
div.gallerybox {
  margin-top:10px;
}
div.galleryrow {
  clear:both;
}
/*div.gallerybox a.gallery {*/
  /*display:block;*/
  /*float:left;*/
  /*width: 180px;*/
  /*height:140px;*/
  /*background-color:#ebebeb;*/
  /*background-position:center center;*/
  /*background-repeat:no-repeat;*/
  /*margin: 0 20px 20px 0;*/
/*}*/
div.gallerybox a.last {
  margin-right:0;
}/* ::: uaWarning ::: */
#uaWarningWrapper {
    background-color:#ffe9af;
    border-bottom:1px solid #c0c0c0;
}
#uaWarning {
    max-width:1024px;
    margin:0 auto;
    padding:24px 16px;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}.switch-language {
  top: 10px !important;
  right: 135px !important;
  position: fixed !important;
  float: none !important;
  margin-top: 0 !important;
  margin-right: 0 !important;
  z-index: 9999;
}
/*.switch-language {
    display: none !important;
}*/
#webshop {
  position: fixed;
  top: 5px;
  right: 10px;
  z-index: 9999;
}
#webshop p {
  background: #005aab;
  padding: 6px 15px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
#webshop a:hover,
#webshop a:focus {
  text-decoration: none !important;
}
#webshop p:hover {
  background: #0c1c64;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar-nav ul > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-nav ul > li > a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.ctaKontakt {
  position: fixed;
  display: table;
  right: 175px;
  top: 11px;
  z-index: 9999;
}
.ctaKontakt p {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.ctaKontakt li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid darkblue;
}
.navbar-logo img {
  max-height: 260% !important;
}
.site-content {
  margin-top: 10px;
}
.main-inside,
.module {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}
h3.h3Custom {
  color: #005aab !important;
  font-size: 20px !important;
  /*word-break: break-all;*/
}
h1.h1Custom {
  color: #005aab !important;
  padding-top: 25px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #005aab !important;
  margin-bottom: 25px;
}
h2.h2Custom {
  color: #7c9ec5 !important;
  margin-bottom: 25px !important;
  font-size: 1.6em !important;
}
.textFett p,
.teaserTextFett p {
  font-weight: 600 !important;
}
.textFett,
.textNormal,
h2.h2Custom,
h1.h1Custom {
  padding-left: 25px !important;
}
.teaserTextFett p {
  padding: 15px !important;
}
.main-inside ul,
.main-inside ol {
  margin-bottom: 15px !important;
}
.itemCustom {
  background: #ffffff;
}
.customTeaser .item-image {
  border: 1px solid #e1e1e1;
}
.img-thumbnail {
  border: 0px solid transparent !important;
}
.navbar-inverse {
  background-color: #ffffff !important;
  border-bottom: 3px solid #005aab !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #005aab !important;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff !important;
  background-color: #005aab !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  ackground-color: #005aab !important;
  color: #ffffff !important;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #005aab !important;
}
.navbar-inverse .navbar-toggle {
  border-color: #005aab !important;
}
.nav-wechsel {
  position: absolute;
  right: 25px;
}
.dropdown-menu,
.navbar-nav ul li a {
  color: #005aab !important;
}
.dropdown-menu,
.navbar-nav ul li a:hover {
  color: #ffffff !important;
}
.dropdown-menu > .active > a,
.navbar-nav ul > .active > a,
.dropdown-menu > .active > a:hover,
.navbar-nav ul > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-nav ul > .active > a:focus {
  color: #ffffff !important;
  text-decoration: none;
  outline: 0;
  background-color: #0c1c64 !important;
}
.main-inside,
.sidebar .panel,
.main .module-content,
.content-bottom .module-content,
.content-top .module-content {
  -webkit-box-shadow: 0px 0px 0 transparent !important;
  -moz-box-shadow: 0px 0px 0 transparent !important;
  box-shadow: 0px 0px 0 transparent !important;
}
.site-banner {
  margin-top: 43px !important;
}
.navbar-nav > li > a {
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar-nav {
  padding-top: 70px;
}
.dropdown-menu,
.navbar-nav ul {
  background-color: #ffffff !important;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}
.is-table-row [class*="col-"],
.is-table-row2 [class*="col-"],
.is-table-row3 [class*="col-"] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.is-table-row2 .box2 {
  text-align: center !important;
}
.pdfLink {
  margin-top: 25px;
}
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-color: #005aab !important;
  background: none;
  background-color: #005aab !important;
  color: #fff;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-br,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-tl {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
  border-radius: 0px !important;
}
.newsTicker .h3Custom {
  padding-left: 20px;
  margin-top: 0px;
}
.newsTicker .panel {
  padding: 20px;
}
.newsTicker .panel h3 {
  color: #005aab !important;
  font-size: 1.6em !important;
  margin-bottom: 0 !important;
}
.newsTicker .panel h4 {
  color: #58738c !important;
  font-size: 1.2em !important;
  font-weight: 600;
}
.newsTicker .panel .newsDatum {
  color: #7c9ec5;
  font-size: 1.1em !important;
  margin-bottom: 0px !important;
}
h3.h3CustomNews {
  color: #005aab !important;
  font-size: 1.6em !important;
  margin-bottom: 0 !important;
}
h4.h4CustomNews {
  color: #58738c !important;
  font-size: 1.2em !important;
  font-weight: 600;
}
.newsDatum {
  color: #7c9ec5;
  font-size: 1.1em !important;
  margin-bottom: 25px !important;
}
.thumbnail {
  border: 0px solid transparent !important;
}
#myWidgetContainer {
  width: 100%;
  margin-top: 25px;
}
.teaserContPartner {
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}
.teaserContPartner .col-md-4 {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media all and (max-width: 1200px) {
  .site-banner {
    margin-top: 6px !important;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav {
    padding-top: 31px;
  }
  .navbar-logo img {
    max-height: 170% !important;
  }
  .nav > li > a {
    padding: 15px 15px !important;
  }
  #webshop {
    top: 0px;
  }
  .ctaKontakt {
    top: 5px;
  }
  .switch-language {
    top: 5px !important;
  }
}
@media all and (max-width: 992px) {
  .nav > li > a {
    padding: 15px 8px !important;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav {
    padding-top: 40px;
  }
  .site-banner {
    margin-top: 63px !important;
  }
  h3.h3Custom {
    font-size: 16px !important;
  }
  p,
  h3.h3Custom {
    word-break: break-all;
  }
  #webshop {
    top: 5px;
  }
  .ctaKontakt {
    top: 11px;
  }
  .switch-language {
    top: 10px !important;
  }
  .teaserContPartner .col-md-4 .textNormal {
    min-height: 210px;
  }
}
@media all and (max-width: 767px) {
  .ctaKontakt {
    display: none;
  }
  .site-banner {
    margin-top: 23px !important;
  }
  .navbar-logo img {
    max-height: 100% !important;
  }
  p,
  h3.h3Custom {
    word-break: normal;
  }
  .textFett,
  .textNormal,
  h2.h2Custom,
  h1.h1Custom {
    padding-left: 0px !important;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #f5f5f5 !important;
  }
  .navbar-nav {
    padding-top: 70px;
  }
  h1.h1Custom {
    font-size: 24px !important;
  }
  .site-banner .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .teaserContPartner {
    margin-bottom: 0px;
    border-bottom: 0px solid #e1e1e1;
  }
  .teaserContPartner .col-md-4 {
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
  }
  .teaserContPartner .col-md-4 .textNormal {
    min-height: 0px;
  }
}
@media all and (max-width: 767px) {
  .site-banner {
    margin-top: -30px !important;
  }
  #webshop {
    top: 7px;
    right: 59px;
  }
  #webshop p {
    padding: 7px 15px;
  }
  .switch-language {
    top: 13px !important;
    right: 190px !important;
    position: fixed !important;
    float: none !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: 15px !important;
  }
  .is-table-row {
    border: solid 1px #f5f5f5;
    border-top-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 0px;
    border-left-width: 0px;
  }
  /*.is-table-row2, .is-table-row3 {
    display: table !important;
  }
  .is-table-row2 [class*="col-"] {
    float: none !important;
    display: table-cell !important;
    vertical-align: middle !important;
  }
  
  .is-table-row3 [class*="col-"] {
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
  }
  
  .is-table-row [class*="col-"] {
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
  }*/
  .is-table-row:last-child {
    border-bottom-width: 0px;
  }
  .is-table-row .box {
    background: none !important;
    position: static !important;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .is-table-row2 .box2,
  .is-table-row3 .box3 {
    background: none !important;
    position: static !important;
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .is-table-row [class*="col-"] {
    border: solid 1px #f5f5f5;
    border-top-width: 0px;
    border-bottom-width: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .is-table-row [class*="col-"]:first-child {
    border-left-width: 0px;
  }
  .is-table-row2 [class*="col-"]:first-child,
  .is-table-row3 [class*="col-"]:first-child {
    border: solid 0px #f5f5f5;
    border-right-width: 2px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .is-table-row [class*="col-"]:last-child {
    border-right-width: 0px;
  }
  .navbar > .container .navbar-brand {
    margin-left: -25px !important;
  }
}
/*Modal General Style - dont change that*/
#myModal button.close {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-size: 2rem;
}
.expirationDate {
  display: none;
}
.onp_init .expirationDate,
.onp_init #myModal {
  display: block !important;
  margin-top: 80px !important;
  min-height: 200px;
}
.onp_init .modal,
.onp_init #myModal button.close {
  position: relative !important;
}
.onp_init .fade {
  opacity: 1!important;
}
.onp_init .modal-header {
  margin-top: 220px !important;
}
.modal-dialog {
  max-width: 600px;
}
@media (min-width: 768px) {
  #myModal .modal-dialog {
    width: auto !important;
  }
}
/*Custom Styles - change as you please*/
#myModal {
  top: 25%;
  transform: rotateZ(-5deg);
}
.modal {
  text-align: center;
}
.modal-header {
  padding: 1rem;
  border-bottom: 0 solid transparent !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.modal-title {
  color: red;
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 30px;
  font-size: 2.5em;
}
.modal-body {
  font-size: 1.8em;
  padding: 0px 15px 35px 15px !important;
  max-height: 50vh;
  overflow-y: hidden;
}
.modal-body a {
  background: red !important;
  padding: 5px 25px !important;
  color: white !important;
  line-height: 3em !important;
}
.modal-content {
  background-color: rgba(255, 255, 255, 0.78) !important;
  border: 15px solid red !important;
  border-radius: 10px;
  padding: 0px 10px;
  color: red;
}
@media (max-width: 768px) {
  #myModal {
    top: 25%;
    transform: rotateZ(0deg);
  }
  .modal-content {
    padding: 0px 0px;
  }
  .modal-title {
    font-size: 2.1em;
  }
  .modal-body {
    font-size: 1.8em;
    padding: 0px 5px 35px 5px !important;
  }
}
iframe.tour {
  margin-top: 30px;
  height: 580px;
}
@media (min-width: 768px) {
  iframe.tour {
    height: 700px;
  }
}
nav.navbar .container {
  width: 100% !important;
}
nav.navbar .container .navbar-nav > li > a {
  font-size: 15px !important;
}
@media (min-width: 767px) {
  nav.navbar .container {
    width: 100% !important;
  }
  nav.navbar .container .navbar-nav > li > a {
    font-size: 13px !important;
    padding: 15px 8px !important;
  }
}
@media (min-width: 991px) {
  nav.navbar .container {
    width: 100% !important;
  }
}
@media (min-width: 1199px) {
  nav.navbar .container {
    width: 100% !important;
  }
  nav.navbar .container .navbar-nav > li > a {
    font-size: 15px !important;
    padding: 15px 15px !important;
  }
}
.ui-widget {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 1em !important;
}
.ui-widget-content {
  color: #58738c !important;
}
.iframe__wrapper {
  background: #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
.iframe__info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: auto;
  z-index: 1;
  padding: 25px;
  text-align: center;
}
.iframe__btn {
  display: inline-block;
  color: #ffffff;
  background: #005aab;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 21px 1.5rem 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s, background 0.4s;
  -moz-transition: color 0.4s, background 0.4s;
  -ms-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.iframe__btn:hover,
.iframe__btn:focus,
.iframe__btn:not(:disabled):active {
  color: #ffffff;
  background: #003767;
  text-decoration: none;
}
.youtube__wrapper {
  margin-bottom: 1rem !important;
  position: relative;
}
.youtube__wrapper:before {
  content: "";
  height: 800px;
  width: 100%;
  background: #0299d2;
  display: block;
  position: absolute;
  top: -108px;
  left: calc(-548%);
}
.youtube {
  position: relative;
  padding-bottom: 250%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 375px) {
  .youtube {
    position: relative;
    padding-bottom: 160%;
    height: 0;
  }
}
@media (min-width: 414px) {
  .youtube {
    position: relative;
    padding-bottom: 145%;
    height: 0;
  }
}
@media (min-width: 575px) {
  .youtube {
    position: relative;
    padding-bottom: 110%;
    height: 0;
  }
}
@media (min-width: 767px) {
  .youtube {
    position: relative;
    padding-bottom: 70%;
    height: 0;
  }
}
@media (min-width: 991px) {
  .youtube {
    position: relative;
    padding-bottom: 60%;
    height: 0;
  }
}
.protect {
  position: absolute;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  justify-content: center;
  overflow: auto;
}
.protect__info {
  z-index: 1;
  padding: 25px;
  overflow: auto;
  text-align: center;
}
.youtube iframe,
.youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube__icon svg {
  width: 39px;
  height: 39px;
  position: static;
}
.youtube .protect__btn {
  color: #FFFFFF;
  background: #005aab;
}
.protect__btn {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 21px 1.5rem 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s,background 0.4s;
  -moz-transition: color 0.4s,background 0.4s;
  -ms-transition: color 0.4s,background 0.4s;
  -o-transition: color 0.4s,background 0.4s;
  transition: color 0.4s,background 0.4s;
}
.has-sticky-footer .site-footer {
  position: relative !important;
  min-height: 50px!important;
  z-index: 900;
  margin-top: 25px !important;
}
p.mm-hinweis {
  margin-top: 15px;
  font-size: .85em;
}
.module.col-xs-12.col-md-12.module-mod_custom.newsTicker {
  padding: 0px !important;
}
.itemCustom.clearfix.teamcard {
  margin-bottom: 30px !important;
}
.itemCustom.clearfix.teamcard figure {
  margin-bottom: 10px !important;
}
.itemCustom.clearfix.teamcard p {
  padding: 0 10px !important;
}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}.cc_container .cc_logo {
    display:none !important;
}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}@-webkit-keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}@keyframes leaflet-gestures-fadein{0%{opacity:0}100%{opacity:1}}.leaflet-container:after{-webkit-animation:leaflet-gestures-fadein .8s backwards;animation:leaflet-gestures-fadein .8s backwards;color:#fff;font-family:Roboto,Arial,sans-serif;font-size:22px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:9999;pointer-events:none}.leaflet-gesture-handling-scroll-warning:after,.leaflet-gesture-handling-touch-warning:after{-webkit-animation:leaflet-gestures-fadein .8s forwards;animation:leaflet-gestures-fadein .8s forwards}.leaflet-gesture-handling-touch-warning:after{content:attr(data-gesture-handling-touch-content)}.leaflet-gesture-handling-scroll-warning:after{content:attr(data-gesture-handling-scroll-content)}@charset "UTF-8";
/* TEMPLATE FARBEN  ###########################################################*/
/*lighten: (H1)*/
/*Bsp. color:darken(@mainFont, 31%); */
/*Btn-Font auf der Startseite und Nav-Hintergrund mit inbegriffen*/
/*Nav BG*/
/*activ Nav BG*/
/*###########################################################################*/
/* Erweiterung */
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  color: inherit;
}
.footer .imprint {
  text-align: right;
}
.footer .like-a {
  margin-left: 15px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .footer .col-md-6 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  .footer .col-md-6 {
    width: 100%;
    text-align: center;
  }
  .footer .like-a {
    margin-left: 0;
    display: block;
  }
}
.side-glyph .glyphicon {
  margin-right: 5px;
}
.btn .glyphicon-chevron-right {
  margin-right: 18px;
}
.btn a {
  color: inherit;
}
.btn a:hover,
.btn a:focus {
  text-decoration: none;
  color: inherit;
}
.ui-widget-content {
  border-color: #00c1ff;
  background: none;
}
.ui-tabs {
  padding: 0;
}
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-color: #00c1ff;
  background: none;
  background-color: #33cdff;
  color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background-color: #00c1ff;
}
/* Erweiterung ENDE */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.switch-language {
  display: inline-block;
  float: right;
  margin-top: 13px;
  margin-right: 15px;
}
.header-wechsel {
  display: none;
}
.nav-wechsel {
  display: block;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .navbar-nav .deeper.btn > a:after,
  .dropup > .btn > .caret,
  .navbar-nav .dropup > .deeper.btn > a:after {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  table {
    border-collapse: collapse !important;
  }
  .table td,
  table td,
  .table th,
  table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #8b9293;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00c1ff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0087b3;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #DEDEDE;
}
.sr-only,
.element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #394041;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #EC894D;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e76a1f;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #EC894D;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e76a1f;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #DEDEDE;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #00c1ff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EC894D;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.parallax-item-body {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.parallax-item-body:before,
.container:after,
.parallax-item-body:after {
  content: " ";
  display: table;
}
.container:after,
.parallax-item-body:after {
  clear: both;
}
@media (min-width: 768px) {
  .container,
  .parallax-item-body {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .parallax-item-body {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .parallax-item-body {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-1 {
  width: 8.3333333333%;
}
.col-xs-2 {
  width: 16.6666666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.3333333333%;
}
.col-xs-5 {
  width: 41.6666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.3333333333%;
}
.col-xs-8 {
  width: 66.6666666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.3333333333%;
}
.col-xs-11 {
  width: 91.6666666667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.3333333333%;
}
.col-xs-pull-2 {
  right: 16.6666666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.3333333333%;
}
.col-xs-pull-5 {
  right: 41.6666666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.3333333333%;
}
.col-xs-pull-8 {
  right: 66.6666666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.3333333333%;
}
.col-xs-pull-11 {
  right: 91.6666666667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.3333333333%;
}
.col-xs-push-2 {
  left: 16.6666666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.3333333333%;
}
.col-xs-push-5 {
  left: 41.6666666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.3333333333%;
}
.col-xs-push-8 {
  left: 66.6666666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.3333333333%;
}
.col-xs-push-11 {
  left: 91.6666666667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table,
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > td,
.table > tbody > tr > th,
table > tbody > tr > th,
.table > tbody > tr > td,
table > tbody > tr > td,
.table > tfoot > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th,
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody,
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table,
table .table,
.table table,
table table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
table > thead > tr > th,
.table-condensed > thead > tr > td,
table > thead > tr > td,
.table-condensed > tbody > tr > th,
table > tbody > tr > th,
.table-condensed > tbody > tr > td,
table > tbody > tr > td,
.table-condensed > tfoot > tr > th,
table > tfoot > tr > th,
.table-condensed > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
table > thead > tr > td.active,
.table > thead > tr > th.active,
table > thead > tr > th.active,
.table > thead > tr.active > td,
table > thead > tr.active > td,
.table > thead > tr.active > th,
table > thead > tr.active > th,
.table > tbody > tr > td.active,
table > tbody > tr > td.active,
.table > tbody > tr > th.active,
table > tbody > tr > th.active,
.table > tbody > tr.active > td,
table > tbody > tr.active > td,
.table > tbody > tr.active > th,
table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
table > thead > tr > td.success,
.table > thead > tr > th.success,
table > thead > tr > th.success,
.table > thead > tr.success > td,
table > thead > tr.success > td,
.table > thead > tr.success > th,
table > thead > tr.success > th,
.table > tbody > tr > td.success,
table > tbody > tr > td.success,
.table > tbody > tr > th.success,
table > tbody > tr > th.success,
.table > tbody > tr.success > td,
table > tbody > tr.success > td,
.table > tbody > tr.success > th,
table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
table > thead > tr > td.info,
.table > thead > tr > th.info,
table > thead > tr > th.info,
.table > thead > tr.info > td,
table > thead > tr.info > td,
.table > thead > tr.info > th,
table > thead > tr.info > th,
.table > tbody > tr > td.info,
table > tbody > tr > td.info,
.table > tbody > tr > th.info,
table > tbody > tr > th.info,
.table > tbody > tr.info > td,
table > tbody > tr.info > td,
.table > tbody > tr.info > th,
table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table > thead > tr > th.warning,
.table > thead > tr.warning > td,
table > thead > tr.warning > td,
.table > thead > tr.warning > th,
table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table > thead > tr > th.danger,
.table > thead > tr.danger > td,
table > thead > tr.danger > td,
.table > thead > tr.danger > th,
table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .header-wechsel {
    display: block;
  }
  .nav-wechsel {
    display: none;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table,
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control,
.inputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus,
.inputbox:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
[disabled].inputbox,
.form-control[readonly],
[readonly].inputbox,
fieldset[disabled] .form-control,
fieldset[disabled] .inputbox {
  background-color: #DEDEDE;
  opacity: 1;
}
.form-control[disabled],
[disabled].inputbox,
fieldset[disabled] .form-control,
fieldset[disabled] .inputbox {
  cursor: not-allowed;
}
textarea.form-control,
textarea.inputbox {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="date"].inputbox,
  input[type="time"].form-control,
  input[type="time"].inputbox,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"].inputbox,
  input[type="month"].form-control,
  input[type="month"].inputbox {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].inputbox,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].inputbox,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].inputbox,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].inputbox,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].inputbox,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].inputbox,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].inputbox,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].inputbox,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.inputbox,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.inputbox,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .inputbox,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.inputbox,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.inputbox,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].inputbox,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-sm .form-control,
.form-group-sm .inputbox {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control,
.form-group-sm select.inputbox {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm textarea.inputbox,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple].inputbox {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .inputbox,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.inputbox,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.inputbox,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].inputbox,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}
.form-group-lg .form-control,
.form-group-lg .inputbox {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control,
.form-group-lg select.inputbox {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg textarea.inputbox,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple].inputbox {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .inputbox {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .inputbox + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .inputbox + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .inputbox + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .inputbox + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control,
.has-success .inputbox {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success .inputbox:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control,
.has-warning .inputbox {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning .inputbox:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control,
.has-error .inputbox {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error .inputbox:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback,
.has-feedback label.element-invisible ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #cdd0d0;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .inputbox {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .inputbox {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .inputbox {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: white;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: white;
  background-color: #EC894D;
  border-color: #EC894D;
}
.btn-default:focus,
.btn-default.focus {
  color: white;
  background-color: #e76a1f;
  border-color: #a84a12;
}
.btn-default:hover {
  color: white;
  background-color: #e76a1f;
  border-color: #e46518;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle,
.navbar-nav li > .btn-default.dropdown-toggle {
  color: white;
  background-color: #e76a1f;
  border-color: #e46518;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.navbar-nav li > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.navbar-nav li > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus,
.navbar-nav li > .btn-default.dropdown-toggle.focus {
  color: white;
  background-color: #cc5b16;
  border-color: #a84a12;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle,
.navbar-nav li > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #EC894D;
  border-color: #EC894D;
}
.btn-default .badge {
  color: #EC894D;
  background-color: white;
}
.btn-primary {
  color: #ffffff;
  background-color: #00c1ff;
  border-color: #00aee6;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #009acc;
  border-color: #004d66;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #009acc;
  border-color: #007fa8;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle,
.navbar-nav li > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #009acc;
  border-color: #007fa8;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.navbar-nav li > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.navbar-nav li > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus,
.navbar-nav li > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #007fa8;
  border-color: #004d66;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle,
.navbar-nav li > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #00c1ff;
  border-color: #00aee6;
}
.btn-primary .badge {
  color: #00c1ff;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle,
.navbar-nav li > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.navbar-nav li > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.navbar-nav li > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus,
.navbar-nav li > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle,
.navbar-nav li > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #8C919B;
  border-color: #7e848f;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #717783;
  border-color: #42454c;
}
.btn-info:hover {
  color: #fff;
  background-color: #717783;
  border-color: #61666f;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle,
.navbar-nav li > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #717783;
  border-color: #61666f;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.navbar-nav li > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.navbar-nav li > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus,
.navbar-nav li > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #61666f;
  border-color: #42454c;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle,
.navbar-nav li > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #8C919B;
  border-color: #7e848f;
}
.btn-info .badge {
  color: #8C919B;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle,
.navbar-nav li > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.navbar-nav li > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.navbar-nav li > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus,
.navbar-nav li > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle,
.navbar-nav li > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle,
.navbar-nav li > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.navbar-nav li > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.navbar-nav li > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus,
.navbar-nav li > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle,
.navbar-nav li > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #EC894D;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #d65f17;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("/fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("/fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon,
.icon-print:before,
.icon-envelope:before,
.icon-edit:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret,
.navbar-nav .deeper > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu,
.navbar-nav ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #00c1ff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right,
.navbar-nav ul.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider,
.navbar-nav ul .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a,
.navbar-nav ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #ffffff;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.navbar-nav ul > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-nav ul > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #0cb5f3;
}
.dropdown-menu > .active > a,
.navbar-nav ul > .active > a,
.dropdown-menu > .active > a:hover,
.navbar-nav ul > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar-nav ul > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #EC894D;
}
.dropdown-menu > .disabled > a,
.navbar-nav ul > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.navbar-nav ul > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.navbar-nav ul > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.navbar-nav ul > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus,
.navbar-nav ul > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu,
.navbar-nav li > .dropdown-menu,
.navbar-nav .open > ul,
.navbar-nav li > ul {
  display: block;
}
.open > a,
.navbar-nav li > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu,
.navbar-nav .pull-right > ul {
  right: 0;
  left: auto;
}
.dropup .caret,
.dropup .navbar-nav .deeper > a:after,
.navbar-nav .dropup .deeper > a:after,
.navbar-fixed-bottom .dropdown .caret,
.navbar-fixed-bottom .dropdown .navbar-nav .deeper > a:after,
.navbar-nav .navbar-fixed-bottom .dropdown .deeper > a:after {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.dropup .navbar-nav ul,
.navbar-nav .dropup ul,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .dropdown .navbar-nav ul,
.navbar-nav .navbar-fixed-bottom .dropdown ul {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu,
  .navbar-right .navbar-nav ul,
  .navbar-nav .navbar-right ul {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.navbar-nav li.btn-group .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle,
.navbar-nav li.btn-group .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link,
.navbar-nav li.btn-group .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret,
.btn .navbar-nav .deeper > a:after,
.navbar-nav .btn .deeper > a:after {
  margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret,
.btn-lg .navbar-nav .deeper > a:after,
.navbar-nav .btn-lg .deeper > a:after,
.btn-group-lg > .btn .navbar-nav .deeper > a:after,
.navbar-nav .btn-group-lg > .btn .deeper > a:after {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .navbar-nav .deeper > a:after,
.navbar-nav .dropup .btn-lg .deeper > a:after,
.dropup .btn-group-lg > .btn .navbar-nav .deeper > a:after,
.navbar-nav .dropup .btn-group-lg > .btn .deeper > a:after {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu,
.btn-group-justified > .btn-group .navbar-nav ul,
.navbar-nav .btn-group-justified > .btn-group ul {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group .inputbox {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .inputbox {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .inputbox:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #DEDEDE;
  border: 1px solid #DEDEDE;
  border-radius: 0;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group .inputbox:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group .inputbox:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 15px 17px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #DEDEDE;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .navbar-nav li > a,
.navbar-nav .nav li > a,
.nav .open > a:hover,
.nav .navbar-nav li > a:hover,
.navbar-nav .nav li > a:hover,
.nav .open > a:focus,
.nav .navbar-nav li > a:focus,
.navbar-nav .nav li > a:focus {
  background-color: #DEDEDE;
  border-color: #EC894D;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #DEDEDE #DEDEDE #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #EC894D;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu,
.nav-justified > .dropdown .navbar-nav ul,
.navbar-nav .nav-justified > .dropdown ul {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu,
.nav-tabs .navbar-nav ul,
.navbar-nav .nav-tabs ul {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 48px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.parallax-item-body > .navbar-header,
.container > .navbar-collapse,
.parallax-item-body > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .parallax-item-body > .navbar-header,
  .container > .navbar-collapse,
  .parallax-item-body > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 48px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .parallax-item-body .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu,
  .navbar-nav li .dropdown-menu,
  .navbar-nav .open ul,
  .navbar-nav li ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav li .dropdown-menu > li > a,
  .navbar-nav .open ul > li > a,
  .navbar-nav li ul > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav li .dropdown-menu .dropdown-header,
  .navbar-nav .open ul .dropdown-header,
  .navbar-nav li ul .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav li .dropdown-menu > li > a,
  .navbar-nav .open ul > li > a,
  .navbar-nav li ul > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav li .dropdown-menu > li > a:hover,
  .navbar-nav .open ul > li > a:hover,
  .navbar-nav li ul > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav li .dropdown-menu > li > a:focus,
  .navbar-nav .open ul > li > a:focus,
  .navbar-nav li ul > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .inputbox {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .inputbox {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .inputbox {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu,
.navbar-nav > li > ul {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu,
.navbar-fixed-bottom .navbar-nav > li > ul {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav li .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open ul > li > a,
  .navbar-default .navbar-nav li ul > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav li .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open ul > li > a:hover,
  .navbar-default .navbar-nav li ul > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav li .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open ul > li > a:focus,
  .navbar-default .navbar-nav li ul > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav li .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open ul > .active > a,
  .navbar-default .navbar-nav li ul > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav li .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open ul > .active > a:hover,
  .navbar-default .navbar-nav li ul > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav li .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open ul > .active > a:focus,
  .navbar-default .navbar-nav li ul > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav li .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open ul > .disabled > a,
  .navbar-default .navbar-nav li ul > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav li .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open ul > .disabled > a:hover,
  .navbar-default .navbar-nav li ul > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav li .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open ul > .disabled > a:focus,
  .navbar-default .navbar-nav li ul > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #252a2b;
  border-color: #000000;
}
.navbar-inverse .navbar-brand {
  color: #AFB4B5;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #afb4b5;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #00c1ff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #00c1ff;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #141718;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #00c1ff;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header,
  .navbar-inverse .navbar-nav li .dropdown-menu > .dropdown-header,
  .navbar-inverse .navbar-nav .open ul > .dropdown-header,
  .navbar-inverse .navbar-nav li ul > .dropdown-header {
    border-color: black;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider,
  .navbar-inverse .navbar-nav li .dropdown-menu .divider,
  .navbar-inverse .navbar-nav .open ul .divider,
  .navbar-inverse .navbar-nav li ul .divider {
    background-color: black;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav li .dropdown-menu > li > a,
  .navbar-inverse .navbar-nav .open ul > li > a,
  .navbar-inverse .navbar-nav li ul > li > a {
    color: #AFB4B5;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav li .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open ul > li > a:hover,
  .navbar-inverse .navbar-nav li ul > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav li .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open ul > li > a:focus,
  .navbar-inverse .navbar-nav li ul > li > a:focus {
    color: white;
    background-color: #00c1ff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav li .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open ul > .active > a,
  .navbar-inverse .navbar-nav li ul > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav li .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open ul > .active > a:hover,
  .navbar-inverse .navbar-nav li ul > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav li .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open ul > .active > a:focus,
  .navbar-inverse .navbar-nav li ul > .active > a:focus {
    color: #ffffff;
    background-color: #00c1ff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav li .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open ul > .disabled > a,
  .navbar-inverse .navbar-nav li ul > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav li .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open ul > .disabled > a:hover,
  .navbar-inverse .navbar-nav li ul > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav li .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open ul > .disabled > a:focus,
  .navbar-inverse .navbar-nav li ul > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #AFB4B5;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #AFB4B5;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #EC894D;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #d65f17;
  background-color: #DEDEDE;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #EC894D;
  border-color: #EC894D;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #DEDEDE;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #DEDEDE;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #c5c5c5;
}
.container .jumbotron,
.parallax-item-body .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0;
}
.jumbotron .container,
.jumbotron .parallax-item-body {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .parallax-item-body .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #8B9293;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #EC894D;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info,
.alert-message {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr,
.alert-message hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.alert-message .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr,
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link,
.alert-error .alert-link {
  color: #843534;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px 20px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 15px 20px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > table,
.panel > .table-responsive > .table,
.panel > .table-responsive > table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > table caption,
.panel > .table-responsive > .table caption,
.panel > .table-responsive > table caption,
.panel > .panel-collapse > .table caption,
.panel > .panel-collapse > table caption {
  padding-left: 15px 20px;
  padding-right: 15px 20px;
}
.panel > .table:first-child,
.panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #EC894D;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #EC894D;
  border-color: #EC894D;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EC894D;
}
.panel-primary > .panel-heading .badge {
  color: #EC894D;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #EC894D;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}
.visible-sm {
  display: none !important;
}
.visible-md {
  display: none !important;
}
.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 !important;
  }
  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 !important;
  }
  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: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url("/img/system/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/lib/slick/slick.eot");
  src: url("../fonts/lib/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/lib/slick/slick.woff") format("woff"), url("../fonts/lib/slick/slick.ttf") format("truetype"), url("../fonts/lib/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "?";
}
[dir="rtl"] .slick-prev:before {
  content: "?";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "?";
}
[dir="rtl"] .slick-next:before {
  content: "?";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: white;
  opacity: 0.75;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
img.media-object {
  max-width: none;
}
img.pull-left {
  margin-right: 10px;
}
img.pull-right {
  margin-left: 10px;
}
@media (max-width: 767px) {
  img.pull-left,
  img.pull-right {
    float: none !important;
    margin: 0 0 10px;
    display: block;
  }
}
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
.has-fixed-top-navbar {
  padding-top: 68px;
}
@media (min-width: 768px) {
  .has-sticky-footer {
    padding-bottom: 65px;
  }
}
.page-header,
.page-header > *:first-child {
  margin-top: 0;
}
.category-desc {
  margin-bottom: 15px;
}
.accordion .panel-title > a {
  display: block;
}
.item-image.pull-left {
  margin-right: 15px;
}
.item-image.pull-right {
  margin-left: 15px;
}
.item-image > img {
  max-width: 100%;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .item-image.pull-left,
  .item-image.pull-right {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .item-image.pull-left,
  .item-image.pull-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.site-header,
.site-navigation,
.site-banner,
.content-top,
.site-content,
.content-bottom,
.site-footer {
  position: relative;
}
.site-header {
  z-index: 1010;
}
.site-navigation {
  z-index: 1000;
}
.site-banner {
  z-index: 990;
  margin-top: -20px;
}
.site-banner .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.content-top {
  z-index: 980;
}
.site-content {
  z-index: 970;
}
.content-bottom {
  z-index: 960;
}
.site-footer {
  z-index: 950;
}
@media (min-width: 768px) {
  .has-sticky-footer .site-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 50px;
    z-index: 900;
  }
}
.main-inside,
.module {
  margin-top: 15px;
  margin-bottom: 15px;
}
.module-title {
  margin-top: 0;
}
.module-content {
  padding: 15px 20px;
}
.item-page,
.item {
  margin-bottom: 15px;
}
.item-page:before,
.item-page:after,
.item:before,
.item:after {
  content: " ";
  display: table;
}
.item-page:after,
.item:after {
  clear: both;
}
.item-body > *:first-child,
.main-inside > *:first-child,
.custom > *:first-child,
.module-body > *:first-child,
.item > *:first-child,
.category-desc > *:first-child {
  margin-top: 0;
}
.item-body > *:last-child,
.main-inside > *:last-child,
.custom > *:last-child,
.module-body > *:last-child,
.item > *:last-child,
.category-desc > *:last-child {
  margin-bottom: 0;
}
.mod_jbs3_logo a {
  font-size: 30px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}
.newsflash-item {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
}
.newsflash-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.newsflash-title {
  margin-top: 0;
}
.nav-stacked .nav-child {
  margin: 2px 0 0;
}
.nav-stacked .nav-child > li > a {
  padding: 5px 15px 5px 30px;
}
.nav-stacked > .active-tree.deeper:not(.active) > a {
  background-color: #DEDEDE;
}
.navbar-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-logo img {
  max-height: 100%;
}
.navbar-brand {
  font-size: 30px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.navbar-default .navbar-nav > li > ul {
  border-top-color: #e7e7e7;
}
.navbar-inverse .navbar-nav > li > ul {
  border-top-color: black;
}
@media (min-width: 768px) {
  .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-nav .deeper > a:after {
  margin-left: 1ex;
}
@media (min-width: 768px) {
  .navbar-nav .deeper > a:after {
    content: " ";
  }
}
.navbar-primary {
  background-color: #EC894D;
  border-color: #e76a1f;
}
.navbar-primary .navbar-brand {
  color: #fbe7db;
}
.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-primary .navbar-text {
  color: #fbe7db;
}
.navbar-primary .navbar-nav > li > a {
  color: #fbe7db;
}
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-primary .navbar-nav > .active > a,
.navbar-primary .navbar-nav > .active > a:hover,
.navbar-primary .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e76a1f;
}
.navbar-primary .navbar-nav > .disabled > a,
.navbar-primary .navbar-nav > .disabled > a:hover,
.navbar-primary .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-primary .navbar-toggle {
  border-color: #e76a1f;
}
.navbar-primary .navbar-toggle:hover,
.navbar-primary .navbar-toggle:focus {
  background-color: #e76a1f;
}
.navbar-primary .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-primary .navbar-collapse,
.navbar-primary .navbar-form {
  border-color: #e9742d;
}
.navbar-primary .navbar-nav > .open > a,
.navbar-primary .navbar-nav > li > a,
.navbar-primary .navbar-nav > .open > a:hover,
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > .open > a:focus,
.navbar-primary .navbar-nav > li > a:focus {
  background-color: #e76a1f;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-primary .navbar-nav .open .dropdown-menu > .dropdown-header,
  .navbar-primary .navbar-nav li .dropdown-menu > .dropdown-header,
  .navbar-primary .navbar-nav .open ul > .dropdown-header,
  .navbar-primary .navbar-nav li ul > .dropdown-header {
    border-color: #e76a1f;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu .divider,
  .navbar-primary .navbar-nav li .dropdown-menu .divider,
  .navbar-primary .navbar-nav .open ul .divider,
  .navbar-primary .navbar-nav li ul .divider {
    background-color: #e76a1f;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a,
  .navbar-primary .navbar-nav li .dropdown-menu > li > a,
  .navbar-primary .navbar-nav .open ul > li > a,
  .navbar-primary .navbar-nav li ul > li > a {
    color: #fbe7db;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-primary .navbar-nav li .dropdown-menu > li > a:hover,
  .navbar-primary .navbar-nav .open ul > li > a:hover,
  .navbar-primary .navbar-nav li ul > li > a:hover,
  .navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-primary .navbar-nav li .dropdown-menu > li > a:focus,
  .navbar-primary .navbar-nav .open ul > li > a:focus,
  .navbar-primary .navbar-nav li ul > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-primary .navbar-nav li .dropdown-menu > .active > a,
  .navbar-primary .navbar-nav .open ul > .active > a,
  .navbar-primary .navbar-nav li ul > .active > a,
  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-primary .navbar-nav li .dropdown-menu > .active > a:hover,
  .navbar-primary .navbar-nav .open ul > .active > a:hover,
  .navbar-primary .navbar-nav li ul > .active > a:hover,
  .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-primary .navbar-nav li .dropdown-menu > .active > a:focus,
  .navbar-primary .navbar-nav .open ul > .active > a:focus,
  .navbar-primary .navbar-nav li ul > .active > a:focus {
    color: #fff;
    background-color: #e76a1f;
  }
  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-primary .navbar-nav li .dropdown-menu > .disabled > a,
  .navbar-primary .navbar-nav .open ul > .disabled > a,
  .navbar-primary .navbar-nav li ul > .disabled > a,
  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-primary .navbar-nav li .dropdown-menu > .disabled > a:hover,
  .navbar-primary .navbar-nav .open ul > .disabled > a:hover,
  .navbar-primary .navbar-nav li ul > .disabled > a:hover,
  .navbar-primary .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-primary .navbar-nav li .dropdown-menu > .disabled > a:focus,
  .navbar-primary .navbar-nav .open ul > .disabled > a:focus,
  .navbar-primary .navbar-nav li ul > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-primary .navbar-link {
  color: #fbe7db;
}
.navbar-primary .navbar-link:hover {
  color: #fff;
}
.navbar-primary .btn-link {
  color: #fbe7db;
}
.navbar-primary .btn-link:hover,
.navbar-primary .btn-link:focus {
  color: #fff;
}
.navbar-primary .btn-link[disabled]:hover,
.navbar-primary .btn-link[disabled]:focus,
fieldset[disabled] .navbar-primary .btn-link:hover,
fieldset[disabled] .navbar-primary .btn-link:focus {
  color: #444;
}
.navbar-nav li {
  position: relative;
}
@media (min-width: 768px) {
  .navbar-nav > li ul {
    display: none;
  }
  .navbar-nav > li ul ul {
    left: 100%;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #dd7d42;
    margin-left: -1px;
    margin-top: -1px;
  }
  .navbar-nav > li:hover > ul,
  .navbar-nav > li:focus > ul {
    display: block;
  }
  .navbar-nav > li:hover > ul li:hover > ul,
  .navbar-nav > li:hover > ul li:focus > ul,
  .navbar-nav > li:focus > ul li:hover > ul,
  .navbar-nav > li:focus > ul li:focus > ul {
    display: block;
  }
}
.navbar .navbar-nav > li > a {
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #333;
}
.navbar-inverse .navbar-nav > li > a {
  color: #afb4b5;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  background-color: #00c1ff;
  color: #ffffff;
}
.navbar-primary .navbar-nav > li > a {
  color: #fbe7db;
}
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.view-parallax .site-content > .container,
.view-parallax .site-content > .parallax-item-body,
.view-parallax .site-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}
.view-parallax .main-inside {
  margin-top: 0;
  margin-bottom: 0;
}
.parallax-item {
  min-height: 100vh;
  min-height: calc(52vh);
  padding-top: 50vh;
  padding-top: calc(2vh);
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 0;
}
.parallax-item-content {
  min-height: 50vh;
  background: #fff;
  padding: 15px 0;
}
.slick-slide > img {
  width: 100%;
}
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.4);
}
.slick-prev,
.slick-next {
  height: 30px;
  width: 30px;
  margin-top: -15px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-dots {
  bottom: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 6px;
  background: black;
  background: rgba(0, 0, 0, 0.4);
}
.formError {
  z-index: 1070;
}
.formError .formErrorContent {
  background: #f2dede;
  color: #a94442;
  border-width: 1px;
  border-color: #ebccd1;
  border-radius: 0;
  box-shadow: none;
  padding: 3px 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  left: -5px;
}
.formError .formErrorArrow div {
  background: #f2dede;
  border-width: 1px;
  border-color: #ebccd1;
  box-shadow: none;
}
.formError .formErrorArrow .line3 {
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #ebccd1;
}
.formError .formErrorArrow .line2 {
  background: #ebccd1;
  width: 1px;
}
.formError .formErrorArrow .line1 {
  display: none;
}
.formError + .form-control,
.formError + .inputbox {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formError + .form-control:focus,
.formError + .inputbox:focus,
.formError + .form-control:hover,
.formError + .inputbox:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.pull-none {
  float: none;
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .pull-left-xs {
    float: left !important;
  }
  .pull-right-xs {
    float: right !important;
  }
  .pull-none-xs {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
  .pull-none-sm {
    float: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
  .pull-none-md {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
  .pull-none-lg {
    float: none !important;
  }
}
.icon-print:before {
  content: "\e045";
}
.icon-envelope:before {
  content: "\2709";
}
.icon-edit:before {
  content: "\270f";
}
.breadcrumb > li + li:before {
  content: "/";
}
.btn {
  padding: 8px 29px;
}
blockquote {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #f5f5f5;
}
.site-header {
  background-color: #252A2B;
}
.site-navigation nav {
  border: none;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    font-size: 15px;
  }
}
.dropdown-menu,
.navbar-nav ul {
  border: none;
  padding: 0px;
}
.dropdown-menu > li > a,
.navbar-nav ul > li > a {
  padding: 15px 17px;
}
.site-banner .module {
  margin-top: 0px;
}
.breadcrumb {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .1em;
}
.slick-dots {
  border-top: 2px solid white;
}
.site-banner .module-content,
.site-footer .module-content {
  padding: 0;
}
.main-inside {
  padding: 15px 20px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 #dedede;
}
.main .module-content,
.content-bottom .module-content,
.content-top .module-content {
  padding: 15px 20px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 #dedede;
}
.sidebar .panel {
  box-shadow: 5px 5px 0 #dedede;
}
.sidebar .module-content {
  padding: 0;
}
.item {
  margin-bottom: 20px;
  border: 1px solid #dedede;
  padding: 15px 20px;
}
.item-image {
  margin-bottom: 20px;
}
.footer-inside {
  border-top: 1px solid #dedede;
}
.breadcrumb > li + li:before {
  content: "/";
}
/*# sourceMappingURL=style.css.map */
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
  display: block;
}
/* Privacy */
.privacy input {
  display: inline-block;
  margin: 0 5px 2px 0;
  position: relative;
  top: 4px;
  vertical-align: top;
}
.privacy p {
  display: inline-block;
}
.privacy label {
  max-width: calc(100% - 30px);
}
/* Cookie Einstellungen */
.cc-revoke {
  display: none;
}
.cc-window.cc-type-opt-in {
  background: #ffffff !important;
  border: 3px solid #252a2b;
  padding: 1.5em!important;
  display: block;
}
.cc-window.cc-type-opt-in .cc-message {
  text-align: center;
}
.cc-window.cc-type-opt-in .cc-message p {
  font-size: 14px;
  margin: 0;
}
.cc-window.cc-type-opt-in .cc-compliance {
  display: block!important;
}
.cc-window.cc-type-opt-in .cc-compliance .cc-btn.cc-allow,
.cc-window.cc-type-opt-in .cc-compliance .cc-btn.cc-dismiss {
  width: 100%;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cc-window.cc-type-opt-in .cc-compliance .cc-btn.cc-dismiss {
  color: #8b9293;
  background: #ffffff;
}
.cc-window.cc-type-opt-in .cc-compliance .cc-btn.cc-dismiss:hover {
  background: #e6e6e6;
}
.cc-window.cc-type-opt-in .cc-compliance .cc-btn.cc-allow {
  margin-top: 5px;
  color: #fff;
  background: #252a2b;
  border-color: #252a2b;
}
.cc-window.cc-type-opt-in .cc-compliance .cc-btn.cc-allow:hover {
  color: #fff;
  background: #0d0f10;
}
/* Google Opt-In Erweiterung */
#clickBg {
  color: #000000;
  background: #eeeeee;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.textOptIn {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.iframe__wrapper {
  background: #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  background-size: cover;
  background-position: 50%;
}
.iframe__info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 1;
  padding: 25px;
  overflow: auto;
  text-align: center;
}
.iframe__info svg {
  width: 39px;
  height: 39px;
  position: static;
}
@media (max-width: 768px) {
  .iframe__info p {
    font-size: 14px;
    line-height: 17px;
  }
}
.iframe__btn {
  display: inline-block;
  color: #8b9293;
  background: #252a2b;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 21px 1.5rem 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s, background 0.4s;
  -moz-transition: color 0.4s, background 0.4s;
  -ms-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.iframe__btn:hover,
.iframe__btn:focus,
.iframe__btn:not(:disabled):active {
  color: #8b9293;
  background: #0d0f10;
  text-decoration: none;
}
.iframe__btn p {
  margin-bottom: 0;
}
@media only screen and (max-width: 650px) {
  .iframe__btn {
    font-size: 3vw;
  }
}
.googlemaps,
.maps {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: auto;
}
.googlemaps__wrapper,
.maps__wrapper {
  background: #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}
.googlemaps iframe,
.maps iframe {
  aspect-ratio: 16/9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.googlemaps__info,
.maps__info {
  z-index: 1;
  padding: 25px;
  overflow: auto;
  text-align: center;
}
.googlemaps__info svg,
.maps__info svg {
  width: 39px;
  height: 39px;
  position: static;
}
@media (max-width: 768px) {
  .googlemaps__info p,
  .maps__info p {
    font-size: 14px;
    line-height: 17px;
  }
}
.googlemaps__btn,
.maps__btn {
  display: inline-block;
  color: #8b9293;
  background: #252a2b;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 21px 1.5rem 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s, background 0.4s;
  -moz-transition: color 0.4s, background 0.4s;
  -ms-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.googlemaps__btn:hover,
.maps__btn:hover,
.googlemaps__btn:focus,
.maps__btn:focus,
.googlemaps__btn:not(:disabled):active,
.maps__btn:not(:disabled):active {
  color: #8b9293;
  background: #0d0f10;
  text-decoration: none;
}
.googlemaps__btn p,
.maps__btn p {
  margin-bottom: 0;
}
@media only screen and (max-width: 650px) {
  .googlemaps__btn,
  .maps__btn {
    font-size: 3vw;
  }
}
.protect {
  position: absolute;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  justify-content: center;
  overflow: auto;
}
.protect__info {
  z-index: 1;
  padding: 25px;
  overflow: auto;
  text-align: center;
}
.protect__info svg {
  width: 39px;
  height: 39px;
  position: static;
}
@media (max-width: 768px) {
  .protect__info p {
    font-size: 14px;
    line-height: 17px;
  }
}
.protect__btn {
  display: inline-block;
  color: #8b9293;
  background: #252a2b;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  padding: 21px 1.5rem 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.4s, background 0.4s;
  -moz-transition: color 0.4s, background 0.4s;
  -ms-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
}
.protect__btn:hover,
.protect__btn:focus,
.protect__btn:not(:disabled):active {
  color: #8b9293;
  background: #0d0f10;
  text-decoration: none;
}
.protect__btn p {
  margin-bottom: 0;
}
@media only screen and (max-width: 650px) {
  .protect__btn {
    font-size: 3vw;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.youtube__wrapper {
  margin-bottom: 1rem !important;
  position: relative;
}
.col-md-6 .youtube__wrapper,
.col-md-7 .youtube__wrapper,
.col-md-5 .youtube__wrapper {
  margin-top: 25px !important;
}
.col-md-6 .youtube__wrapper:before,
.col-md-7 .youtube__wrapper:before,
.col-md-5 .youtube__wrapper:before {
  display: none;
}
.youtube__wrapper:before {
  content: "";
  height: 800px;
  width: 100%;
  background: #252a2b;
  display: block;
  position: absolute;
  top: -108px;
  left: calc(-548%);
}
@media (max-width: 991px) {
  .youtube__wrapper:before {
    top: -50px;
    height: calc(200%);
  }
}
.youtube__icon svg {
  width: 39px;
  height: 39px;
  position: static;
}
.youtube__editorinfo {
  padding: 0 25px;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  justify-content: center;
  border: 1px solid #d0020e;
}
.youtube iframe,
.youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube .video {
  background: #000;
}/* poppins-100 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-100.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-100italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-100italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-200italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-200italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-300italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-300italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-500italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-500italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-600italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-600italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-700italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-800italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-800italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-900.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-900italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/poppins-v19-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/poppins-v19-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/poppins-v19-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/poppins-v19-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/poppins-v19-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/poppins-v19-latin-900italic.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* vesper-libre-regular - latin */
@font-face {
  font-family: 'Vesper Libre';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/vesper-libre-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/vesper-libre-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/vesper-libre-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/vesper-libre-v17-latin-regular.svg#VesperLibre') format('svg'); /* Legacy iOS */
}
/* vesper-libre-500 - latin */
@font-face {
  font-family: 'Vesper Libre';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/vesper-libre-v17-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/vesper-libre-v17-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/vesper-libre-v17-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/vesper-libre-v17-latin-500.svg#VesperLibre') format('svg'); /* Legacy iOS */
}
/* vesper-libre-700 - latin */
@font-face {
  font-family: 'Vesper Libre';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/vesper-libre-v17-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/vesper-libre-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/vesper-libre-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/vesper-libre-v17-latin-700.svg#VesperLibre') format('svg'); /* Legacy iOS */
}
/* vesper-libre-900 - latin */
@font-face {
  font-family: 'Vesper Libre';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/vesper-libre-v17-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/vesper-libre-v17-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/vesper-libre-v17-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/vesper-libre-v17-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/vesper-libre-v17-latin-900.svg#VesperLibre') format('svg'); /* Legacy iOS */
}
/* raleway-100 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-200 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-100italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-100italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-200italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-200italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-300italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;  
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-300italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-500italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-600italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-700italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-800italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/raleway-v26-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/raleway-v26-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/raleway-v26-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/raleway-v26-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/raleway-v26-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/raleway-v26-latin-900italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* playfair-display-regular - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-regular.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-500 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-500.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-600 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-600.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-700 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-700.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-800 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-800.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-900 - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-900.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-500italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-500italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-600italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-600italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-800italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-800italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-700italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-700italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* playfair-display-900italic - latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/playfair-display-v28-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/playfair-display-v28-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/playfair-display-v28-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/playfair-display-v28-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/playfair-display-v28-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/playfair-display-v28-latin-900italic.svg#PlayfairDisplay') format('svg'); /* Legacy iOS */
}
/* quicksand-300 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/quicksand-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/quicksand-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v28-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-regular - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/quicksand-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/quicksand-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v28-latin-regular.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-500 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/quicksand-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/quicksand-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v28-latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-600 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/quicksand-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/quicksand-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v28-latin-600.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* quicksand-700 - latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/quicksand-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/quicksand-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/quicksand-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/quicksand-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/quicksand-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/quicksand-v28-latin-700.svg#Quicksand') format('svg'); /* Legacy iOS */
}
/* oswald-200 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/oswald-v47-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v47-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v47-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v47-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v47-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v47-latin-200.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/oswald-v47-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v47-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v47-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v47-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v47-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v47-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/oswald-v47-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v47-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v47-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v47-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v47-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v47-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/oswald-v47-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v47-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v47-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v47-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v47-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v47-latin-500.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/oswald-v47-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v47-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v47-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v47-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v47-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v47-latin-600.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/oswald-v47-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/oswald-v47-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/oswald-v47-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/oswald-v47-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/oswald-v47-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/oswald-v47-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */
}
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/roboto-v29-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-v29-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-v29-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-v29-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-v29-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-v29-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* gothic-a1-100 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-100.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-200 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-200.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-300 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-300.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-regular - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-regular.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-500 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-500.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-600 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-600.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-700 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-700.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-800 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-800.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* gothic-a1-900 - latin */
@font-face {
  font-family: 'Gothic A1';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/gothic-a1-v12-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/gothic-a1-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/gothic-a1-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/gothic-a1-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/gothic-a1-v12-latin-900.svg#GothicA1') format('svg'); /* Legacy iOS */
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-500italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/open-sans-v28-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/open-sans-v28-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/open-sans-v28-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/open-sans-v28-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/open-sans-v28-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/open-sans-v28-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* exo-2-100 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-100.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-200 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-200.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-300 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-300.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-regular - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-regular.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-500 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-500.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-600 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-600.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-700 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-700.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-800 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-800.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-900 - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-900.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-100italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-100italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-200italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-200italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-300italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-300italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-500italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-500italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-600italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-600italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-700italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-700italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-800italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-800italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* exo-2-900italic - latin */
@font-face {
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/exo-2-v18-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/exo-2-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-2-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-2-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-2-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-2-v18-latin-900italic.svg#Exo2') format('svg'); /* Legacy iOS */
}
/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/permanent-marker-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/permanent-marker-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/permanent-marker-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/permanent-marker-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/permanent-marker-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/permanent-marker-v10-latin-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}
/* roboto-slab-100 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-200 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-200.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-500 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-500.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-600 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-800 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-800.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-900 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/roboto-slab-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto-slab-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto-slab-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto-slab-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto-slab-v22-latin-900.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* merriweather-300 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-300.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-300italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-300italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-700italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-700italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-900 - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-900.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* merriweather-900italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/merriweather-v28-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/merriweather-v28-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/merriweather-v28-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/merriweather-v28-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/merriweather-v28-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/merriweather-v28-latin-900italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}
/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-100.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-200.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-100italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-100italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-200italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-200italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-300italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-300italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-600italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-700italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-800italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/montserrat-v23-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/montserrat-v23-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/montserrat-v23-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/montserrat-v23-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/montserrat-v23-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/montserrat-v23-latin-900italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-100italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/lato-v22-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v22-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v22-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v22-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v22-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v22-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* inter-100 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-100.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-200 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-200.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-300.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-500 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-800 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-800.svg#Inter') format('svg'); /* Legacy iOS */
}
/* inter-900 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/inter-v8-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/inter-v8-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/inter-v8-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/inter-v8-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/inter-v8-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/inter-v8-latin-900.svg#Inter') format('svg'); /* Legacy iOS */
}
/* work-sans-100 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-100.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-200 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-200.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-300 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-300.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-500 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-800 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-800.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-900 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-900.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-100italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-100italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-200italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-200italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-300italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-300italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-500italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-500italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-600italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-700italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-800italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-800italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-900italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/work-sans-v16-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/work-sans-v16-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/work-sans-v16-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/work-sans-v16-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/work-sans-v16-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/work-sans-v16-latin-900italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-200 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-200.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-200italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-200italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-300 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-300italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-300italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-600italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-700italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-800 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-800.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-800italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-800italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-900 - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-900.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-900italic - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/nunito-sans-v11-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/nunito-sans-v11-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nunito-sans-v11-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nunito-sans-v11-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nunito-sans-v11-latin-900italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* prompt-100 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-100.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-100italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-100italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-200 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-200.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-200italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-200italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-300 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-300.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-300italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-300italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-regular - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-regular.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-500 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-500.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-500italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-500italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-600 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-600.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-600italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-600italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-700 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-700.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-700italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-700italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-800 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-800.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-800italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-800italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-900 - latin */
@font-face {
  font-family: 'Prompt';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-900.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* prompt-900italic - latin */
@font-face {
  font-family: 'Prompt';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/prompt-v9-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/prompt-v9-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/prompt-v9-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/prompt-v9-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/prompt-v9-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/prompt-v9-latin-900italic.svg#Prompt') format('svg'); /* Legacy iOS */
}
/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/caveat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/caveat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/caveat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/caveat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/caveat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/caveat-v14-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-500 - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/caveat-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/caveat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/caveat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/caveat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/caveat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/caveat-v14-latin-500.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-600 - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/caveat-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/caveat-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/caveat-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/caveat-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/caveat-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/caveat-v14-latin-600.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-700 - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/caveat-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/caveat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/caveat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/caveat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/caveat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/caveat-v14-latin-700.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* lexend-deca-100 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-100.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-300 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-300.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-200 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-200.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-regular - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-regular.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-500 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-500.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-600 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-600.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-700 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-700.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-900 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-900.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* lexend-deca-800 - latin */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/lexend-deca-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lexend-deca-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lexend-deca-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lexend-deca-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lexend-deca-v15-latin-800.svg#LexendDeca') format('svg'); /* Legacy iOS */
}
/* jura-300 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/jura-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-300.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-regular - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/jura-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-regular.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-500 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/jura-v22-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-500.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-600 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/jura-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-600.svg#Jura') format('svg'); /* Legacy iOS */
}
/* jura-700 - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/jura-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/jura-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/jura-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/jura-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/jura-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/jura-v22-latin-700.svg#Jura') format('svg'); /* Legacy iOS */
}
/* bitter-100 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-100.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-100.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-200 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-200.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-300 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-300.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-500 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-500.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-600 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-600.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-700.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-800 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-800.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-900 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-900.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-100italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-100italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-200italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-200italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-300italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-300italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-500italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-500italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-600italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-600italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-700italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-700italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-800italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-800italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-800italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-800italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-900italic - latin */
@font-face {
  font-family: 'Bitter';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/bitter-v25-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/bitter-v25-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/bitter-v25-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/bitter-v25-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/bitter-v25-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/bitter-v25-latin-900italic.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-200.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-200.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-200italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-200italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-300italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-600italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-700italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-900.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-900italic - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/fonts/source-sans-pro-v19-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/source-sans-pro-v19-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v19-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v19-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v19-latin-900italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}