/*
    Theme Name:   AcadeMedia DE
    Description:  Staticsite for academedia.de
    Author:       Duva
    Author URI:   http://duva.se
    Version:      1.0.0
    Text Domain:  ac-de
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=b760f8868546457feeea)
 * Config saved to config.json and https://gist.github.com/b760f8868546457feeea
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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 {
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -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;
  -webkit-box-sizing: content-box;
  -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; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !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, #article-content .page-links, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table, table.tablepress {
    border-collapse: collapse !important; }
  .table td, table.tablepress td, .table th, table.tablepress th {
    background-color: #fff !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .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 #eee; }

.sr-only {
  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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.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-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 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-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table, table.tablepress {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, table.tablepress > thead > tr > th, .table > tbody > tr > th, table.tablepress > tbody > tr > th, .table > tfoot > tr > th, table.tablepress > tfoot > tr > th, .table > thead > tr > td, table.tablepress > thead > tr > td, .table > tbody > tr > td, table.tablepress > tbody > tr > td, .table > tfoot > tr > td, table.tablepress > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th, table.tablepress > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, table.tablepress > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, table.tablepress > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, table.tablepress > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, table.tablepress > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, table.tablepress > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td, table.tablepress > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody, table.tablepress > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table, table.tablepress .table, .table table.tablepress, table.tablepress table.tablepress {
  background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .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.tablepress > thead > tr > td.active, .table > tbody > tr > td.active, table.tablepress > tbody > tr > td.active, .table > tfoot > tr > td.active, table.tablepress > tfoot > tr > td.active, .table > thead > tr > th.active, table.tablepress > thead > tr > th.active, .table > tbody > tr > th.active, table.tablepress > tbody > tr > th.active, .table > tfoot > tr > th.active, table.tablepress > tfoot > tr > th.active, .table > thead > tr.active > td, table.tablepress > thead > tr.active > td, .table > tbody > tr.active > td, table.tablepress > tbody > tr.active > td, .table > tfoot > tr.active > td, table.tablepress > tfoot > tr.active > td, .table > thead > tr.active > th, table.tablepress > thead > tr.active > th, .table > tbody > tr.active > th, table.tablepress > tbody > tr.active > th, .table > tfoot > tr.active > th, table.tablepress > 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.tablepress > thead > tr > td.success, .table > tbody > tr > td.success, table.tablepress > tbody > tr > td.success, .table > tfoot > tr > td.success, table.tablepress > tfoot > tr > td.success, .table > thead > tr > th.success, table.tablepress > thead > tr > th.success, .table > tbody > tr > th.success, table.tablepress > tbody > tr > th.success, .table > tfoot > tr > th.success, table.tablepress > tfoot > tr > th.success, .table > thead > tr.success > td, table.tablepress > thead > tr.success > td, .table > tbody > tr.success > td, table.tablepress > tbody > tr.success > td, .table > tfoot > tr.success > td, table.tablepress > tfoot > tr.success > td, .table > thead > tr.success > th, table.tablepress > thead > tr.success > th, .table > tbody > tr.success > th, table.tablepress > tbody > tr.success > th, .table > tfoot > tr.success > th, table.tablepress > 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.tablepress > thead > tr > td.info, .table > tbody > tr > td.info, table.tablepress > tbody > tr > td.info, .table > tfoot > tr > td.info, table.tablepress > tfoot > tr > td.info, .table > thead > tr > th.info, table.tablepress > thead > tr > th.info, .table > tbody > tr > th.info, table.tablepress > tbody > tr > th.info, .table > tfoot > tr > th.info, table.tablepress > tfoot > tr > th.info, .table > thead > tr.info > td, table.tablepress > thead > tr.info > td, .table > tbody > tr.info > td, table.tablepress > tbody > tr.info > td, .table > tfoot > tr.info > td, table.tablepress > tfoot > tr.info > td, .table > thead > tr.info > th, table.tablepress > thead > tr.info > th, .table > tbody > tr.info > th, table.tablepress > tbody > tr.info > th, .table > tfoot > tr.info > th, table.tablepress > 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.tablepress > thead > tr > td.warning, .table > tbody > tr > td.warning, table.tablepress > tbody > tr > td.warning, .table > tfoot > tr > td.warning, table.tablepress > tfoot > tr > td.warning, .table > thead > tr > th.warning, table.tablepress > thead > tr > th.warning, .table > tbody > tr > th.warning, table.tablepress > tbody > tr > th.warning, .table > tfoot > tr > th.warning, table.tablepress > tfoot > tr > th.warning, .table > thead > tr.warning > td, table.tablepress > thead > tr.warning > td, .table > tbody > tr.warning > td, table.tablepress > tbody > tr.warning > td, .table > tfoot > tr.warning > td, table.tablepress > tfoot > tr.warning > td, .table > thead > tr.warning > th, table.tablepress > thead > tr.warning > th, .table > tbody > tr.warning > th, table.tablepress > tbody > tr.warning > th, .table > tfoot > tr.warning > th, table.tablepress > 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.tablepress > thead > tr > td.danger, .table > tbody > tr > td.danger, table.tablepress > tbody > tr > td.danger, .table > tfoot > tr > td.danger, table.tablepress > tfoot > tr > td.danger, .table > thead > tr > th.danger, table.tablepress > thead > tr > th.danger, .table > tbody > tr > th.danger, table.tablepress > tbody > tr > th.danger, .table > tfoot > tr > th.danger, table.tablepress > tfoot > tr > th.danger, .table > thead > tr.danger > td, table.tablepress > thead > tr.danger > td, .table > tbody > tr.danger > td, table.tablepress > tbody > tr.danger > td, .table > tfoot > tr.danger > td, table.tablepress > tfoot > tr.danger > td, .table > thead > tr.danger > th, table.tablepress > thead > tr.danger > th, .table > tbody > tr.danger > th, table.tablepress > tbody > tr.danger > th, .table > tfoot > tr.danger > th, table.tablepress > 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) {
  .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.tablepress {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > table.tablepress > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > table.tablepress > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > table.tablepress > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > table.tablepress > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > table.tablepress > tbody > tr > td, .table-responsive > .table > tfoot > tr > td, .table-responsive > table.tablepress > 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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -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.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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 {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .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="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio 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, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  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 {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  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 {
  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-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  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 {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  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 {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  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 {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    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 {
    width: auto; }
  .form-inline .input-group > .form-control {
    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; }

@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.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.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: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  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 > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].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: #5bc0de;
  border-color: #46b8da; }

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.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%; }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group: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, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !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; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5StnKWgpfO2iSkLzTz-AABg.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin-right: 2px;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

body {
  font-size: 62.5%;
  letter-spacing: -1px;
  font-family: "Gotham SSm A", "Gotham SSm B", Arial; }

h1, h2, h3, h4, h5, h6, p, #article-content .page-links, li, a, button, label, input, select, table, address, textarea, .text, table.tablepress > thead > tr > td, table.tablepress > thead > tr > th, table.tablepress > tbody > tr > td, table.tablepress > tbody > tr > th, table.tablepress > tfoot > tr > td, table.tablepress > tfoot > tr > th, .dataTables_info {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 28px;
  line-height: 2.8rem; }

p, #article-content .page-links, li {
  font-weight: 300; }

.h1, #article-content #entry-content h1, .h2, #article-content #entry-content h2, .h3, #article-content #entry-content h3, .h4, #article-content #entry-content h4, .h5, #article-content #entry-content h5, .h6, #article-content #entry-content h6 {
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 0; }

.h1, #article-content #entry-content h1 {
  font-size: 36px;
  font-size: 3.6rem; }

.h2, #article-content #entry-content h2 {
  font-size: 26px;
  font-size: 2.6rem; }

.h3, #article-content #entry-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -1px; }

.h4, #article-content #entry-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -1px; }

.xl {
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  line-height: 6rem;
  letter-spacing: -5px; }

.xxl {
  font-size: 80px;
  font-size: 8rem;
  line-height: 80px;
  line-height: 8rem;
  letter-spacing: -5px; }

.small, form label, .nav li ul.children li a, #article-content .gallery figcaption, table.tablepress.after-first-col-small > tbody > tr > td:nth-child(n+2) {
  font-size: 13px;
  font-size: 1.3rem; }

.bold, form label, form .btn, form button, form input[type=submit], .nav li a, .nav li a.active, .widget.widget_pages li.current_page_item > a {
  font-weight: 700; }

.normal {
  font-weight: 400; }

.light, form .form-control {
  font-weight: 300; }

.ultra-light {
  font-weight: 200;
  letter-spacing: -1px; }

.text, table.tablepress > thead > tr > td, table.tablepress > thead > tr > th, table.tablepress > tbody > tr > td, table.tablepress > tbody > tr > th, table.tablepress > tfoot > tr > td, table.tablepress > tfoot > tr > th, .dataTables_info {
  line-height: 14px;
  line-height: 1.4rem; }

.num {
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace; }

.dense, .calendar-box ~ *, #article-content #entry-content .small-news .calendar-box ~ * {
  line-height: 18px;
  line-height: 1.8rem; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.align-right, #article-content .wp-post-image {
  text-align: right; }
  @media (max-width: 767px) {
    .align-right, #article-content .wp-post-image {
      text-align: left; } }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.blue-background, .investor-background, body.ac-fakta form .btn:hover, body.ac-investor form .btn:hover, body.ac-fakta form .btn:active, body.ac-investor form .btn:active, body.ac-fakta form .btn:focus, body.ac-investor form .btn:focus, body.ac-fakta form button:hover, body.ac-investor form button:hover, body.ac-fakta form button:active, body.ac-investor form button:active, body.ac-fakta form button:focus, body.ac-investor form button:focus, body.ac-fakta form input[type=submit]:hover, body.ac-investor form input[type=submit]:hover, body.ac-fakta form input[type=submit]:active, body.ac-investor form input[type=submit]:active, body.ac-fakta form input[type=submit]:focus, body.ac-investor form input[type=submit]:focus, body.ac-fakta .calendar-box, body.ac-investor .calendar-box, body.ac-fakta #article-content #entry-content .small-news .calendar-box, body.ac-investor #article-content #entry-content .small-news .calendar-box, .quick a.investor:hover, .quick a.investor.active, body.ac-fakta .nav li ul.children, body.ac-investor .nav li ul.children, body.ac-fakta .portal-box-container .block, body.ac-fakta .portal-box-container .widget.widget_related_documents, body.ac-fakta .portal-box-container #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac-fakta .portal-box-container .widget.widget_related_documents, body.ac-fakta .portal-box-container .widget.QnAWidget, body.ac-fakta .portal-box-container #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac-fakta .portal-box-container .widget.QnAWidget, body.ac-investor .portal-box-container .block, #article-content #entry-content body.ac-investor .portal-box-container .widget.widget_related_documents, #article-content #entry-content body.ac-investor .portal-box-container .widget.QnAWidget, body.ac-investor.page-news-from-cat .block, #article-content #entry-content body.ac-investor.page-news-from-cat .widget.widget_related_documents, #article-content #entry-content body.ac-investor.page-news-from-cat .widget.QnAWidget, body.ac-fakta.page-news-from-cat .block, body.ac-fakta.page-news-from-cat .widget.widget_related_documents, body.ac-fakta.page-news-from-cat #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac-fakta.page-news-from-cat .widget.widget_related_documents, body.ac-fakta.page-news-from-cat .widget.QnAWidget, body.ac-fakta.page-news-from-cat #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac-fakta.page-news-from-cat .widget.QnAWidget, body.ac-fakta #article-content #entry-content .category-button, body.ac-investor #article-content #entry-content .category-button, .widget.widget_related_documents body.ac-fakta, body.ac-investor .widget.widget_related_documents, #article-content #entry-content .widget.widget_related_documents body.ac-fakta, body.ac-investor #article-content #entry-content .widget.widget_related_documents, .widget.QnAWidget body.ac-fakta, body.ac-investor .widget.QnAWidget, #article-content #entry-content .widget.QnAWidget body.ac-fakta, body.ac-investor #article-content #entry-content .widget.QnAWidget, body.ac-fakta .footer, body.ac-investor .footer, .fakta-background {
  background-color: #009EE0;
  background-color: #009de0; }

.blue-color, .investor-color, .ac-investor .default-color, body.ac-fakta ol#sitemap a, body.ac-investor ol#sitemap a, body.ac-fakta ul#sitemap a, body.ac-investor ul#sitemap a, body.ac-fakta form .btn, body.ac-investor form .btn, body.ac-fakta form button, body.ac-investor form button, body.ac-fakta form input[type=submit], body.ac-investor form input[type=submit], body.ac-fakta .nav li a.active, body.ac-investor .nav li a.active, body.ac-fakta #breadcrumb a, body.ac-investor #breadcrumb a, body.ac-fakta #article-content #entry-content a, body.ac-investor #article-content #entry-content a, body.ac-fakta #article-content .page-links a, body.ac-investor #article-content .page-links a, body.ac-fakta .widget.widget_pages li .toggle, body.ac-investor .widget.widget_pages li .toggle, body.ac-fakta .widget.widget_pages li a, body.ac-investor .widget.widget_pages li a, body.ac-fakta .widget.widget_categories li a, body.ac-investor .widget.widget_categories li a, body.ac-fakta .widget.widget_share_widget li a, body.ac-investor .widget.widget_share_widget li a, body.ac-fakta .widget.widget_text li a, body.ac-investor .widget.widget_text li a, body.ac-fakta .paging_simple .paginate_button.next::after, body.ac-investor .paging_simple .paginate_button.next::after, body.ac-fakta .paging_simple .paginate_button.previous::before, body.ac-investor .paging_simple .paginate_button.previous::before, .fakta-color, .ac-fakta .default-color {
  color: #009EE0;
  color: #009de0; }

.blue-border, .investor-border, body.ac-fakta form .form-control:active, body.ac-investor form .form-control:active, body.ac-fakta form .form-control:focus, body.ac-investor form .form-control:focus, body.ac-fakta form .btn, body.ac-investor form .btn, body.ac-fakta form button, body.ac-investor form button, body.ac-fakta form input[type=submit], body.ac-investor form input[type=submit], body.ac-fakta .widget.widget_pages li .toggle, body.ac-investor .widget.widget_pages li .toggle, body.ac-fakta .large-search input, body.ac-investor .large-search input, .fakta-border {
  border-color: #009EE0;
  border-color: #009de0; }

.stepke-blue-background {
  background-color: #005091; }

.stepke-blue-color {
  color: #005091; }

.stepke-blue-border {
  border-color: #005091; }

.green-background {
  background-color: #BED600;
  background-color: #bdd600; }

.green-color {
  color: #BED600;
  color: #bdd600; }

.green-border {
  border-color: #BED600;
  border-color: #bdd600; }

.red-background, .ac-employee .small-news.cat-alert > div {
  background-color: #C40038;
  background-color: #c20037; }

.red-color {
  color: #C40038;
  color: #c20037; }

.red-border {
  border-color: #C40038;
  border-color: #c20037; }

.orange-background {
  background-color: #F39700;
  background-color: #f59700; }

.orange-color {
  color: #F39700;
  color: #f59700; }

.orange-border {
  border-color: #F39700;
  border-color: #f59700; }

.purple-background, .employee-background, body.ac-employee form .btn:hover, body.ac-employee form .btn:active, body.ac-employee form .btn:focus, body.ac-employee form button:hover, body.ac-employee form button:active, body.ac-employee form button:focus, body.ac-employee form input[type=submit]:hover, body.ac-employee form input[type=submit]:active, body.ac-employee form input[type=submit]:focus, body.ac-employee .calendar-box, body.ac-employee #article-content #entry-content .small-news .calendar-box, .quick a.employee:hover, .quick a.employee.active, body.ac-employee .nav li ul.children, body.ac-employee .portal-box-container .block, #article-content #entry-content body.ac-employee .portal-box-container .widget.widget_related_documents, #article-content #entry-content body.ac-employee .portal-box-container .widget.QnAWidget, body.ac-employee.page-news-from-cat .block, #article-content #entry-content body.ac-employee.page-news-from-cat .widget.widget_related_documents, #article-content #entry-content body.ac-employee.page-news-from-cat .widget.QnAWidget, body.ac-employee #article-content #entry-content .category-button, body.ac-employee .widget.widget_related_documents, body.ac-employee #article-content #entry-content .widget.widget_related_documents, body.ac-employee .widget.QnAWidget, body.ac-employee #article-content #entry-content .widget.QnAWidget, body.ac-employee .footer, .medarbetare-background {
  background-color: #6B065A;
  background-color: #6a0659; }

.purple-color, .employee-color, .ac-employee .default-color, body.ac-employee ol#sitemap a, body.ac-employee ul#sitemap a, body.ac-employee form .btn, body.ac-employee form button, body.ac-employee form input[type=submit], body.ac-employee .nav li a.active, body.ac-employee #breadcrumb a, body.ac-employee #article-content #entry-content a, body.ac-employee #article-content .page-links a, body.ac-employee .widget.widget_pages li .toggle, body.ac-employee .widget.widget_pages li a, body.ac-employee .widget.widget_categories li a, body.ac-employee .widget.widget_share_widget li a, body.ac-employee .widget.widget_text li a, body.ac-employee .paging_simple .paginate_button.next::after, body.ac-employee .paging_simple .paginate_button.previous::before, .medarbetare-color {
  color: #6B065A;
  color: #6a0659; }

.purple-border, .employee-border, body.ac-employee form .form-control:active, body.ac-employee form .form-control:focus, body.ac-employee form .btn, body.ac-employee form button, body.ac-employee form input[type=submit], body.ac-employee .widget.widget_pages li .toggle, .medarbetare-border {
  border-color: #6B065A;
  border-color: #6a0659; }

.pink-background, .education-background, form .btn:hover, form .btn:active, form .btn:focus, form button:hover, form button:active, form button:focus, form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus, .calendar-box, #article-content #entry-content .small-news .calendar-box, .quick a.education:hover, .quick a.education.active, .nav li ul.children, .portal-box-container .block, body.page-news-from-cat .block, body.page-news-from-cat .widget.widget_related_documents, body.page-news-from-cat .widget.QnAWidget, #article-content #entry-content .category-button, .widget.widget_related_documents, #article-content #entry-content .widget.widget_related_documents, .widget.QnAWidget, #article-content #entry-content .widget.QnAWidget, .footer, .utbildning-background {
  background-color: #E13288;
  background-color: #e13387; }

.pink-color, .education-color, .ac-education .default-color, ol#sitemap a, ul#sitemap a, form .btn, form button, form input[type=submit], .nav li a.active, #breadcrumb a, #article-content #entry-content a, #article-content .page-links a, .widget.widget_pages li .toggle, .widget.widget_pages li a, .widget.widget_categories li a, .widget.widget_share_widget li a, .widget.widget_text li a, .paging_simple .paginate_button.next::after, .paging_simple .paginate_button.previous::before, .utbildning-color {
  color: #E13288;
  color: #e13387; }

.pink-border, .education-border, form .form-control:active, form .form-control:focus, form .btn, form button, form input[type=submit], .widget.widget_pages li .toggle, .utbildning-border {
  border-color: #E13288;
  border-color: #e13387; }

.grey-background {
  background-color: #999999;
  background-color: #999999; }

.grey-color, #article-content #entry-content #print-link a {
  color: #999999;
  color: #999999; }

.grey-border {
  border-color: #999999;
  border-color: #999999; }

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

body {
  direction: ltr;
  color: #000; }

*, *:before, *:after {
  box-sizing: inherit; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border: 0 !important; }

.no-margin {
  margin: 0 !important; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.hidden {
  display: none; }

[title] {
  cursor: help;
  position: relative; }

input:disabled {
  background: #eee; }

a {
  cursor: pointer;
  text-decoration: none !important;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ol#sitemap .children, ul#sitemap .children {
    padding-left: 28px;
    padding-left: 2.8rem; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }
  .quick img.avatar {
    vertical-align: top; }
  #entry-content img.avatar {
    position: absolute;
    right: 0px;
    top: 0; }

form .form-control {
  border-radius: 2px;
  box-shadow: none;
  padding: 7px 7px 7px 7px;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  letter-spacing: -1px; }
  form .form-control:active, form .form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(225, 51, 135, 0.3); }
    body.ac-employee form .form-control:active, body.ac-employee form .form-control:active, body.ac-employee form .form-control:focus, body.ac-employee form .form-control:focus {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(106, 6, 89, 0.3); }
    body.ac-fakta form .form-control:active, body.ac-investor form .form-control:active, body.ac-fakta form .form-control:focus, body.ac-investor form .form-control:focus {
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px rgba(0, 157, 224, 0.3); }

form .btn, form button, form input[type=submit] {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  padding: 7px 14px 7px 14px;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem; }
  form .btn:hover, form .btn:active, form .btn:focus, form button:hover, form button:active, form button:focus, form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus {
    color: #fff !important; }

.push {
  padding: 28px 0px 28px 0px;
  padding: 2.8rem 0rem 2.8rem 0rem; }
  .push-up, .fb-comments iframe {
    padding-top: 28px;
    padding-top: 2.8rem; }
  .push-down {
    padding-bottom: 28px;
    padding-bottom: 2.8rem; }
  .push-left, #article-content #entry-content ol li, #article-content #entry-content ul li {
    padding-left: 28px;
    padding-left: 2.8rem; }
  .push-right {
    padding-right: 28px;
    padding-right: 2.8rem; }

.nudge {
  padding: 14px;
  padding: 1.4rem; }
  .nudge-up {
    padding-top: 14px;
    padding-top: 1.4rem; }
  .nudge-down, #article-content #entry-content p, #article-content #entry-content .page-links, #article-content #entry-content ul, #article-content #entry-content ol, #article-content #entry-content dl, #article-content #entry-content table, #article-content #entry-content blockquote, #article-content #entry-content form {
    padding-bottom: 14px;
    padding-bottom: 1.4rem; }
  .nudge-left, .nav li a {
    padding-left: 14px;
    padding-left: 1.4rem; }
  .nudge-right {
    padding-right: 14px;
    padding-right: 1.4rem; }

.touch {
  padding: 7px;
  padding: 0.7rem; }
  .touch-up {
    padding-top: 7px;
    padding-top: 0.7rem; }
  .touch-down, #article-content #entry-content h1, #article-content #entry-content h2, #article-content #entry-content h3, #article-content #entry-content h4, #article-content #entry-content h5, #article-content #entry-content h6 {
    padding-bottom: 7px;
    padding-bottom: 0.7rem; }
  .touch-left {
    padding-left: 7px;
    padding-left: 0.7rem; }
  .touch-right {
    padding-right: 7px;
    padding-right: 0.7rem; }

.alignleft {
  float: left;
  display: block;
  margin: 0px 14px 14px 0px;
  margin: 0rem 1.4rem 1.4rem 0rem; }

.alignright {
  float: right;
  display: block;
  margin: 0px 0px 14px 14px;
  margin: 0rem 0rem 1.4rem 1.4rem; }

.aligncenter {
  float: none;
  display: block;
  margin: 0px auto 14px auto;
  margin: 0rem auto 1.4rem auto; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }

.label-new {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 2rem;
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 30px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg); }

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 767px) {
    .centered {
      position: static;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.footerlinks {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 0.7;
  text-align: center; }
  @media (max-width: 767px) {
    .footerlinks {
      position: static;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }

.sk-cube-grid {
  width: 50%;
  height: 50%; }

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #e13387;
  float: right;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 40%, 50% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

@keyframes sk-cubeGridScaleDelay {
  0%, 40%, 50% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1); }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1); } }

.rsbtn-loader {
  width: 32px;
  height: 32px;
  float: right;
  padding-left: 4px;
  display: none; }

.aca-rsbtn {
  display: inline-block !important;
  border: none !important;
  border-bottom: none !important;
  border-bottom-color: white !important;
  outline: none !important;
  background: none !important; }
  .aca-rsbtn a {
    border: none !important; }
  .aca-rsbtn span {
    background: none !important;
    cursor: pointer !important; }
  .aca-rsbtn .rsbtn_text {
    padding: 0;
    margin: 0 !important; }
  .aca-rsbtn:hover {
    cursor: pointer !important; }

.rsimg:not(.aca-rsbtn) {
  width: auto !important;
  height: auto !important;
  background: rgba(255, 255, 255, 0.8) !important;
  display: none;
  margin: 0 !important;
  padding: 0 !important; }
  .rsimg:not(.aca-rsbtn):hover {
    cursor: pointer !important; }
  .rsimg:not(.aca-rsbtn) .rsbtn_text {
    background: none !important;
    display: block;
    width: 100% !important;
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
    padding: 2px !important; }
    .rsimg:not(.aca-rsbtn) .rsbtn_text span {
      width: 100% !important;
      text-align: center !important;
      display: block;
      margin: 0 !important;
      text-align: center;
      vertical-align: middle !important;
      text-align: center !important;
      line-height: 24px !important;
      height: 24px !important;
      padding: 0px !important;
      color: black; }
      .rsimg:not(.aca-rsbtn) .rsbtn_text span:hover {
        cursor: pointer !important; }

.rsbtn_text {
  padding: 0 !important;
  margin: 0 !important; }

.rsbtn_right {
  width: 0px !important;
  position: absolute !important; }

.rsbtn_exp {
  background-color: white !important;
  width: 0px !important;
  height: 0px !important; }
  .rsbtn_exp .rspart {
    width: 0px !important;
    display: none !important;
    position: absolute !important; }

.calendar-box, #article-content #entry-content .small-news .calendar-box {
  float: left;
  width: 56px;
  width: 5.6rem;
  height: 56px;
  height: 5.6rem;
  color: #fff;
  margin-right: 14px;
  margin-right: 1.4rem;
  text-align: center;
  padding-top: 10px; }
  .calendar-box time, .calendar-box time > span, #article-content #entry-content .small-news .calendar-box time, #article-content #entry-content .small-news .calendar-box time > span {
    display: block;
    text-transform: lowercase; }
  .calendar-box + h1.h4, #article-content #entry-content .small-news .calendar-box + h1.h4 {
    line-height: 18px;
    line-height: 1.8rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding-bottom: 0px;
    font-size: 1.6rem;
    margin-top: 10px; }

.quick {
  background-color: #000; }
  .quick a {
    display: inline-block;
    padding: 7px 14px 7px 14px;
    padding: 0.7rem 1.4rem 0.7rem 1.4rem;
    color: #fff;
    transition: background-color 0.2s ease; }
    .quick a.academedia:hover, .quick a.academedia.active {
      background-color: #fff;
      color: #000; }
    .quick a.employee:hover, .quick a.employee.active {
      color: #fff; }
    .quick a.english:hover {
      background-color: #fff;
      color: #000; }
    @media (max-width: 767px) {
      .quick a {
        display: block;
        margin: 0px -15px; } }
  @media (max-width: 767px) {
    .quick img.avatar {
      display: none; } }

.nav {
  text-align: right; }
  .nav li {
    display: inline-block;
    position: relative; }
    .nav li a {
      display: block; }
    .nav li ul.children {
      border-top: 12px solid white;
      display: none;
      position: absolute;
      z-index: 900;
      top: 21px;
      top: 2.1rem;
      left: 14px;
      left: 1.4rem;
      width: 200px;
      padding: 14px;
      padding: 1.4rem; }
      .nav li ul.children li {
        display: block;
        float: none;
        text-align: left; }
        .nav li ul.children li a {
          color: #fff;
          white-space: nowrap;
          overflow-x: hidden;
          text-overflow: ellipsis;
          width: 100%;
          font-weight: 400;
          padding-left: 0px; }
    .nav li:hover ul.children {
      display: block; }
      @media (max-width: 767px) {
        .nav li:hover ul.children {
          display: none; } }
    @media (max-width: 767px) {
      .nav li {
        display: block; }
        .nav li a {
          padding-left: 0px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    body.ac-employee .nav {
      text-align: left; }
      body.ac-employee .nav li:first-child a {
        padding-left: 0px; } }
  @media (max-width: 991px) {
    .nav {
      text-align: left; }
      .nav li a::first-letter, .nav li a:first-letter {
        text-transform: uppercase; }
      .nav li:first-child a {
        padding-left: 0px; } }

.head h1 {
  background: url("images/logo.png") no-repeat center center;
  width: 337px;
  height: 33px;
  display: block;
  text-indent: -999em; }
  html.svg .head h1 {
    background-image: url("images/logo.svg");
    background-size: 337px 33px; }
  @media (max-width: 767px) {
    .head h1, html.svg .head h1 {
      background-size: 300px auto;
      background-position: left center; } }
  .head h1 > a {
    display: block; }

.portal-box-container {
  position: relative; }
  @media (max-width: 767px) {
    .portal-box-container {
      margin-top: 14px;
      margin-top: 1.4rem; }
      .portal-box-container:first-child {
        margin-top: 0px; } }
  body.archive .portal-box-container img, body.archive .portal-box-container .placeholder-box, body.page-news-from-cat .portal-box-container img, body.page-news-from-cat .portal-box-container .placeholder-box {
    background: #eee;
    width: 100%;
    height: 153px; }
    @media (min-width: 1200px) {
      body.archive .portal-box-container img, body.archive .portal-box-container .placeholder-box, body.page-news-from-cat .portal-box-container img, body.page-news-from-cat .portal-box-container .placeholder-box {
        height: 190px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body.archive .portal-box-container img, body.archive .portal-box-container .placeholder-box, body.page-news-from-cat .portal-box-container img, body.page-news-from-cat .portal-box-container .placeholder-box {
        height: 114px; } }
    @media (max-width: 767px) {
      body.archive .portal-box-container img, body.archive .portal-box-container .placeholder-box, body.page-news-from-cat .portal-box-container img, body.page-news-from-cat .portal-box-container .placeholder-box {
        height: auto; } }
  .portal-box-container .byline {
    position: absolute;
    right: 31px;
    top: 123px; }
    @media (min-width: 1200px) {
      .portal-box-container .byline {
        top: 160px; } }
    @media (max-width: 767px) {
      .portal-box-container .byline {
        top: 190px; } }
    .portal-box-container .byline .avatar {
      float: right;
      overflow: hidden;
      border-radius: 500px;
      height: auto; }

.block, .widget.widget_related_documents, #article-content #entry-content .widget.widget_related_documents, .widget.QnAWidget, #article-content #entry-content .widget.QnAWidget {
  padding: 14px;
  padding: 1.4rem;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .block a, .widget.widget_related_documents a, #article-content #entry-content .widget.widget_related_documents a, .widget.QnAWidget a, #article-content #entry-content .widget.QnAWidget a {
    color: #fff; }
  .block-padded {
    padding: 28px;
    padding: 2.8rem; }
    .block-padded a {
      color: #fff; }
  .block-negative-left {
    margin-left: -15px; }
  body.ac-education .featured .block, body.ac-education .featured .widget.widget_related_documents, body.ac-education .featured #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac-education .featured .widget.widget_related_documents, body.ac-education .featured .widget.QnAWidget, body.ac-education .featured #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac-education .featured .widget.QnAWidget {
    min-height: 210px;
    min-height: 21rem;
    height: auto; }
    @media (min-width: 1200px) {
      body.ac-education .featured .block, body.ac-education .featured .widget.widget_related_documents, body.ac-education .featured #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac-education .featured .widget.widget_related_documents, body.ac-education .featured .widget.QnAWidget, body.ac-education .featured #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac-education .featured .widget.QnAWidget {
        min-height: 180px;
        min-height: 18rem; } }
    @media (max-width: 767px) {
      body.ac-education .featured .block, body.ac-education .featured .widget.widget_related_documents, body.ac-education .featured #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac-education .featured .widget.widget_related_documents, body.ac-education .featured .widget.QnAWidget, body.ac-education .featured #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac-education .featured .widget.QnAWidget {
        min-height: auto; } }
  body.ac .featured .block, body.ac .featured .widget.widget_related_documents, body.ac .featured #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac .featured .widget.widget_related_documents, body.ac .featured .widget.QnAWidget, body.ac .featured #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac .featured .widget.QnAWidget {
    min-height: 220px;
    min-height: 22rem;
    height: auto; }
    @media (min-width: 1200px) {
      body.ac .featured .block, body.ac .featured .widget.widget_related_documents, body.ac .featured #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac .featured .widget.widget_related_documents, body.ac .featured .widget.QnAWidget, body.ac .featured #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac .featured .widget.QnAWidget {
        min-height: 140px;
        min-height: 14rem; } }
    @media (max-width: 767px) {
      body.ac .featured .block, body.ac .featured .widget.widget_related_documents, body.ac .featured #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content body.ac .featured .widget.widget_related_documents, body.ac .featured .widget.QnAWidget, body.ac .featured #article-content #entry-content .widget.QnAWidget, #article-content #entry-content body.ac .featured .widget.QnAWidget {
        min-height: 140px;
        min-height: 14rem;
        min-height: auto; } }
  .block.restricted, .restricted.widget.widget_related_documents, #article-content #entry-content .restricted.widget.widget_related_documents, .restricted.widget.QnAWidget, #article-content #entry-content .restricted.widget.QnAWidget {
    height: 231px;
    height: 23.1rem; }
    @media (max-width: 767px) {
      .block.restricted, .restricted.widget.widget_related_documents, #article-content #entry-content .restricted.widget.widget_related_documents, .restricted.widget.QnAWidget, #article-content #entry-content .restricted.widget.QnAWidget {
        height: none; } }
    .block.restricted footer, .restricted.widget.widget_related_documents footer, #article-content #entry-content .restricted.widget.widget_related_documents footer, .restricted.widget.QnAWidget footer, #article-content #entry-content .restricted.widget.QnAWidget footer {
      text-align: right;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      z-index: 100;
      padding: 7px 14px 7px 14px;
      padding: 0.7rem 1.4rem 0.7rem 1.4rem; }
    .block.restricted div.blocker, .restricted.widget.widget_related_documents div.blocker, #article-content #entry-content .restricted.widget.widget_related_documents div.blocker, .restricted.widget.QnAWidget div.blocker, #article-content #entry-content .restricted.widget.QnAWidget div.blocker {
      content: '';
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      z-index: 99;
      height: 70px;
      height: 7rem; }

.small-news, .search-result {
  position: relative;
  clear: both; }
  .small-news img, .search-result img {
    position: absolute;
    left: 15px; }

#article-content #entry-content .small-news p, #article-content #entry-content .small-news .page-links {
  padding-bottom: 0; }

#article-content #entry-content .small-news h1.h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  letter-spacing: -1px; }

.search-result p, .search-result #article-content .page-links, #article-content .search-result .page-links {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 100%; }

#front-page-ir-contact .block, #front-page-ir-contact .widget.widget_related_documents, #front-page-ir-contact #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content #front-page-ir-contact .widget.widget_related_documents, #front-page-ir-contact .widget.QnAWidget, #front-page-ir-contact #article-content #entry-content .widget.QnAWidget, #article-content #entry-content #front-page-ir-contact .widget.QnAWidget {
  padding-left: 124px; }

#front-page-ir-contact img {
  position: absolute;
  top: 0px;
  left: 0px; }

@media (min-width: 768px) and (max-width: 991px) {
  #front-page-ir-contact .block, #front-page-ir-contact .widget.widget_related_documents, #front-page-ir-contact #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content #front-page-ir-contact .widget.widget_related_documents, #front-page-ir-contact .widget.QnAWidget, #front-page-ir-contact #article-content #entry-content .widget.QnAWidget, #article-content #entry-content #front-page-ir-contact .widget.QnAWidget {
    padding-left: 20px; }
  #front-page-ir-contact img {
    display: none; } }

#twitter-container {
  margin-top: 210px; }
  @media (min-width: 1200px) {
    #twitter-container {
      margin-top: 260px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #twitter-container {
      margin-top: 260px; } }
  @media (max-width: 767px) {
    #twitter-container {
      margin-top: 0px; } }

#hidden-content {
  display: none; }

@media (max-width: 991px) {
  #article-content #entry-content {
    float: none !important; } }

#article-content #entry-content p, #article-content #entry-content .page-links, #article-content #entry-content ul, #article-content #entry-content ol, #article-content #entry-content dl, #article-content #entry-content table, #article-content #entry-content blockquote, #article-content #entry-content form {
  margin-top: 0px; }

#article-content #entry-content a {
  border-bottom: 3px solid rgba(225, 51, 135, 0.3); }
  body.ac-employee #article-content #entry-content a {
    border-bottom: 3px solid rgba(106, 6, 89, 0.3); }
    body.ac-employee #article-content #entry-content a.category-button {
      border-bottom-width: 0px; }
  body.ac-fakta #article-content #entry-content a, body.ac-investor #article-content #entry-content a {
    border-bottom: 3px solid rgba(0, 157, 224, 0.3); }
    body.ac-fakta #article-content #entry-content a.category-button, body.ac-investor #article-content #entry-content a.category-button {
      border-bottom-width: 0px; }

#article-content #entry-content ol li, #article-content #entry-content ul li {
  list-style-type: disc;
  list-style-position: inside; }

#article-content #entry-content ol li {
  list-style-type: decimal; }

#article-content #entry-content .category-button {
  padding: 7px;
  padding: 0.7rem;
  border-bottom-width: 0px;
  color: #fff;
  display: inline-block;
  margin-right: 7px;
  margin-right: 0.7rem;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  border-radius: 3px; }
  body.ac-employee #article-content #entry-content .category-button {
    color: #fff; }
  body.ac-fakta #article-content #entry-content .category-button, body.ac-investor #article-content #entry-content .category-button {
    color: #fff; }
  #article-content #entry-content .category-button:hover {
    opacity: 1; }

#article-content #entry-content #print-link a {
  font-size: 1.2rem;
  font-size: 12px; }
  #article-content #entry-content #print-link a i {
    font-size: 1.6rem;
    font-size: 16px;
    position: relative;
    top: 4px; }

#article-content .page-links {
  clear: both; }

#article-content .gallery {
  overflow: hidden; }
  #article-content .gallery.gallery-columns-1 .gallery-item {
    width: 100%; }
  #article-content .gallery.gallery-columns-2 .gallery-item {
    width: 50%; }
  #article-content .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%; }
  #article-content .gallery.gallery-columns-4 .gallery-item {
    width: 25%; }
  #article-content .gallery.gallery-columns-5 .gallery-item {
    width: 20%; }
  #article-content .gallery.gallery-columns-6 .gallery-item {
    width: 16.66667%; }
  #article-content .gallery.gallery-columns-7 .gallery-item {
    width: 14.28571%; }
  #article-content .gallery.gallery-columns-8 .gallery-item {
    width: 12.5%; }
  #article-content .gallery.gallery-columns-9 .gallery-item {
    width: 11.11111%; }
  #article-content .gallery .gallery-item {
    float: left;
    padding: 0px 7px 0px 7px;
    padding: 0rem 0.7rem 0rem 0.7rem; }
  #article-content .gallery img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  #article-content .gallery figcaption {
    text-align: center;
    line-height: 14px;
    line-height: 1.4rem;
    margin-bottom: 14px;
    margin-bottom: 1.4rem; }

.widget {
  margin-bottom: 28px;
  margin-bottom: 2.8rem; }
  .widget.widget_related_documents li, #article-content #entry-content .widget.widget_related_documents li, .widget.QnAWidget li, #article-content #entry-content .widget.QnAWidget li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    list-style: none;
    padding-left: 0px; }
    .widget.widget_related_documents li a, #article-content #entry-content .widget.widget_related_documents li a, #article-content #entry-content .widget.widget_related_documents li a, #article-content #entry-content #article-content #entry-content .widget.widget_related_documents li a, .widget.QnAWidget li a, #article-content #entry-content .widget.QnAWidget li a, #article-content #entry-content .widget.QnAWidget li a, #article-content #entry-content #article-content #entry-content .widget.QnAWidget li a {
      color: #fff; }
  #article-content #entry-content .widget.widget_related_documents ul, #article-content #entry-content #article-content #entry-content .widget.widget_related_documents ul, #article-content #entry-content .widget.QnAWidget ul, #article-content #entry-content #article-content #entry-content .widget.QnAWidget ul {
    padding-bottom: 0px; }
  .widget.widget_pages ul.children {
    display: none; }
  .widget.widget_pages li {
    position: relative;
    overflow: hidden;
    clear: both; }
    .widget.widget_pages li .toggle {
      display: none;
      position: absolute;
      width: 24px;
      height: 24px;
      text-align: center;
      right: 0;
      top: 0;
      background-color: #fff;
      z-index: 1;
      border-width: 1px;
      border-style: solid;
      border-radius: 2px;
      cursor: pointer;
      opacity: 0.7;
      transition: opacity 0.2s ease; }
      .widget.widget_pages li .toggle:hover {
        opacity: 1; }
    .widget.widget_pages li.current_page_parent .current_page_item {
      padding: 0; }
    .widget.widget_pages li.current_page_ancestor > ul.children, .widget.widget_pages li.current_page_item > ul.children {
      display: block; }
    .widget.widget_pages li ul.children li a {
      font-size: 13px; }
  .widget.widget_pages ul.children, .widget.widget_categories ul.children, .widget.widget_share_widget ul.children, .widget.widget_text ul.children {
    padding-left: 14px;
    padding-left: 1.4rem; }
  .widget.widget_pages li a, .widget.widget_categories li a, .widget.widget_share_widget li a, .widget.widget_text li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    cursor: pointer; }
  .widget.widget_share_widget ul li a {
    display: inline-block;
    padding-left: 35px;
    padding-left: 3.5rem;
    font-size: 13px;
    font-size: 1.3rem; }
    html.svg .widget.widget_share_widget ul li a {
      background-size: 28px 28px; }
    .widget.widget_share_widget ul li a.twitter-share {
      background: url("images/share-twitter.png") no-repeat left center; }
      html.svg .widget.widget_share_widget ul li a.twitter-share {
        background-image: url("images/share-twitter.svg"); }
    .widget.widget_share_widget ul li a.facebook-share {
      background: url("images/share-facebook.png") no-repeat left center; }
      html.svg .widget.widget_share_widget ul li a.facebook-share {
        background-image: url("images/share-facebook.svg"); }
  .widget#itdirect-widget {
    position: relative; }
    #article-content #entry-content .widget#itdirect-widget > .widget-title,
    #article-content #entry-content .widget#itdirect-widget > a {
      padding-left: 53px;
      display: block;
      padding-bottom: 0px; }
    .widget#itdirect-widget i.material-icons {
      position: absolute;
      display: block;
      font-size: 50px;
      top: 3px;
      left: 0px; }

#right-sidebar {
  margin-left: 28px;
  margin-left: 2.8rem;
  float: right;
  max-width: 40%; }
  @media (max-width: 767px) {
    #right-sidebar {
      display: none; } }
  #right-sidebar .wp-post-image {
    margin-bottom: 28px;
    margin-bottom: 2.8rem; }
  #right-sidebar ul li {
    list-style-type: none; }

.footer {
  margin-top: 56px;
  margin-top: 5.6rem;
  padding-top: 73.36px;
  padding-top: 7.336rem;
  background-image: url("images/acade-footer-background.png");
  background-position: center top;
  background-repeat: repeat-x; }
  html.svg .footer {
    background-image: url("images/acade-footer-background.svg");
    background-size: 524px 47px; }
  .footer * {
    color: #fff; }
  .footer .social {
    padding-left: 18.48px;
    padding-left: 1.848rem;
    display: inline-block;
    background-position: left center;
    background-size: auto 9.33333px;
    background-size: auto 0.93333rem;
    background-repeat: no-repeat; }
    .footer .social.facebook {
      background-image: url("images/facebook.png");
      background-position: 4px center; }
      html.svg .footer .social.facebook {
        background-image: url("images/facebook.svg"); }
    .footer .social.twitter {
      background-image: url("images/twitter.png"); }
      html.svg .footer .social.twitter {
        background-image: url("images/twitter.svg"); }
    .footer .social.mynewsdesk {
      background-image: url("images/mynewsdesk.png"); }
      html.svg .footer .social.mynewsdesk {
        background-image: url("images/mynewsdesk.svg"); }

.ac-education #quick-links .block, .ac-education #quick-links .widget.widget_related_documents, .ac-education #quick-links #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content .ac-education #quick-links .widget.widget_related_documents, .ac-education #quick-links .widget.QnAWidget, .ac-education #quick-links #article-content #entry-content .widget.QnAWidget, #article-content #entry-content .ac-education #quick-links .widget.QnAWidget {
  min-height: 216px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .ac-education #quick-links .block, .ac-education #quick-links .widget.widget_related_documents, .ac-education #quick-links #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content .ac-education #quick-links .widget.widget_related_documents, .ac-education #quick-links .widget.QnAWidget, .ac-education #quick-links #article-content #entry-content .widget.QnAWidget, #article-content #entry-content .ac-education #quick-links .widget.QnAWidget {
      min-height: 144px; } }
  @media (max-width: 767px) {
    .ac-education #quick-links .block, .ac-education #quick-links .widget.widget_related_documents, .ac-education #quick-links #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content .ac-education #quick-links .widget.widget_related_documents, .ac-education #quick-links .widget.QnAWidget, .ac-education #quick-links #article-content #entry-content .widget.QnAWidget, #article-content #entry-content .ac-education #quick-links .widget.QnAWidget {
      min-height: auto; } }

.ac-employee .small-news.cat-alert {
  padding-bottom: 14px;
  padding-bottom: 1.4rem; }
  .ac-employee .small-news.cat-alert > div {
    padding: 14px;
    padding: 1.4rem; }
  .ac-employee .small-news.cat-alert h1 {
    color: #fff; }
  .ac-employee .small-news.cat-alert p, .ac-employee .small-news.cat-alert #article-content .page-links, #article-content .ac-employee .small-news.cat-alert .page-links, .ac-employee .small-news.cat-alert p > time.h4, .ac-employee .small-news.cat-alert #article-content .page-links > time.h4, #article-content .ac-employee .small-news.cat-alert .page-links > time.h4 {
    color: #f0c7c0; }
  .ac-employee .small-news.cat-alert h1 + p, .ac-employee .small-news.cat-alert #article-content h1 + .page-links, #article-content .ac-employee .small-news.cat-alert h1 + .page-links {
    padding-bottom: 0px;
    border-bottom-width: 0px !important; }

.large-search input {
  display: block;
  width: 100%;
  padding: 14px;
  padding: 1.4rem;
  padding-left: 5rem;
  border: 0;
  outline: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="973" height="1024" viewBox="0 0 973 1024"><path d="M960 832L710.875 582.875C746.438 524.812 768 457.155 768 384 768 171.97 596 0 384 0 171.97 0 0 171.97 0 384c0 212 171.97 384 384 384 73.156 0 140.812-21.562 198.875-57L832 960c17.5 17.5 46.5 17.375 64 0l64-64c17.5-17.5 17.5-46.5 0-64zM384 640c-141.375 0-256-114.625-256-256s114.625-256 256-256 256 114.625 256 256-114.625 256-256 256z"/></svg>');
  border-bottom: 2px solid #6a0659;
  background-color: #f9f2f8;
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: 20px center; }
  body.ac-fakta .large-search input, body.ac-investor .large-search input {
    background-color: #e5f5fc;
    background-color: rgba(0, 157, 224, 0.1); }

.large-search ::-webkit-input-placeholder {
  color: black;
  color: rgba(0, 0, 0, 0.5); }

.large-search :-moz-placeholder {
  /* Firefox 18- */
  color: black;
  color: rgba(0, 0, 0, 0.5); }

.large-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  color: rgba(0, 0, 0, 0.5); }

.large-search :-ms-input-placeholder {
  color: black;
  color: rgba(0, 0, 0, 0.5); }

.search-result {
  width: 100%; }

.search-result section {
  display: inline-block;
  width: 70%; }

.search-result .sec-1 {
  width: 50px !important; }

.placeholder-image {
  display: inline-block;
  background-color: white;
  outline-color: black;
  outline-style: solid;
  outline-width: 1px;
  width: 48px;
  height: 48px; }

#map-of-germany {
  position: relative; }
  @media (max-width: 767px) {
    #map-of-germany {
      display: none; } }
  #map-of-germany > a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 81px;
    height: 62px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -999em;
    outline: none; }
    #map-of-germany > a#munchen {
      background-image: url("images/joki-marker.png");
      left: 53.6%;
      top: 75%; }
      @media (min-width: 1200px) {
        #map-of-germany > a#munchen {
          left: 54.6%;
          top: 77%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #map-of-germany > a#munchen {
          left: 51.6%;
          top: 71%; } }
    #map-of-germany > a#wuppertal {
      background-image: url("images/stepke-marker.png");
      left: 16.8%;
      top: 36.4%; }
      @media (min-width: 1200px) {
        #map-of-germany > a#wuppertal {
          left: 17.8%;
          top: 38.4%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #map-of-germany > a#wuppertal {
          left: 14%;
          top: 32.4%; } }
    #map-of-germany > a#koln {
      background-image: url("images/stepke-marker.png");
      left: 14.3%;
      top: 39.9%; }
      @media (min-width: 1200px) {
        #map-of-germany > a#koln {
          left: 15.3%;
          top: 41.9%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #map-of-germany > a#koln {
          left: 12.3%;
          top: 35.9%; } }
    #map-of-germany > a#berlin {
      background-image: url("images/stepke-marker.png");
      left: 67.7%;
      top: 21%; }
      @media (min-width: 1200px) {
        #map-of-germany > a#berlin {
          left: 68.7%;
          top: 23%; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #map-of-germany > a#berlin {
          left: 65.7%;
          top: 17%; } }

.dataTables_filter, .dataTables_length {
  margin-bottom: 14px;
  margin-bottom: 1.4rem; }

.dataTables_filter input {
  border-width: 0px;
  border-bottom: 2px solid #aaa;
  margin-left: 8px !important; }

table.tablepress thead th, table.tablepress tfoot th {
  background-color: transparent; }
  table.tablepress thead th:hover, table.tablepress tfoot th:hover {
    background-color: transparent; }

table.tablepress .sorting:hover, table.tablepress .sorting_asc, table.tablepress .sorting_desc {
  background-color: transparent; }

table.tablepress > thead > tr > td, table.tablepress > thead > tr > th, table.tablepress > tbody > tr > td, table.tablepress > tbody > tr > th, table.tablepress > tfoot > tr > td, table.tablepress > tfoot > tr > th {
  padding: 7px;
  padding: 0.7rem; }

table.tablepress > thead > tr > th, table.tablepress > tbody > tr > th, table.tablepress > tfoot > tr > th {
  font-weight: 700; }

table.tablepress.after-first-col-small > tbody > tr > td:nth-child(n+2) {
  line-height: 170%; }

table.tablepress.after-first-col-small > tbody > tr > td:nth-child(1) {
  vertical-align: middle; }

.paging_simple .paginate_button.next::after, .paging_simple .paginate_button.previous::before {
  text-shadow: none !important; }

@media print {
  html, body {
    -ms-text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid; }
  img {
    max-width: 100% !important;
    height: auto !important; }
  ul,
  ol,
  img,
  table,
  blockquote {
    page-break-inside: avoid; }
    body.page-sitemap ul, body.page-sitemap
    ol, body.page-sitemap
    img, body.page-sitemap
    table, body.page-sitemap
    blockquote {
      page-break-inside: auto; }
  a[href^=http]:after,
  a[href^=mailto]:after {
    content: " (" attr(href) ") "; }
  a[href^="#"]:after,
  .portal-box-container > a:after,
  a[href*="wp-login"]:after,
  a[href*="wp-admin"]:after {
    content: ""; }
  p a, #article-content .page-links a {
    word-wrap: break-word; }
  p, #article-content .page-links {
    text-align: left !important; }
  img, p img, #article-content .page-links img, p a img, #article-content .page-links a img {
    display: block !important; }
  .h1, #article-content #entry-content h1 {
    font-size: 19.5pt; }
  .h2, #article-content #entry-content h2 {
    font-size: 13.5pt; }
  .h3, #article-content #entry-content h3 {
    font-size: 12pt;
    letter-spacing: -1px; }
  .h4, #article-content #entry-content h4 {
    font-size: 10.5pt;
    line-height: 21pt;
    letter-spacing: -1px; }
  .xl {
    font-size: 30pt;
    line-height: 30pt;
    letter-spacing: -2px; }
  .xxl {
    font-size: 45pt;
    line-height: 45px;
    letter-spacing: -2px; }
  .small, form label, .nav li ul.children li a, #article-content .gallery figcaption, table.tablepress.after-first-col-small > tbody > tr > td:nth-child(n+2) {
    font-size: 9pt; }
  p, #article-content .page-links,
  li,
  label,
  input,
  button,
  address,
  textarea,
  dt,
  dd,
  p a, #article-content .page-links a {
    font-size: 10.5pt; }
  .quick,
  .nav,
  #secondary,
  #right-sidebar,
  .footer,
  .hidden-print,
  #entry-content .avatar,
  #breadcrumb,
  .placeholder-box,
  .portal-box-container img,
  #print-link {
    display: none !important; }
  #hidden-content {
    display: block; }
  .container {
    width: auto; }
  .block, .widget.widget_related_documents, #article-content #entry-content .widget.widget_related_documents, .widget.QnAWidget, #article-content #entry-content .widget.QnAWidget {
    padding-left: 0px;
    padding-right: 0px; }
  .head h1 {
    color: transparent;
    margin-bottom: 5mm;
    overflow: hidden;
    text-indent: 0px;
    height: auto; }
    .head h1:after {
      content: url("images/logo.png"); }
    .head h1 a {
      display: none; }
  .align-right, #article-content .wp-post-image {
    text-align: left; }
  #entry-content,
  *[class^="col-xs"],
  *[class^="col-sm"],
  *[class^="col-md"],
  *[class^="col-lg"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px; }
  blockquote {
    border-width: 0px 0px 0px 3px;
    padding-left: 20px;
    margin-right: 20px; }
  .portal-box-container .block, .portal-box-container .widget.widget_related_documents, .portal-box-container #article-content #entry-content .widget.widget_related_documents, #article-content #entry-content .portal-box-container .widget.widget_related_documents, .portal-box-container .widget.QnAWidget, .portal-box-container #article-content #entry-content .widget.QnAWidget, #article-content #entry-content .portal-box-container .widget.QnAWidget {
    margin-bottom: 5mm; }
  .portal-box-container .block.restricted, .portal-box-container .restricted.widget.widget_related_documents, .portal-box-container #article-content #entry-content .restricted.widget.widget_related_documents, #article-content #entry-content .portal-box-container .restricted.widget.widget_related_documents, .portal-box-container .restricted.widget.QnAWidget, .portal-box-container #article-content #entry-content .restricted.widget.QnAWidget, #article-content #entry-content .portal-box-container .restricted.widget.QnAWidget {
    height: auto; }
  .portal-box-container .block.with-footer footer, .portal-box-container .with-footer.widget.widget_related_documents footer, .portal-box-container #article-content #entry-content .with-footer.widget.widget_related_documents footer, #article-content #entry-content .portal-box-container .with-footer.widget.widget_related_documents footer, .portal-box-container .with-footer.widget.QnAWidget footer, .portal-box-container #article-content #entry-content .with-footer.widget.QnAWidget footer, #article-content #entry-content .portal-box-container .with-footer.widget.QnAWidget footer {
    position: static;
    padding-left: 0px;
    padding-right: 0px; } }
