@charset "UTF-8";
/* Vorgaben von Callies & Schewe */
/* primary colors */
/* secondary colors */
/* opacities */
/* colormapping */
/* dropdown-menu: */
/* tabs */
/* background colors */
/* modal box */
/* z-indices */
/* jumbotron */
/* campaign */
/* Alte Definition - Wenn fertig umgestellt, bitte entfernen */
/* old mixins */
/*@mixin link-download {
  @include font-icon($fa-var-download);
  height: 1.8rem;
  width: 1.6rem;
}*/
/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  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; }
  .tag {
    border: 1px solid #000; }
  .table, .main-content table, .main-content .contenttable, .main-content .table-fluid {
    border-collapse: collapse !important; }
    .table td, .main-content table td, .main-content .contenttable td, .main-content .table-fluid td,
    .table th,
    .main-content table th,
    .main-content .contenttable th,
    .main-content .table-fluid th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #005262;
  text-decoration: none; }
  a:focus, a:hover {
    color: #001216;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.8rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.3rem; }

h5, .h5 {
  font-size: 1.1rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  border-left: 0.25rem solid #eceeef; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #818a91; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .container {
      width: 54.4rem;
      max-width: 100%; } }
  @media (min-width: 769px) {
    .container {
      width: 76.9rem;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 99.2rem;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 120rem;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 769px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 544px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 769px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col-xs, .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, .col-sm, .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, .col-md, .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, .col-lg, .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, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

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

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

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

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

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

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

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

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

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

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

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

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

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

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

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

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

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

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

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

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

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

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

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

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 769px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table, .main-content table, .main-content .contenttable, .main-content .table-fluid {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  
  .table th,
  .main-content table th,
  .main-content .contenttable th,
  .main-content .table-fluid th, .table td, .main-content table td, .main-content .contenttable td, .main-content .table-fluid td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #eceeef; }
  .table thead th, .main-content table thead th, .main-content .contenttable thead th, .main-content .table-fluid thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef; }
  .table tbody + tbody, .main-content table tbody + tbody, .main-content .contenttable tbody + tbody, .main-content .table-fluid tbody + tbody {
    border-top: 2px solid #eceeef; }
  .table .table, .main-content table .table, .main-content .contenttable .table, .main-content .table-fluid .table, .table .main-content table, .main-content .table table, .main-content table table, .main-content .contenttable table, .main-content .table-fluid table, .table .main-content .contenttable, .main-content .table .contenttable, .main-content table .contenttable, .main-content .contenttable .contenttable, .main-content .table-fluid .contenttable, .table .main-content .table-fluid, .main-content .table .table-fluid, .main-content table .table-fluid, .main-content .contenttable .table-fluid, .main-content .table-fluid .table-fluid {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8; }

.table-hover .table-success:hover {
  background-color: #d0e9c6; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d0e9c6; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7; }

.table-hover .table-info:hover {
  background-color: #c4e3f3; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #c4e3f3; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3; }

.table-hover .table-warning:hover {
  background-color: #faf2cc; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #faf2cc; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede; }

.table-hover .table-danger:hover {
  background-color: #ebcccc; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ebcccc; }

.thead-inverse th {
  color: #fff;
  background-color: #373a3c; }

.thead-default th {
  color: #55595c;
  background-color: #eceeef; }

.table-inverse {
  color: #eceeef;
  background-color: #373a3c; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #eceeef; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #eceeef; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #eceeef;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(5rem - 2px); }

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block; }

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem; }

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #818a91;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    color: #818a91;
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 0.25rem; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 1.25rem;
  background-size: 2.5rem 2.5rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }
  .has-success .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a3d7a3; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }
  .has-warning .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f8d9ac; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }
  .has-danger .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 544px) {
  .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;
    width: auto;
    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 .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #005262;
  border-color: #005262; }
  .btn-primary:hover {
    color: #fff;
    background-color: #00272f;
    border-color: #001f25; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #00272f;
    border-color: #001f25; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00272f;
    border-color: #001f25;
    background-image: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00090b;
      border-color: black; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #005262;
    border-color: #005262; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #005262;
    border-color: #005262; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #005262;
  background-image: none;
  background-color: transparent;
  border-color: #005262; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #005262;
    border-color: #005262; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #005262;
    border-color: #005262; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #005262;
    border-color: #005262; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #00090b;
      border-color: black; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #00a7c8; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #00a7c8; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #005262;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #001216;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100% !important; }

.btn-block + .btn-block {
  margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #005262;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #818a91; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #818a91;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0.3rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 0; }

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%; }

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  float: left;
  clear: left; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none; }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem; }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0.25rem 0.25rem 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #818a91; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #818a91;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid transparent;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #eceeef #eceeef #ddd; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #818a91;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #005262; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  padding: 0.5rem 1rem; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 544px) {
    .navbar {
      border-radius: 0.25rem; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 544px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top, #campaign header .navbar-logo,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 544px) {
    .navbar-fixed-top, #campaign header .navbar-logo,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top, #campaign header .navbar-logo {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 544px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\00a0"; }

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem; }

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 768px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 769px) {
  .navbar-toggleable-sm {
    display: block; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }

.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block; } }

.navbar-toggleable-xl {
  display: block; }
  .navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both; }
  .navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
      position: static;
      float: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
  .navbar-light .navbar-toggler:focus,
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075); }

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
  .navbar-dark .navbar-toggler:focus,
  .navbar-dark .navbar-toggler:hover {
    color: white; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover {
  color: white; }

.navbar-dark .navbar-toggler {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 543px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 768px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 769px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-primary {
  background-color: #005262;
  border-color: #005262; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #005262; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0.25rem - 1px); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

@media (min-width: 544px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 544px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 544px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 0.35rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #949494;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #818a91; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #005262;
    border-color: #005262; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #005262;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #001216;
    background-color: #eceeef;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .tag:empty {
    display: none; }

.btn .tag {
  position: relative;
  top: -1px; }

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #818a91; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #687077; }

.tag-primary {
  background-color: #005262; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: #00272f; }

.tag-success {
  background-color: #5cb85c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44; }

.tag-info {
  background-color: #5bc0de; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5; }

.tag-warning {
  background-color: #f0ad4e; }
  .tag-warning[href]:focus, .tag-warning[href]:hover {
    background-color: #ec971f; }

.tag-danger {
  background-color: #d9534f; }
  .tag-danger[href]:focus, .tag-danger[href]:hover {
    background-color: #c9302c; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2.5rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem; }

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  border-radius: 0.25rem; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0.25rem; }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0.25rem; }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0.25rem; }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem; } }

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media,
.media-body {
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 10px; }

.media-left {
  padding-right: 10px; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #eceeef; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #818a91; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #005262;
    border-color: #005262; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #2fddff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.in {
    opacity: 0.6; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 544px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2rem 0.2rem 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203a"; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 544px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  background-color: #005262 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #00272f !important; }

.bg-success {
  background-color: #5cb85c !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #373a3c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.float-xs-none {
  float: none !important; }

@media (min-width: 544px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 769px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

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

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 1rem 1rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.m-2 {
  margin: 1.5rem 1.5rem !important; }

.mt-2 {
  margin-top: 1.5rem !important; }

.mr-2 {
  margin-right: 1.5rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.ml-2 {
  margin-left: 1.5rem !important; }

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.m-3 {
  margin: 3rem 3rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

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

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 1rem 1rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.p-2 {
  padding: 1.5rem 1.5rem !important; }

.pt-2 {
  padding-top: 1.5rem !important; }

.pr-2 {
  padding-right: 1.5rem !important; }

.pb-2 {
  padding-bottom: 1.5rem !important; }

.pl-2 {
  padding-left: 1.5rem !important; }

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

.p-3 {
  padding: 3rem 3rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

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

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media (min-width: 544px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #818a91 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #687077 !important; }

.text-primary {
  color: #005262 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #00272f !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #373a3c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #1f2021 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 768px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !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; } }

.breadcrumb {
  margin-bottom: 0;
  margin-top: 0; }
  .breadcrumb a {
    color: #949494;
    font-size: 12px; }

.home .breadcrumb-section {
  display: none; }

#page {
  padding-top: 6rem; }

@media (max-width: 543px) {
  #page {
    padding-top: 4rem; } }

@media (min-width: 544px) {
  #page {
    padding-top: 6rem; } }

@media (min-width: 769px) {
  #page {
    padding-top: 6rem; } }

.img-fullwidth {
  width: 100%; }

.page404 .breadcrumb-section {
  display: none; }

.page404 .hero {
  color: #fff;
  text-align: center; }
  .page404 .hero p {
    font-size: 1.6rem;
    margin-bottom: 50px;
    text-shadow: 2px 2px #000; }
  .page404 .hero h2 {
    font-size: 12rem;
    padding-top: 7rem;
    padding-bottom: 2rem;
    text-shadow: 2px 2px #000; }

#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
  z-index: 90;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  #cookie-bar p {
    margin: 0; }

.footer-section {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  padding-bottom: 0;
  margin-top: 2rem;
  background: #F7F7F7; }
  .footer-section h4 {
    color: #484848;
    font-size: 1.2rem; }
  .footer-section .nav-stacked a {
    line-height: 1.6rem; }
    .footer-section .nav-stacked a:hover {
      background: transparent;
      text-decoration: underline;
      color: #000; }

.jumbotron {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-shadow: #666 0 0 5px;
  margin-bottom: 0; }
  @media (max-width: 543px) {
    .jumbotron h1, .jumbotron h2 {
      font-size: 2rem; } }
  @media (min-width: 544px) {
    .jumbotron h1, .jumbotron h2 {
      font-size: 3rem; } }
  .jumbotron p {
    font-weight: 300;
    line-height: 1.5;
    margin-top: 0; }
    @media (max-width: 543px) {
      .jumbotron p {
        font-size: 1.1rem; } }
    @media (min-width: 544px) {
      .jumbotron p {
        font-size: 1.5rem; } }

#bs-searchbar-inline {
  width: 200px;
  float: right; }

.home .jumbotron {
  position: relative;
  -webkit-box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.6); }
  .home .jumbotron h1 span {
    background: rgba(0, 82, 98, 0.8);
    line-height: 135%;
    padding: 0 7px;
    text-transform: uppercase;
    font-weight: 300; }
  .home .jumbotron h1, .home .jumbotron p {
    color: #fff; }
  .home .jumbotron p {
    background: rgba(0, 0, 0, 0.75);
    padding: 4px;
    display: inline; }
  @media (max-width: 543px) {
    .home .jumbotron .btn-group {
      display: none; } }

.hero .flexslider {
  margin-bottom: 0;
  border: 0; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.6); }

.navbar-default .searchbar-toggle {
  margin-right: 0 !important; }

@media (max-width: 768px) {
  #bd-main-nav {
    clear: both; } }

@media (max-width: 543px) {
  .navbar-brand {
    max-width: 11rem; }
  .bd-navbar .nav-link, .bd-navbar .nav-item {
    float: none; }
  .bd-navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 0; } }

@media (min-width: 544px) {
  .navbar-brand {
    max-width: 12rem;
    margin-right: 3rem; }
  .navbar-collapse {
    padding-top: 18px; } }

.nav-sidebar a.nav-link {
  padding: .25rem .75rem; }

.searchbar-toggler {
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.25rem; }

.navbar-toggler {
  color: #000; }

.navbar-user {
  background: #eee; }
  .navbar-user .nav-inline {
    margin-bottom: 0; }
    .navbar-user .nav-inline a {
      color: #666;
      font-size: 12px;
      line-height: 24px; }

.navbar-language {
  margin-left: 0.3rem; }
  .navbar-language i {
    color: #666; }

.navbar-nav > li > .has-submenu {
  /*&::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .25rem;
    margin-left: .25rem;
    vertical-align: middle;
    content: "";
    border-top: $caret-width solid;
    border-right: $caret-width solid transparent;
    border-left: $caret-width solid transparent;
  }
*/ }
  .navbar-nav > li > .has-submenu:focus {
    outline: 0; }

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

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

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

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

a.external-link i:before, a[target="_blank"] i:before {
  content: none; }

a.external-link-new-window i:before, a[target="_blank"] i:before {
  content: none; }

a.mail i:before, a[href^="javascript:linkTo_UnCryptMailto"] i:before {
  content: "\f003\00a0"; }

a.more-link i:before {
  content: "\f101\00a0"; }

.style1 {
  color: darkred; }

ul.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.menu li a {
    color: #666;
    display: block;
    border-bottom: 1px solid #ECEBEB;
    padding: 3px 0; }

.clearfix {
  clear: both; }

.media-left i {
  font-size: 3rem;
  line-height: 3rem;
  padding-right: 1rem;
  color: #005262; }

.btn-group > div:first-child > .btn {
  margin-left: 0; }

.btn-group > div {
  display: inline; }

.alert p {
  margin-bottom: 0; }

.btn span + i {
  margin-left: 5px; }

.btn i ~ span {
  margin-left: 5px; }

.card > i {
  text-align: center;
  display: block;
  font-size: 3rem;
  color: #555;
  padding-top: 1rem; }

.bs-example {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.05); }

.bs-example {
  margin-right: 0;
  margin-left: 0;
  background-color: #fff;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bs-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  color: #959595;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example"; }

.panel-heading {
  margin-bottom: 0.2em; }
  .panel-heading a {
    text-align: left; }

.panel-collapse {
  padding: 1em; }

.tab-pane {
  padding: 1em; }

.megamenu {
  position: relative; }
  .megamenu > li {
    position: static; }
  .megamenu .dropdown-menu {
    top: auto;
    right: 0;
    box-shadow: 3px 2px 4px rgba(148, 148, 148, 0.68); }
  .megamenu .dropdown-content {
    padding: 1em; }

.figure-caption {
  margin-top: 0.2em; }

.label {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .label:empty {
    display: none; }

.btn .label {
  position: relative;
  top: -1px; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.label-default {
  background-color: #818a91; }
  .label-default[href]:focus, .label-default[href]:hover {
    background-color: #687077; }

.label-primary {
  background-color: #0275d8; }
  .label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #025aa5; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:focus, .label-success[href]:hover {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:focus, .label-info[href]:hover {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #c9302c; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .chosen-container-multi .chosen-choices li.search-choice .fa-pull-left.search-choice-close {
  margin-right: .3em; }

.fa.fa-pull-right, .chosen-container-multi .chosen-choices li.search-choice .fa-pull-right.search-choice-close {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left, .chosen-container-multi .chosen-choices li.search-choice .pull-left.search-choice-close {
  margin-right: .3em; }

.fa.pull-right, .chosen-container-multi .chosen-choices li.search-choice .pull-right.search-choice-close {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before, .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

section.main {
  margin-bottom: 4rem;
  padding-top: 5rem; }
  @media (min-width: 992px) {
    section.main {
      margin-bottom: 4.7rem; } }
  @media (min-width: 992px) {
    section.main {
      padding-top: 0; } }

section .push {
  margin-bottom: -4rem; }
  @media (min-width: 992px) {
    section .push {
      margin-bottom: -4.7rem; } }

section.jumbotron-placeholder {
  margin-top: 2rem; }
  @media (min-width: 992px) {
    section.jumbotron-placeholder {
      margin-top: 5.7rem; } }

/*FONTS*/
@font-face {
  font-family: 'Roboto Condensed Regular';
  font-weight: 400;
  font-style: normal;
  src: url("../Fonts/RobotoCondensed-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Condensed Regular Italic';
  font-weight: 400;
  font-style: italic;
  src: url("../Fonts/RobotoCondensed-Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Condensed Light';
  font-weight: 300;
  font-style: normal;
  src: url("../Fonts/RobotoCondensed-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Condensed Light Italic';
  font-weight: 300;
  font-style: italic;
  src: url("../Fonts/RobotoCondensed-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Condensed Bold';
  font-weight: 700;
  font-style: normal;
  src: url("../Fonts/RobotoCondensed-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Condensed Bold Italic';
  font-weight: 700;
  font-style: italic;
  src: url("../Fonts/RobotoCondensed-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Medium';
  font-weight: 400;
  font-style: normal;
  src: url("../Fonts/Roboto-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Medium Italic';
  font-weight: 400;
  font-style: italic;
  src: url("../Fonts/Roboto-MediumItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url("../Fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Italic';
  font-weight: 400;
  font-style: italic;
  src: url("../Fonts/Roboto-Italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Light';
  font-weight: 300;
  font-style: normal;
  src: url("../Fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Light Italic';
  font-weight: 300;
  font-style: italic;
  src: url("../Fonts/Roboto-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Bold';
  font-weight: 700;
  font-style: normal;
  src: url("../Fonts/Roboto-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Bold Italic';
  font-weight: 700;
  font-style: italic;
  src: url("../Fonts/Roboto-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Black';
  font-weight: 700;
  font-style: normal;
  src: url("../Fonts/Roboto-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Roboto Black Italic';
  font-weight: 700;
  font-style: italic;
  src: url("../Fonts/Roboto-BlackItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Fonts/glyphicons-halflings-regular.eot");
  src: url("../Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

/* old mixins */
/*@mixin link-download {
  @include font-icon($fa-var-download);
  height: 1.8rem;
  width: 1.6rem;
}*/
.hima-theme {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  color: #445055;
  font-size: 1.8rem;
  line-height: 2.8rem;
  /*  p, li, li a, a {
    font-size: 2.6rem;
  }

  @include media-breakpoint-up(md) {

    p, li, li a, a {
      font-size: 1.6rem;
    }

  }*/ }
  @media (min-width: 544px) {
    .hima-theme {
      font-size: 1.6rem;
      line-height: 2.4rem; } }
  .hima-theme * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .hima-theme h1 {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    font-size: 4rem;
    line-height: 4.6rem;
    color: #445055; }
    @media (min-width: 544px) {
      .hima-theme h1 {
        font-size: 3.2rem;
        line-height: 3.5rem; } }
  .hima-theme h2 {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 3.4rem;
    line-height: 4rem; }
    @media (min-width: 544px) {
      .hima-theme h2 {
        font-size: 2.5rem;
        line-height: 3.1rem; } }
  .hima-theme h3 {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 2.6rem;
    line-height: 3.2rem; }
    @media (min-width: 544px) {
      .hima-theme h3 {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  .hima-theme h4, .hima-theme h5, .hima-theme h6 {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    @media (min-width: 544px) {
      .hima-theme h4, .hima-theme h5, .hima-theme h6 {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  .hima-theme .roof-line {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase; }
    @media (min-width: 544px) {
      .hima-theme .roof-line {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
  .hima-theme a {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    @media (min-width: 544px) {
      .hima-theme a {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  .hima-theme a:hover {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #009ee2; }
    @media (min-width: 544px) {
      .hima-theme a:hover {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  .hima-theme p {
    margin: 1.7rem 0; }
  .hima-theme strong {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }
  .hima-theme .btn-secondary, .hima-theme .btn-default, .hima-theme .btn-ghost {
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #445055;
    background: none;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid #445055;
    border-radius: 0;
    text-decoration: none !important; }
    .hima-theme .btn-secondary:hover, .hima-theme .btn-default:hover, .hima-theme .btn-ghost:hover {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: #009ee2;
      border-color: #009ee2;
      background: none; }
    @media (max-width: 991px) {
      .hima-theme .btn-secondary, .hima-theme .btn-default, .hima-theme .btn-ghost {
        margin: 0 auto 4rem auto; } }
    @media (max-width: 543px) {
      .hima-theme .btn-secondary, .hima-theme .btn-default, .hima-theme .btn-ghost {
        height: 7.5rem;
        padding: 2.4rem 4.8rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .hima-theme .btn-secondary:hover, .hima-theme .btn-default:hover, .hima-theme .btn-ghost:hover {
          font-size: 2rem;
          line-height: 2.4rem; } }
  .hima-theme .btn-primary, .hima-theme .btn-dark {
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    background: #445055;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid #445055;
    border-radius: 0;
    text-decoration: none !important; }
    .hima-theme .btn-primary:hover, .hima-theme .btn-dark:hover {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: #fff;
      border-color: #009ee2;
      background: #009ee2; }
    @media (max-width: 991px) {
      .hima-theme .btn-primary, .hima-theme .btn-dark {
        margin: 0 auto 4rem auto; } }
    @media (max-width: 543px) {
      .hima-theme .btn-primary, .hima-theme .btn-dark {
        height: 7.5rem;
        padding: 2.4rem 4.8rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .hima-theme .btn-primary:hover, .hima-theme .btn-dark:hover {
          font-size: 2rem;
          line-height: 2.4rem; } }
  .hima-theme .btn-tertiary, .hima-theme .btn-signal {
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    background: #ec6842;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid #ec6842;
    border-radius: 0;
    text-decoration: none !important; }
    .hima-theme .btn-tertiary:hover, .hima-theme .btn-signal:hover {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: #fff;
      border-color: #009ee2;
      background: #009ee2; }
    @media (max-width: 991px) {
      .hima-theme .btn-tertiary, .hima-theme .btn-signal {
        margin: 0 auto 4rem auto; } }
    @media (max-width: 543px) {
      .hima-theme .btn-tertiary, .hima-theme .btn-signal {
        height: 7.5rem;
        padding: 2.4rem 4.8rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .hima-theme .btn-tertiary:hover, .hima-theme .btn-signal:hover {
          font-size: 2rem;
          line-height: 2.4rem; } }
  .hima-theme .btn-light {
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    background: none;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid #fff;
    border-radius: 0;
    text-decoration: none !important; }
    .hima-theme .btn-light:hover {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: #009ee2;
      border-color: #009ee2;
      background: none; }
    @media (max-width: 991px) {
      .hima-theme .btn-light {
        margin: 0 auto 4rem auto; } }
    @media (max-width: 543px) {
      .hima-theme .btn-light {
        height: 7.5rem;
        padding: 2.4rem 4.8rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .hima-theme .btn-light:hover {
          font-size: 2rem;
          line-height: 2.4rem; } }
  .hima-theme .btn-link {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none;
    color: #445055; }
    .hima-theme .btn-link:hover {
      color: #009ee2; }
  .hima-theme .dark-primary .btn-secondary, .hima-theme .dark-primary .btn-default, .hima-theme .dark-primary .btn-ghost, .hima-theme .dark-secondary .btn-secondary, .hima-theme .dark-secondary .btn-default, .hima-theme .dark-secondary .btn-ghost {
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #fff;
    background: none;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid #fff;
    border-radius: 0;
    text-decoration: none !important; }
    .hima-theme .dark-primary .btn-secondary:hover, .hima-theme .dark-primary .btn-default:hover, .hima-theme .dark-primary .btn-ghost:hover, .hima-theme .dark-secondary .btn-secondary:hover, .hima-theme .dark-secondary .btn-default:hover, .hima-theme .dark-secondary .btn-ghost:hover {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: #009ee2;
      border-color: #009ee2;
      background: none; }
    @media (max-width: 991px) {
      .hima-theme .dark-primary .btn-secondary, .hima-theme .dark-primary .btn-default, .hima-theme .dark-primary .btn-ghost, .hima-theme .dark-secondary .btn-secondary, .hima-theme .dark-secondary .btn-default, .hima-theme .dark-secondary .btn-ghost {
        margin: 0 auto 4rem auto; } }
    @media (max-width: 543px) {
      .hima-theme .dark-primary .btn-secondary, .hima-theme .dark-primary .btn-default, .hima-theme .dark-primary .btn-ghost, .hima-theme .dark-secondary .btn-secondary, .hima-theme .dark-secondary .btn-default, .hima-theme .dark-secondary .btn-ghost {
        height: 7.5rem;
        padding: 2.4rem 4.8rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .hima-theme .dark-primary .btn-secondary:hover, .hima-theme .dark-primary .btn-default:hover, .hima-theme .dark-primary .btn-ghost:hover, .hima-theme .dark-secondary .btn-secondary:hover, .hima-theme .dark-secondary .btn-default:hover, .hima-theme .dark-secondary .btn-ghost:hover {
          font-size: 2rem;
          line-height: 2.4rem; } }
  .hima-theme .dark-primary .btn-primary, .hima-theme .dark-primary .btn-dark, .hima-theme .dark-secondary .btn-primary, .hima-theme .dark-secondary .btn-dark {
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    color: #445055;
    background: #fff;
    padding: 1.2rem 2.4rem;
    border: 0.1rem solid #fff;
    border-radius: 0;
    text-decoration: none !important; }
    .hima-theme .dark-primary .btn-primary:hover, .hima-theme .dark-primary .btn-dark:hover, .hima-theme .dark-secondary .btn-primary:hover, .hima-theme .dark-secondary .btn-dark:hover {
      font-size: 1.8rem;
      line-height: 2.3rem;
      color: #fff;
      border-color: #009ee2;
      background: #009ee2; }
    @media (max-width: 991px) {
      .hima-theme .dark-primary .btn-primary, .hima-theme .dark-primary .btn-dark, .hima-theme .dark-secondary .btn-primary, .hima-theme .dark-secondary .btn-dark {
        margin: 0 auto 4rem auto; } }
    @media (max-width: 543px) {
      .hima-theme .dark-primary .btn-primary, .hima-theme .dark-primary .btn-dark, .hima-theme .dark-secondary .btn-primary, .hima-theme .dark-secondary .btn-dark {
        height: 7.5rem;
        padding: 2.4rem 4.8rem;
        font-size: 2rem;
        line-height: 2.4rem; }
        .hima-theme .dark-primary .btn-primary:hover, .hima-theme .dark-primary .btn-dark:hover, .hima-theme .dark-secondary .btn-primary:hover, .hima-theme .dark-secondary .btn-dark:hover {
          font-size: 2rem;
          line-height: 2.4rem; } }
  .hima-theme .dark-primary .btn-link, .hima-theme .dark-secondary .btn-link {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none; }
    .hima-theme .dark-primary .btn-link:hover, .hima-theme .dark-secondary .btn-link:hover {
      color: #009ee2; }

button:focus {
  outline: 0; }

:focus {
  outline: thin dotted;
  outline-offset: -0.2rem; }

a, a:focus {
  outline: 0; }

.no-margin {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.no-padding {
  padding-left: 0;
  padding-right: 0; }

.p-t-1 {
  padding-top: 1rem !important; }

.p-t-2 {
  padding-top: 2rem; }

.p-b-1 {
  padding-bottom: 1rem !important; }

.p-b-2 {
  padding-bottom: 2rem; }

.p-l-1 {
  padding-left: 1rem; }

.p-r-1 {
  padding-right: 1rem; }

.m-t-1 {
  margin-top: 1rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-t-4 {
  margin-top: 4rem !important; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-b-4 {
  margin-bottom: 4rem; }

.p-l-r-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.divider {
  height: 0.1rem;
  width: 100%;
  display: block;
  margin: 1rem 0;
  overflow: hidden;
  background-color: #fff; }

/* Fix Android */
body {
  -webkit-animation: bugfix infinite 1s; }

@-webkit-keyframes bugfix {
  from {
    padding: 0; }
  to {
    padding: 0; } }

.hidden {
  display: none; }

.headlines {
  margin-top: 4rem;
  margin-bottom: 3rem; }
  @media (min-width: 1200px) {
    .headlines {
      margin-top: 3.5rem;
      margin-bottom: 2.5rem; } }

figure, .ce-media {
  margin: 1em 1.5rem; }

.main .container {
  padding-left: 0;
  padding-right: 0; }

.main .wrapper > .container {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.main .nopadding {
  padding-top: 0;
  padding-bottom: 0; }

.dark-primary .roof-line, .dark-secondary .roof-line {
  color: #fff; }

button:focus {
  outline: none !important; }

.wrapper.blue .btn-primary:hover {
  color: #fff !important;
  border-color: #fff;
  background-color: transparent; }

.align-self-center {
  align-self: center !important; }

.flex {
  display: flex !important; }

#sidemenu {
  height: 100%;
  margin-top: 8rem; }
  @media (max-width: 991px) {
    #sidemenu {
      border-top: solid 1px rgba(255, 255, 255, 0.7); } }
  #sidemenu .mm-panels {
    bottom: 160px; }
  #sidemenu #nav-mobile-footer {
    width: 100%;
    position: absolute;
    bottom: 80px;
    height: 75px;
    color: #fff; }
    #sidemenu #nav-mobile-footer .container {
      padding-top: 0;
      padding-bottom: 0; }
      #sidemenu #nav-mobile-footer .container col-xs-3 {
        border-right: 3px solid rgba(255, 255, 255, 0.1); }
    #sidemenu #nav-mobile-footer .extranet-login {
      cursor: pointer;
      text-align: center;
      padding-top: 15px;
      background-color: rgba(255, 255, 255, 0.1);
      margin-top: 7px; }
      #sidemenu #nav-mobile-footer .extranet-login .svg {
        position: relative;
        height: 15px; }
        #sidemenu #nav-mobile-footer .extranet-login .svg:before {
          display: inline-block;
          width: 100%;
          height: 19px;
          content: '';
          background: url("../Images/icons/icon_extranet_login.svg");
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center; }
      #sidemenu #nav-mobile-footer .extranet-login a {
        color: #fff; }

header {
  /* Main Menu */
  /* Meta Menu */ }
  header #bs-searchbar-inline {
    width: auto;
    margin-left: 2rem; }
  header section.jumbotron {
    display: none; }
  header .navbar-fixed-top, #campaign header .navbar-logo {
    background: #63747f;
    height: 8rem; }
    @media (min-width: 992px) {
      header .navbar-fixed-top, #campaign header .navbar-logo {
        background: rgba(68, 80, 85, 0.9);
        height: 9.6rem; } }
  header nav.collapse {
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%; }
  header .navbar-nav {
    display: inline-block;
    float: left; }
    header .navbar-nav:first-of-type {
      margin-right: 2rem;
      margin-top: 0.8rem; }
      @media (min-width: 1240px) {
        header .navbar-nav:first-of-type {
          margin-left: 1rem; } }

@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-nav:first-of-type {
    margin-right: 0; } }
  header .navbar-collapse {
    text-align: center; }
  header .navbar-language li .submenu.child,
  header .smartmenus .submenu.child {
    display: none; }
  header .navbar-language li li,
  header .smartmenus li {
    float: left; }
    header .navbar-language li li a,
    header .smartmenus li a {
      color: #fff;
      font-size: 1.8rem;
      line-height: 1.8rem; }
      header .navbar-language li li a:hover,
      header .smartmenus li a:hover {
        color: #009ee2;
        font-size: 1.8rem; }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        header .navbar-language li li a,
        header .smartmenus li a {
          font-size: 1.6rem; }
          header .navbar-language li li a:hover,
          header .smartmenus li a:hover {
            font-size: 1.6rem; } }
    header .navbar-language li li.active a,
    header .navbar-language li li a.active,
    header .smartmenus li.active a,
    header .smartmenus li a.active {
      color: #fbbd00;
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }
    header .navbar-language li li ul li a,
    header .smartmenus li ul li a {
      color: #009ee2; }
      header .navbar-language li li ul li a:hover,
      header .smartmenus li ul li a:hover {
        color: #009ee2; }
    header .navbar-language li li ul.push-left,
    header .smartmenus li ul.push-left {
      left: 20% !important;
      min-width: 150px !important; }
  header .navbar-user {
    background: none; }
    header .navbar-user .container {
      padding: 0 1.5rem; }
    header .navbar-user .nav-inline a {
      color: #fff;
      font-size: 1.4rem;
      line-height: 1.4rem; }
      header .navbar-user .nav-inline a:hover {
        color: #009ee2;
        font-size: 1.4rem;
        line-height: 1.4rem;
        text-decoration: none; }
    header .navbar-user .nav-inline li.extranet-login {
      margin-right: 20px;
      cursor: pointer;
      position: relative;
      color: #fff;
      font-size: 1.4rem; }
      header .navbar-user .nav-inline li.extranet-login .svg {
        position: relative; }
        header .navbar-user .nav-inline li.extranet-login .svg:before {
          display: inline-block;
          width: 19px;
          height: 19px;
          position: absolute;
          left: -19px;
          bottom: -1px;
          content: '';
          background: url("../Images/icons/icon_extranet_login.svg");
          background-size: contain;
          background-repeat: no-repeat; }
      header .navbar-user .nav-inline li.extranet-login .extranet-form {
        opacity: 0;
        position: absolute;
        width: 250px;
        color: #fff;
        z-index: 999;
        top: 0;
        right: 0;
        padding: 15px;
        background: #445055;
        transition: all 500ms ease-in-out;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-110%);
        -moz-transform: translateY(-110%);
        -ms-transform: translateY(-110%); }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .login-status h3 {
          display: none; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .wrapper .container {
          padding: 0; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .headlines {
          background: #576165;
          margin: 0px -15px -20px;
          text-align: center;
          cursor: pointer; }
          header .navbar-user .nav-inline li.extranet-login .extranet-form .headlines a {
            display: block;
            height: 100%;
            width: 100%;
            padding: 15px; }
            header .navbar-user .nav-inline li.extranet-login .extranet-form .headlines a:hover {
              color: #fff;
              text-decoration: underline; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .tx-felogin-pi1 .headlines {
          background: transparent;
          color: #fff;
          text-align: left;
          margin: 0; }
          header .navbar-user .nav-inline li.extranet-login .extranet-form .tx-felogin-pi1 .headlines h2, header .navbar-user .nav-inline li.extranet-login .extranet-form .tx-felogin-pi1 .headlines h3 {
            color: #fff; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .tx-felogin-pi1 h3 {
          color: #fff; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form form .headlines {
          background: none;
          padding: inherit;
          margin: 0;
          text-align: left; }
          header .navbar-user .nav-inline li.extranet-login .extranet-form form .headlines h2 {
            color: #fff;
            font-size: 18px;
            font-weight: bold; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .table .table-cell, header .navbar-user .nav-inline li.extranet-login .extranet-form .main-content table .table-cell, .main-content header .navbar-user .nav-inline li.extranet-login .extranet-form table .table-cell, header .navbar-user .nav-inline li.extranet-login .extranet-form .main-content .contenttable .table-cell, .main-content header .navbar-user .nav-inline li.extranet-login .extranet-form .contenttable .table-cell, header .navbar-user .nav-inline li.extranet-login .extranet-form .main-content .table-fluid .table-cell, .main-content header .navbar-user .nav-inline li.extranet-login .extranet-form .table-fluid .table-cell {
          display: block;
          width: 100%;
          text-align: center; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .form-group input {
          padding: 8px; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form .form-group input[type=submit] {
          background: #ec6842;
          width: 100%; }
          header .navbar-user .nav-inline li.extranet-login .extranet-form .form-group input[type=submit]:hover {
            background: #009ee2; }
        header .navbar-user .nav-inline li.extranet-login .extranet-form.show {
          opacity: 1;
          top: 25px;
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0); }
      header .navbar-user .nav-inline li.extranet-login:hover .extranet-form {
        opacity: 1;
        top: 25px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0); }
  header .lang-title {
    color: #fff;
    display: block;
    margin-top: 1.5rem;
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding-bottom: 1rem; }
  header .navbar-language {
    margin-left: 1rem;
    padding: 0;
    margin-top: 0; }
    header .navbar-language .dropdown {
      margin-right: 0; }
    header .navbar-language .dropdown-menu {
      background-color: #445055;
      width: 24rem;
      border: 0;
      padding-bottom: 1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      header .navbar-language .dropdown-menu li a {
        color: #fff;
        padding-left: 0; }
    header .navbar-language ul {
      list-style-type: none; }
    header .navbar-language .submenu {
      padding-left: 0;
      color: #fff; }
      header .navbar-language .submenu li {
        float: none; }
      header .navbar-language .submenu a {
        font-size: 1.8rem;
        line-height: 2.3rem; }
        header .navbar-language .submenu a:focus, header .navbar-language .submenu a:hover, header .navbar-language .submenu a:active {
          color: #009ee2;
          font-size: 1.8rem;
          line-height: 2.3rem;
          text-decoration: none; }
      header .navbar-language .submenu .lang-menu-separator {
        padding: 0 0.5rem;
        font-size: 1.8rem;
        line-height: 2.3rem; }
    header .navbar-language li {
      float: left; }
      header .navbar-language li a i {
        color: #fff; }
    header .navbar-language .topbar-devider {
      padding: 0 0.5rem;
      color: #fff;
      font-size: 1.8rem;
      line-height: 4.2rem; }
    header .navbar-language .dropdown-item:hover, header .navbar-language .dropdown-item:focus {
      background: none; }
  header .menu-topic {
    font-size: 1.8rem; }
  header .smartmenus li .nav-link {
    padding-top: 0;
    padding-bottom: 0; }
  header .smartmenus li .sub-arrow {
    display: none; }
  header .smartmenus li .dropdown-toggle::after {
    display: none; }
  header .smartmenus li .has-submenu.highlighted {
    /*&:after,
        &::after {
            position: relative;
            display: block;
            margin: 0;
        }*/ }
  header .smartmenus li .dropdown-toggle {
    font-size: 1.7rem;
    line-height: 5.5rem; }
    header .smartmenus li .dropdown-toggle:hover {
      font-size: 1.7rem; }
    @media (min-width: 1200px) {
      header .smartmenus li .dropdown-toggle {
        font-size: 1.8rem; }
        header .smartmenus li .dropdown-toggle:hover {
          font-size: 1.8rem; } }
  header .smartmenus li .mega-menu-wrapper {
    background: rgba(68, 80, 85, 0.9);
    display: block;
    left: 0;
    position: absolute;
    top: 10.2rem; }
    header .smartmenus li .mega-menu-wrapper.white {
      background: #fff; }
    header .smartmenus li .mega-menu-wrapper .menu-desc {
      color: white;
      font-size: 1.4rem;
      margin-top: -0.5rem;
      margin-bottom: 1rem;
      padding-right: 1rem;
      display: block; }
  header .smartmenus li .submenu.first li a {
    padding-right: 1rem;
    line-height: 1.8rem; }
    header .smartmenus li .submenu.first li a:hover {
      line-height: 1.8rem; }
  header .smartmenus li ul {
    padding: 4rem 2rem;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    left: 50% !important;
    z-index: 1;
    margin-top: 0.6rem; }
    header .smartmenus li ul .col-2,
    header .smartmenus li ul .col-3,
    header .smartmenus li ul .col-4,
    header .smartmenus li ul .col-5 {
      width: 27rem;
      padding-left: 0;
      padding-right: 2rem; }
      header .smartmenus li ul .col-2.last,
      header .smartmenus li ul .col-3.last,
      header .smartmenus li ul .col-4.last,
      header .smartmenus li ul .col-5.last {
        border-right: none; }
    @media screen and (max-width: 1280px) {
      header .smartmenus li ul .col-4 {
        width: 26.5rem;
        padding-left: 0.5rem; }
      header .smartmenus li ul .col-5 {
        width: 21rem;
        padding-left: 0.5rem; } }
    @media screen and (max-width: 1100px) {
      header .smartmenus li ul .col-4 {
        width: 24rem; } }
    header .smartmenus li ul li ul {
      list-style: none;
      padding: 0.5rem 0; }
      header .smartmenus li ul li ul li {
        float: none;
        margin-bottom: 0.8rem; }
        header .smartmenus li ul li ul li a {
          padding-left: 0;
          color: #fff; }
          header .smartmenus li ul li ul li a:hover {
            background: none;
            text-decoration: none;
            color: #009ee2; }
    header .smartmenus li ul .submenu.child li {
      display: none; }
  header .smartmenus .submenu-title {
    line-height: 4.5rem;
    font-size: 1.8rem;
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  header .smartmenus li.mega-menu {
    position: static !important; }
  header .smartmenus > li {
    position: static !important;
    /*.dropdown-toggle {
      &:hover {
        @include nav-active-dropdown-arrow;
      }
    }*/ }
  header .smartmenus .has-submenu:hover:after, header .smartmenus .has-submenu:hover::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    height: 1.8rem;
    width: 1.6rem;
    border-top: 0;
    position: relative;
    top: -2.2rem;
    font-size: 3rem !important;
    width: 100%;
    text-align: center;
    display: block;
    margin-left: 0; }
  header .searchbar-toggler, header .navbar-toggler, header .language-toggler {
    cursor: pointer; }
    header .searchbar-toggler i, header .navbar-toggler i, header .language-toggler i {
      color: #fff; }
  header .language-wrapper {
    background: #445055; }
    header .language-wrapper .submenu {
      padding-left: 0; }
      header .language-wrapper .submenu a {
        padding-left: 0;
        font-size: 1.8rem;
        line-height: 2.3rem; }
        header .language-wrapper .submenu a:focus, header .language-wrapper .submenu a:hover, header .language-wrapper .submenu a:active {
          background: transparent;
          text-decoration: none; }
      header .language-wrapper .submenu .lang-menu-separator {
        font-size: 1.8rem;
        line-height: 2.3rem; }
    header .language-wrapper .lang-list {
      padding-left: 1.5rem; }
    @media (max-width: 991px) {
      header .language-wrapper .col-xs-12:first-of-type {
        width: auto; }
      header .language-wrapper .lang-list {
        padding-bottom: 3rem; } }
  header .language-nav {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%; }
    @media (min-width: 1290px) {
      header .language-nav {
        right: -3rem; } }
    header .language-nav li, header .language-nav span, header .language-nav a {
      color: #fff; }
    header .language-nav .container {
      padding: 0; }
    header .language-nav ul {
      list-style: none; }
    header .language-nav .active {
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
      color: #fbbd00; }
    @media (max-width: 991px) {
      header .language-nav {
        border-top: solid 1px rgba(255, 255, 255, 0.7); } }
  header .hidden {
    display: none; }
  header .svg {
    fill: #fff;
    width: auto; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      header .svg {
        width: 4rem; } }
  header .icon-close {
    height: 5rem; }
  header .language-toggler {
    padding: 0;
    font-size: 5rem;
    width: 19vw;
    text-align: center;
    margin-top: 1.7rem;
    border: none;
    background: transparent; }
    header .language-toggler .icon-global {
      height: 4rem; }
    @media (min-width: 544px) {
      header .language-toggler {
        width: 8rem; } }
  header .language-open {
    background-color: rgba(68, 80, 85, 0.9);
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  header .navbar-toggler {
    color: #fff;
    font-size: 3.6rem;
    line-height: 4rem;
    text-align: center;
    width: 19vw;
    height: 8rem;
    padding: 0;
    padding-top: 1.8rem;
    border: 0; }
    header .navbar-toggler:hover {
      font-size: 3.6rem;
      line-height: 4rem;
      color: #fff; }
    header .navbar-toggler .svg {
      margin-top: .2rem; }
    @media (min-width: 544px) {
      header .navbar-toggler {
        margin: 0;
        padding-top: 2.1rem;
        font-size: 3.6rem;
        line-height: 3.6rem;
        width: 8rem; }
        header .navbar-toggler:hover {
          font-size: 3.6rem;
          line-height: 3.6rem; } }
    header .navbar-toggler span {
      margin-right: 0.5rem; }
      @media (min-width: 1200px) {
        header .navbar-toggler span {
          display: none; } }
  header .navbar-open {
    background-color: rgba(68, 80, 85, 0.9);
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem; }
  @media (min-width: 1200px) {
    header .container {
      max-width: 123rem; } }
  header .navbar-nav .nav-item + .nav-item {
    margin-left: 2rem; }

@media (min-width: 769px) and (max-width: 991px) {
  header .navbar-nav .nav-item + .nav-item {
    margin-right: 1rem; } }
  header .navbar-nav .nav-item + .nav-item:first-of-type {
    margin-left: 0; }
  header .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  header .navbar-brand {
    padding: 0;
    max-width: 100%;
    margin-right: 0; }
    @media (min-width: 992px) {
      header .navbar-brand {
        margin-right: 3rem; } }
    @media (min-width: 992px) and (max-width: 1024px) {
      header .navbar-brand {
        margin-right: 1.5rem; } }
    @media (min-width: 1200px) {
      header .navbar-brand {
        margin-right: 5rem; } }
  header .logo {
    width: 37vw;
    height: 7rem;
    background: url("../Images/HIMA_logo.svg") no-repeat;
    background-size: 37vw 7rem;
    display: block;
    margin-top: .7rem;
    background-size: auto; }
    @media (min-width: 544px) {
      header .logo {
        width: 14.5rem;
        height: 7rem;
        background: url("../Images/HIMA_logo.svg") no-repeat;
        background-size: 14.5rem 7rem;
        display: block;
        margin-top: .55rem; } }
    @media (min-width: 992px) {
      header .logo {
        margin-top: -1.1rem; } }
  header .vertical-divider {
    background: rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 8rem; }
    @media (min-width: 1200px) {
      header .vertical-divider {
        display: none; } }
  header .bd-navbar {
    padding-right: 0;
    padding-left: .7rem; }
  header .scrollable-menu {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 0; }

.breadcrumb-section {
  border: none;
  background: rgba(68, 80, 85, 0.9);
  height: 3.6rem;
  overflow: hidden;
  margin-top: -3.5rem; }
  .breadcrumb-section .breadcrumb {
    padding: 0.5rem 2.8rem; }
    .breadcrumb-section .breadcrumb .breadcrumb-item {
      padding-right: 1rem; }
      .breadcrumb-section .breadcrumb .breadcrumb-item .sub {
        color: #fff; }
        .breadcrumb-section .breadcrumb .breadcrumb-item .sub:hover {
          color: #009ee2;
          text-decoration: none; }
        .breadcrumb-section .breadcrumb .breadcrumb-item .sub.active, .breadcrumb-section .breadcrumb .breadcrumb-item .sub.current {
          color: #fbbd00; }
      .breadcrumb-section .breadcrumb .breadcrumb-item .sub, .breadcrumb-section .breadcrumb .breadcrumb-item .active {
        font-size: 1.8rem;
        text-decoration: none; }
        @media (min-width: 1200px) {
          .breadcrumb-section .breadcrumb .breadcrumb-item .sub, .breadcrumb-section .breadcrumb .breadcrumb-item .active {
            font-size: 1.6rem; } }
        .breadcrumb-section .breadcrumb .breadcrumb-item .sub:before, .breadcrumb-section .breadcrumb .breadcrumb-item .active:before {
          display: inline-block;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: inherit;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "";
          height: 1.6rem;
          width: 1.6rem; }
      .breadcrumb-section .breadcrumb .breadcrumb-item .first:before {
        content: none; }
    .breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: none; }

.breadcrumb-section {
  display: none;
  border: none; }
  .breadcrumb-section .content {
    max-width: 123rem;
    margin: 0 auto; }
  .breadcrumb-section .breadcrumb .breadcrumb-item .active {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }
  .breadcrumb-section .breadcrumb .breadcrumb-item .level2 {
    color: #fff; }
    .breadcrumb-section .breadcrumb .breadcrumb-item .level2:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      height: 1.6rem;
      width: 1.6rem; }

@media (min-width: 1200px) {
  .breadcrumb-section {
    display: block;
    position: relative;
    z-index: 1; } }

@media (max-width: 1199px) {
  .hima-theme #page {
    padding-top: 4rem; } }

.no-touch header .searchbar-toggler:hover i, .no-touch header .navbar-toggler:hover i, .no-touch header .language-toggler:hover i, .no-js header .searchbar-toggler:hover i, .no-js header .navbar-toggler:hover i, .no-js header .language-toggler:hover i {
  color: #009ee2; }

.no-touch header .searchbar-toggler:hover .svg, .no-touch header .navbar-toggler:hover .svg, .no-touch header .language-toggler:hover .svg, .no-js header .searchbar-toggler:hover .svg, .no-js header .navbar-toggler:hover .svg, .no-js header .language-toggler:hover .svg {
  fill: #009ee2; }

.touch header .navbar-language a:hover, .touch header .navbar-language a:focus {
  color: #fbbd00; }

.container {
  padding-top: 1.5rem;
  padding-bottom: 3rem; }
  .container.padding-l-r {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

/* Main Content */
.main-content .ce-bodytext ul {
  /*
  li:before {
    @include font-icon($fa-var-circle);
    margin: 0 2rem;
    margin-left: -2.2rem;
    font-size: 0.8rem;
    width: 0.2rem;
    height: 1rem;
    vertical-align: middle;
  }
*/
  padding-left: 0;
  display: inline; }
  .main-content .ce-bodytext ul li {
    list-style: disc outside;
    text-indent: 0;
    padding-left: 0.5rem;
    padding-right: 2.5rem;
    position: relative;
    left: 2.5rem; }
  .main-content .ce-bodytext ul .link-arrow, .main-content .ce-bodytext ul .more-link {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    /*&:before {
    @include link-arrow;
  }*/ }
    @media (min-width: 544px) {
      .main-content .ce-bodytext ul .link-arrow, .main-content .ce-bodytext ul .more-link {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.main-content ol {
  margin-left: -17px; }
  .main-content ol li {
    padding-left: 1rem; }

.main-content .wrapper {
  /*&.black, &.grey {
      background-color: $background-grey;
      @include content-box-white;
    }*/
  /*
        &.sand {
          background-color: $background-sand;
          @include content-box-white;
        }
    */ }
  .main-content .wrapper ul ul {
    margin: 0; }
  .main-content .wrapper.white {
    background-color: #fff; }
    .main-content .wrapper.white .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.white .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.white .header {
          padding: 5rem 0 3rem; } }
  .main-content .wrapper.dark-primary {
    background-color: #48504d;
    color: #fff; }
    .main-content .wrapper.dark-primary .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.dark-primary .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.dark-primary .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.dark-primary h1,
    .main-content .wrapper.dark-primary h2,
    .main-content .wrapper.dark-primary h3,
    .main-content .wrapper.dark-primary h4,
    .main-content .wrapper.dark-primary h5,
    .main-content .wrapper.dark-primary h6,
    .main-content .wrapper.dark-primary p,
    .main-content .wrapper.dark-primary ul li {
      color: #fff; }
    .main-content .wrapper.dark-primary a, .main-content .wrapper.dark-primary .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.dark-primary a:hover {
      color: #009ee2; }
    .main-content .wrapper.dark-primary .list-group-item, .main-content .wrapper.dark-primary .label-default {
      background: transparent; }
  .main-content .wrapper.dark-secondary {
    background-color: #63747f;
    color: #fff; }
    .main-content .wrapper.dark-secondary .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.dark-secondary .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.dark-secondary .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.dark-secondary h1,
    .main-content .wrapper.dark-secondary h2,
    .main-content .wrapper.dark-secondary h3,
    .main-content .wrapper.dark-secondary h4,
    .main-content .wrapper.dark-secondary h5,
    .main-content .wrapper.dark-secondary h6,
    .main-content .wrapper.dark-secondary p,
    .main-content .wrapper.dark-secondary ul li {
      color: #fff; }
    .main-content .wrapper.dark-secondary a, .main-content .wrapper.dark-secondary .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.dark-secondary a:hover {
      color: #009ee2; }
    .main-content .wrapper.dark-secondary .list-group-item, .main-content .wrapper.dark-secondary .label-default {
      background: transparent; }
  .main-content .wrapper.dark-tertiary {
    background-color: #575547;
    color: #fff; }
    .main-content .wrapper.dark-tertiary .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.dark-tertiary .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.dark-tertiary .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.dark-tertiary h1,
    .main-content .wrapper.dark-tertiary h2,
    .main-content .wrapper.dark-tertiary h3,
    .main-content .wrapper.dark-tertiary h4,
    .main-content .wrapper.dark-tertiary h5,
    .main-content .wrapper.dark-tertiary h6,
    .main-content .wrapper.dark-tertiary p,
    .main-content .wrapper.dark-tertiary ul li {
      color: #fff; }
    .main-content .wrapper.dark-tertiary a, .main-content .wrapper.dark-tertiary .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.dark-tertiary a:hover {
      color: #009ee2; }
    .main-content .wrapper.dark-tertiary .list-group-item, .main-content .wrapper.dark-tertiary .label-default {
      background: transparent; }
  .main-content .wrapper.dark-quaternary {
    background-color: #564e4c;
    color: #fff; }
    .main-content .wrapper.dark-quaternary .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.dark-quaternary .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.dark-quaternary .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.dark-quaternary h1,
    .main-content .wrapper.dark-quaternary h2,
    .main-content .wrapper.dark-quaternary h3,
    .main-content .wrapper.dark-quaternary h4,
    .main-content .wrapper.dark-quaternary h5,
    .main-content .wrapper.dark-quaternary h6,
    .main-content .wrapper.dark-quaternary p,
    .main-content .wrapper.dark-quaternary ul li {
      color: #fff; }
    .main-content .wrapper.dark-quaternary a, .main-content .wrapper.dark-quaternary .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.dark-quaternary a:hover {
      color: #009ee2; }
    .main-content .wrapper.dark-quaternary .list-group-item, .main-content .wrapper.dark-quaternary .label-default {
      background: transparent; }
  .main-content .wrapper.highlight, .main-content .wrapper.blue {
    background-color: #009ee2;
    color: #fff; }
    .main-content .wrapper.highlight .content, .main-content .wrapper.blue .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.highlight .header, .main-content .wrapper.blue .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.highlight .header, .main-content .wrapper.blue .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.highlight h1,
    .main-content .wrapper.highlight h2,
    .main-content .wrapper.highlight h3,
    .main-content .wrapper.highlight h4,
    .main-content .wrapper.highlight h5,
    .main-content .wrapper.highlight h6,
    .main-content .wrapper.highlight p,
    .main-content .wrapper.highlight ul li, .main-content .wrapper.blue h1,
    .main-content .wrapper.blue h2,
    .main-content .wrapper.blue h3,
    .main-content .wrapper.blue h4,
    .main-content .wrapper.blue h5,
    .main-content .wrapper.blue h6,
    .main-content .wrapper.blue p,
    .main-content .wrapper.blue ul li {
      color: #fff; }
    .main-content .wrapper.highlight a, .main-content .wrapper.highlight .ce-intext .figure-caption, .main-content .wrapper.blue a, .main-content .wrapper.blue .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.highlight a:hover, .main-content .wrapper.blue a:hover {
      color: #009ee2; }
    .main-content .wrapper.highlight .list-group-item, .main-content .wrapper.highlight .label-default, .main-content .wrapper.blue .list-group-item, .main-content .wrapper.blue .label-default {
      background: transparent; }
  .main-content .wrapper.dark-blue {
    background-color: #506fb3;
    color: #fff; }
    .main-content .wrapper.dark-blue .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.dark-blue .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.dark-blue .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.dark-blue h1,
    .main-content .wrapper.dark-blue h2,
    .main-content .wrapper.dark-blue h3,
    .main-content .wrapper.dark-blue h4,
    .main-content .wrapper.dark-blue h5,
    .main-content .wrapper.dark-blue h6,
    .main-content .wrapper.dark-blue p,
    .main-content .wrapper.dark-blue ul li {
      color: #fff; }
    .main-content .wrapper.dark-blue a, .main-content .wrapper.dark-blue .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.dark-blue a:hover {
      color: #009ee2; }
    .main-content .wrapper.dark-blue .list-group-item, .main-content .wrapper.dark-blue .label-default {
      background: transparent; }
  .main-content .wrapper.focus, .main-content .wrapper.yellow {
    background-color: #fbbd00;
    color: #fff; }
    .main-content .wrapper.focus .content, .main-content .wrapper.yellow .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.focus .header, .main-content .wrapper.yellow .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.focus .header, .main-content .wrapper.yellow .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.focus h1,
    .main-content .wrapper.focus h2,
    .main-content .wrapper.focus h3,
    .main-content .wrapper.focus h4,
    .main-content .wrapper.focus h5,
    .main-content .wrapper.focus h6,
    .main-content .wrapper.focus p,
    .main-content .wrapper.focus ul li, .main-content .wrapper.yellow h1,
    .main-content .wrapper.yellow h2,
    .main-content .wrapper.yellow h3,
    .main-content .wrapper.yellow h4,
    .main-content .wrapper.yellow h5,
    .main-content .wrapper.yellow h6,
    .main-content .wrapper.yellow p,
    .main-content .wrapper.yellow ul li {
      color: #fff; }
    .main-content .wrapper.focus a, .main-content .wrapper.focus .ce-intext .figure-caption, .main-content .wrapper.yellow a, .main-content .wrapper.yellow .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.focus a:hover, .main-content .wrapper.yellow a:hover {
      color: #009ee2; }
    .main-content .wrapper.focus .list-group-item, .main-content .wrapper.focus .label-default, .main-content .wrapper.yellow .list-group-item, .main-content .wrapper.yellow .label-default {
      background: transparent; }
  .main-content .wrapper.brown {
    background-color: #564e4c;
    color: #fff; }
    .main-content .wrapper.brown .content {
      max-width: 123rem;
      margin: 0 auto;
      padding: 6.5rem 1.5rem; }
    .main-content .wrapper.brown .header {
      max-width: 123rem;
      margin: 0 auto;
      padding: 4rem 0 3rem; }
      @media (min-width: 769px) {
        .main-content .wrapper.brown .header {
          padding: 5rem 0 3rem; } }
    .main-content .wrapper.brown h1,
    .main-content .wrapper.brown h2,
    .main-content .wrapper.brown h3,
    .main-content .wrapper.brown h4,
    .main-content .wrapper.brown h5,
    .main-content .wrapper.brown h6,
    .main-content .wrapper.brown p,
    .main-content .wrapper.brown ul li {
      color: #fff; }
    .main-content .wrapper.brown a, .main-content .wrapper.brown .ce-intext .figure-caption {
      color: #fff; }
    .main-content .wrapper.brown a:hover {
      color: #009ee2; }
    .main-content .wrapper.brown .list-group-item, .main-content .wrapper.brown .label-default {
      background: transparent; }
  .main-content .wrapper.full-width .header {
    max-width: 123rem;
    margin: 0 auto;
    padding: 4rem 0 3rem; }
    @media (min-width: 769px) {
      .main-content .wrapper.full-width .header {
        padding: 5rem 0 3rem; } }

.main-content .container .container {
  padding-top: 0;
  padding-bottom: 0; }

.main-content .ce-textpic {
  margin-top: -1.7rem; }
  .main-content .ce-textpic .ce-gallery img {
    width: 100%; }
  @media (max-width: 543px) {
    .main-content .ce-textpic .ce-gallery {
      width: 100%; } }
  .main-content .ce-textpic .full-width {
    width: 100% !important; }
  @media (max-width: 543px) {
    .main-content .ce-textpic .embed-responsive {
      width: 100% !important; } }

@media (min-width: 544px) {
  .main-content .ce-above.ce-right img, .main-content .ce-above.ce-left img {
    width: auto; } }

.main-content .ce-above.ce-right img {
  float: right; }

.main-content .ce-above.ce-left img {
  float: left; }

.main-content .ce-above.ce-center .ce-media {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.main-content .ce-bodytext a {
  text-decoration: underline; }

.main-content .ce-intext .figure-caption {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  color: #445055; }
  @media (min-width: 769px) {
    .main-content .ce-intext .figure-caption {
      font-size: 1.2rem; } }
  @media (min-width: 1200px) {
    .main-content .ce-intext .figure-caption {
      margin-bottom: 2rem; } }

@media (min-width: 544px) {
  .main-content .ce-intext .ce-gallery {
    width: 52%; } }

@media (min-width: 544px) {
  .main-content .ce-intext.ce-right.ce-nowrap .ce-bodytext {
    float: left;
    width: 48%; } }

@media (min-width: 544px) {
  .main-content .ce-intext.ce-left.ce-nowrap .ce-bodytext {
    float: right;
    width: 48%; } }

.main-content .img-fullwidth,
.main-content .img-fullwidth-screen {
  width: 100%;
  max-width: 100%; }
  .main-content .img-fullwidth.m-b-1,
  .main-content .img-fullwidth-screen.m-b-1 {
    margin-bottom: 0 !important; }

.main-content .ce-bodytext h1 {
  margin-top: 0.3rem; }

.browser-ie .main-content .ce-left .ce-bodytext ul {
  display: block;
  overflow: hidden; }

section.main {
  /*a.breadcrumb {
    color: #FBBE00;
    text-decoration: none;
    font-weight: 500;
  }

  a.breadcrumb:hover {
    color: #FBBE00;
    text-decoration: none;
    font-weight: 500;
  }*/ }
  section.main h2 {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 3.4rem;
    line-height: 4rem; }
    @media (min-width: 544px) {
      section.main h2 {
        font-size: 2.5rem;
        line-height: 3.1rem; } }
  section.main h3 {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 2.6rem;
    line-height: 3.2rem; }
    @media (min-width: 544px) {
      section.main h3 {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
  section.main h1,
  section.main h2,
  section.main h3,
  section.main h4,
  section.main h5,
  section.main h6 {
    color: #445055; }
  section.main p {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    @media (min-width: 544px) {
      section.main p {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  section.main a {
    color: #445055;
    text-decoration: underline;
    cursor: pointer; }
  section.main a:hover {
    text-decoration: underline; }
  section.main a.white {
    color: #fff;
    text-decoration: underline; }
  section.main a.menu {
    text-decoration: none; }
  section.main hr {
    border: 0px;
    border-bottom: 0.5rem solid #445055;
    padding: 1.5rem 0; }

.no-touch section.main a:hover, .no-js section.main a:hover {
  color: #009ee2; }

/* Footer */
#footer {
  /*
  .powermail {
    &.create, &.optinconfirm {
      .tx-powermail {
        display: none;
      }
    }
  }
  */ }
  #footer .footer-section {
    background-color: #445055;
    border: none;
    padding-bottom: 2rem;
    margin-top: 0; }
  #footer .footer-headline {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 2.6rem;
    line-height: 3.2rem;
    color: #fff;
    margin-bottom: 1.5rem; }
    @media (min-width: 544px) {
      #footer .footer-headline {
        font-size: 1.8rem;
        line-height: 2.6rem; } }
    @media (min-width: 544px) {
      #footer .footer-headline {
        line-height: 3.4rem; } }
    #footer .footer-headline .headlines {
      margin-top: inherit;
      margin-bottom: inherit; }
    #footer .footer-headline h1, #footer .footer-headline h2, #footer .footer-headline h3, #footer .footer-headline h4, #footer .footer-headline h5, #footer .footer-headline h6 {
      font-size: inherit;
      color: inherit;
      line-height: inherit;
      margin-bottom: inherit; }
  #footer .footer-description {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff;
    margin-bottom: 0.3rem; }
    @media (min-width: 544px) {
      #footer .footer-description {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
    #footer .footer-description p {
      margin-top: inherit; }
    #footer .footer-description .container {
      padding: 0; }
  #footer a {
    color: #fff !important;
    text-decoration: underline; }
  #footer input {
    width: 100%; }
  #footer .icon-link {
    margin-bottom: .8rem; }
    #footer .icon-link p {
      display: table;
      margin: 0; }
    #footer .icon-link .svg {
      width: auto; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #footer .icon-link .svg {
          /* IE10-specific styles go here */
          width: 4rem; } }
      #footer .icon-link .svg:before {
        display: block;
        width: 40px;
        height: 32px; }
      #footer .icon-link .svg.contact-global:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 30 30' ><title>HIMA_Konakt_weltweit</title><g id='Ebene_2' data-name='Ebene 2'><g id='Icon'><rect style='fill:none'></rect><path style='fill:white;' d='M15.63,2.44A7.69,7.69,0,0,0,8.09,10H9.6a6.47,6.47,0,0,1,.19-1.32h2.56a13,13,0,0,0-.1,1.32h1.52a13,13,0,0,1,.11-1.32h3.54a11.52,11.52,0,0,1,.13,1.58,11.5,11.5,0,0,1-.13,1.57H16.23v1.57h.86a10.71,10.71,0,0,1-.86,2.11v2.58a7.74,7.74,0,0,0,7-7.82A7.72,7.72,0,0,0,15.63,2.44Zm-3,4.71H10.4a6.1,6.1,0,0,1,3.28-2.79A12.37,12.37,0,0,0,12.63,7.15Zm1.56,0A11.27,11.27,0,0,1,15.64,4a11,11,0,0,1,1.45,3.11Zm6.68,0H18.64a12.79,12.79,0,0,0-1-2.79A6.11,6.11,0,0,1,20.87,7.15ZM17.6,16.23a12.79,12.79,0,0,0,1-2.79h2.23A6.11,6.11,0,0,1,17.6,16.23Zm1.33-4.36A13.11,13.11,0,0,0,19,10.3a13.14,13.14,0,0,0-.11-1.58H21.5a7.05,7.05,0,0,1,.2,1.58,7,7,0,0,1-.2,1.57Z'></path><path style='fill:white;' d='M13.82,11.46a.38.38,0,0,0-.14,0H2.33a1.12,1.12,0,0,0-1.13,1.1v7.79a1.12,1.12,0,0,0,1.13,1.11H13.68a1.12,1.12,0,0,0,1.13-1.11V12.54a1.13,1.13,0,0,0-1-1.09ZM5.74,13.1A1.67,1.67,0,1,1,4,14.77,1.68,1.68,0,0,1,5.74,13.1Zm3.4,6.67H2.33v-.55c0-1.11,2.27-1.73,3.4-1.73s3.4.61,3.4,1.73Zm2-3.16a3.07,3.07,0,0,0,.19.95h.93l.86,1.1L12,19.77a4.15,4.15,0,0,1-1.55-2.22,3.89,3.89,0,0,1-.16-1.11c0-.19,0-.39,0-.57a5.34,5.34,0,0,1,.13-.54,3.92,3.92,0,0,1,.49-1.09,3.85,3.85,0,0,1,.67-.8,3.36,3.36,0,0,1,.38-.32l.77.75.36.35-.18.23-.68.88h-.93a3.27,3.27,0,0,0-.2,1.11A1,1,0,0,0,11.13,16.61Z'></path></g></g></svg>"); }
      #footer .icon-link .svg.support-global:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 30 30' ><title>HIMA_Support_weltweit</title><g id='Ebene_2' data-name='Ebene 2'><g id='Icon'><rect style='fill:none'></rect><path style='fill:white;' d='M15.33,1.51A7,7,0,0,0,8.67,6.14h0A7.77,7.77,0,0,1,13.6,7.88,6.83,6.83,0,0,1,13.68,7H17a9.05,9.05,0,0,1,.12,1.38A9.35,9.35,0,0,1,17,9.79H15.26a6.84,6.84,0,0,1,.67,1.38h.76a8.92,8.92,0,0,1-.44,1.15,7.59,7.59,0,0,1,.12,1.33v1.59a6.94,6.94,0,0,0,6-6.82A7,7,0,0,0,15.33,1.51Zm-2.8,4.14H10.45a5.65,5.65,0,0,1,3.05-2.46A10.83,10.83,0,0,0,12.53,5.65Zm1.46,0a9.55,9.55,0,0,1,1.35-2.73,10,10,0,0,1,1.35,2.73Zm6.23,0H18.14a10.44,10.44,0,0,0-1-2.46A5.65,5.65,0,0,1,20.22,5.65Zm-3.05,8a10.3,10.3,0,0,0,1-2.46h2.08A5.61,5.61,0,0,1,17.17,13.62Zm1.25-3.83a12.46,12.46,0,0,0,.09-1.38A12.17,12.17,0,0,0,18.42,7H20.8A5.24,5.24,0,0,1,21,8.41a5.31,5.31,0,0,1-.19,1.38Z'></path><path style='fill:white;' d='M14.43,11.17a6.16,6.16,0,0,0-2.26-2.63,6,6,0,0,0-2.41-.92,5.57,5.57,0,0,0-1.07-.1,2.4,2.4,0,0,0-.35,0A6.19,6.19,0,0,0,2.4,13.64v4.77a2.07,2.07,0,0,0,2.1,2H6.59V15H3.8V13.64a4.81,4.81,0,0,1,4.5-4.76l.39,0a4.74,4.74,0,0,1,1,.12,4.65,4.65,0,0,1,1.83.81,4.71,4.71,0,0,1,2,3.85V15H10.77v5.45h2.79v.68H8.68v1.37h4.19A2.07,2.07,0,0,0,15,20.46V13.64a2.29,2.29,0,0,0,0-.34A5.78,5.78,0,0,0,14.43,11.17Z'></path></g></g></svg>"); }
      #footer .icon-link .svg.employee-world:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 30 30' ><title>HIMA_Mitarbeiterwelt</title><g id='Ebene_2' data-name='Ebene 2'><g id='Icon'><rect style='fill:none'></rect><path style='fill:white;' d='M17.27,3.5a6.78,6.78,0,0,0-6.41,5A3.87,3.87,0,0,1,12,8.31a4,4,0,0,1,3.61,2.21,12.18,12.18,0,0,1,.11-1.33h3.14A10.61,10.61,0,0,1,19,10.62,10.69,10.69,0,0,1,18.85,12H16c0,.12,0,.22,0,.34a4,4,0,0,1-1,2.62.06.06,0,0,0,0,0,6.66,6.66,0,0,1,2.05,1A9.9,9.9,0,0,1,16,13.46h2.57a10.23,10.23,0,0,1-1.25,2.75,3,3,0,0,1,1,1.43,7,7,0,0,0,5.73-7A6.94,6.94,0,0,0,17.27,3.5ZM14.61,7.77h-2a5.43,5.43,0,0,1,2.91-2.54A11.69,11.69,0,0,0,14.61,7.77Zm1.38,0A10.13,10.13,0,0,1,17.28,5a10.37,10.37,0,0,1,1.28,2.82Zm5.93,0h-2A11.69,11.69,0,0,0,19,5.23,5.46,5.46,0,0,1,21.93,7.77ZM19,16a11.69,11.69,0,0,0,.93-2.54h2A5.46,5.46,0,0,1,19,16Zm1.19-4a12.19,12.19,0,0,0,.09-1.42,12.21,12.21,0,0,0-.09-1.42h2.27a5.75,5.75,0,0,1,0,2.84Z'></path><path style='fill:white;' d='M17.28,16.28l0-.06-.15-.13C17.19,16.14,17.24,16.21,17.28,16.28Z'></path><path style='fill:white;' d='M12,15.86a9.27,9.27,0,0,0-3.48.77A9.13,9.13,0,0,0,5,15.86c-1.68,0-5,.84-5,2.51V20.5H17V18.37C17,16.69,13.67,15.86,12,15.86ZM8.9,19.34H1.16v-1C1.16,18,3.14,17,5,17S8.9,18,8.9,18.37Zm7,0h-5.8v-1a1.41,1.41,0,0,0-.4-.94A7.47,7.47,0,0,1,12,17c1.89,0,3.87.94,3.87,1.35Z'></path><path style='fill:white;' d='M5,15.08a2.71,2.71,0,1,0-2.71-2.71A2.71,2.71,0,0,0,5,15.08Zm0-4.26a1.55,1.55,0,1,1-1.55,1.55A1.55,1.55,0,0,1,5,10.83Z'></path><path style='fill:white;' d='M12,15.08a2.71,2.71,0,1,0-2.71-2.71A2.71,2.71,0,0,0,12,15.08Zm0-4.26a1.55,1.55,0,1,1-1.55,1.55A1.55,1.55,0,0,1,12,10.83Z'></path></g></g></svg>"); }
      #footer .icon-link .svg.partnernet:before {
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 30 30' ><title>HIMA_Partnernet</title><g id='Ebene_2' data-name='Ebene 2'><g id='Icon'><rect style='fill:none'></rect><path style='fill:white;' d='M14.66,8.95a2,2,0,1,0-2-2A2,2,0,0,0,14.66,8.95Zm-5.33,0a2,2,0,1,0-2-2A2,2,0,0,0,9.34,8.95Zm0,1.34c-1.55,0-4.66.79-4.66,2.35v1.68H14V12.64C14,11.08,10.89,10.29,9.34,10.29Zm5.33,0c-.19,0-.41,0-.65,0a2.84,2.84,0,0,1,1.31,2.32v1.68h4V12.64C19.32,11.08,16.21,10.29,14.66,10.29Z'></path><path style='fill:white;' d='M21.82,1H2.18A2.2,2.2,0,0,0,0,3.2V16.4a2.2,2.2,0,0,0,2.18,2.2H9.82v2.2H7.64V23h8.73V20.8H14.18V18.6h7.64A2.2,2.2,0,0,0,24,16.4V3.2A2.2,2.2,0,0,0,21.82,1Zm0,15.4H2.18V3.2H21.82Z'></path></g></g></svg>"); }
    #footer .icon-link .smaller {
      height: 2.5rem;
      padding-right: 1.2rem; }
    #footer .icon-link .svg, #footer .icon-link a {
      display: table-cell;
      vertical-align: middle; }
  #footer .short-link {
    display: block;
    margin-bottom: 1rem; }
  #footer .social-media-share .svg, #footer .social-media-share .st0 {
    fill: #445055; }
  #footer .social-media-share .divider {
    background-color: #445055; }
  #footer .social-media-share li a {
    line-height: 0; }
  #footer .social-media-share li:first-of-type {
    height: 5rem; }
    #footer .social-media-share li:first-of-type div {
      display: table-cell;
      vertical-align: middle; }
  @media (max-width: 543px) {
    #footer .social-media-share li:first-of-type {
      float: none;
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif; } }
  #footer .social-media {
    padding: 0; }
    #footer .social-media li {
      display: table;
      float: left;
      margin: .5rem 1.7rem .7rem 0; }
      @media (max-width: 543px) {
        #footer .social-media li {
          margin-right: 1.5rem; } }
    #footer .social-media a {
      display: table-cell; }
    #footer .social-media .svg {
      height: 5rem;
      width: auto; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #footer .social-media .svg {
          /* IE10-specific styles go here */
          width: 5rem; } }
  #footer .footer-links {
    margin: 0 auto;
    display: table; }
    #footer .footer-links li {
      float: left; }
      #footer .footer-links li:after {
        content: '|';
        color: #fff;
        padding: 0 1.2rem 0 1rem;
        font-size: 1.6rem; }
        @media (max-width: 543px) {
          #footer .footer-links li:after {
            font-size: 1.8rem; } }
      #footer .footer-links li:last-of-type:after {
        content: '';
        padding: 0; }
  #footer .copyright {
    color: #fff;
    margin: 5rem auto 0 auto;
    display: table;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff; }
    @media (min-width: 544px) {
      #footer .copyright {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  @media (max-width: 543px) {
    #footer .col-sm-6 {
      margin-bottom: 5rem; }
    #footer .copyright {
      margin-top: 0; } }
  #footer .tx-powermail {
    width: inherit;
    margin-top: 0; }
    #footer .tx-powermail .powermail_fieldwrap input {
      width: 100%; }
      #footer .tx-powermail .powermail_fieldwrap input.powermail_submit {
        height: 5rem;
        width: auto;
        font-size: 1.8rem;
        line-height: 2.3rem;
        color: #fff;
        background: #ec6842;
        padding: 1.2rem 2.4rem;
        border: 0.1rem solid #ec6842;
        border-radius: 0;
        text-decoration: none !important;
        margin-top: 1.5rem !important; }
        #footer .tx-powermail .powermail_fieldwrap input.powermail_submit:hover {
          font-size: 1.8rem;
          line-height: 2.3rem;
          color: #fff;
          border-color: #009ee2;
          background: #009ee2; }
        @media (max-width: 991px) {
          #footer .tx-powermail .powermail_fieldwrap input.powermail_submit {
            margin: 0 auto 4rem auto; } }
        @media (max-width: 543px) {
          #footer .tx-powermail .powermail_fieldwrap input.powermail_submit {
            height: 7.5rem;
            padding: 2.4rem 4.8rem;
            font-size: 2rem;
            line-height: 2.4rem; }
            #footer .tx-powermail .powermail_fieldwrap input.powermail_submit:hover {
              font-size: 2rem;
              line-height: 2.4rem; } }
        @media (min-width: 544px) {
          #footer .tx-powermail .powermail_fieldwrap input.powermail_submit {
            font-size: 1.6rem !important;
            line-height: 2.4rem !important; } }
    #footer .tx-powermail input[type=email] ~ .parsley-errors-list {
      width: 100%; }
    #footer .tx-powermail .powermail_fieldwrap {
      margin-bottom: 0; }
    #footer .tx-powermail legend {
      display: none; }
  #footer .ce-menu {
    padding-left: 0; }
    #footer .ce-menu a {
      margin-bottom: 1rem;
      display: block; }

#page_357 .footer-section .tx-powermail, #page_331 .footer-section .tx-powermail {
  display: none; }

.no-touch #footer a:hover, .no-js #footer a:hover {
  color: #009ee2 !important; }

.no-touch #footer .social-media a:hover .svg, .no-touch #footer .social-media a:hover .st0, .no-js #footer .social-media a:hover .svg, .no-js #footer .social-media a:hover .st0 {
  fill: #009ee2; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.hima-theme {
  /* iCheck plugin Minimal skin, black
----------------------------------- */
  /* HiDPI support */ }
  .hima-theme .icheckbox_minimal,
  .hima-theme .iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url("../Images/form/minimal.png") no-repeat;
    border: none;
    cursor: pointer; }
  .hima-theme .icheckbox_minimal {
    background-position: 0 0; }
  .hima-theme .icheckbox_minimal.hover {
    background-position: -20px 0; }
  .hima-theme .icheckbox_minimal.checked {
    background-position: -40px 0; }
  .hima-theme .icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default; }
  .hima-theme .icheckbox_minimal.checked.disabled {
    background-position: -80px 0; }
  .hima-theme .iradio_minimal {
    background-position: -100px 0; }
  .hima-theme .iradio_minimal.hover {
    background-position: -120px 0; }
  .hima-theme .iradio_minimal.checked {
    background-position: -140px 0; }
  .hima-theme .iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default; }
  .hima-theme .iradio_minimal.checked.disabled {
    background-position: -180px 0; }
  @media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .hima-theme .icheckbox_minimal,
    .hima-theme .iradio_minimal {
      background-image: url("../Images/form/minimal@2x.png");
      -webkit-background-size: 200px 20px;
      background-size: 200px 20px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/typo3conf/ext/himatheme/Resources/Public/Images/ajax-loader.gif") center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/typo3conf/ext/himatheme/Resources/Public/Fonts/slick.eot");
  src: url("/typo3conf/ext/himatheme/Resources/Public/Fonts/slick.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/himatheme/Resources/Public/Fonts/slick.woff") format("woff"), url("/typo3conf/ext/himatheme/Resources/Public/Fonts/slick.ttf") format("truetype"), url("/typo3conf/ext/himatheme/Resources/Public/Fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 35px;
  width: 35px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: #00061b;
  top: 25%;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #445055;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  @media (min-width: 1200px) {
    .slick-prev {
      left: 0; } }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
    @media (min-width: 1200px) {
      [dir="rtl"] .slick-prev {
        right: 0; } }
  .slick-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #00061b;
    font-size: 3.5rem; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  @media (min-width: 1200px) {
    .slick-next {
      right: 0; } }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
    @media (min-width: 1200px) {
      [dir="rtl"] .slick-next {
        left: 0; } }
  .slick-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 3.5rem;
    color: #00061b; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  position: relative;
  z-index: 9999; }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: not-allowed; }

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

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

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed; }

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px; }

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid; }

.navbar-nav.sm-collapsible .caret:before {
  content: '+';
  font-family: monospace;
  font-weight: bold; }

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: '-'; }

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px; }

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: '' !important; }

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px; }

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center; }

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent; }

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent; }

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px; }

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px; }

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px; }

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px; }

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal; }

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap; }

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal; }

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto; }

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 20px 30px; }

/*
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
*/
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important; }

.yamm .dropdown.yamm-fw span.scroll-up, .yamm .dropdown.yamm-fw span.scroll-down {
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important; }

.yamm .dropdown.yamm-fw .dropdown-menu, .yamm .dropdown.yamm-fw .dropdown-menu * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Grid demo styles */
.mega-dropdown {
  padding: 10px 30px; }

.mega-dropdown [class*="col-"] {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1em;
  text-align: center;
  line-height: 2;
  background-color: #e5e1ea;
  border: 1px solid #d1d1d1; }

.yamm .mega-dropdown {
  position: static; }

.yamm .mega-dropdown .dropdown-menu {
  left: 0;
  text-align: center;
  width: 100%; }

.yamm .dropdown-menu > li {
  display: inline-block; }

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-panels,
.mm-panels > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panels,
.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit; }

.mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:before, .mm-panels > .mm-panel:after {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto; }

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none; }

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

.mm-navbar .mm-btn {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit; }

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 23px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-autoheight {
  max-height: 80%; }

.mm-menu.mm-autoheight.mm-fullscreen {
  max-height: 100%; }

.mm-menu.mm-measureheight > .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left;
  -moz-transition-property: -moz-transform, left;
  -ms-transition-property: -ms-transform, left;
  -o-transition-property: -o-transform, left;
  transition-property: transform, left; }

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit; }

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  margin-right: 20px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-toggle:before,
label.mm-check:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle,
label.mm-check {
  right: 20px; }

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

.mm-menu.mm-border-offset .mm-listview > li:after,
.mm-listview.mm-border-offset > li:after {
  right: 20px; }

/*
	jQuery.mmenu effects extension CSS
*/
.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1; }

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -ms-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(10) {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -moz-transition-delay: 550ms;
  -ms-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(12) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -moz-transition-delay: 650ms;
  -ms-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(14) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms; }

.mm-menu[class*="mm-effect-listitems-"] .mm-listview > li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  -ms-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms; }

.mm-menu.mm-effect-listitems-slide .mm-listview > li {
  -webkit-transform: translate3d(50%, 0, 0);
  -moz-transform: translate3d(50%, 0, 0);
  -ms-transform: translate3d(50%, 0, 0);
  -o-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-effect-listitems-fade .mm-listview > li {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-effect-listitems-drop .mm-listview > li {
  opacity: 0;
  top: -25%;
  -webkit-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top; }

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }

.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pagedim extension CSS
*/
html.mm-pagedim #mm-blocker, html.mm-pagedim-white #mm-blocker, html.mm-pagedim-black #mm-blocker {
  opacity: 0; }

html.mm-pagedim.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim-black.mm-opening #mm-blocker {
  opacity: 0.3;
  transition: opacity 0.4s ease 0.4s; }

html.mm-pagedim #mm-blocker {
  background: inherit; }

html.mm-pagedim-white #mm-blocker {
  background: #fff; }

html.mm-pagedim-black #mm-blocker {
  background: #000; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }

/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top,
.mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto; }

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

.ui-autocomplete {
  padding: 0;
  list-style: none;
  background-color: #fff;
  width: 218px;
  border: 1px solid #B0BECA;
  max-height: 350px;
  overflow-x: hidden; }

.ui-autocomplete .ui-menu-item {
  border-top: 1px solid #B0BECA;
  display: block;
  padding: 4px 6px;
  color: #353D44;
  cursor: pointer; }

.ui-autocomplete .ui-menu-item:first-child {
  border-top: none; }

.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #D5E5F4;
  color: #161A1C; }

.main-content .panel-body .container {
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .main-content .panel-body .container {
      padding-left: 2.2rem;
      padding-right: 2.2rem; } }

.main-content .panel-group.init .panel .panel-heading h4 a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  height: 1.8rem;
  width: 1.6rem; }

.main-content .panel .panel-heading a {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  position: relative; }
  .main-content .panel .panel-heading a:after {
    position: absolute;
    right: 3rem;
    top: 0.2rem;
    font-size: 4rem !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    height: 1.8rem;
    width: 1.6rem; }
    @media (min-width: 544px) {
      .main-content .panel .panel-heading a:after {
        font-size: 3rem !important;
        top: 0.4rem; } }
  .main-content .panel .panel-heading a.collapsed:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    height: 1.8rem;
    width: 1.6rem; }

.main-content .panel .panel-heading .btn-accordion {
  background-color: #63747f;
  border: 2px solid #63747f;
  font-size: 2rem;
  line-height: 2.4rem;
  border-radius: 0;
  word-wrap: break-word;
  white-space: pre-line; }
  @media (min-width: 544px) {
    .main-content .panel .panel-heading .btn-accordion {
      font-size: 1.6rem;
      line-height: 1.8rem; } }
  .main-content .panel .panel-heading .btn-accordion.collapsed {
    background-color: #63747f;
    border: 2px solid #63747f;
    color: #fff; }
    .main-content .panel .panel-heading .btn-accordion.collapsed:hover {
      background-color: #009ee2;
      border: 2px solid #009ee2;
      color: #fff; }

.main-content .panel .panel-heading.active .btn-accordion {
  background-color: #fbbd00;
  border: 2px solid #fbbd00;
  color: #445055;
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }
  @media (min-width: 769px) {
    .main-content .panel .panel-heading.active .btn-accordion:after {
      top: 0.3rem; } }

.main-content .panel .panel-heading .btn {
  padding: 1.2rem 4.5rem 1.2rem 2rem;
  text-decoration: none; }

.main-content .panel:last-of-type {
  margin-bottom: 4rem; }

.main-content .panel-heading a {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  position: relative; }
  .main-content .panel-heading a:after {
    position: absolute;
    right: 3rem;
    top: 0.2rem;
    font-size: 4rem !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    height: 1.8rem;
    width: 1.6rem; }
    @media (min-width: 544px) {
      .main-content .panel-heading a:after {
        font-size: 3rem !important;
        top: 0.4rem; } }
  .main-content .panel-heading a.collapsed:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    height: 1.8rem;
    width: 1.6rem; }

.main-content .init .panel .panel-heading a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  height: 1.8rem;
  width: 1.6rem; }

@media (min-width: 544px) and (max-width: 1199px) {
  .main-content .panel-body .ce-textpic.ce-right .ce-gallery {
    padding-left: 0; } }

@media (min-width: 544px) and (max-width: 1199px) {
  .main-content .panel-body .ce-textpic.ce-left .ce-gallery {
    padding-right: 0; } }

.main-content .btn-accordion:focus {
  outline: none; }

.panel-collapse {
  padding: 0; }

#page_88 .panel-body, #page_126 .panel-body {
  background-color: transparent; }

.panel-body .table-responsive {
  margin-top: 2rem; }

.tx-solr .panel-body .table-responsive, .eventdownloads .panel-body .table-responsive {
  margin-top: 0; }

#page {
  padding-top: 7.5rem; }

.navbar {
  padding-top: 0;
  border-radius: 0; }

.navbar-nav li a {
  line-height: 4.5rem; }

.navbar-nav {
  height: 5rem;
  margin-top: 2.3rem; }

.jumbotron {
  text-shadow: none; }

@media (max-width: 543px) {
  .jumbotron {
    min-height: 7rem;
    height: 100%; }
    .jumbotron.subpage {
      padding: 0;
      min-height: 20rem; } }

@media (min-width: 544px) {
  .jumbotron {
    min-height: 30rem; }
    .jumbotron.subpage {
      min-height: 25rem;
      padding: 0; } }

@media (min-width: 769px) {
  .jumbotron {
    min-height: 40rem; }
    .jumbotron.subpage {
      min-height: 30rem; } }

@media (min-width: 992px) {
  .jumbotron.subpage {
    min-height: 37rem; } }

@media (min-width: 1200px) {
  .jumbotron {
    min-height: 50rem; }
    .jumbotron.subpage {
      min-height: 46rem; } }

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  background-color: #009ee2; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-single .chosen-search input[type="text"] {
  font-family: inherit; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  left: -9999px;
  border: 1px solid #a8abab;
  clip: initial; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  clip: initial; }

.chosen-container.chosen-container-multi,
.chosen-container.chosen-container-multi .chosen-choices {
  height: inherit;
  min-height: 5rem; }

.chosen-container-single .chosen-default {
  color: #000; }

.chosen-container-single .chosen-single span {
  display: inline; }

.chosen-container-single .chosen-single abbr {
  background: url("../Images/form/chosen-sprite.png") -42px 1px no-repeat; }

.chosen-container-single .chosen-single div b {
  display: inline-block;
  width: auto;
  height: auto;
  background: url("../Images/form/chosen-sprite.png") no-repeat 0 2px; }

.chosen-container-single .chosen-search input[type="text"] {
  border: 1px solid #a8abab;
  background: url("../Images/form/chosen-sprite.png") no-repeat 100% -20px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  left: -9999px; }

.chosen-container .chosen-results {
  margin: 10px 4px 0 6px;
  padding: 0 0 4px 4px; }

.chosen-container .chosen-results li {
  padding: .8rem 1.5rem .8rem 0;
  color: #000; }

.chosen-container .chosen-results li.highlighted {
  background: none;
  color: #009ee2; }

.chosen-container .chosen-results li.no-results {
  background: none; }

.chosen-container-multi .chosen-choices {
  border: 1px solid #a8abab;
  background-color: #fff;
  padding: 10px 0 0 10px !important; }

.chosen-container-multi .chosen-choices li.search-choice {
  border: none;
  border-radius: 0;
  background-image: none;
  background-color: #fff;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: none;
  color: #000; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: static;
  top: initial;
  right: initial;
  display: inline-block;
  padding: 0 0 0 5px;
  width: 12px;
  height: 12px;
  font-size: 1.4rem;
  background: none;
  color: #445055; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  border: 1px solid #a8abab;
  background-image: none;
  background-color: #fff; }

.chosen-container-active .chosen-single {
  border: 1px solid #a8abab; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #a8abab;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  box-shadow: none; }

.chosen-container-active .chosen-choices {
  border: 1px solid #a8abab;
  box-shadow: none; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl .chosen-search input[type="text"] {
  background: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: none !important; } }

.chosen-search,
.chosen-drop {
  display: none; }

.chosen-container-single .chosen-search input[type="text"] {
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -o-calc(100% - 2px);
  width: calc(100% - 2px); }

.chosen-container {
  height: 5rem;
  position: relative;
  background: #fff;
  font-size: inherit; }
  .chosen-container.padding {
    margin-top: 1rem; }
  .chosen-container .chosen-choices,
  .chosen-container .chosen-single {
    padding-left: 1rem;
    padding-top: 1rem;
    cursor: pointer;
    border-radius: 0;
    height: 5rem;
    background: #fff;
    box-shadow: none; }
    .chosen-container .chosen-choices.required > span,
    .chosen-container .chosen-single.required > span {
      color: red; }
    .chosen-container .chosen-choices b,
    .chosen-container .chosen-single b {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0.3em;
      vertical-align: middle;
      content: "";
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-left: 0.3em solid transparent;
      position: absolute;
      right: 1rem;
      top: 2rem; }
    .chosen-container .chosen-choices span,
    .chosen-container .chosen-single span {
      color: #999; }
      .chosen-container .chosen-choices span .mandatory,
      .chosen-container .chosen-single span .mandatory {
        color: #ec6842; }
    .chosen-container .chosen-choices:hover span,
    .chosen-container .chosen-single:hover span {
      color: #009ee2; }
  .chosen-container .search-choice,
  .chosen-container .chosen-search-input.default.filled {
    line-height: 2rem !important;
    font-size: 1.8rem !important; }
    @media (min-width: 544px) {
      .chosen-container .search-choice,
      .chosen-container .chosen-search-input.default.filled {
        font-size: 1.6rem !important; } }
  .chosen-container .chosen-drop {
    display: block;
    border-radius: 0;
    width: -webkit-calc(100% - 2px);
    width: -moz-calc(100% - 2px);
    width: -o-calc(100% - 2px);
    width: calc(100% - 2px); }
    .chosen-container .chosen-drop .chosen-results li {
      line-height: 2rem;
      font-size: 1.8rem; }
      @media (min-width: 544px) {
        .chosen-container .chosen-drop .chosen-results li {
          font-size: 1.6rem; } }

.chosen-container .chosen-results {
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -o-calc(100% - 2px);
  width: calc(100% - 2px); }
  @media (min-width: 992px) {
    .chosen-container .chosen-results {
      width: -webkit-calc(100% - 5px);
      width: -moz-calc(100% - 5px);
      width: -o-calc(100% - 5px);
      width: calc(100% - 5px); } }

.chosen-drop {
  position: absolute;
  z-index: 2;
  background: #fff;
  width: 100%;
  border: #a8abab solid #fff;
  border-top: none;
  box-sizing: content-box; }
  .chosen-drop ul {
    list-style: none; }
    .chosen-drop ul li {
      cursor: pointer;
      padding: 0 1.5rem;
      line-height: 2.4rem; }
      .chosen-drop ul li:before {
        content: none; }
      .chosen-drop ul li:first-child {
        margin-top: 0; }

.chosen-container-multi .chosen-choices div b {
  background: url("../Images/form/chosen-sprite.png") 6px 2px no-repeat; }

.chosen-container-single .chosen-single abbr {
  background: url("../Images/form/chosen-sprite.png") -42px 1px no-repeat; }

.chosen-rtl .chosen-search input[type="text"] {
  background: url("../Images/form/chosen-sprite.png") no-repeat -30px -20px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("'../Images/form/chosen-sprite@2x.png") !important; } }

#cookie-bar {
  color: #fff;
  background-color: #4c4e53; }
  @media (max-width: 1199px) {
    #cookie-bar {
      text-align: left;
      padding: 10px 50px; } }
  @media (max-width: 991px) {
    #cookie-bar {
      background-color: #63747f; } }
  @media (max-width: 800px) {
    #cookie-bar {
      padding: 2rem 1rem 2.5rem 1rem; } }
  #cookie-bar a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none; }
    #cookie-bar a:hover {
      color: #009ee2; }
  #cookie-bar .btn {
    height: 4rem;
    line-height: 0;
    margin: 1rem 0 1rem 2rem; }
    #cookie-bar .btn:focus {
      outline: none; }
    @media (max-width: 800px) {
      #cookie-bar .btn {
        display: table;
        margin: 1rem auto 0; } }

/* From: http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height */
/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 769px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-sm-height {
    display: table-row; }
  .col-sm-height {
    display: table-cell;
    float: none; } }

@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-md-height {
    display: table-row; }
  .col-md-height {
    display: table-cell;
    float: none; } }

@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }
  .row-lg-height {
    display: table-row; }
  .col-lg-height {
    display: table-cell;
    float: none; } }

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.ce-uploads {
  margin-left: -2.5rem;
  margin-right: -4rem; }
  .ce-uploads a {
    text-decoration: none !important; }
    .ce-uploads a:hover {
      text-decoration: none !important; }
  .ce-uploads .ce-uploads-fileName p {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    line-height: 2.3rem;
    word-wrap: break-word;
    white-space: pre-line;
    margin: -.5rem 12% 0 12%; }
  .ce-uploads .download-link-icon {
    fill: currentColor;
    margin-top: .5rem; }
  .ce-uploads .slick-list {
    max-width: 100%; }
  .ce-uploads .noimage-container, .ce-uploads .image-container {
    width: 14rem;
    height: 12rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden; }
    @media (max-width: 543px) {
      .ce-uploads .noimage-container, .ce-uploads .image-container {
        width: 100%;
        height: 32rem; }
        .ce-uploads .noimage-container img, .ce-uploads .image-container img {
          width: auto;
          height: auto; } }
    .ce-uploads .noimage-container .svg, .ce-uploads .image-container .svg {
      width: 5rem;
      height: 8.4rem;
      fill: #fff; }
  .ce-uploads .image-container {
    background: #48504d; }
    .ce-uploads .image-container .svg {
      display: none; }
    .ce-uploads .image-container img {
      min-width: 100%;
      min-height: 100%; }
  .ce-uploads .noimage-container {
    background-color: #48504d; }
  .ce-uploads .download-icon img {
    position: relative;
    top: -100%; }
  .ce-uploads .doc, .ce-uploads .ppt, .ce-uploads .xls {
    background-size: 75% 75%;
    width: 14rem;
    height: 12rem; }
  @media (max-width: 543px) {
    .ce-uploads {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .ce-uploads .slick-slide {
        margin-right: 0; }
      .ce-uploads .noimage-container .svg, .ce-uploads .image-container .svg {
        width: 8rem;
        height: 11.4rem; }
      .ce-uploads .ce-uploads-fileName p {
        font-size: 2rem;
        line-height: 3.2rem;
        margin-top: 2rem; }
      .ce-uploads .ce-uploads-fileName .svg {
        width: 9rem;
        height: 9rem; }
      .ce-uploads .download-link-icon {
        margin-top: 2rem; } }
  .ce-uploads .table, .ce-uploads .main-content table, .main-content .ce-uploads table, .ce-uploads .main-content .contenttable, .main-content .ce-uploads .contenttable, .ce-uploads .main-content .table-fluid, .main-content .ce-uploads .table-fluid {
    display: table;
    margin-bottom: 0;
    width: 14rem;
    height: 12rem; }
    .ce-uploads .table .image-overlay, .ce-uploads .main-content table .image-overlay, .main-content .ce-uploads table .image-overlay, .ce-uploads .main-content .contenttable .image-overlay, .main-content .ce-uploads .contenttable .image-overlay, .ce-uploads .main-content .table-fluid .image-overlay, .main-content .ce-uploads .table-fluid .image-overlay {
      display: table-cell;
      vertical-align: middle; }
    @media (max-width: 543px) {
      .ce-uploads .table, .ce-uploads .main-content table, .main-content .ce-uploads table, .ce-uploads .main-content .contenttable, .main-content .ce-uploads .contenttable, .ce-uploads .main-content .table-fluid, .main-content .ce-uploads .table-fluid {
        width: 100%;
        height: 32rem; } }

.arrow-prev, .arrow-next {
  cursor: pointer;
  position: absolute;
  top: 130px; }
  .arrow-prev .svg, .arrow-next .svg {
    fill: #445055; }
  @media (max-width: 1199px) {
    .arrow-prev, .arrow-next {
      top: 140px; } }
  @media (max-width: 543px) {
    .arrow-prev, .arrow-next {
      top: 225px; }
      .arrow-prev .svg, .arrow-next .svg {
        fill: #fff;
        width: 10rem;
        height: 10rem;
        -webkit-filter: drop-shadow(0px 0px 5px #445055);
        filter: drop-shadow(0px 0px 5px #445055); } }

.arrow-prev {
  left: -3rem; }
  @media (max-width: 543px) {
    .arrow-prev {
      left: -2rem; } }

.arrow-next {
  right: -3rem; }
  @media (max-width: 543px) {
    .arrow-next {
      right: -2rem; } }

.download-link {
  margin-top: 2rem; }
  @media (max-width: 543px) {
    .download-link {
      text-align: center; } }

@media (min-width: 544px) and (max-width: 1260px) {
  .tx-tsr-d3search .uploads-slider {
    padding-left: 4rem;
    padding-right: 5rem; } }
  @media (min-width: 544px) and (max-width: 1260px) and (max-width: 768px) {
    .tx-tsr-d3search .uploads-slider {
      padding-left: 5rem;
      padding-right: 5.5rem; } }

@media (min-width: 544px) and (max-width: 1260px) {
  .tx-tsr-d3search .arrow-prev {
    left: 0; }
  .tx-tsr-d3search .arrow-next {
    right: 0; } }

.dark-primary .arrow-prev .svg, .dark-primary .arrow-next .svg, .dark-secondary .arrow-prev .svg, .dark-secondary .arrow-next .svg {
  fill: #fff; }

.dark-primary .ce-uploads .noimage-container, .dark-primary .ce-uploads .image-container, .dark-secondary .ce-uploads .noimage-container, .dark-secondary .ce-uploads .image-container {
  background-color: #fff; }
  .dark-primary .ce-uploads .noimage-container .svg, .dark-primary .ce-uploads .image-container .svg, .dark-secondary .ce-uploads .noimage-container .svg, .dark-secondary .ce-uploads .image-container .svg {
    fill: #445055; }

@media (max-width: 768px) {
  .tx-tsr-d3search .noimage-container img, .tx-tsr-d3search .image-container img {
    width: 100%; } }

.tx-tsr-d3search .slick-slide {
  height: auto; }
  .tx-tsr-d3search .slick-slide img {
    margin: 0 auto; }

.totalfiles {
  text-align: center;
  margin-bottom: 4rem; }

.press-photos .info span {
  display: block; }
  .press-photos .info span.title {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }

.press-photos table tr {
  display: none; }
  .press-photos table tr td:first-child {
    width: 15rem; }
  .press-photos table tr td:last-child {
    width: 12rem; }

.press-photos .load-more-wrapper {
  margin: 3rem 0 2rem 0; }

@media (max-width: 543px) {
  .press-photos .table.ce-table, .press-photos .main-content table.ce-table, .main-content .press-photos table.ce-table, .press-photos .main-content .ce-table.contenttable, .main-content .press-photos .ce-table.contenttable, .press-photos .main-content .ce-table.table-fluid, .main-content .press-photos .ce-table.table-fluid {
    min-width: 2rem; }
    .press-photos .table.ce-table .border-none td, .press-photos .main-content table.ce-table .border-none td, .main-content .press-photos table.ce-table .border-none td, .press-photos .main-content .ce-table.contenttable .border-none td, .main-content .press-photos .ce-table.contenttable .border-none td, .press-photos .main-content .ce-table.table-fluid .border-none td, .main-content .press-photos .ce-table.table-fluid .border-none td {
      border-bottom: none; }
  .press-photos .load-more-wrapper {
    text-align: center; } }

.no-touch .ce-uploads a:hover .image-container img, .no-js .ce-uploads a:hover .image-container img {
  opacity: 0; }

.no-touch .ce-uploads a:hover .noimage-container, .no-touch .ce-uploads a:hover .image-container, .no-js .ce-uploads a:hover .noimage-container, .no-js .ce-uploads a:hover .image-container {
  background-color: #009ee2; }
  .no-touch .ce-uploads a:hover .noimage-container .svg, .no-touch .ce-uploads a:hover .image-container .svg, .no-js .ce-uploads a:hover .noimage-container .svg, .no-js .ce-uploads a:hover .image-container .svg {
    fill: #fff;
    display: inline; }

.no-touch .ce-uploads a:hover .ce-uploads-fileName p, .no-js .ce-uploads a:hover .ce-uploads-fileName p {
  color: #009ee2; }

.no-touch .arrow-prev .svg:hover, .no-touch .arrow-next .svg:hover, .no-js .arrow-prev .svg:hover, .no-js .arrow-next .svg:hover {
  fill: #009ee2; }

.no-touch .dark-primary .arrow-prev .svg:hover, .no-touch .dark-primary .arrow-next .svg:hover, .no-touch .dark-secondary .arrow-prev .svg:hover, .no-touch .dark-secondary .arrow-next .svg:hover, .no-js .dark-primary .arrow-prev .svg:hover, .no-js .dark-primary .arrow-next .svg:hover, .no-js .dark-secondary .arrow-prev .svg:hover, .no-js .dark-secondary .arrow-next .svg:hover {
  fill: #009ee2; }

.touch a:hover .ce-uploads-fileName .svg {
  color: #445055; }

.touch .dark-primary a:hover .ce-uploads-fileName .svg, .touch .dark-secondary a:hover .ce-uploads-fileName .svg {
  color: #fff; }

input, .form-control, textarea {
  border-radius: 0;
  border: 1px solid #a8abab;
  font-size: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem; }

input[type="text"], input[type="email"], input[type="tel"],
input[type="password"] {
  height: 5rem; }
  @media (max-width: 543px) {
    input[type="text"], input[type="email"], input[type="tel"],
    input[type="password"] {
      height: 7rem; } }

.checkbox input {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem; }

textarea {
  margin-bottom: 1.5rem; }

select {
  height: 5rem;
  border: 1px solid #a8abab;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  margin-top: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 1rem;
  color: #a8abab; }

select::-ms-expand {
  /* for IE 11 */
  display: none; }

option {
  padding: .3em 1em .3em 1em; }

.mandatory {
  font-size: 1.6rem;
  margin-left: 0.5rem;
  color: #ec6842; }

/* https://scotch.io/tutorials/google-material-design-input-boxes-in-css3 */
/* form starting stylings ------------------------------- */
.group {
  position: relative;
  /* LABEL ======================================= */
  /* active state */ }
  .group input, .group textarea {
    padding: 1.2rem 1rem 0 1rem;
    display: block; }
  .group textarea {
    padding-top: 2rem; }
  .group input:focus {
    outline: none; }
  .group label {
    color: #999;
    position: absolute;
    pointer-events: none;
    left: 1rem;
    top: 1rem;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-size: 1.6rem; }
  .group input:focus ~ label, .group input[required=required]:valid ~ label,
  .group .used ~ label, .group textarea:focus ~ label, .group .filled ~ label {
    top: 0;
    font-size: 1.2rem;
    color: #506fb3; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
  opacity: 1; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
  opacity: 1; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
  opacity: 1; }

/*  MODAL BOX  */
/* checkbox for Register (pid: 375) and Newsletter (pid: 331) form and Seminar Register (pid: 327)*/
#modal-newsletter .modal-content, #modal-privacy-policy .modal-content, #modal-generic .modal-content {
  padding: 0 2rem 1rem 2rem; }
  @media (max-width: 543px) {
    #modal-newsletter .modal-content, #modal-privacy-policy .modal-content, #modal-generic .modal-content {
      padding: 0 1rem; } }

#modal-newsletter .modal-header, #modal-newsletter .modal-footer, #modal-privacy-policy .modal-header, #modal-privacy-policy .modal-footer, #modal-generic .modal-header, #modal-generic .modal-footer {
  border: none; }

#modal-newsletter .btn-close-modal, #modal-privacy-policy .btn-close-modal, #modal-generic .btn-close-modal {
  cursor: pointer; }
  #modal-newsletter .btn-close-modal .svg, #modal-privacy-policy .btn-close-modal .svg, #modal-generic .btn-close-modal .svg {
    fill: #445055;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem; }

#modal-newsletter .modal-header, #modal-privacy-policy .modal-header, #modal-generic .modal-header {
  padding: 2rem 1.5rem 0 1.5rem; }
  #modal-newsletter .modal-header h3, #modal-privacy-policy .modal-header h3, #modal-generic .modal-header h3 {
    display: block; }
    @media (max-width: 543px) {
      #modal-newsletter .modal-header h3, #modal-privacy-policy .modal-header h3, #modal-generic .modal-header h3 {
        font-size: 2.4rem; } }

#modal-newsletter .modal-body, #modal-privacy-policy .modal-body, #modal-generic .modal-body {
  padding-top: 0;
  padding-bottom: .2rem; }

#modal-newsletter .modal-footer, #modal-privacy-policy .modal-footer, #modal-generic .modal-footer {
  text-align: center;
  border-top: 2px solid #445055;
  margin: 0 1.5rem;
  padding: 2rem 0 1rem 0; }

#modal-newsletter #modal-btn-agree, #modal-privacy-policy #modal-btn-agree, #modal-generic #modal-btn-agree {
  min-width: 20rem;
  padding: 0; }
  @media (max-width: 991px) {
    #modal-newsletter #modal-btn-agree, #modal-privacy-policy #modal-btn-agree, #modal-generic #modal-btn-agree {
      margin-bottom: .5rem; } }

.jumbotron {
  overflow: hidden;
  display: block;
  min-height: 69.6rem;
  height: 69.6rem;
  padding: 16rem 0 27.6rem 0;
  margin-bottom: 0;
  background-color: #445055;
  border-radius: 0.3rem; }
  @media (max-width: 543px) {
    .jumbotron {
      display: none; } }
  .jumbotron.mobile {
    display: block; }
    @media (min-width: 544px) {
      .jumbotron.mobile {
        display: none; } }
  .jumbotron .hero-headline, .jumbotron h1 {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    font-size: 4.5rem;
    line-height: 4.8rem;
    color: #fff;
    word-wrap: break-word;
    white-space: pre-line; }
    @media (min-width: 544px) {
      .jumbotron .hero-headline, .jumbotron h1 {
        font-size: 6rem;
        line-height: 6.8rem; } }
  .jumbotron .roof-line-hero, .jumbotron .roof-line {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 544px) {
      .jumbotron .roof-line-hero, .jumbotron .roof-line {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
    @media (min-width: 544px) {
      .jumbotron .roof-line-hero, .jumbotron .roof-line {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
  .jumbotron .headlines {
    max-width: 75%;
    display: inline-block; }
    @media (max-width: 543px) {
      .jumbotron .headlines {
        max-width: 100%; } }
  .jumbotron .divider {
    margin: 2.4rem 0; }
  .jumbotron.video {
    min-height: 100%;
    height: 100%;
    padding: 0;
    position: relative; }
    @media (max-width: 768px) {
      .jumbotron.video {
        margin-top: 8rem; } }
    .jumbotron.video video {
      display: block;
      width: 100%;
      object-fit: cover; }
      @media (max-width: 768px) {
        .jumbotron.video video {
          height: 300px; } }
    .jumbotron.video .triggerStartVideo {
      position: absolute;
      top: 10px;
      right: 0;
      z-index: 1; }
      .jumbotron.video .triggerStartVideo .fa, .jumbotron.video .triggerStartVideo .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .jumbotron.video .triggerStartVideo .search-choice-close {
        height: 8rem;
        width: 19vw;
        text-align: center;
        font-size: 35px; }
        @media (min-width: 544px) {
          .jumbotron.video .triggerStartVideo .fa, .jumbotron.video .triggerStartVideo .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .jumbotron.video .triggerStartVideo .search-choice-close {
            width: 8rem; } }
    .jumbotron.video .container.content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0; }
      @media (max-width: 768px) {
        .jumbotron.video .container.content {
          width: 100%; }
          .jumbotron.video .container.content .headlines {
            margin: 1rem; }
          .jumbotron.video .container.content .roof-line-hero {
            font-size: 1.5rem;
            line-height: 1.4rem;
            margin-top: 1.2rem; }
          .jumbotron.video .container.content .hero-headline {
            font-size: 1.8rem;
            line-height: 1.4rem;
            margin-bottom: 1.2rem; }
          .jumbotron.video .container.content .divider {
            margin: 1rem 0; } }

.jumbotron-fluid {
  border-radius: 0; }

.jumbotron:before {
  content: '';
  position: absolute;
  top: 0;
  min-height: 69.6rem;
  height: 69.6rem;
  width: 100%;
  background-image: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF000000', endColorstr='#00000000', GradientType=0);
  opacity: .15; }

.fancybox-overlay {
  background: rgba(68, 80, 85, 0.9) !important; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }

.fancybox-skin, .fancybox-title-float-wrap .child {
  border-radius: 0 !important;
  background: transparent !important; }

.fancybox-opened .fancybox-title-float-wrap {
  text-align: left;
  position: relative;
  right: 0; }
  .fancybox-opened .fancybox-title-float-wrap .child {
    padding: 0;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff;
    word-wrap: break-word;
    white-space: pre-line;
    width: 100%;
    margin-top: 1.3rem; }
    @media (min-width: 544px) {
      .fancybox-opened .fancybox-title-float-wrap .child {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.fancybox-opened .fancybox-image {
  -webkit-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.5); }

.fancybox-opened .fancybox-close {
  background: url("../Images/icons/lightbox/btn_close_white.svg") center no-repeat;
  background-size: 3rem 3rem;
  /*    .svg {
      fill: $color-icon-white;
    }
    background-size: 0;
    background-color: $color-icon-white;
    -webkit-mask-image: url('../Images/icons/btn_close.svg');
    mask-image: url('../Images/icons/btn_close.svg');
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='#fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M19,6.41,17.59,5,12,10.59,6.41,5,5,6.41,10.59,12,5,17.59,6.41,19,12,13.41,17.59,19,19,17.59,13.41,12Z'/%3E %3C/svg%3E");
    &:hover {
      background-color: $color-link-hover;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='#009ee2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M19,6.41,17.59,5,12,10.59,6.41,5,5,6.41,10.59,12,5,17.59,6.41,19,12,13.41,17.59,19,19,17.59,13.41,12Z'/%3E %3C/svg%3E");
      .svg {
        fill: $color-link-hover;
      }
    }*/ }
  .fancybox-opened .fancybox-close:hover {
    background: url("../Images/icons/lightbox/btn_close_hover.svg") center no-repeat;
    background-size: 3rem 3rem; }

.fancybox-opened .fancybox-prev {
  left: -9rem; }
  .fancybox-opened .fancybox-prev span {
    background: url("../Images/icons/lightbox/arrow_left_white.svg") center no-repeat; }
    .fancybox-opened .fancybox-prev span:hover {
      background: url("../Images/icons/lightbox/arrow_left_hover.svg") center no-repeat; }
  @media (max-width: 768px) {
    .fancybox-opened .fancybox-prev {
      left: -8rem; } }
  @media (max-width: 543px) {
    .fancybox-opened .fancybox-prev {
      left: -6rem; } }

.fancybox-opened .fancybox-next {
  right: -9rem; }
  .fancybox-opened .fancybox-next span {
    background: url("../Images/icons/lightbox/arrow_right_white.svg") center no-repeat; }
    .fancybox-opened .fancybox-next span:hover {
      background: url("../Images/icons/lightbox/arrow_right_hover.svg") center no-repeat; }
  @media (max-width: 768px) {
    .fancybox-opened .fancybox-next {
      right: -8rem; } }
  @media (max-width: 543px) {
    .fancybox-opened .fancybox-next {
      right: -6rem; } }

.fancybox-opened .fancybox-nav span {
  visibility: visible;
  background-size: 100% 100%;
  width: 9rem;
  height: 9rem; }
  .fancybox-opened .fancybox-nav span:hover {
    background-size: 100% 100%; }
  @media (max-width: 768px) {
    .fancybox-opened .fancybox-nav span {
      width: 8rem;
      height: 8rem; } }
  @media (max-width: 543px) {
    .fancybox-opened .fancybox-nav span {
      width: 6rem;
      height: 6rem; } }

@media (max-width: 940px) {
  .fancybox-opened .fancybox-wrap {
    width: 80% !important; }
  .fancybox-opened .fancybox-inner {
    width: 100% !important;
    height: 100% !important; } }

.mm-navbar-top.mm-hasbtns {
  position: relative;
  float: right;
  width: 100%; }
  .mm-navbar-top.mm-hasbtns .mm-close {
    width: 100%; }
    .mm-navbar-top.mm-hasbtns .mm-close::after {
      color: #009ee2; }

.mm-navbar-top .mm-close {
  height: 8rem; }
  .mm-navbar-top .mm-close::after {
    content: "×";
    font-size: 2.4rem;
    font-size: 7rem;
    color: #fff; }

.mm-navbar.mm-hasbtns {
  padding: 0 2rem; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 9.3rem; }
  @media (max-width: 545px) {
    .mm-hasnavbar-top-1 .mm-panels {
      top: 9.6rem; } }

.mm-menu .mm-navbar.mm-navbar-top-1 {
  padding: 0.2rem 0 0 1rem;
  height: 9.3rem; }
  @media (max-width: 545px) {
    .mm-menu .mm-navbar.mm-navbar-top-1 {
      height: 9.6rem; } }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 8rem; }

.mm-panels .mm-listview .mm-next {
  width: 8rem; }

.mm-panels .mm-listview li {
  padding: 2rem;
  font-size: 2.6rem;
  line-height: 2.6rem; }
  .mm-panels .mm-listview li a {
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: #fff; }
    .mm-panels .mm-listview li a:hover {
      color: #009ee2; }
    .mm-panels .mm-listview li a.active {
      background: none; }
  .mm-panels .mm-listview li.active a {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    color: #fbbd00; }

.mm-panels > .mm-panel {
  padding: 0; }

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: #fff; }

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  color: #fff; }

.mm-next:after,
.mm-arrow:after {
  border: none;
  transform: rotate(0deg);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 6rem;
  width: 2.1rem;
  height: 3.7rem;
  right: 3.5rem;
  margin: 1.2rem 0 0 0; }

.mm-prev:before {
  border: none;
  transform: rotate(0deg);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 6rem;
  width: 2.1rem;
  height: 3.7rem;
  right: 3.5rem;
  margin: 0.8rem 0 0 0; }

.mm-navbar .mm-prev {
  height: 8rem;
  width: 6rem; }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: none; }

.mm-navbar, .mm-listview > li, .mm-listview > li:after, .mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: #c2D3dd; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: 1px solid #c2D3dd; }

.mm-navbar-bottom .nav-link {
  font-size: 1.8rem; }

.mm-menu {
  width: 100%;
  min-width: 14rem;
  max-width: 54.4rem;
  background: #445055; }
  @media all and (min-width: 54.5rem) {
    .mm-menu {
      max-width: 57.6rem; } }
  .mm-menu .mm-navbar > * a, .mm-menu .mm-navbar a {
    font-size: 2.6rem;
    line-height: 2.6rem;
    color: #fff;
    padding: 2rem;
    /*@include media-breakpoint-up(md) {
        font-size: 1.8rem;
        line-height: 2.4rem;
      }*/ }
    .mm-menu .mm-navbar > * a:hover, .mm-menu .mm-navbar a:hover {
      color: #009ee2; }
  .mm-menu .mm-navbar {
    height: 8rem;
    padding: 0 4rem 0 6rem;
    text-align: left; }
    .mm-menu .mm-navbar .mm-title {
      margin-top: 0.5rem;
      padding-left: 1rem;
      text-align: left; }

#mobile-header {
  height: 9.3rem; }
  #mobile-header .close-wrapper .mm-close {
    height: 9.3rem;
    padding-top: 3rem; }
  #mobile-header .logo {
    margin: 0;
    float: left;
    display: none; }
  @media all and (max-width: 54.4rem) {
    #mobile-header {
      height: 9.6rem; }
      #mobile-header .logo {
        display: block; }
      #mobile-header .close-wrapper .mm-close {
        height: 9.6rem; } }

.mm-navbar .mm-btn:first-child {
  left: inherit; }

.mm-navbar .mm-btn:last-child {
  right: 0rem;
  width: 7.2rem; }

.mm-panelshadow .mm-right {
  -webkit-box-shadow: -6px 0 10px -6px black;
  -moz-box-shadow: -6px 0 10px -6px black;
  box-shadow: -6px 0 10px -6px black; }

@media all and (min-width: 54.5rem) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(57.6rem, 0);
    -moz-transform: translate(57.6rem, 0);
    -ms-transform: translate(57.6rem, 0);
    -o-transform: translate(57.6rem, 0);
    transform: translate(57.6rem, 0); } }

@media all and (max-width: 54.4rem) and (min-width: 17.6rem) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-54.4rem, 0);
    -moz-transform: translate(-54.4rem, 0);
    -ms-transform: translate(-54.4rem, 0);
    -o-transform: translate(-54.4rem, 0);
    transform: translate(-54.4rem, 0); } }

@media all and (min-width: 54.5rem) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-57.6rem, 0);
    -moz-transform: translate(-57.6rem, 0);
    -ms-transform: translate(-57.6rem, 0);
    -o-transform: translate(-57.6rem, 0);
    transform: translate(-57.6rem, 0); } }

.p-a-0 {
  padding: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.m-a-0 {
  margin: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.searchbar-toggler {
  padding: 0;
  position: relative;
  font-size: 3.6rem;
  margin-top: 1.8rem;
  text-align: center;
  width: 19vw;
  /*
    @include navbar-active-arrow(25px, $black-hima);
    &:after,
    &::after {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -50%;
      margin-top: 0.8rem;
    }
  */
  /*  .fa-search {
    color: $blue;
  }*/ }
  @media (min-width: 544px) {
    .searchbar-toggler {
      font-size: 3.6rem;
      width: 8rem; } }
  @media (min-width: 992px) {
    .searchbar-toggler {
      font-size: 2rem;
      padding: 1.25rem 0.75rem;
      position: relative;
      margin-top: 0.8rem;
      width: auto; } }
  .searchbar-toggler.collapsed {
    /*
    .fa-search {
      color: $white;
    }

    @include media-breakpoint-up(xl) {
      &:hover .fa-search {
        color: $blue;
      }
    }
    */ }
    .searchbar-toggler.collapsed:after {
      content: none; }
  .searchbar-toggler .fa-close {
    background: url("../Images/icons/X.png") no-repeat;
    background-size: 1.7rem;
    width: 1.7rem;
    height: 1.7rem;
    color: #009ee2;
    margin-top: 2px; }
  .searchbar-toggler .fa-remove::before, .searchbar-toggler .fa-close::before, .searchbar-toggler .fa-times::before {
    content: none; }
  .searchbar-toggler .svg {
    margin-top: .4rem; }

.search-open {
  background-color: rgba(68, 80, 85, 0.9);
  border: none;
  border-radius: 0;
  margin-top: 0;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem; }

.search-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%; }
  @media (max-width: 991px) {
    .search-nav {
      border-top: solid 1px rgba(255, 255, 255, 0.7); } }
  .search-nav .searchbox-wrapper {
    background: #445055;
    padding: 2rem 0; }
    @media (min-width: 992px) {
      .search-nav .searchbox-wrapper {
        padding: 0.7rem 0 0 0;
        background: none; } }
    .search-nav .searchbox-wrapper .container {
      padding-bottom: 0;
      padding-top: 0; }

@media (min-width: 544px) and (max-width: 768px) {
  .search-nav .searchbox-wrapper .container {
    padding-left: 0;
    padding-right: 0; } }
    @media (min-width: 992px) {
      .search-nav .searchbox-wrapper .grey {
        background: #445055;
        margin-right: 1.5rem; } }
    .search-nav .searchbox-wrapper .input-group {
      background: none;
      border: 1px solid #7c8588;
      padding: 0; }
      @media (min-width: 992px) {
        .search-nav .searchbox-wrapper .input-group {
          padding: .5rem;
          margin: 1rem 0;
          background: #445055; } }
      .search-nav .searchbox-wrapper .input-group .form-control {
        border: none;
        height: 6.4rem;
        background: #445055;
        font-family: "Roboto Light", Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 2.6rem; }
        @media (min-width: 992px) {
          .search-nav .searchbox-wrapper .input-group .form-control {
            font-size: 1.6rem; } }
        @media (min-width: 992px) {
          .search-nav .searchbox-wrapper .input-group .form-control {
            height: 4.5rem; } }
        .search-nav .searchbox-wrapper .input-group .form-control::-webkit-input-placeholder {
          font-family: "Roboto Light", Arial, Helvetica, sans-serif;
          color: #fff;
          font-size: 2.6rem; }
          @media (min-width: 992px) {
            .search-nav .searchbox-wrapper .input-group .form-control::-webkit-input-placeholder {
              font-size: 1.6rem; } }
        .search-nav .searchbox-wrapper .input-group .form-control::-moz-placeholder {
          font-family: "Roboto Light", Arial, Helvetica, sans-serif;
          color: #fff;
          font-size: 2.6rem; }
          @media (min-width: 992px) {
            .search-nav .searchbox-wrapper .input-group .form-control::-moz-placeholder {
              font-size: 1.6rem; } }
        .search-nav .searchbox-wrapper .input-group .form-control:-ms-input-placeholder {
          font-family: "Roboto Light", Arial, Helvetica, sans-serif;
          color: #fff;
          font-size: 2.6rem; }
          @media (min-width: 992px) {
            .search-nav .searchbox-wrapper .input-group .form-control:-ms-input-placeholder {
              font-size: 1.6rem; } }
        .search-nav .searchbox-wrapper .input-group .form-control:-moz-placeholder {
          font-family: "Roboto Light", Arial, Helvetica, sans-serif;
          color: #fff;
          font-size: 2.6rem; }
          @media (min-width: 992px) {
            .search-nav .searchbox-wrapper .input-group .form-control:-moz-placeholder {
              font-size: 1.6rem; } }
    .search-nav .searchbox-wrapper .search-icon::before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      float: left;
      font-size: 2rem;
      width: 3rem;
      height: 2.5rem;
      margin-top: 1rem;
      color: #000; }
    @media (max-width: 991px) {
      .search-nav .searchbox-wrapper .input-group-btn {
        width: 4rem;
        display: block;
        text-align: center; } }
    .search-nav .searchbox-wrapper .fa-search {
      color: #00061b; }
    .search-nav .searchbox-wrapper .btn-search {
      font-size: 4rem;
      border-radius: 0;
      width: 2.5rem;
      background: none;
      color: #fff; }
      .search-nav .searchbox-wrapper .btn-search i {
        color: #fff; }
      @media (min-width: 992px) {
        .search-nav .searchbox-wrapper .btn-search {
          border: 1px solid #fff;
          font-size: 1.6rem;
          width: auto; }
          .search-nav .searchbox-wrapper .btn-search:hover {
            border-color: #009ee2;
            color: #009ee2; } }

.search-m-t-1 {
  margin-top: 0;
  margin-bottom: 1.2rem; }
  @media (min-width: 992px) {
    .search-m-t-1 {
      margin-top: 0.7rem;
      margin-bottom: 0; } }

.ce-menu.ce-menu-2 .nav-pills .nav-link {
  display: inline-block; }

.dark-primary .slick-next:before, .dark-primary .slick-prev:before, .dark-secondary .slick-next:before, .dark-secondary .slick-prev:before {
  color: #fff; }

.slick-next:before, .slick-prev:before {
  color: #445055; }

.slick-prev:hover:before, .slick-next:hover:before {
  color: #009ee2; }

.slick-prev:before,
.slick-next:before {
  font-size: 4rem;
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1; }

.slick-loading .slick-list {
  background: #fff url("/typo3conf/ext/himatheme/Resources/Public/Images/ajax-loader.gif") center no-repeat; }

.slick-slider {
  /*&.solutions-text-slider {
        max-width: 25rem;

        @include media-breakpoint-up(sm) {
            max-width: rem-calc(400px);
        }

        @include media-breakpoint-up(md) {
            max-width: rem-calc(576px);
        }

        @include media-breakpoint-up(md) {
            max-width: rem-calc(720px);
        }

        @include media-breakpoint-up(lg) {
            max-width: rem-calc(940px);
        }

        @include media-breakpoint-up(xl) {
            max-width: $maxWidth;
        }
    }*/ }

.slick-list {
  margin: 0 auto;
  max-width: 106.2rem; }

.slick-slide {
  width: 16.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center; }

.list-group-item {
  padding: 0;
  border: none; }

.slick-dots {
  margin: 0 !important; }

.icon-headline {
  display: table; }
  .icon-headline a {
    color: #000;
    font-size: 3rem; }
    @media (min-width: 769px) {
      .icon-headline a {
        font-size: 4.5rem; } }
  .icon-headline .icon, .icon-headline .headline {
    display: table-cell;
    vertical-align: middle; }
  .icon-headline i {
    width: 8rem;
    height: 8rem;
    display: block;
    margin-right: 1.5rem; }
    .icon-headline i.icon-201 {
      background: url("../Images/icons/industries/petrol.svg") no-repeat;
      background-size: 8rem 8rem; }
    .icon-headline i.icon-202 {
      background: url("../Images/icons/industries/chemistry.svg") no-repeat;
      background-size: 8rem 8rem; }
    .icon-headline i.icon-203 {
      background: url("../Images/icons/industries/energy.svg") no-repeat;
      background-size: 8rem 8rem; }
    .icon-headline i.icon-204 {
      background: url("../Images/icons/industries/rail.svg") no-repeat;
      background-size: 8rem 8rem; }
    .icon-headline i.icon-205 {
      background: url("../Images/icons/industries/other.svg") no-repeat;
      background-size: 8rem 8rem; }

.main-content table, .main-content .ce-table.table, .main-content table.ce-table, .main-content .ce-table.contenttable, .main-content .ce-table.table-fluid, .main-content .contenttable, .main-content .table-fluid {
  min-width: 45rem;
  width: 99%;
  background: #fff; }
  .main-content table thead tr th, .main-content .ce-table.table thead tr th, .main-content table.ce-table thead tr th, .main-content .ce-table.contenttable thead tr th, .main-content .ce-table.table-fluid thead tr th, .main-content .contenttable thead tr th, .main-content .table-fluid thead tr th {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: normal;
    background-color: #445055;
    border-bottom: 1px solid #fff; }
  .main-content table td, .main-content .ce-table.table td, .main-content table.ce-table td, .main-content .ce-table.contenttable td, .main-content .ce-table.table-fluid td, .main-content .contenttable td, .main-content .table-fluid td {
    background-color: transparent;
    border-bottom: 1px solid #445055;
    border-top: none; }
  .main-content table .subheadline, .main-content .ce-table.table .subheadline, .main-content table.ce-table .subheadline, .main-content .ce-table.contenttable .subheadline, .main-content .ce-table.table-fluid .subheadline, .main-content .contenttable .subheadline, .main-content .table-fluid .subheadline {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
    background-color: #B6C8C1;
    border-bottom: 1px solid #fff; }
  .main-content table th, .main-content table td, .main-content .ce-table.table th, .main-content table.ce-table th, .main-content .ce-table.contenttable th, .main-content .ce-table.table-fluid th, .main-content .ce-table.table td, .main-content table.ce-table td, .main-content .ce-table.contenttable td, .main-content .ce-table.table-fluid td, .main-content .contenttable th, .main-content .contenttable td, .main-content .table-fluid th, .main-content .table-fluid td {
    padding: 1rem 1.5rem 1rem 1.5rem; }

.main-content table thead th, .main-content .table thead th, .main-content table thead th, .main-content .contenttable thead th, .main-content .table-fluid thead th,
.main-content .main-content .contenttable thead th,
.main-content .main-content .table-fluid thead th {
  border-bottom: 1px solid #445055; }

.main-content .table-responsive .table, .main-content .table-responsive table, .main-content .table-responsive .contenttable, .main-content .table-responsive .table-fluid {
  max-width: none; }

@media (max-width: 768px) {
  .main-content table.horizontal-table, .main-content table.vertical-table {
    margin: 0 auto;
    width: 100%;
    border-spacing: 0;
    min-width: auto; }
    .main-content table.horizontal-table thead, .main-content table.vertical-table thead {
      position: absolute;
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
    .main-content table.horizontal-table tr, .main-content table.vertical-table tr {
      margin-bottom: 3em; }
    .main-content table.horizontal-table tbody tr.header-row, .main-content table.horizontal-table tbody tr.image-row, .main-content table.vertical-table tbody tr.header-row, .main-content table.vertical-table tbody tr.image-row {
      display: none; }
    .main-content table.horizontal-table tbody,
    .main-content table.horizontal-table tr,
    .main-content table.horizontal-table th,
    .main-content table.horizontal-table td, .main-content table.vertical-table tbody,
    .main-content table.vertical-table tr,
    .main-content table.vertical-table th,
    .main-content table.vertical-table td {
      display: block;
      padding: 0;
      text-align: left;
      white-space: normal; }
    .main-content table.horizontal-table tr td,
    .main-content table.horizontal-table tr th, .main-content table.vertical-table tr td,
    .main-content table.vertical-table tr th {
      padding: 2em 1em;
      overflow: hidden;
      position: relative;
      vertical-align: top;
      width: 100%;
      white-space: normal;
      background-color: transparent; }
    .main-content table.horizontal-table th[scope="row"], .main-content table.vertical-table th[scope="row"] {
      width: 100%;
      text-align: center;
      display: block;
      margin: 0 auto;
      padding: .5em 0;
      border-bottom: 1px solid #eceeef; }
    .main-content table.horizontal-table td[data-label]:before, .main-content table.vertical-table td[data-label]:before {
      content: attr(data-label);
      display: block;
      float: left;
      width: 30%;
      color: #000;
      font-weight: bold;
      text-align: left; }
    .main-content table.horizontal-table td[data-label] > *, .main-content table.vertical-table td[data-label] > * {
      display: block;
      width: 70%;
      float: right;
      clear: right;
      padding-left: 1em;
      margin-top: 0; }
    .main-content table.horizontal-table td[data-label]:after, .main-content table.vertical-table td[data-label]:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 30%;
      padding-bottom: 200%;
      display: block; } }

.main-content .dropdown {
  margin-top: 1.5rem; }
  .main-content .dropdown .dropdown-toggle {
    width: 100%;
    text-align: left;
    padding-left: 1.6rem;
    text-decoration: none;
    background-color: #63747f;
    border: 2px solid #63747f;
    font-size: 2rem;
    line-height: 2.4rem;
    border-radius: 0;
    color: #fff; }
    @media (min-width: 544px) {
      .main-content .dropdown .dropdown-toggle {
        font-size: 1.6rem;
        line-height: 1.8rem; } }
    .main-content .dropdown .dropdown-toggle:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      height: 1.8rem;
      width: 1.6rem;
      position: absolute;
      right: 3rem;
      top: 0.2rem;
      font-size: 4rem;
      border: none; }
      @media (min-width: 769px) {
        .main-content .dropdown .dropdown-toggle:after {
          font-size: 3rem;
          top: 0.3rem; } }
      @media (min-width: 1200px) {
        .main-content .dropdown .dropdown-toggle:after {
          font-size: 2rem; } }
    .main-content .dropdown .dropdown-toggle:hover {
      background-color: #009ee2;
      border: 2px solid #009ee2;
      color: #fff; }
  .main-content .dropdown .dropdown-menu {
    width: 100%;
    margin: 0;
    border-radius: inherit; }
    .main-content .dropdown .dropdown-menu li {
      padding: 0;
      margin-bottom: 1rem; }
      .main-content .dropdown .dropdown-menu li::before {
        content: none; }
      .main-content .dropdown .dropdown-menu li a {
        padding: 0.3rem 1.5rem 0.4rem;
        text-decoration: none;
        display: block; }
    .main-content .dropdown .dropdown-menu .dropdown-item div {
      display: inline-block; }

.main-content .tabbable li {
  list-style-type: none; }

@media (min-width: 1200px) {
  .main-content .tabbable .nav-tabs {
    border-bottom: 0; }
    .main-content .tabbable .nav-tabs .nav-link {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      text-decoration: none;
      padding-left: 2rem;
      padding-right: 2rem;
      background-color: #63747f;
      border-color: #63747f #63747f transparent;
      color: #fff; }
      .main-content .tabbable .nav-tabs .nav-link.active {
        background-color: #fbbd00;
        border-color: #fbbd00 #fbbd00 transparent;
        color: #445055;
        position: relative;
        font-family: "Roboto Medium", Arial, Helvetica, sans-serif; }
        .main-content .tabbable .nav-tabs .nav-link.active:after {
          border-left: 1.25rem solid transparent;
          border-right: 1.25rem solid transparent;
          content: "";
          border-top: 1.3rem solid #fbbd00;
          position: absolute;
          bottom: -1.3rem;
          width: 0;
          left: 50%;
          margin-left: -1.25rem; }
        .main-content .tabbable .nav-tabs .nav-link.active:hover {
          background-color: #fbbd00;
          border-color: #fbbd00 #fbbd00 transparent;
          color: #445055; }
      .main-content .tabbable .nav-tabs .nav-link:hover {
        background-color: #009ee2;
        border-color: #009ee2 #009ee2 transparent;
        color: #fff; }
      .main-content .tabbable .nav-tabs .nav-link:before {
        display: block;
        content: attr(title);
        font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
        visibility: hidden;
        overflow: hidden;
        height: 0; }
    .main-content .tabbable .nav-tabs .nav-item {
      margin-left: .5rem; }
      .main-content .tabbable .nav-tabs .nav-item:first-of-type {
        margin-left: 0; } }

.main-content .tabbable ul li:before {
  content: none; }

.main-content .tabbable .ce-bodytext ul {
  padding-left: 4rem;
  /*
  li:before {
    @include font-icon($fa-var-circle);
    margin: 0 2rem;
    margin-left: -2.2rem;
    font-size: 0.8rem;
    width: 0.2rem;
    height: 1rem;
    vertical-align: middle;
  }
*/ }
  .main-content .tabbable .ce-bodytext ul li {
    list-style: disc outside;
    text-indent: 0;
    padding-left: 0.5rem;
    padding-right: 2.5rem;
    position: relative;
    left: 2.5rem; }
  .main-content .tabbable .ce-bodytext ul .link-arrow, .main-content .tabbable .ce-bodytext ul .more-link {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    /*&:before {
    @include link-arrow;
  }*/ }
    @media (min-width: 544px) {
      .main-content .tabbable .ce-bodytext ul .link-arrow, .main-content .tabbable .ce-bodytext ul .more-link {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.main-content .tabbable .ce-bodytext a {
  background-color: transparent;
  border: none;
  font-size: 1.8rem;
  line-height: 2.8rem; }
  @media (min-width: 544px) {
    .main-content .tabbable .ce-bodytext a {
      font-size: 1.6rem;
      line-height: 2.4rem; } }

@media (max-width: 991px) {
  .main-content .tabbable .tab-content .container .col-xs-12:first-of-type .ce-left figure, .main-content .tabbable .tab-content .container .col-xs-12:first-of-type .ce-left .ce-media {
    margin-bottom: 4rem; } }

@media (max-width: 991px) {
  .main-content .tabbable .tab-content .container .col-xs-12:first-of-type .ce-right figure, .main-content .tabbable .tab-content .container .col-xs-12:first-of-type .ce-right .ce-media {
    margin-bottom: 4rem; } }

@media (min-width: 769px) {
  .main-content .tabbable .tab-content .container .col-xs-12:first-of-type .headlines h2 {
    font-size: 1.8rem; } }

@media (min-width: 1200px) {
  .main-content .tabbable .tab-content .container {
    padding-bottom: 2.5rem !important; } }

.main-content .tabbable .tab-content .tab-pane {
  padding: 2em 0 0 0; }

.main-content .tabbable .tab-content ul {
  padding-left: 0; }

@media (min-width: 1200px) {
  .main-content .tabbable .tab-content .ce-bodytext {
    width: auto; } }

.main-content .tabbable .tab-content .ce-bodytext ul {
  /*
  li:before {
    @include font-icon($fa-var-circle);
    margin: 0 2rem;
    margin-left: -2.2rem;
    font-size: 0.8rem;
    width: 0.2rem;
    height: 1rem;
    vertical-align: middle;
  }
*/ }
  .main-content .tabbable .tab-content .ce-bodytext ul li {
    list-style: disc outside;
    text-indent: 0;
    padding-left: 0.5rem;
    padding-right: 2.5rem;
    position: relative;
    left: 2.5rem; }
  .main-content .tabbable .tab-content .ce-bodytext ul .link-arrow, .main-content .tabbable .tab-content .ce-bodytext ul .more-link {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    /*&:before {
    @include link-arrow;
  }*/ }
    @media (min-width: 544px) {
      .main-content .tabbable .tab-content .ce-bodytext ul .link-arrow, .main-content .tabbable .tab-content .ce-bodytext ul .more-link {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

@media (max-width: 1199px) {
  .main-content .tabbable .panel-body figure, .main-content .tabbable .panel-body .ce-media {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 1199px) {
  .main-content .tabbable .panel-body .ce-above.ce-left img, .main-content .tabbable .panel-body .ce-above.ce-right img {
    width: 100%; } }

@media (max-width: 1199px) {
  .main-content .tabbable .panel-body .ce-bodytext {
    padding-left: 2.5rem;
    padding-right: 2.5rem; } }

@media (max-width: 1199px) {
  .main-content .tabbable .panel-body .ce-textpic.ce-right .ce-gallery {
    padding-left: 0; } }

@media (min-width: 992px) {
  .main-content .tabbable .panel-body .ce-textpic.ce-left .ce-gallery {
    padding-right: 0; } }

.main-content .tabbable .panel-group.init .panel .panel-heading h4 a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  height: 1.8rem;
  width: 1.6rem; }

.main-content .tabbable .panel-group .panel .panel-heading h4 a.btn-accordion {
  text-transform: none;
  word-wrap: break-word;
  white-space: pre-line;
  padding: 1rem 4.5rem 1rem 2rem; }
  .main-content .tabbable .panel-group .panel .panel-heading h4 a.btn-accordion:hover {
    background-color: #009ee2;
    border-color: #009ee2 #009ee2 transparent;
    color: #fff; }
  .main-content .tabbable .panel-group .panel .panel-heading h4 a.btn-accordion.collapsed {
    background-color: #63747f;
    border: 2px solid #63747f;
    color: #fff; }

.main-content .tabbable .panel-group .panel .panel-body .ce-bodytext, .main-content .tabbable .panel-group .panel .panel-body .ce-textpic {
  width: 100%; }

.main-content .tabbable .panel-group .panel .panel-body .ce-right > div, .main-content .tabbable .panel-group .panel .panel-body .ce-left > div {
  float: none;
  width: 100%; }

.main-content .tabbable .panel-group .panel.active .panel-heading h4 a {
  font-family: "Roboto Medium", Arial, Helvetica, sans-serif; }
  .main-content .tabbable .panel-group .panel.active .panel-heading h4 a.btn-accordion {
    background-color: #fbbd00;
    border-color: #fbbd00 #fbbd00 transparent;
    color: #445055; }

.main-content .dropdown.open .dropdown-toggle {
  background-color: #009ee2;
  border: 2px solid #009ee2;
  color: #fff; }
  .main-content .dropdown.open .dropdown-toggle:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    height: 1.8rem;
    width: 1.6rem; }

.main-content .flexMenu-viewMore {
  position: relative; }
  .main-content .flexMenu-viewMore a:hover:hover {
    background-color: #009ee2;
    border-color: #009ee2 #009ee2 transparent;
    color: #fff; }
  .main-content .flexMenu-viewMore .dropdown-toggle {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
    display: block;
    padding: 0.5em 2rem;
    border: solid 1px;
    background-color: #63747f;
    border-color: #63747f #63747f transparent;
    color: #fff; }
    .main-content .flexMenu-viewMore .dropdown-toggle.active {
      background-color: #fbbd00;
      border-color: #fbbd00 #fbbd00 transparent;
      color: #445055;
      position: relative;
      font-family: "Roboto Medium", Arial, Helvetica, sans-serif; }
      .main-content .flexMenu-viewMore .dropdown-toggle.active:after {
        border-left: 1.25rem solid transparent;
        border-right: 1.25rem solid transparent;
        content: "";
        border-top: 1.3rem solid #fbbd00;
        position: absolute;
        bottom: -1.3rem;
        width: 0;
        left: 50%;
        margin-left: -1.25rem; }
      .main-content .flexMenu-viewMore .dropdown-toggle.active:hover {
        background-color: #fbbd00;
        border-color: #fbbd00 #fbbd00 transparent;
        color: #445055; }
      .main-content .flexMenu-viewMore .dropdown-toggle.active:before {
        border-left: 1.25rem solid transparent;
        border-right: 1.25rem solid transparent;
        content: "";
        border-top: 1.3rem solid #fbbd00;
        position: absolute;
        bottom: -1.3rem;
        width: 0;
        left: 50%;
        margin-left: -1.25rem;
        visibility: visible; }
      .main-content .flexMenu-viewMore .dropdown-toggle.active:after {
        margin-left: .6rem; }
    .main-content .flexMenu-viewMore .dropdown-toggle:after, .main-content .flexMenu-viewMore .dropdown-toggle.active:after {
      border: none;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      height: 1.8rem;
      width: 1.6rem;
      position: relative;
      bottom: .3rem;
      left: .5rem;
      font-size: 2rem; }
    .main-content .flexMenu-viewMore .dropdown-toggle:before {
      display: block;
      content: attr(title);
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
      visibility: hidden;
      overflow: hidden;
      height: 0; }
  .main-content .flexMenu-viewMore .tab-hover {
    background-color: #009ee2;
    border-color: #009ee2 #009ee2 transparent;
    color: #fff; }

.main-content .flexMenu-popup {
  padding: 0;
  right: 0;
  padding-top: .5rem;
  z-index: 1; }
  .main-content .flexMenu-popup li {
    border-bottom: solid 1px #fff; }
    .main-content .flexMenu-popup li:last-of-type {
      border-bottom: none; }
  .main-content .flexMenu-popup .active:after {
    border: none !important; }
  .main-content .flexMenu-popup .nav-link {
    white-space: nowrap; }

.tooltip .tooltip-inner {
  padding: 2rem;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 1.6rem;
  max-width: 24rem; }
  @media (min-width: 544px) {
    .tooltip .tooltip-inner {
      max-width: 30rem; } }

.popover {
  background-color: #00061b; }
  .popover.popover-top .popover-arrow::after, .popover.bs-tether-element-attached-bottom .popover-arrow::after {
    border-top-color: #00061b; }
  .popover .popover-content {
    padding: 2rem;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 1.6rem;
    max-width: 24rem;
    color: #fff; }
    @media (min-width: 544px) {
      .popover .popover-content {
        max-width: 30rem; } }

table.dataTable {
  clear: both; }
  table.dataTable th {
    border-right: 1px solid #fff; }
    table.dataTable th:last-of-type {
      border-right: none; }

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block; }

div.dataTables_wrapper div.dataTables_filter {
  text-align: right; }

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left; }

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto; }

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right; }

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0; }

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px; }

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 30px !important; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  content: "\2191"; }

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 0.5em;
  content: "\2193"; }

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1; }

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0; }

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none; }

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none; }

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none; }

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center; } }

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px; }

table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px; }

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0; }

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0; }

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0; }

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0; }

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0; }

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0; }

.main-content .dataTable thead tr th {
  border-bottom: 1px solid #445055; }

.main-content .dataTable thead tr th.nosort {
  border-bottom: none; }

.main-content .events-page .events-time ul, .main-content .events-page .events-info ul, .main-content .eventsform-page .events-time ul, .main-content .eventsform-page .events-info ul {
  padding-left: 0; }
  .main-content .events-page .events-time ul li, .main-content .events-page .events-info ul li, .main-content .eventsform-page .events-time ul li, .main-content .eventsform-page .events-info ul li {
    list-style: none;
    margin: 0; }
    .main-content .events-page .events-time ul li p, .main-content .events-page .events-info ul li p, .main-content .eventsform-page .events-time ul li p, .main-content .eventsform-page .events-info ul li p {
      margin: 0; }

.main-content .events-page .events-time, .main-content .events-page .events-info, .main-content .eventsform-page .events-time, .main-content .eventsform-page .events-info {
  line-height: 2.4rem;
  margin: 1.7rem 0; }
  .main-content .events-page .events-time a, .main-content .events-page .events-info a, .main-content .eventsform-page .events-time a, .main-content .eventsform-page .events-info a {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    /*&:before {
    @include link-arrow;
  }*/ }
    @media (min-width: 544px) {
      .main-content .events-page .events-time a, .main-content .events-page .events-info a, .main-content .eventsform-page .events-time a, .main-content .eventsform-page .events-info a {
        font-size: 1.6rem;
        line-height: 2.4rem; } }
  .main-content .events-page .events-time div, .main-content .events-page .events-info div, .main-content .eventsform-page .events-time div, .main-content .eventsform-page .events-info div {
    line-height: 2.4rem;
    margin: 1.7rem 0; }

.main-content .events-page .events-time ul, .main-content .eventsform-page .events-time ul {
  padding-top: 1rem; }
  .main-content .events-page .events-time ul li:before, .main-content .eventsform-page .events-time ul li:before {
    content: none; }

.main-content .tx-tsreventslider {
  margin-bottom: 3rem; }
  @media (max-width: 543px) {
    .main-content .tx-tsreventslider .event-slider {
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
    .main-content .tx-tsreventslider .slick-slide {
      margin-right: 0; }
    .main-content .tx-tsreventslider .arrow-prev .svg:hover, .main-content .tx-tsreventslider .arrow-next .svg:hover {
      fill: #fff; } }
  .main-content .tx-tsreventslider .event-slider {
    margin-bottom: 0; }
  .main-content .tx-tsreventslider .image {
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 544px) {
      .main-content .tx-tsreventslider .image {
        float: left;
        width: 48%;
        margin: 0 2rem 0 0; } }
    .main-content .tx-tsreventslider .image img {
      width: 100%; }
  .main-content .tx-tsreventslider .headline p, .main-content .tx-tsreventslider .no-headline p {
    margin-top: 0;
    margin-bottom: 0; }
  @media (max-width: 543px) {
    .main-content .tx-tsreventslider .headline, .main-content .tx-tsreventslider .no-headline {
      margin-left: 1.5rem;
      margin-right: 1.5rem; } }
  .main-content .tx-tsreventslider .slider-link {
    text-decoration: none; }
  .main-content .tx-tsreventslider .slick-slide {
    text-align: left;
    margin-bottom: 1rem; }
  .main-content .tx-tsreventslider .small-width {
    padding-left: 5rem;
    padding-right: 5rem; }
  .main-content .tx-tsreventslider .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #bdc1cf; }
    @media (max-width: 543px) {
      .main-content .tx-tsreventslider .slick-dots li button:before {
        font-size: 5rem; } }
  @media (min-width: 544px) {
    .main-content .tx-tsreventslider .slick-dots li button:hover:before {
      color: #009ee2; } }
  .main-content .tx-tsreventslider .slick-dots .slick-active button:before {
    color: #fbbd00; }
  .main-content .tx-tsreventslider .slick-dots .slick-active button:hover:before {
    color: #fbbd00; }

@media (min-width: 544px) and (max-width: 1199px) {
  .main-content .tx-tsreventslider .event-slider {
    padding-left: 3rem;
    padding-right: 3rem; }
  .main-content .tx-tsreventslider .arrow-prev {
    left: 0; }
  .main-content .tx-tsreventslider .arrow-next {
    right: 0; } }

@media (min-width: 992px) {
  .tx-tsrfilter h3, .tx-solr h3, .tx-tsrtraining h3 {
    margin-bottom: 1rem; } }

.tx-tsrfilter ul, .tx-solr ul, .tx-tsrtraining ul {
  background-color: #fff; }

.tx-tsrfilter i, .tx-solr i, .tx-tsrtraining i {
  cursor: pointer; }

.tx-tsrfilter li, .tx-solr li, .tx-tsrtraining li {
  margin-bottom: 0 !important; }
  .tx-tsrfilter li:before, .tx-solr li:before, .tx-tsrtraining li:before {
    content: none !important; }
  .tx-tsrfilter li:first-of-type, .tx-solr li:first-of-type, .tx-tsrtraining li:first-of-type {
    margin-top: 1rem; }
  .tx-tsrfilter li:last-of-type, .tx-solr li:last-of-type, .tx-tsrtraining li:last-of-type {
    margin-bottom: 1rem !important; }

.tx-tsrfilter .filterblock li, .tx-solr .filterblock li, .tx-tsrtraining .filterblock li {
  padding: 0 1rem 0 2rem !important; }

.tx-tsrfilter .divider, .tx-solr .divider, .tx-tsrtraining .divider {
  background-color: #445055;
  margin: 0;
  position: relative;
  bottom: 1rem;
  height: .2rem;
  z-index: 0; }

.tx-tsrfilter .divider-overlay, .tx-solr .divider-overlay, .tx-tsrtraining .divider-overlay {
  border-bottom: 4px solid #fff;
  position: relative;
  top: 4.7rem;
  display: block;
  z-index: -1;
  margin-right: -.5rem; }

.tx-tsrfilter .m-b-1, .tx-solr .m-b-1, .tx-tsrtraining .m-b-1 {
  margin-bottom: .5rem; }

.tx-tsrfilter .dropdown.open .dropdown-toggle, .tx-solr .dropdown.open .dropdown-toggle, .tx-tsrtraining .dropdown.open .dropdown-toggle, .tx-tsrfilter .dropdown .dropdown-toggle, .tx-solr .dropdown .dropdown-toggle, .tx-tsrtraining .dropdown .dropdown-toggle {
  height: 5rem;
  text-align: center;
  padding-left: 1.2rem;
  padding-right: 2.8rem; }
  .tx-tsrfilter .dropdown.open .dropdown-toggle:after, .tx-solr .dropdown.open .dropdown-toggle:after, .tx-tsrtraining .dropdown.open .dropdown-toggle:after, .tx-tsrfilter .dropdown .dropdown-toggle:after, .tx-solr .dropdown .dropdown-toggle:after, .tx-tsrtraining .dropdown .dropdown-toggle:after {
    right: .8rem;
    line-height: 40px;
    font-size: 2rem; }
  .tx-tsrfilter .dropdown.open .dropdown-toggle:before, .tx-solr .dropdown.open .dropdown-toggle:before, .tx-tsrtraining .dropdown.open .dropdown-toggle:before, .tx-tsrfilter .dropdown .dropdown-toggle:before, .tx-solr .dropdown .dropdown-toggle:before, .tx-tsrtraining .dropdown .dropdown-toggle:before {
    display: block;
    content: attr(name);
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    visibility: hidden;
    overflow: hidden;
    height: 0; }

.tx-tsrfilter .open .dropdown-toggle, .tx-solr .open .dropdown-toggle, .tx-tsrtraining .open .dropdown-toggle {
  background-color: #fbbd00 !important;
  border-color: #fbbd00 !important;
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
  color: #445055 !important; }

.tx-tsrfilter .scrollable-menu, .tx-solr .scrollable-menu, .tx-tsrtraining .scrollable-menu {
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
  width: auto !important; }

.tx-tsrfilter .dropdown, .tx-solr .dropdown, .tx-tsrtraining .dropdown, .tx-tsrfilter .last, .tx-solr .last, .tx-tsrtraining .last {
  padding-right: .5rem;
  margin-top: 0;
  z-index: 2; }

.tx-tsrfilter .dropdown-item:focus, .tx-solr .dropdown-item:focus, .tx-tsrtraining .dropdown-item:focus, .tx-tsrfilter .dropdown-item:hover, .tx-solr .dropdown-item:hover, .tx-tsrtraining .dropdown-item:hover {
  background-color: transparent; }

.tx-tsrfilter #remove-button, .tx-solr #remove-button, .tx-tsrtraining #remove-button {
  padding-right: 0; }

.tx-tsrfilter #btn-accept, .tx-solr #btn-accept, .tx-tsrtraining #btn-accept {
  font-size: 1.6rem;
  line-height: 1.8rem;
  padding: 0 2rem; }

.tx-tsrfilter #selected-categories, .tx-solr #selected-categories, .tx-tsrtraining #selected-categories {
  margin-top: .5rem; }

.tx-tsrfilter .btn-group, .tx-solr .btn-group, .tx-tsrtraining .btn-group {
  margin-bottom: .4rem; }

.tx-tsrfilter .btn-close-category, .tx-solr .btn-close-category, .tx-tsrtraining .btn-close-category, .tx-tsrfilter .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .tx-tsrfilter .search-choice-close, .tx-solr .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .tx-solr .search-choice-close, .tx-tsrtraining .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .tx-tsrtraining .search-choice-close, .tx-tsrfilter .btn-close-time, .tx-solr .btn-close-time, .tx-tsrtraining .btn-close-time {
  font-size: 1.4rem;
  line-height: 2.8rem; }

.tx-tsrfilter .btn-close-category, .tx-solr .btn-close-category, .tx-tsrtraining .btn-close-category, .tx-tsrfilter .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .tx-tsrfilter .search-choice-close, .tx-solr .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .tx-solr .search-choice-close, .tx-tsrtraining .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .tx-tsrtraining .search-choice-close {
  padding-left: .3rem; }

.tx-tsrfilter .btn-close-time, .tx-solr .btn-close-time, .tx-tsrtraining .btn-close-time {
  padding-left: .5rem; }

.tx-tsrfilter .selected-category, .tx-solr .selected-category, .tx-tsrtraining .selected-category {
  padding: 0 1.5rem 0 0;
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  line-height: 2.8rem; }

.tx-tsrfilter .selected-quarter, .tx-solr .selected-quarter, .tx-tsrtraining .selected-quarter, .tx-tsrfilter .selected-quarter:hover, .tx-solr .selected-quarter:hover, .tx-tsrtraining .selected-quarter:hover {
  background-color: #fbbd00;
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }

.tx-tsrfilter .filter-category, .tx-solr .filter-category, .tx-tsrtraining .filter-category, .tx-tsrfilter .modal-filter-category, .tx-solr .modal-filter-category, .tx-tsrtraining .modal-filter-category {
  display: none; }

.tx-tsrfilter .modal-time-filter-category, .tx-solr .modal-time-filter-category, .tx-tsrtraining .modal-time-filter-category, .tx-tsrfilter .filter-item span, .tx-solr .filter-item span, .tx-tsrtraining .filter-item span {
  font-size: 1.6rem;
  line-height: 2.8rem; }

.tx-tsrfilter .filter-item, .tx-solr .filter-item, .tx-tsrtraining .filter-item {
  position: relative;
  padding-right: 1.5rem;
  z-index: 1; }
  .tx-tsrfilter .filter-item span, .tx-solr .filter-item span, .tx-tsrtraining .filter-item span {
    padding-left: 3rem;
    cursor: pointer; }

.tx-tsrfilter .filter-item label, .tx-solr .filter-item label, .tx-tsrtraining .filter-item label {
  cursor: pointer;
  position: absolute;
  width: 2.1rem;
  height: 2.1rem;
  bottom: 0;
  left: 0;
  border: 1px solid #445055;
  z-index: -1; }

.tx-tsrfilter .filter-item label:after, .tx-solr .filter-item label:after, .tx-tsrtraining .filter-item label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 1.5rem;
  height: .8rem;
  top: .4rem;
  left: .2rem;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tx-tsrfilter .filter-item input[type=checkbox]:checked + label:after, .tx-solr .filter-item input[type=checkbox]:checked + label:after, .tx-tsrtraining .filter-item input[type=checkbox]:checked + label:after {
  opacity: 1; }

.tx-tsrfilter .filter-category:checked + label, .tx-solr .filter-category:checked + label, .tx-tsrtraining .filter-category:checked + label, .tx-tsrfilter .modal-filter-category:checked + label, .tx-solr .modal-filter-category:checked + label, .tx-tsrtraining .modal-filter-category:checked + label {
  background-color: #445055; }

.tx-tsrfilter .time-filter-category, .tx-solr .time-filter-category, .tx-tsrtraining .time-filter-category {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: .3rem 2rem .3rem 2rem !important; }
  .tx-tsrfilter .time-filter-category:after, .tx-solr .time-filter-category:after, .tx-tsrtraining .time-filter-category:after {
    display: block;
    content: attr(name);
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    visibility: hidden;
    overflow: hidden;
    height: 0; }

.tx-tsrfilter .add-event-filter .radio-btn, .tx-solr .add-event-filter .radio-btn, .tx-tsrtraining .add-event-filter .radio-btn {
  margin-bottom: 0.8rem; }
  @media (max-width: 768px) {
    .tx-tsrfilter .add-event-filter .radio-btn, .tx-solr .add-event-filter .radio-btn, .tx-tsrtraining .add-event-filter .radio-btn {
      margin-bottom: 1rem;
      float: left;
      width: 50%; }
      .tx-tsrfilter .add-event-filter .radio-btn label, .tx-solr .add-event-filter .radio-btn label, .tx-tsrtraining .add-event-filter .radio-btn label {
        float: none;
        width: auto;
        margin-left: 0.5rem; }
      .tx-tsrfilter .add-event-filter .radio-btn .iradio_minimal, .tx-solr .add-event-filter .radio-btn .iradio_minimal, .tx-tsrtraining .add-event-filter .radio-btn .iradio_minimal {
        margin-bottom: 0.8rem; } }
  @media (min-width: 769px) {
    .tx-tsrfilter .add-event-filter .radio-btn, .tx-solr .add-event-filter .radio-btn, .tx-tsrtraining .add-event-filter .radio-btn {
      width: 20%;
      float: left;
      margin-top: 0.5rem; }
      .tx-tsrfilter .add-event-filter .radio-btn input, .tx-solr .add-event-filter .radio-btn input, .tx-tsrtraining .add-event-filter .radio-btn input {
        width: auto; }
      .tx-tsrfilter .add-event-filter .radio-btn label, .tx-solr .add-event-filter .radio-btn label, .tx-tsrtraining .add-event-filter .radio-btn label {
        float: none;
        width: 80%; }
      .tx-tsrfilter .add-event-filter .radio-btn .iradio_minimal, .tx-solr .add-event-filter .radio-btn .iradio_minimal, .tx-tsrtraining .add-event-filter .radio-btn .iradio_minimal {
        vertical-align: top;
        margin-top: 0.2rem;
        margin-right: 1rem; } }

.tx-tsrfilter .add-event-filter .radio-btn, .tx-solr .add-event-filter .radio-btn, .tx-tsrtraining .add-event-filter .radio-btn {
  float: none;
  width: 100%; }
  @media (min-width: 769px) {
    .tx-tsrfilter .add-event-filter .radio-btn, .tx-solr .add-event-filter .radio-btn, .tx-tsrtraining .add-event-filter .radio-btn {
      width: 27%;
      float: left; } }

@media (max-width: 991px) {
  .tx-tsrfilter #btn-filter, .tx-solr #btn-filter, .tx-tsrtraining #btn-filter {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0 3.5rem 1.2rem 2.4rem; }
    .tx-tsrfilter #btn-filter:after, .tx-solr #btn-filter:after, .tx-tsrtraining #btn-filter:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      height: 1.8rem;
      width: 1.6rem;
      font-size: 3rem;
      position: relative;
      left: 1rem;
      top: .5rem; }
  .tx-tsrfilter #modal-btn-accept, .tx-solr #modal-btn-accept, .tx-tsrtraining #modal-btn-accept, .tx-tsrfilter #modal-btn-remove, .tx-solr #modal-btn-remove, .tx-tsrtraining #modal-btn-remove {
    margin-bottom: 1.5rem;
    padding: 0;
    width: 48%;
    min-width: 26rem; }
  .tx-tsrfilter #modal-btn-accept, .tx-solr #modal-btn-accept, .tx-tsrtraining #modal-btn-accept {
    margin-right: 1.5rem; }
  .tx-tsrfilter .modal-content, .tx-solr .modal-content, .tx-tsrtraining .modal-content {
    padding: 0 1rem; }
  .tx-tsrfilter .modal-header, .tx-solr .modal-header, .tx-tsrtraining .modal-header {
    padding: 20px 15px 5px 15px;
    border: none; }
    .tx-tsrfilter .modal-header h3, .tx-solr .modal-header h3, .tx-tsrtraining .modal-header h3 {
      font-size: 1.8rem;
      line-height: 2.6rem; }
  .tx-tsrfilter .modal-footer, .tx-solr .modal-footer, .tx-tsrtraining .modal-footer {
    border-top: 2px solid #445055;
    margin: 0 1.5rem;
    padding: 2rem 0 1rem 0; }
  .tx-tsrfilter .modal-filterblock, .tx-solr .modal-filterblock, .tx-tsrtraining .modal-filterblock, .tx-tsrfilter .modal-time-filterblock, .tx-solr .modal-time-filterblock, .tx-tsrtraining .modal-time-filterblock {
    margin-bottom: .5rem; }
    .tx-tsrfilter .modal-filterblock:last-of-type, .tx-solr .modal-filterblock:last-of-type, .tx-tsrtraining .modal-filterblock:last-of-type, .tx-tsrfilter .modal-time-filterblock:last-of-type, .tx-solr .modal-time-filterblock:last-of-type, .tx-tsrtraining .modal-time-filterblock:last-of-type {
      margin-bottom: .5rem; }
  .tx-tsrfilter .modal-filterblock li, .tx-solr .modal-filterblock li, .tx-tsrtraining .modal-filterblock li {
    padding: .2rem 1rem .2rem 2rem; }
  .tx-tsrfilter .modal-time-filter-category, .tx-solr .modal-time-filter-category, .tx-tsrtraining .modal-time-filter-category {
    padding: .5rem 2rem .5rem 2rem; }
  .tx-tsrfilter .panel-heading .btn, .tx-solr .panel-heading .btn, .tx-tsrtraining .panel-heading .btn {
    padding: 1.5rem 4.5rem 1.5rem 2rem !important; }
  .tx-tsrfilter .panel-heading .collapsed:hover, .tx-solr .panel-heading .collapsed:hover, .tx-tsrtraining .panel-heading .collapsed:hover, .tx-tsrfilter .panel-heading .collapsed:active, .tx-solr .panel-heading .collapsed:active, .tx-tsrtraining .panel-heading .collapsed:active {
    background-color: #63747f !important;
    border-color: #63747f !important; }
  .tx-tsrfilter .filter-item span, .tx-solr .filter-item span, .tx-tsrtraining .filter-item span {
    padding-left: 3.5rem; }
  .tx-tsrfilter .modal-backdrop, .tx-solr .modal-backdrop, .tx-tsrtraining .modal-backdrop {
    z-index: 1050;
    background-color: #000; }
    .tx-tsrfilter .modal-backdrop.fade, .tx-solr .modal-backdrop.fade, .tx-tsrtraining .modal-backdrop.fade {
      opacity: 0; }
    .tx-tsrfilter .modal-backdrop.in, .tx-solr .modal-backdrop.in, .tx-tsrtraining .modal-backdrop.in {
      opacity: 0.6; }
  .tx-tsrfilter .btn-close-modal .svg, .tx-solr .btn-close-modal .svg, .tx-tsrtraining .btn-close-modal .svg {
    fill: #63747f;
    width: 3rem;
    height: 3rem;
    margin-right: -.5rem; } }

@media (max-width: 543px) {
  .tx-tsrfilter #btn-filter, .tx-solr #btn-filter, .tx-tsrtraining #btn-filter {
    font-size: 2rem;
    line-height: 2.4rem;
    height: 6rem; }
    .tx-tsrfilter #btn-filter:after, .tx-solr #btn-filter:after, .tx-tsrtraining #btn-filter:after {
      font-size: 3.5rem; }
  .tx-tsrfilter #modal-btn-accept, .tx-solr #modal-btn-accept, .tx-tsrtraining #modal-btn-accept, .tx-tsrfilter #modal-btn-remove, .tx-solr #modal-btn-remove, .tx-tsrtraining #modal-btn-remove {
    width: 90%;
    height: 5.5rem; }
  .tx-tsrfilter #modal-btn-remove, .tx-solr #modal-btn-remove, .tx-tsrtraining #modal-btn-remove {
    margin-right: 1.5rem; }
  .tx-tsrfilter .panel-title:after, .tx-solr .panel-title:after, .tx-tsrtraining .panel-title:after {
    top: .7rem !important; } }

.center-block {
  margin-left: auto;
  margin-right: auto; }

.ce-textpic {
  overflow: hidden; }
  @media (min-width: 769px) {
    .ce-textpic {
      width: 100%; } }

.ce-intext.ce-right .ce-gallery {
  float: right !important; }

@media (min-width: 544px) {
  .ce-textpic.ce-right .ce-gallery {
    padding-left: 2rem; } }

.ce-intext.ce-left .ce-gallery {
  float: left !important; }

@media (min-width: 544px) {
  .ce-textpic.ce-left .ce-gallery {
    padding-right: 2rem; } }

@media (min-width: 1200px) {
  .ce-left .ce-bodytext .img-margin, .ce-right .ce-bodytext .img-margin {
    margin-top: 1.7rem; } }

.ce-uploads-description {
  color: #63747f;
  margin-left: 1.5em;
  display: block; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-mp3:before {
  content: "\f1c7"; }

.fa-file-png:before, .fa-file-jpg:before, .fa-file-jpeg:before, .fa-file-gif:before, .fa-file-tiff:before {
  content: "\f1c5"; }

.fa-file-mp4:before {
  content: "\f1c8"; }

.ce-uploads-fileicon {
  margin-right: 0.5em; }

.textpic-33-66 {
  padding-top: 1.5rem;
  padding-bottom: 3rem; }

.main-content .container .textpic-33-66 {
  padding-top: 1.5rem;
  padding-bottom: 3rem; }
  .main-content .container .textpic-33-66 .ce-textpic.ce-intext {
    margin-top: 1.7rem; }

.news {
  padding: 0; }
  .news .news-list-item {
    margin-bottom: 5rem; }
    @media (max-width: 543px) {
      .news .news-list-item {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 544px) {
      .news .news-list-item:nth-child(odd) {
        padding-left: 0; }
      .news .news-list-item:nth-child(even) {
        padding-right: 0; } }
  .news .link-read-more {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none;
    color: #445055; }
    .news .link-read-more:hover {
      color: #009ee2; }
  .news .clear {
    clear: both; }
  .news .social {
    overflow: hidden; }
    .news .social > div {
      float: left;
      margin-right: 3em; }
  .news .nav ul {
    float: left;
    display: inline;
    margin: 0; }
  .news .nav li {
    float: left; }
  .news .nav a {
    float: left;
    display: block; }
  .news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .news .article {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
    .news .article:last-child {
      padding-bottom: 0;
      margin-bottom: 0; }
    .news .article:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .news .article .news-img-wrap {
      float: left;
      margin: 3px 12px 5px 0;
      background: #fff; }
      .news .article .news-img-wrap a {
        display: block;
        float: left;
        padding: 4px;
        border: 1px solid #ddd;
        background: #fff; }
      .news .article .news-img-wrap img {
        float: left;
        height: auto;
        width: auto; }
    .news .article .teaser-text {
      margin: 0 0 10px 0; }
    .news .article h3 {
      margin-bottom: 0; }
  .news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888; }
    .news .footer p {
      line-height: 1em; }
    .news .footer span {
      display: inline-block;
      padding-right: 8px;
      margin-right: 8px;
      border-right: 1px solid #ddd; }
      .news .footer span:last-child {
        border-right: 0; }
    .news .footer .news-category a {
      text-transform: uppercase; }
  .news .no-news-found {
    color: #DB0202;
    font-style: italic; }

.top-news {
  margin-bottom: -4.5rem; }

.top-news .fullwidth-image, .news-single .fullwidth-image {
  height: 30rem;
  overflow: hidden; }
  .top-news .fullwidth-image img, .news-single .fullwidth-image img {
    min-width: 100%;
    min-height: 100%; }
  @media (max-width: 543px) {
    .top-news .fullwidth-image, .news-single .fullwidth-image {
      height: 22rem; } }

.main-content .news-container {
  padding-top: 0; }

.news-single-wrapper .lead {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  color: #445055;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Roboto Medium", Arial, Helvetica, sans-serif;
  margin-bottom: 2.5rem; }
  @media (min-width: 544px) {
    .news-single-wrapper .lead {
      font-size: 1.6rem;
      line-height: 2.4rem; } }

.img-thumbnail {
  border: none;
  border-radius: 0;
  padding: 0; }

/* category menu view */
.news-category-view ul li {
  padding: 5px 8px; }
  .news-category-view ul li li {
    padding: 2px 8px 2px 12px; }

.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.news-category-view .category-desc {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 1px solid #ddd; }

/* single view */
.news-single {
  /*  .footer {
    margin-bottom: 2rem;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
  }*/
  /*  .article .news-img-wrap {
    float: right;
    width: 28.2rem;
    margin: 0 0 0 2.5rem;
    img {
      float: none;
    }
  }*/ }
  .news-single .fullwidth-image {
    margin-bottom: 2.5rem; }
  .news-single .img-thumbnail img {
    width: 100%; }
  @media (max-width: 768px) {
    .news-single .fullwidth-image img {
      position: relative;
      left: -50%; } }
  .news-single .caption {
    margin-top: .5rem;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.4rem;
    line-height: 2rem; }
    @media (min-width: 544px) {
      .news-single .caption {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
  .news-single .embed-responsive {
    width: 100%; }
  .news-single .ce-bodytext {
    padding: 2.4rem 2.4rem 2.4rem 2.4rem; }
    .news-single .ce-bodytext h1, .news-single .ce-bodytext h2, .news-single .ce-bodytext h3 {
      font-family: "Roboto Light", Arial, Helvetica, sans-serif;
      color: #445055;
      font-size: 2.6rem;
      line-height: 3.2rem;
      color: #fff;
      margin: 0 0 1rem 0; }
      @media (min-width: 544px) {
        .news-single .ce-bodytext h1, .news-single .ce-bodytext h2, .news-single .ce-bodytext h3 {
          font-size: 1.8rem;
          line-height: 2.6rem; } }
    .news-single .ce-bodytext p, .news-single .ce-bodytext ul {
      margin: 0 0 1rem 0; }
  .news-single .ce-bodytext > *:last-child {
    margin-bottom: 0; }

/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 2rem;
  width: 100%; }

.news-related ul li {
  line-height: 1em;
  margin-bottom: 1.2rem; }
  .news-related ul li span {
    border-right: 1px solid #bdc1cf;
    display: inline-block;
    margin-right: .8rem;
    padding-right: .8rem;
    color: #564e4c; }
    .news-related ul li span :last-child {
      border-right: 0;
      padding-right: 0; }

.news-related h4 {
  margin-bottom: 1rem; }

.news-related-files ul li {
  margin-bottom: 2rem; }

.news-related-files .news-related-files-link .jpg {
  background-position: 0 0; }

.news-clear {
  clear: both; }

.pagination-divider {
  background-color: #445055; }

.pagination .page-link {
  border: none; }
  .pagination .page-link:hover, .pagination .page-link:focus {
    background: transparent; }

.pagination .page-item.active .page-link {
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
  color: #445055;
  background: transparent;
  text-decoration: underline; }

.pagination .first a, .pagination .previous a, .pagination .next a, .pagination .last a {
  padding-left: 0;
  padding-right: 0; }

@media (max-width: 543px) {
  .pagination .first, .pagination .previous, .pagination .next, .pagination .last {
    position: relative;
    bottom: .5rem; } }

.pagination .next a {
  padding-left: 2rem;
  padding-right: .5rem; }

.pagination .previous a {
  padding-right: 2rem;
  padding-left: .5rem; }

.pagination .paginate-icon-first, .pagination .paginate-icon-prev, .pagination .paginate-icon-next, .pagination .paginate-icon-last {
  fill: #445055; }

.pagination .pagination-dots {
  cursor: default; }

.pagination .page-link, .pagination .page-link:hover {
  font-size: 2rem;
  line-height: 2.4rem; }
  @media (min-width: 544px) {
    .pagination .page-link, .pagination .page-link:hover {
      font-size: 1.6rem;
      line-height: 2.4rem; } }

@media (max-width: 543px) {
  .pagination .page-link svg {
    width: 3.4rem;
    height: 3.4rem; } }

/* Pressemitteilung */
.pm-download {
  display: table; }
  .pm-download svg, .pm-download img, .pm-download a, .pm-download span {
    display: table-cell;
    vertical-align: middle; }
  .pm-download a, .pm-download span {
    padding-right: 1rem; }
  .pm-download svg {
    margin-right: 1rem; }

.no-touch .pagination .first svg:hover, .no-touch .pagination .previous svg:hover, .no-touch .pagination .next svg:hover, .no-touch .pagination .last svg:hover, .no-js .pagination .first svg:hover, .no-js .pagination .previous svg:hover, .no-js .pagination .next svg:hover, .no-js .pagination .last svg:hover {
  fill: #009ee2; }

.tx-powermail, .tx-femanager {
  margin-top: 2rem; }
  @media (min-width: 992px) {
    .tx-powermail, .tx-femanager {
      width: 80%; } }
  .tx-powermail form h3, .tx-powermail form .nolabel .powermail_label, .tx-powermail form .withModalbox .powermail_label, .tx-femanager form h3, .tx-femanager form .nolabel .powermail_label, .tx-femanager form .withModalbox .powermail_label {
    display: none; }
  .tx-powermail .powermail_fieldwrap, .tx-femanager .powermail_fieldwrap {
    margin-bottom: 1.6rem; }
    .tx-powermail .powermail_fieldwrap .parsley-error, .tx-femanager .powermail_fieldwrap .parsley-error {
      border: 1px solid #ec6842; }
    .tx-powermail .powermail_fieldwrap input, .tx-powermail .powermail_fieldwrap textarea, .tx-femanager .powermail_fieldwrap input, .tx-femanager .powermail_fieldwrap textarea {
      float: left;
      width: 100%; }
    @media (min-width: 992px) {
      .tx-powermail .powermail_fieldwrap input, .tx-powermail .powermail_fieldwrap textarea, .tx-femanager .powermail_fieldwrap input, .tx-femanager .powermail_fieldwrap textarea {
        width: 50rem; } }
    .tx-powermail .powermail_fieldwrap .checkbox-btn, .tx-femanager .powermail_fieldwrap .checkbox-btn {
      width: 100%; }
      .tx-powermail .powermail_fieldwrap .checkbox-btn label, .tx-femanager .powermail_fieldwrap .checkbox-btn label {
        float: none;
        width: 80%;
        font-size: 1.6rem; }
      .tx-powermail .powermail_fieldwrap .checkbox-btn input, .tx-femanager .powermail_fieldwrap .checkbox-btn input {
        width: auto; }
      .tx-powermail .powermail_fieldwrap .checkbox-btn .icheckbox_minimal, .tx-femanager .powermail_fieldwrap .checkbox-btn .icheckbox_minimal {
        vertical-align: top;
        margin-top: 0.2rem;
        margin-right: 1.5rem; }
      .tx-powermail .powermail_fieldwrap .checkbox-btn.parsley-error label, .tx-powermail .powermail_fieldwrap .checkbox-btn.parsley-error label a, .tx-femanager .powermail_fieldwrap .checkbox-btn.parsley-error label, .tx-femanager .powermail_fieldwrap .checkbox-btn.parsley-error label a {
        color: #ec6842; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_radio, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_radio {
      margin-top: 1rem; }
      .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_radio label, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
        float: left;
        display: inline;
        margin-right: 1.5rem;
        font-size: 1.6rem;
        margin-top: 0.5rem; }
        @media (max-width: 768px) {
          .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_radio label, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
            width: 100%; } }
    .tx-powermail .powermail_fieldwrap .radio-btn, .tx-femanager .powermail_fieldwrap .radio-btn {
      margin-bottom: 0.8rem; }
      @media (max-width: 768px) {
        .tx-powermail .powermail_fieldwrap .radio-btn, .tx-femanager .powermail_fieldwrap .radio-btn {
          margin-bottom: 1rem;
          float: left;
          width: 50%; }
          .tx-powermail .powermail_fieldwrap .radio-btn label, .tx-femanager .powermail_fieldwrap .radio-btn label {
            float: none;
            width: auto;
            margin-left: 0.5rem; }
          .tx-powermail .powermail_fieldwrap .radio-btn .iradio_minimal, .tx-femanager .powermail_fieldwrap .radio-btn .iradio_minimal {
            margin-bottom: 0.8rem; } }
      @media (min-width: 769px) {
        .tx-powermail .powermail_fieldwrap .radio-btn, .tx-femanager .powermail_fieldwrap .radio-btn {
          width: 20%;
          float: left;
          margin-top: 0.5rem; }
          .tx-powermail .powermail_fieldwrap .radio-btn input, .tx-femanager .powermail_fieldwrap .radio-btn input {
            width: auto; }
          .tx-powermail .powermail_fieldwrap .radio-btn label, .tx-femanager .powermail_fieldwrap .radio-btn label {
            float: none;
            width: 80%; }
          .tx-powermail .powermail_fieldwrap .radio-btn .iradio_minimal, .tx-femanager .powermail_fieldwrap .radio-btn .iradio_minimal {
            vertical-align: top;
            margin-top: 0.2rem;
            margin-right: 1rem; } }
    .tx-powermail .powermail_fieldwrap .radio-btn.parsley-error label, .tx-femanager .powermail_fieldwrap .radio-btn.parsley-error label {
      color: #ec6842; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_radio .parsley-error, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_check .parsley-error, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_radio .parsley-error, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_check .parsley-error {
      border: none; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_country .chosen-search, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_country .chosen-search {
      margin-top: 0.2rem; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select .parsley-errors-list, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_select .parsley-errors-list {
      margin: 0; }
    .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_country .parsley-error ~ .chosen-container .chosen-single, .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_select .parsley-error ~ .chosen-container .chosen-single, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_country .parsley-error ~ .chosen-container .chosen-single, .tx-femanager .powermail_fieldwrap.powermail_fieldwrap_type_select .parsley-error ~ .chosen-container .chosen-single {
      border: 1px solid #ec6842; }
    .tx-powermail .powermail_fieldwrap .checkbox-btn input, .tx-powermail .powermail_fieldwrap .radio-btn input, .tx-femanager .powermail_fieldwrap .checkbox-btn input, .tx-femanager .powermail_fieldwrap .radio-btn input {
      width: auto; }
    .tx-powermail .powermail_fieldwrap .powermail_submit, .tx-femanager .powermail_fieldwrap .powermail_submit {
      width: auto;
      margin-top: 1.5rem; }
    .tx-powermail .powermail_fieldwrap select, .tx-femanager .powermail_fieldwrap select {
      width: 100%; }
      @media (min-width: 992px) {
        .tx-powermail .powermail_fieldwrap select, .tx-femanager .powermail_fieldwrap select {
          width: 33%; } }
  @media (min-width: 992px) {
    .tx-powermail .field50, .tx-powermail .rightSmall, .tx-powermail .leftLarge, .tx-powermail .leftSmall, .tx-powermail .rightLarge, .tx-femanager .field50, .tx-femanager .rightSmall, .tx-femanager .leftLarge, .tx-femanager .leftSmall, .tx-femanager .rightLarge {
      float: left; }
      .tx-powermail .field50 input, .tx-powermail .rightSmall input, .tx-powermail .leftLarge input, .tx-powermail .leftSmall input, .tx-powermail .rightLarge input, .tx-femanager .field50 input, .tx-femanager .rightSmall input, .tx-femanager .leftLarge input, .tx-femanager .leftSmall input, .tx-femanager .rightLarge input {
        margin-right: 2rem; }
    .tx-powermail .field50 input, .tx-femanager .field50 input {
      width: 24rem; }
    .tx-powermail .rightSmall input, .tx-femanager .rightSmall input {
      width: 14rem; }
    .tx-powermail .rightSmall .parsley-errors-list, .tx-femanager .rightSmall .parsley-errors-list {
      margin: 0; }
    .tx-powermail .leftLarge input, .tx-femanager .leftLarge input {
      width: 34rem; }
    .tx-powermail .leftSmall input, .tx-femanager .leftSmall input {
      width: 14rem; }
    .tx-powermail .rightLarge input, .tx-femanager .rightLarge input {
      width: 34rem; } }
  .tx-powermail .parsley-errors-list, .tx-femanager .parsley-errors-list {
    display: none; }
  .tx-powermail input[type=email] ~ .parsley-errors-list, .tx-powermail input[type=tel] ~ .parsley-errors-list, .tx-femanager input[type=email] ~ .parsley-errors-list, .tx-femanager input[type=tel] ~ .parsley-errors-list {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .tx-powermail input[type=email] ~ .parsley-errors-list li, .tx-powermail input[type=tel] ~ .parsley-errors-list li, .tx-femanager input[type=email] ~ .parsley-errors-list li, .tx-femanager input[type=tel] ~ .parsley-errors-list li {
      color: #ec6842;
      list-style: none; }
      .tx-powermail input[type=email] ~ .parsley-errors-list li:before, .tx-powermail input[type=tel] ~ .parsley-errors-list li:before, .tx-femanager input[type=email] ~ .parsley-errors-list li:before, .tx-femanager input[type=tel] ~ .parsley-errors-list li:before {
        content: none; }
    @media (min-width: 992px) {
      .tx-powermail input[type=email] ~ .parsley-errors-list, .tx-powermail input[type=tel] ~ .parsley-errors-list, .tx-femanager input[type=email] ~ .parsley-errors-list, .tx-femanager input[type=tel] ~ .parsley-errors-list {
        width: 50rem;
        margin-left: 1rem; } }
  .tx-powermail .parsley-error ~ label, .tx-powermail .parsley-error ~ .chosen-container .chosen-single span, .tx-femanager .parsley-error ~ label, .tx-femanager .parsley-error ~ .chosen-container .chosen-single span {
    color: #ec6842; }
  .tx-powermail .powermail_message_error, .tx-femanager .powermail_message_error {
    padding-left: 0; }
    .tx-powermail .powermail_message_error li, .tx-femanager .powermail_message_error li {
      color: #ec6842 !important;
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }
      .tx-powermail .powermail_message_error li:before, .tx-femanager .powermail_message_error li:before {
        content: none; }
  .tx-powermail .powermail_all_type_hidden, .tx-femanager .powermail_all_type_hidden {
    display: none; }
  .tx-powermail .btn-group, .tx-femanager .btn-group {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 5rem; }
    .tx-powermail .btn-group .btn, .tx-femanager .btn-group .btn {
      margin-right: 2.5rem;
      float: left; }
    .tx-powermail .btn-group.m-b-3, .tx-femanager .btn-group.m-b-3 {
      margin-bottom: 3rem; }
  .tx-powermail .powermail_confirmation h2, .tx-femanager .powermail_confirmation h2 {
    margin-bottom: 2.5rem; }
  .tx-powermail .powermail_confirmation table, .tx-femanager .powermail_confirmation table {
    margin-bottom: 5rem; }
  .tx-powermail .chosen-search, .tx-powermail .chosen-drop, .tx-femanager .chosen-search, .tx-femanager .chosen-drop {
    display: block;
    width: 50rem; }

.group .parsley-error ~ label {
  top: 1.4rem;
  font-size: 1.6rem; }

.group .parsley-error.used ~ label {
  top: 0;
  font-size: 1.2rem; }

.tx-powermail .powermail_message_error li, .tx-femanager .powermail_message_error li {
  list-style: none;
  color: #ec6842; }

.optinconfirm .container.paddingbottom, .form-page .container.paddingbottom {
  padding-left: 0;
  padding-right: 0; }

.optinconfirm .tx-powermail {
  width: 100%; }

#page_357 .main .tx-powermail {
  display: none; }

#page_331 .main .tx-powermail {
  margin-top: 0; }
  #page_331 .main .tx-powermail legend {
    display: none; }
  #page_331 .main .tx-powermail .radio-btn {
    width: auto; }
    @media (max-width: 543px) {
      #page_331 .main .tx-powermail .radio-btn {
        float: none; } }
  @media (min-width: 544px) {
    #page_331 .main .tx-powermail .powermail_fieldwrap_industrialsectors .checkbox-btn {
      width: 40%;
      float: left; } }
  #page_331 .main .tx-powermail .withModalbox .checkbox-btn label {
    width: 90%; }
    @media (max-width: 543px) {
      #page_331 .main .tx-powermail .withModalbox .checkbox-btn label {
        width: 85%; } }
  @media (min-width: 992px) {
    #page_331 .main .tx-powermail .powermail_fieldwrap {
      width: 50rem; } }

@media (min-width: 992px) {
  .Tx-Formhandler .tx-powermail .powermail_fieldwrap input, .Tx-Formhandler .tx-powermail .powermail_fieldwrap textarea, .Tx-Formhandler .tx-femanager .powermail_fieldwrap input, .Tx-Formhandler .tx-femanager .powermail_fieldwrap textarea {
    width: 34rem;
    float: none; }
  .Tx-Formhandler .tx-powermail .powermail_fieldwrap input.chosen-search-input, .Tx-Formhandler .tx-femanager .powermail_fieldwrap input.chosen-search-input {
    width: 100%; } }

.Tx-Formhandler .tx-powermail .chosen-search, .Tx-Formhandler .tx-powermail .chosen-drop, .Tx-Formhandler .tx-femanager .chosen-search, .Tx-Formhandler .tx-femanager .chosen-drop {
  display: block;
  width: 34rem; }

.powermail-success-page-sendmail {
  display: none; }

.powermail-success-page-already-subscribed {
  display: none; }

.tx-tsrproductlist {
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .tx-tsrproductlist {
      margin-bottom: 5rem; } }
  @media (max-width: 543px) {
    .tx-tsrproductlist {
      margin-bottom: 8rem; } }
  .tx-tsrproductlist .btn-products {
    padding-left: 1.5rem; }
    @media (max-width: 991px) {
      .tx-tsrproductlist .btn-products a {
        position: absolute;
        bottom: 0;
        left: 1.5rem;
        margin: 0; } }
    @media (max-width: 543px) {
      .tx-tsrproductlist .btn-products a {
        left: 25%;
        bottom: 1rem; } }

.tx-tsrquotes {
  margin-top: 4rem;
  margin-bottom: 2rem; }
  .tx-tsrquotes .author {
    margin-top: 2rem; }
    @media (max-width: 543px) {
      .tx-tsrquotes .author {
        margin-top: 0; } }
  .tx-tsrquotes .quote-author {
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem; }
    @media (min-width: 544px) {
      .tx-tsrquotes .quote-author {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
  .tx-tsrquotes .author-title {
    color: #fff;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-family: "Roboto Light", Arial, Helvetica, sans-serif; }
    @media (min-width: 544px) {
      .tx-tsrquotes .author-title {
        font-size: 1.6rem;
        line-height: 1.9rem; } }

section.main .tx-tsrquotes p {
  color: #fff;
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 3.2rem;
  margin-bottom: 2rem; }
  @media (min-width: 544px) {
    section.main .tx-tsrquotes p {
      font-size: 3rem;
      line-height: 3.6rem; } }

section.main .white .tx-tsrquotes .divider {
  background-color: #445055; }

section.main .white .tx-tsrquotes p, section.main .white .tx-tsrquotes .quote-author, section.main .white .tx-tsrquotes .author-title {
  color: #445055; }

.tx-solr .page-divider {
  position: static;
  height: 0.1rem;
  width: 100%;
  display: block;
  margin: 1rem 0;
  overflow: hidden; }

.tx-solr ul li::before {
  content: none; }

.tx-solr .filterblock li {
  padding: 0 1rem 0 0 !important; }

.tx-solr .scrollable-menu {
  max-height: 36rem; }
  @media (min-width: 769px) {
    .tx-solr .scrollable-menu {
      min-width: 15rem; } }

.tx-solr .results-highlight {
  background: #d9d9d9; }

.tx-solr .page-number {
  float: left;
  position: relative;
  padding: 0;
  color: #009ee2; }

.tx-solr .facet-option a {
  display: inline !important; }

.tx-solr .facets {
  list-style: none outside none;
  margin: 0;
  padding: 0; }
  .tx-solr .facets .facet {
    margin: 0;
    display: inline-block;
    padding-right: 0.5rem; }

.tx-solr .downloads-form {
  display: table;
  margin-bottom: 1.5rem; }
  .tx-solr .downloads-form input, .tx-solr .downloads-form button {
    vertical-align: middle; }
  .tx-solr .downloads-form .tx-solr-q {
    width: 100%; }
    @media (min-width: 544px) {
      .tx-solr .downloads-form .tx-solr-q {
        width: 40rem; } }
  .tx-solr .downloads-form button {
    margin-top: 1rem;
    background: #ec6842;
    border: 1px solid #ec6842; }
    @media (min-width: 544px) {
      .tx-solr .downloads-form button {
        margin-left: 0.3rem;
        margin-bottom: 0;
        margin-top: 0; } }
  .tx-solr .downloads-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #445055;
    opacity: 1; }
  .tx-solr .downloads-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #445055;
    opacity: 1; }
  .tx-solr .downloads-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #445055;
    opacity: 1; }
  .tx-solr .downloads-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #445055;
    opacity: 1; }

.tx-solr .filter {
  padding: 5rem 0 2.5rem 0; }

.tx-solr .title-wrapper {
  display: table; }
  .tx-solr .title-wrapper .icon, .tx-solr .title-wrapper .downloads-title {
    display: table-cell;
    vertical-align: top; }
  .tx-solr .title-wrapper .icon {
    width: 3.5rem; }

.tx-solr .svg {
  fill: #445055; }
  .tx-solr .svg:hover {
    fill: #009ee2; }

.tx-solr .load-more-downloads {
  margin: 2rem 0; }
  .tx-solr .load-more-downloads a {
    background: none;
    border: 0.1rem solid #445055 !important;
    font-size: inherit;
    line-height: inherit; }
    .tx-solr .load-more-downloads a:hover {
      font-size: inherit;
      line-height: inherit;
      border: 0.1rem solid #009ee2 !important; }

.tx-solr .table-responsive table th:last-of-type, .tx-solr .table-responsive table td:last-of-type {
  display: none; }
  @media screen and (min-width: 769px) {
    .tx-solr .table-responsive table th:last-of-type, .tx-solr .table-responsive table td:last-of-type {
      display: table-cell; } }

.tx-solr .table-responsive table td {
  padding-left: 1rem;
  padding-right: 1rem; }
  .tx-solr .table-responsive table td.folder {
    width: 2.4rem; }

@media (min-width: 992px) and (min-width: 992px) {
  .tx-solr .table-responsive table td.title {
    width: 39rem; } }
  @media (min-width: 992px) {
    .tx-solr .table-responsive table td.language {
      width: 12rem; } }

.tx-solr .catButton:link, .tx-solr .catButton:visited, .tx-solr .catButton:hover, .tx-solr .catButton:active {
  background: transparent;
  color: #445055; }

@media (min-width: 544px) {
  .tx-solr .catButton {
    margin-right: 1.5rem; } }

.tx-solr .modal-body ul {
  list-style: none; }
  .tx-solr .modal-body ul li a {
    text-decoration: none; }

.tx-solr .modal-footer span {
  text-align: left;
  display: block;
  float: left; }

.tx-solr .modal-footer .selected-category {
  width: 100%;
  margin-bottom: 1rem; }

.tx-solr #modal-btn-remove {
  padding: 1.2rem 2.4rem; }

.selected-category {
  text-transform: capitalize; }

.main-content .tx-solr div.dropdown ul.dropdown-menu li a {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding-right: 0.2rem; }

.facet-result-count {
  font-size: 1.6rem; }
  @media (min-width: 992px) {
    .facet-result-count.empty {
      padding-left: 1.5rem; } }

.ui-menu {
  z-index: 1080; }

/* Solrfluid */
.main-content .fluidfacet {
  background: #fff; }

.main-content .solr-facets-available .dropdown-toggle {
  padding-right: 4rem; }
  .main-content .solr-facets-available .dropdown-toggle:after {
    float: right;
    right: 0.5rem;
    top: 1.3rem; }

.main-content .facetlisting {
  padding-left: 0; }

.main-content .panel-body .ce-bodytext a {
  background: none;
  border: none; }

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

.downloads-level-1 {
  padding: 3rem 0; }

.tx-solr .pagination .page-item {
  float: left; }

.tx-solr .pagination li:first-of-type {
  margin-top: 0; }

.hima-theme .btn-back-downloads {
  margin-top: 2rem; }

.downloads-facet-divider {
  background-color: #445055;
  margin: 0;
  position: relative;
  bottom: 1rem;
  height: .2rem;
  z-index: -2;
  width: 100%;
  display: block;
  overflow: hidden; }

.main-content .panel .panel-heading.empty div {
  color: white;
  text-align: left;
  cursor: default !important; }

.solr-accordion-header {
  display: table;
  width: 100%; }
  .solr-accordion-header .documents {
    display: table-cell;
    vertical-align: middle; }
  .solr-accordion-header .cart-wrapper {
    display: none; }
    @media screen and (min-width: 769px) {
      .solr-accordion-header .cart-wrapper {
        display: block; } }
  .solr-accordion-header .cart div {
    float: left;
    margin-left: 1.5rem; }
  .solr-accordion-header .cart .icon.download {
    margin-right: 1rem; }

.p-l-r-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

#tx-solr-pagination-results-per-page {
  margin-top: 2rem; }
  #tx-solr-pagination-results-per-page .chosen-container-single .chosen-single {
    border: none; }
    #tx-solr-pagination-results-per-page .chosen-container-single .chosen-single span {
      width: 9.5rem; }
      #tx-solr-pagination-results-per-page .chosen-container-single .chosen-single span:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        height: 1.8rem;
        width: 1.6rem;
        font-size: 3rem;
        position: relative;
        left: 1rem;
        top: .5rem; }
    #tx-solr-pagination-results-per-page .chosen-container-single .chosen-single div {
      display: none; }
      #tx-solr-pagination-results-per-page .chosen-container-single .chosen-single div b {
        content: none;
        display: none; }

#tx-solr-pagination-results-per-page select {
  width: 10rem;
  border: 1px solid #445055;
  padding-left: 1.5rem;
  padding-right: 5.8rem;
  margin-left: 1.5rem;
  font-size: 2rem;
  line-height: 2.4rem;
  height: 6rem;
  background: url("../Images/icons/select_arrow.png") no-repeat right;
  background-size: 5.5rem 5.8rem; }
  @media (min-width: 769px) {
    #tx-solr-pagination-results-per-page select {
      font-size: 1.6rem; } }

@media (min-width: 992px) {
  #solr-accordion-downloads {
    min-height: 21rem; } }

.results-topic .result-icon {
  position: absolute;
  margin-top: 0.5rem;
  width: 3rem; }
  @media (min-width: 544px) {
    .results-topic .result-icon {
      margin-top: 0.3rem; } }
  .results-topic .result-icon .svg {
    width: 2.4rem;
    height: 2.4rem; }

.results-topic .result-title {
  vertical-align: middle;
  margin-top: -1.5rem;
  padding-left: 3rem; }

.results-topic .display-inline {
  display: inline; }

.results-list h5 {
  font-weight: bold; }

#page_126 .single-filter .dropdown-toggle {
  padding-right: 3rem;
  padding-left: 1rem !important;
  border: 1px solid #63747f; }

section.main .bg-slider .headlines * {
  color: #fff; }

.bg-slider {
  background-color: #445055; }
  @media (min-width: 1200px) {
    .bg-slider {
      background: no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      /*
    -webkit-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    */
      -webkit-transition-property: background-image .50s ease-in-out;
      -moz-transition-property: background-image .50s ease-in-out;
      -o-transition-property: background-image .50s ease-in-out;
      transition: background-image .50s ease-in-out; } }
  .bg-slider .transparent {
    opacity: 0; }
  .bg-slider .container.content {
    padding-bottom: 0; }

.tx-tsrsolutionsslider {
  position: relative; }
  @media (min-width: 1200px) {
    .tx-tsrsolutionsslider {
      height: 62.5rem;
      overflow: hidden; } }

@media (max-width: 1199px) {
  .cluster-image {
    height: 17.5rem;
    width: 100%;
    margin-bottom: 2.5rem;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*
    -webkit-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition: all 2000ms cubic-bezier(0.420, 0.000, 0.580, 1.000);

    -webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000);
    */
    -webkit-transition-property: background-image .50s ease-in-out;
    -moz-transition-property: background-image .50s ease-in-out;
    -o-transition-property: background-image .50s ease-in-out;
    transition: background-image .50s ease-in-out; }
    .cluster-image .headlines {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
  section.main .slide-link {
    width: auto;
    display: inline-block;
    padding: 2rem; }
    section.main .slide-link a {
      color: #fff;
      text-decoration: underline;
      cursor: pointer;
      padding: 0;
      border: none;
      display: block;
      margin-bottom: 1rem; }
      section.main .slide-link a:hover {
        color: #009ee2; }
      section.main .slide-link a:last-of-type {
        margin-bottom: 0; }
  .industries-solutions-slider .panel-body, .tx-tsrsolutionsslider .panel-body {
    margin-bottom: .3rem;
    background-color: #445055; }
    .industries-solutions-slider .panel-body .panel-item:first-of-type .slide-link, .tx-tsrsolutionsslider .panel-body .panel-item:first-of-type .slide-link {
      padding-top: 3rem; }
    .industries-solutions-slider .panel-body .panel-item:last-of-type .slide-link, .tx-tsrsolutionsslider .panel-body .panel-item:last-of-type .slide-link {
      padding-bottom: 3rem; }
  .panel-heading.active {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .main-content .wrapper .solutions-text-slider {
    margin-top: 0; }
  .main-content .wrapper.full-width .tx-tsrsolutionsslider .header {
    padding-bottom: 1.5rem; }
  .solutions-content {
    margin-top: 0.5rem;
    padding-right: 0; } }

@media (min-width: 1200px) {
  .cluster-wrapper {
    width: 25.9rem;
    float: left; } }

.cluster-wrapper .cluster {
  background: #63747f;
  opacity: 0.9;
  color: #fff;
  padding: 2rem 2.5rem;
  margin-bottom: 0.4rem;
  width: 23.9rem;
  font-size: 1.6rem; }
  .cluster-wrapper .cluster.current, .cluster-wrapper .cluster:active {
    background: #fbbd00;
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #445055;
    opacity: 1; }
    .cluster-wrapper .cluster.current:hover, .cluster-wrapper .cluster:active:hover {
      color: #445055; }
  .cluster-wrapper .cluster.current:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1rem 0 1.1rem 1.1rem;
    border-color: transparent transparent transparent #fbbd00;
    content: "";
    position: absolute;
    left: 25.4rem; }
  .cluster-wrapper .cluster:hover, .cluster-wrapper .cluster:focus {
    background: #009ee2;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    opacity: 1; }
  .cluster-wrapper .cluster.current:hover {
    background: #fbbd00;
    cursor: default;
    font-weight: bold; }

.solutions-text-slider {
  width: 51rem;
  float: left;
  padding: 0; }
  .solutions-text-slider li {
    margin-bottom: 0.4rem;
    display: table;
    height: auto;
    min-height: 50px;
    width: 23.9rem;
    margin-right: 1.6rem;
    float: left; }
  .solutions-text-slider li:nth-child(2) {
    margin-right: 0; }
  .solutions-text-slider .slide-link a {
    background: #445055;
    opacity: 0.9;
    padding: 2rem 2.5rem;
    width: 23.9rem;
    border: 0;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-align: left;
    font-size: 1.6rem;
    text-decoration: none; }
    .solutions-text-slider .slide-link a:hover, .solutions-text-slider .slide-link a:focus {
      font-weight: normal;
      opacity: 1; }
    .solutions-text-slider .slide-link a:active {
      background: #fbbd00;
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
      text-decoration: none;
      color: #445055;
      opacity: 1; }
  .solutions-text-slider.top {
    position: absolute;
    top: 0; }

.solutions-text-slider, .solutions-image-slider {
  display: none; }
  @media (min-width: 1200px) {
    .solutions-text-slider, .solutions-image-slider {
      height: 62.5rem; } }

.main-content .wrapper .solutions-text-slider {
  margin-top: 0; }

@media (min-width: 1200px) {
  .no-touch .tx-tsrsolutionsslider .slide-link a:hover, .no-touch .tx-tsrsolutionsslider .slide-link a:focus, .no-js .tx-tsrsolutionsslider .slide-link a:hover, .no-js .tx-tsrsolutionsslider .slide-link a:focus {
    background: #009ee2;
    font-weight: normal;
    text-decoration: none;
    color: #fff; } }

.teasercontent + section.main {
  padding-top: 0; }

.teasercontent.defaultpage + section.main {
  position: relative;
  top: -60px; }

.tx-tsrteaser [data-teaserbgcolor="purple"] {
  background-color: #506fb3;
  color: #fff; }
  .tx-tsrteaser [data-teaserbgcolor="purple"] .teaser-title h3 {
    color: #fff; }
  .tx-tsrteaser [data-teaserbgcolor="purple"] .teaser-body {
    color: #fff;
    font-size: 20px; }
    .tx-tsrteaser [data-teaserbgcolor="purple"] .teaser-body p {
      color: #fff;
      font-size: 20px; }

.tx-tsrteaser .whitepaper {
  display: -webkit-box; }
  @media (min-width: 769px) {
    .tx-tsrteaser .whitepaper {
      margin-top: 40px; } }
  .tx-tsrteaser .whitepaper .teasercontent {
    padding: 25px;
    width: 100%; }
    .tx-tsrteaser .whitepaper .teasercontent .no-padding {
      padding-right: inherit; }
    @media (max-width: 768px) {
      .tx-tsrteaser .whitepaper .teasercontent {
        margin-top: 50px; } }
    @media (min-width: 769px) {
      .tx-tsrteaser .whitepaper .teasercontent {
        display: flex;
        align-items: stretch;
        height: 100%; } }
  .tx-tsrteaser .whitepaper p {
    margin-bottom: 0; }
  .tx-tsrteaser .whitepaper .teaser-title h3 {
    font-size: 2rem; }
  .tx-tsrteaser .whitepaper .image-container {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    top: -90px;
    left: 0;
    overflow: hidden; }
    .tx-tsrteaser .whitepaper .image-container img {
      width: auto;
      height: 100%;
      float: right; }
  .tx-tsrteaser .whitepaper a.download,
  .tx-tsrteaser .whitepaper a.cta-button {
    background-color: transparent;
    border: 1px solid #fff;
    margin: 15px 0 0 0;
    color: #fff;
    display: inline-block;
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    text-decoration: none !important;
    transition: all 250ms ease-in-out; }
    .tx-tsrteaser .whitepaper a.download:hover,
    .tx-tsrteaser .whitepaper a.cta-button:hover {
      border-color: #fff;
      background: #fff;
      color: #506fb3;
      text-decoration: none; }
  @media (max-width: 768px) {
    .tx-tsrteaser .whitepaper .col-xs-12 {
      padding: 0; }
    .tx-tsrteaser .whitepaper .image-container-mobile {
      transform: translateY(-100%);
      right: 15px;
      top: -15px;
      position: absolute; }
      .tx-tsrteaser .whitepaper .image-container-mobile img {
        width: 100%;
        height: auto; } }

.tx-tsrteaser .parallax_right {
  display: -webkit-box;
  position: relative;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  z-index: 1; }
  .tx-tsrteaser .parallax_right.parallax {
    top: -50px; }
  @media (max-width: 768px) {
    .tx-tsrteaser .parallax_right .col-xs-12 {
      padding: 0; } }
  .tx-tsrteaser .parallax_right .teasercontent {
    padding: 25px; }
  .tx-tsrteaser .parallax_right p {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .tx-tsrteaser .parallax_right .teaser-title .row {
      margin-top: 25px; } }
  .tx-tsrteaser .parallax_right .teaser-title .col-xs-12 {
    padding: 0 15px; }
  .tx-tsrteaser .parallax_right .teaser-title h3 {
    font-size: 2rem; }
  .tx-tsrteaser .parallax_right .image-container {
    position: absolute;
    z-index: 1;
    transform: translateY(-78%);
    right: 15px; }
    .tx-tsrteaser .parallax_right .image-container img {
      width: 100%;
      height: auto; }
  @media (max-width: 768px) {
    .tx-tsrteaser .parallax_right .image-container {
      transform: translateY(-100%);
      right: 15px;
      top: -15px; } }
  .tx-tsrteaser .parallax_right .cta-button {
    background-color: #ec6842;
    border: 1px solid #ec6842;
    margin: 15px 0 0 0;
    color: #fff;
    display: inline-block;
    height: 5rem;
    width: auto;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding: 1.2rem 2.4rem;
    border-radius: 0;
    text-decoration: none !important; }
    .tx-tsrteaser .parallax_right .cta-button:hover {
      border-color: #009ee2;
      background: #009ee2;
      color: #fff;
      text-decoration: none; }

.tx-tsrteaser .panel-body p {
  margin: 1.7rem 1.7rem 2.5rem 1.7rem; }
  .tx-tsrteaser .panel-body p a {
    display: block; }

.tx-tsrteaser .full-width .products-services .image, .tx-tsrteaser .full-width .products-services .no-image, .tx-tsrteaser .full-width .products-services .video {
  height: 25rem; }
  @media (min-width: 544px) {
    .tx-tsrteaser .full-width .products-services .image, .tx-tsrteaser .full-width .products-services .no-image, .tx-tsrteaser .full-width .products-services .video {
      height: 28rem; } }
  @media (min-width: 769px) {
    .tx-tsrteaser .full-width .products-services .image, .tx-tsrteaser .full-width .products-services .no-image, .tx-tsrteaser .full-width .products-services .video {
      height: 38rem; } }
  @media (min-width: 992px) {
    .tx-tsrteaser .full-width .products-services .image, .tx-tsrteaser .full-width .products-services .no-image, .tx-tsrteaser .full-width .products-services .video {
      height: 45rem; } }
  @media (min-width: 1200px) {
    .tx-tsrteaser .full-width .products-services .image, .tx-tsrteaser .full-width .products-services .no-image, .tx-tsrteaser .full-width .products-services .video {
      height: 48rem; } }

@media (min-width: 769px) {
  .tx-tsrteaser .full-width .products-services .teaser-headline {
    padding-right: 0;
    max-width: 50%; } }

@media (max-width: 768px) {
  .tx-tsrteaser .p-l-1 {
    padding-left: 0; }
  .tx-tsrteaser .p-r-1 {
    padding-right: 0; } }

.teasercontent.defaultpage .tx-tsrteaser .parallax_right.parallax {
  top: -86px; }

.tx-tsr-contacts .table, .tx-tsr-contacts .main-content table, .main-content .tx-tsr-contacts table, .tx-tsr-contacts .main-content .contenttable, .main-content .tx-tsr-contacts .contenttable, .tx-tsr-contacts .main-content .table-fluid, .main-content .tx-tsr-contacts .table-fluid {
  display: table; }

.tx-tsr-contacts .table-row {
  display: table-row; }

.tx-tsr-contacts .table-cell {
  display: table-cell; }

.tx-tsr-contacts .contact-name, .tx-tsr-contacts .contact-position {
  font-size: 1.8rem;
  line-height: 2.4rem; }
  @media (max-width: 543px) {
    .tx-tsr-contacts .contact-name, .tx-tsr-contacts .contact-position {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

.tx-tsr-contacts .name-contact {
  display: block;
  margin-bottom: 1.8rem; }
  @media (max-width: 543px) {
    .tx-tsr-contacts .name-contact {
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif; } }

@media (max-width: 543px) {
  .tx-tsr-contacts .contact-position {
    font-family: "Roboto Medium", Arial, Helvetica, sans-serif; } }

.tx-tsr-contacts .vcard .icon {
  float: left;
  margin-right: 2rem; }
  .tx-tsr-contacts .vcard .icon .svg {
    fill: #fff;
    width: 3rem;
    height: auto; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .tx-tsr-contacts .vcard .icon {
      /* IE10-specific styles go here */ }
      .tx-tsr-contacts .vcard .icon .svg {
        height: 3rem; } }

.tx-tsr-contacts .vcard .icon-mail {
  padding: 0 .2rem; }

.tx-tsr-contacts .vcard .contact-box .phone, .tx-tsr-contacts .vcard .contact-box .phone a, .tx-tsr-contacts .vcard .contact-box .email {
  font-family: "Roboto Bold", Arial, Helvetica, sans-serif; }

.tx-tsr-contacts .vcard .contact-box .phone a {
  text-decoration: none; }

.tx-tsr-contacts .vcard .contact-box .email:hover {
  color: #fff; }

.tx-tsr-contacts .vcard .country-name {
  display: block; }

.tx-tsr-contacts .vcard .tooltip-wrapper {
  display: table; }
  .tx-tsr-contacts .vcard .tooltip-wrapper .position {
    display: table-cell;
    vertical-align: middle;
    width: 60%; }
  .tx-tsr-contacts .vcard .tooltip-wrapper .description {
    display: table-cell;
    vertical-align: middle; }
    .tx-tsr-contacts .vcard .tooltip-wrapper .description i {
      font-size: 2.8rem;
      white-space: nowrap; }

.tx-tsr-contacts .btn-signal {
  margin-left: 1rem;
  margin-bottom: 0; }
  .tx-tsr-contacts .btn-signal:hover {
    border-color: #fff;
    background: transparent; }
  @media (max-width: 543px) {
    .tx-tsr-contacts .btn-signal {
      margin-left: 0;
      margin-top: 1.5rem; } }

.tx-tsr-contacts .tsr-contacts-contacts-countries {
  margin-top: 0; }
  @media (max-width: 543px) {
    .tx-tsr-contacts .tsr-contacts-contacts-countries {
      float: none;
      width: 100%;
      font-size: 2rem; } }
  .tx-tsr-contacts .tsr-contacts-contacts-countries::-webkit-input-placeholder {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    opacity: 0.5; }
    @media (min-width: 544px) {
      .tx-tsr-contacts .tsr-contacts-contacts-countries::-webkit-input-placeholder {
        font-size: 1.4rem; } }
  .tx-tsr-contacts .tsr-contacts-contacts-countries::-moz-placeholder {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    opacity: 0.5; }
    @media (min-width: 544px) {
      .tx-tsr-contacts .tsr-contacts-contacts-countries::-moz-placeholder {
        font-size: 1.4rem; } }
  .tx-tsr-contacts .tsr-contacts-contacts-countries:-ms-input-placeholder {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    opacity: 0.5; }
    @media (min-width: 544px) {
      .tx-tsr-contacts .tsr-contacts-contacts-countries:-ms-input-placeholder {
        font-size: 1.4rem; } }
  .tx-tsr-contacts .tsr-contacts-contacts-countries:-moz-placeholder {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    opacity: 0.5; }
    @media (min-width: 544px) {
      .tx-tsr-contacts .tsr-contacts-contacts-countries:-moz-placeholder {
        font-size: 1.4rem; } }

.tx-tsr-contacts .tx-contact-contacts-country-select label, .tx-tsr-contacts .tsr-contacts-contacts label {
  display: block; }

.tx-tsr-contacts .tx-contact-contacts-country-select input, .tx-tsr-contacts .tsr-contacts-contacts input {
  line-height: 5rem; }
  @media (max-width: 543px) {
    .tx-tsr-contacts .tx-contact-contacts-country-select input, .tx-tsr-contacts .tsr-contacts-contacts input {
      line-height: 7rem; } }

.tx-tsr-contacts .map {
  min-height: 500px; }
  @media (max-width: 991px) {
    .tx-tsr-contacts .map {
      min-height: 400px; } }
  @media (max-width: 543px) {
    .tx-tsr-contacts .map {
      min-height: 350px; } }
  .tx-tsr-contacts .map .gm-style .gm-style-iw {
    border-radius: 0;
    padding: 0; }
    .tx-tsr-contacts .map .gm-style .gm-style-iw .gm-style-iw-d {
      overflow: hidden !important;
      width: auto; }
  .tx-tsr-contacts .map .gm-style .gm-style-iw-t::after {
    display: none; }

.tx-tsr-contacts .tsr-contacts-contacts {
  min-height: 520px; }
  @media (max-width: 991px) {
    .tx-tsr-contacts .tsr-contacts-contacts {
      min-height: 420px; } }
  @media (max-width: 543px) {
    .tx-tsr-contacts .tsr-contacts-contacts {
      min-height: 374px; } }

.tx-tsr-contacts .contact-tabs .tab-pane {
  padding: 2em 0 0 0;
  margin-bottom: 2rem; }

.tx-tsr-contacts .contact-tabs .nav-tabs {
  border-bottom: 0; }
  .tx-tsr-contacts .contact-tabs .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-decoration: none;
    padding-left: 2rem;
    padding-right: 2em;
    background-color: #63747f;
    border-color: #63747f #63747f transparent;
    color: #fff; }
    .tx-tsr-contacts .contact-tabs .nav-tabs .nav-link.active {
      background-color: #fbbd00;
      border-color: #fbbd00 #fbbd00 transparent;
      color: #445055;
      position: relative;
      font-family: "Roboto Medium", Arial, Helvetica, sans-serif; }
      .tx-tsr-contacts .contact-tabs .nav-tabs .nav-link.active:after {
        border-left: 1.25rem solid transparent;
        border-right: 1.25rem solid transparent;
        content: "";
        border-top: 1.3rem solid #fbbd00;
        position: absolute;
        bottom: -1.3rem;
        width: 0;
        left: 50%;
        margin-left: -1.25rem; }
      .tx-tsr-contacts .contact-tabs .nav-tabs .nav-link.active:hover {
        background-color: #fbbd00;
        border-color: #fbbd00 #fbbd00 transparent;
        color: #445055; }
    .tx-tsr-contacts .contact-tabs .nav-tabs .nav-link:hover {
      background-color: #009ee2;
      border-color: #009ee2 #009ee2 transparent;
      color: #fff; }
    @media (max-width: 543px) {
      .tx-tsr-contacts .contact-tabs .nav-tabs .nav-link {
        font-size: 2rem;
        line-height: 2.4rem; } }

.tx-tsr-contacts .tsr-contacts-contactlist {
  margin-top: 3.2rem; }
  .tx-tsr-contacts .tsr-contacts-contactlist .panel-body {
    background-color: transparent; }
  .tx-tsr-contacts .tsr-contacts-contactlist .table-row:first-of-type .contact-name {
    padding-top: 0;
    padding-right: 1rem; }
  .tx-tsr-contacts .tsr-contacts-contactlist .table-cell {
    width: 50%; }
  .tx-tsr-contacts .tsr-contacts-contactlist .contact-name {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    padding-top: 2rem; }
    @media (max-width: 543px) {
      .tx-tsr-contacts .tsr-contacts-contactlist .contact-name {
        padding-top: 0;
        margin-top: 1.5rem;
        display: block; }
        .tx-tsr-contacts .tsr-contacts-contactlist .contact-name:first-of-type {
          margin-top: 0; } }
  .tx-tsr-contacts .tsr-contacts-contactlist .contact-address, .tx-tsr-contacts .tsr-contacts-contactlist .company-name {
    font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .tx-tsr-contacts .tsr-contacts-contactlist .panel-collapse {
    padding: 1rem 2rem .5rem 2rem; }
  .tx-tsr-contacts .tsr-contacts-contactlist .btn-accordion {
    color: #fff; }
  .tx-tsr-contacts .tsr-contacts-contactlist .panel.active .btn-accordion {
    background-color: #fbbd00;
    border: 2px solid #fbbd00;
    color: #445055;
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    color: #445055; }
  .tx-tsr-contacts .tsr-contacts-contactlist .panel-body a {
    background: transparent;
    border: none; }

@media (max-width: 1024px) {
  .tx-tsr-contacts .two-column .tsr-contacts-contactlist .table-cell {
    width: auto; } }

@media (max-width: 768px) {
  .tx-tsr-contacts .two-column .tsr-contacts-map {
    margin-bottom: 3rem; }
  .tx-tsr-contacts .two-column .col-xs-12 {
    padding-right: 0;
    padding-left: 0; } }

.tx-tsr-contacts .iw-container {
  width: auto; }

.tx-tsr-contacts .gm-style-iw {
  width: 28rem !important;
  top: 4.3rem !important;
  left: 2rem !important;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.tx-tsr-contacts .fa-map-marker {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2.5rem;
  color: #009ee2;
  width: 3rem;
  text-align: center;
  margin-right: 1rem; }

.tx-tsr-contacts .map-marker-description .iw-toolbar {
  background-color: #009ee2;
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%; }

.tx-tsr-contacts .map-marker-description .iw-toolbar + .iw-details {
  margin-top: .5rem; }

.tx-tsr-contacts .map-marker-description .iw-toolbar h4 {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  color: #445055;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  margin: 0;
  padding: 1rem 3rem 1rem 1rem; }
  @media (min-width: 544px) {
    .tx-tsr-contacts .map-marker-description .iw-toolbar h4 {
      font-size: 1.6rem;
      line-height: 2.4rem; } }

.tx-tsr-contacts .map-marker-description .empty-toolbar {
  height: 4rem; }

.tx-tsr-contacts .map-marker-description .iw-details {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-size: 1.3rem;
  padding: .5rem 1rem; }
  .tx-tsr-contacts .map-marker-description .iw-details span {
    width: 23rem;
    word-wrap: break-word; }
    .tx-tsr-contacts .map-marker-description .iw-details span a {
      color: #009ee2;
      text-decoration: none;
      font-size: 1.3rem; }
  .tx-tsr-contacts .map-marker-description .iw-details .svg {
    margin-right: 1rem;
    fill: #009ee2;
    width: 3rem; }

.tx-tsr-contacts .map-marker-description .website {
  padding-top: .2rem;
  padding-bottom: .7rem; }

.tx-tsr-contacts .map-marker-description .icon-world {
  margin-top: .3rem; }

.tx-tsr-contacts .map-marker-description .infoBox-close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px; }
  .tx-tsr-contacts .map-marker-description .infoBox-close .svg {
    fill: #fff; }

.ui-autocomplete.ui-menu li a {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  color: #445055;
  font-size: 1.8rem;
  line-height: 2.8rem; }
  @media (min-width: 544px) {
    .ui-autocomplete.ui-menu li a {
      font-size: 1.6rem;
      line-height: 2.4rem; } }
  .ui-autocomplete.ui-menu li a:hover {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #445055;
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #fff;
    font-weight: normal;
    background: #009ee2;
    border-color: #009ee2; }
    @media (min-width: 544px) {
      .ui-autocomplete.ui-menu li a:hover {
        font-size: 1.6rem;
        line-height: 2.4rem; } }

.ui-autocomplete.ui-menu .ui-state-focus, .ui-autocomplete.ui-menu .ui-state-active {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  color: #445055;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: normal;
  background: transparent;
  border-color: transparent;
  padding: .2rem .6rem .25rem .55rem; }
  @media (min-width: 544px) {
    .ui-autocomplete.ui-menu .ui-state-focus, .ui-autocomplete.ui-menu .ui-state-active {
      font-size: 1.6rem;
      line-height: 2.4rem; } }

.ui-autocomplete {
  left: 0; }

.tx-tsricontext {
  margin-top: 3.5rem;
  margin-bottom: 2rem; }
  .tx-tsricontext .ce-bodytext, .tx-tsricontext p {
    font-family: "Roboto Light", Arial, Helvetica, sans-serif;
    color: #009ee2 !important;
    font-size: 2.2rem !important;
    line-height: 3.2rem !important; }
    @media (min-width: 544px) {
      .tx-tsricontext .ce-bodytext, .tx-tsricontext p {
        font-size: 2.4rem !important;
        line-height: 3rem !important; } }
  .tx-tsricontext img {
    max-height: 12rem;
    max-width: 12rem;
    height: auto;
    width: auto; }
  .tx-tsricontext .icon-text span {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #009ee2;
    text-transform: none; }
  .tx-tsricontext .icontext-big {
    font-size: 5rem;
    line-height: 6rem;
    display: block; }
  .tx-tsricontext .icontext-small {
    font-size: 2.4rem;
    line-height: 3rem; }
  .tx-tsricontext .divider {
    background-color: #009ee2; }
  .tx-tsricontext .icon-text {
    display: inline-block;
    text-align: left; }
  .tx-tsricontext .icon-left {
    text-align: left; }
  .tx-tsricontext .icon-center {
    text-align: center; }
  .tx-tsricontext .icon-right {
    text-align: right; }
  .tx-tsricontext .ce-icontext {
    display: table; }
  .tx-tsricontext .ce-highlight {
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem; }
  .tx-tsricontext .ce-bodytext {
    display: table-cell;
    vertical-align: middle;
    width: 66.67%; }

.tx-tsriconlisting ul {
  padding: 0; }

.tx-tsriconlisting .icon-column-1 .listing-element {
  width: 100%; }

.tx-tsriconlisting .icon-column-2 .listing-element {
  width: 49%; }
  .tx-tsriconlisting .icon-column-2 .listing-element:nth-child(odd) {
    padding-right: 1rem; }
  .tx-tsriconlisting .icon-column-2 .listing-element:nth-child(even) {
    padding-left: 1rem; }

.tx-tsriconlisting .icon-column-3 .listing-element {
  width: 32%; }
  .tx-tsriconlisting .icon-column-3 .listing-element:nth-child(n) {
    padding-left: 1rem;
    padding-right: 1rem; }
  .tx-tsriconlisting .icon-column-3 .listing-element:nth-child(3n+1) {
    padding-left: 0; }
  .tx-tsriconlisting .icon-column-3 .listing-element:nth-child(3n) {
    padding-right: 0; }

.tx-tsriconlisting .icon-column-4 .listing-element {
  width: 24%; }
  .tx-tsriconlisting .icon-column-4 .listing-element:nth-child(n) {
    padding-left: .7rem;
    padding-right: .7rem; }
  .tx-tsriconlisting .icon-column-4 .listing-element:nth-child(4n+1) {
    padding-left: 0; }
  .tx-tsriconlisting .icon-column-4 .listing-element:nth-child(4n) {
    padding-right: 0; }

.tx-tsriconlisting .listing-element {
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-align: center;
  padding: 2rem 0; }
  .tx-tsriconlisting .listing-element:before {
    content: none !important; }
  .tx-tsriconlisting .listing-element:nth-child(odd) .icon-picture {
    fill: #ec6842; }
  .tx-tsriconlisting .listing-element:nth-child(even) .icon-picture {
    fill: #63747f; }

.tx-tsriconlisting .listtext p {
  margin: 0; }

.tx-tsriconlisting .listheader {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  margin: 0; }

.tx-tsriconlisting .listheader, .tx-tsriconlisting .listtext, .tx-tsriconlisting .listtext p {
  font-size: 2.2rem;
  line-height: 3.2rem; }
  @media (min-width: 544px) {
    .tx-tsriconlisting .listheader, .tx-tsriconlisting .listtext, .tx-tsriconlisting .listtext p {
      font-size: 1.6rem;
      line-height: 1.9rem; } }

.tx-tsriconlisting .module-icon {
  margin-bottom: 2rem; }

.tx-tsriconlisting .icon-picture {
  width: 100%;
  height: 6rem; }
  @media (min-width: 544px) {
    .tx-tsriconlisting .icon-picture {
      height: 5rem; } }

.teaser-thumbnail img, .news-thumbnail img, .offer-thumbnail img {
  min-height: 100%;
  min-width: 100%; }

.teaser-thumbnail .teaser-title, .teaser-thumbnail .date, .news-thumbnail .teaser-title, .news-thumbnail .date, .offer-thumbnail .teaser-title, .offer-thumbnail .date {
  padding-left: 1rem;
  padding-right: 1rem; }

.teaser-thumbnail .teaser-title, .news-thumbnail .teaser-title, .offer-thumbnail .teaser-title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  display: inline-block; }
  @media (min-width: 544px) {
    .teaser-thumbnail .teaser-title, .news-thumbnail .teaser-title, .offer-thumbnail .teaser-title {
      font-size: 2.2rem;
      line-height: 2.6rem; } }

.teaser-thumbnail .date, .news-thumbnail .date, .offer-thumbnail .date {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  display: block; }
  @media (min-width: 544px) {
    .teaser-thumbnail .date, .news-thumbnail .date, .offer-thumbnail .date {
      font-size: 2.2rem;
      line-height: 2.6rem; } }
  @media (min-width: 544px) {
    .teaser-thumbnail .date, .news-thumbnail .date, .offer-thumbnail .date {
      font-size: 1.8rem;
      line-height: 2.3rem; } }

.teaser-thumbnail .date + .teaser-title, .news-thumbnail .date + .teaser-title, .offer-thumbnail .date + .teaser-title {
  padding-top: .4rem; }

.teaser-thumbnail .image, .teaser-thumbnail .no-image, .teaser-thumbnail .video, .teaser-thumbnail .no-event-image, .news-thumbnail .image, .news-thumbnail .no-image, .news-thumbnail .video, .news-thumbnail .no-event-image, .offer-thumbnail .image, .offer-thumbnail .no-image, .offer-thumbnail .video, .offer-thumbnail .no-event-image {
  overflow: hidden;
  height: 22rem; }
  @media (min-width: 992px) {
    .teaser-thumbnail .image, .teaser-thumbnail .no-image, .teaser-thumbnail .video, .teaser-thumbnail .no-event-image, .news-thumbnail .image, .news-thumbnail .no-image, .news-thumbnail .video, .news-thumbnail .no-event-image, .offer-thumbnail .image, .offer-thumbnail .no-image, .offer-thumbnail .video, .offer-thumbnail .no-event-image {
      height: 20rem; } }
  @media (min-width: 1200px) {
    .teaser-thumbnail .image, .teaser-thumbnail .no-image, .teaser-thumbnail .video, .teaser-thumbnail .no-event-image, .news-thumbnail .image, .news-thumbnail .no-image, .news-thumbnail .video, .news-thumbnail .no-event-image, .offer-thumbnail .image, .offer-thumbnail .no-image, .offer-thumbnail .video, .offer-thumbnail .no-event-image {
      height: 24rem; } }

.teaser-thumbnail .image:before, .teaser-thumbnail .image:after, .teaser-thumbnail .fullwidth-image:before, .teaser-thumbnail .fullwidth-image:after, .teaser-thumbnail .no-event-image:before, .teaser-thumbnail .no-event-image:after, .news-thumbnail .image:before, .news-thumbnail .image:after, .news-thumbnail .fullwidth-image:before, .news-thumbnail .fullwidth-image:after, .news-thumbnail .no-event-image:before, .news-thumbnail .no-event-image:after, .offer-thumbnail .image:before, .offer-thumbnail .image:after, .offer-thumbnail .fullwidth-image:before, .offer-thumbnail .fullwidth-image:after, .offer-thumbnail .no-event-image:before, .offer-thumbnail .no-event-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.teaser-thumbnail .image:before, .teaser-thumbnail .fullwidth-image:before, .teaser-thumbnail .no-event-image:before, .news-thumbnail .image:before, .news-thumbnail .fullwidth-image:before, .news-thumbnail .no-event-image:before, .offer-thumbnail .image:before, .offer-thumbnail .fullwidth-image:before, .offer-thumbnail .no-event-image:before {
  opacity: .7;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, black 90%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }

.teaser-thumbnail .image:after, .teaser-thumbnail .fullwidth-image:after, .teaser-thumbnail .no-event-image:after, .news-thumbnail .image:after, .news-thumbnail .fullwidth-image:after, .news-thumbnail .no-event-image:after, .offer-thumbnail .image:after, .offer-thumbnail .fullwidth-image:after, .offer-thumbnail .no-event-image:after {
  opacity: 0;
  background: #009ee2; }

.teaser-thumbnail .image:before, .teaser-thumbnail .image:after, .teaser-thumbnail .no-image:before, .teaser-thumbnail .no-image:after, .teaser-thumbnail .fullwidth-image:before, .teaser-thumbnail .fullwidth-image:after, .teaser-thumbnail .no-event-image:before, .teaser-thumbnail .no-event-image:after, .news-thumbnail .image:before, .news-thumbnail .image:after, .news-thumbnail .no-image:before, .news-thumbnail .no-image:after, .news-thumbnail .fullwidth-image:before, .news-thumbnail .fullwidth-image:after, .news-thumbnail .no-event-image:before, .news-thumbnail .no-event-image:after, .offer-thumbnail .image:before, .offer-thumbnail .image:after, .offer-thumbnail .no-image:before, .offer-thumbnail .no-image:after, .offer-thumbnail .fullwidth-image:before, .offer-thumbnail .fullwidth-image:after, .offer-thumbnail .no-event-image:before, .offer-thumbnail .no-event-image:after {
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.teaser-thumbnail .no-image, .news-thumbnail .no-image, .offer-thumbnail .no-image {
  background-size: 100%;
  background-image: linear-gradient(#009ee2, #006ab2);
  position: relative;
  z-index: 0; }
  .teaser-thumbnail .no-image:before, .news-thumbnail .no-image:before, .offer-thumbnail .no-image:before {
    background-image: linear-gradient(#009ee2, #009ee2);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: -1; }

.teaser-thumbnail .teaser-headline, .teaser-thumbnail .topnews-headline, .teaser-thumbnail .news-headline, .teaser-thumbnail .video-news-headline, .teaser-thumbnail .offer-headline, .news-thumbnail .teaser-headline, .news-thumbnail .topnews-headline, .news-thumbnail .news-headline, .news-thumbnail .video-news-headline, .news-thumbnail .offer-headline, .offer-thumbnail .teaser-headline, .offer-thumbnail .topnews-headline, .offer-thumbnail .news-headline, .offer-thumbnail .video-news-headline, .offer-thumbnail .offer-headline {
  position: absolute;
  width: 100%;
  /* width of dividers */ }

@media (max-width: 543px) {
  .teaser-thumbnail, .news-thumbnail, .offer-thumbnail {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

.teaser-thumbnail .image, .teaser-thumbnail .no-image, .teaser-thumbnail .no-event-image {
  position: relative;
  margin-bottom: 2.5rem; }

.teaser-thumbnail.reference .teaser-headline, .teaser-thumbnail.news .teaser-headline, .teaser-thumbnail.events .teaser-headline {
  bottom: 6.5rem;
  padding: 2rem 5rem 2rem 2rem; }
  @media (max-width: 991px) {
    .teaser-thumbnail.reference .teaser-headline, .teaser-thumbnail.news .teaser-headline, .teaser-thumbnail.events .teaser-headline {
      bottom: 10.5rem; } }
  @media (max-width: 543px) {
    .teaser-thumbnail.reference .teaser-headline, .teaser-thumbnail.news .teaser-headline, .teaser-thumbnail.events .teaser-headline {
      bottom: 13rem;
      padding-right: 2rem;
      text-align: left; } }

@media (max-width: 543px) {
  .teaser-thumbnail.reference, .teaser-thumbnail.news, .teaser-thumbnail.events {
    text-align: center; } }

@media (max-width: 991px) {
  .teaser-thumbnail.events .btn-default {
    margin: 0 auto; }
  .teaser-thumbnail.events .teaser-headline {
    bottom: 6.5rem; } }

@media (max-width: 543px) {
  .teaser-thumbnail.events .teaser-headline {
    bottom: 9rem; } }

.teaser-thumbnail.products .teaser-headline {
  bottom: 2.5rem;
  padding: 2rem 5rem 1.5rem 2rem; }
  @media (max-width: 543px) {
    .teaser-thumbnail.products .teaser-headline {
      bottom: 4rem;
      padding-right: 2rem; } }

@media (max-width: 543px) {
  .teaser-thumbnail.products .image, .teaser-thumbnail.products .no-image {
    margin-bottom: 4rem; } }

.teaser-thumbnail.products-services .teaser-headline {
  bottom: 2.5rem;
  padding: 2rem 3rem 1.5rem 2rem; }
  @media (max-width: 768px) {
    .teaser-thumbnail.products-services .teaser-headline {
      padding-right: 2rem; } }

.teaser-thumbnail.products-services .image, .teaser-thumbnail.products-services .no-image, .teaser-thumbnail.products-services .video {
  height: 25rem; }
  @media (min-width: 544px) {
    .teaser-thumbnail.products-services .image, .teaser-thumbnail.products-services .no-image, .teaser-thumbnail.products-services .video {
      height: 28rem; } }
  @media (min-width: 992px) {
    .teaser-thumbnail.products-services .image, .teaser-thumbnail.products-services .no-image, .teaser-thumbnail.products-services .video {
      height: 32rem; } }
  @media (min-width: 1200px) {
    .teaser-thumbnail.products-services .image, .teaser-thumbnail.products-services .no-image, .teaser-thumbnail.products-services .video {
      height: 38rem; } }

@media (max-width: 543px) {
  .teaser-thumbnail.products-services {
    margin: 0; } }

.news-thumbnail {
  position: relative; }
  .news-thumbnail .news-headline, .news-thumbnail .video-news-headline, .news-thumbnail .topnews-headline {
    bottom: .5rem;
    padding: 2rem 2rem 1rem 2rem; }
  @media (min-width: 544px) {
    .news-thumbnail .topnews-headline {
      bottom: -.5rem;
      padding: 2rem 3rem 2rem 3rem; } }
  .news-thumbnail .embed-responsive {
    height: 100%; }

.offer-thumbnail {
  position: relative;
  margin-bottom: 5.5rem;
  /*  .no-gradient {
    //&:before {
    //  opacity: 0;
    //}
    &:before, &::before {
      @include font-icon($fa-var-play-circle-o);
      color: $color-icon-white;
      font-size: 7rem;
      opacity: 1;
      background: none;
      text-align: center;
      margin-top: 7.2rem;
    }
  }*/ }
  .offer-thumbnail .offer-headline {
    bottom: .5rem;
    padding: 2rem 2rem 1rem 2rem;
    width: 70%;
    /* width of dividers */ }
    .offer-thumbnail .offer-headline .top {
      margin-top: 0; }
    @media (max-width: 543px) {
      .offer-thumbnail .offer-headline {
        width: 90%;
        padding-bottom: 0; } }
  .offer-thumbnail .teaser-title {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    padding: 0;
    font-size: 2.5rem; }
    @media (max-width: 543px) {
      .offer-thumbnail .teaser-title {
        font-size: 3rem;
        line-height: 3.4rem; } }
  .offer-thumbnail .subheader {
    color: #fff;
    font-size: 1.2rem; }
    @media (max-width: 543px) {
      .offer-thumbnail .subheader {
        font-size: 1.8rem; } }
  .offer-thumbnail .image {
    position: relative;
    height: auto;
    padding-bottom: 56.25%; }
    .offer-thumbnail .image img {
      position: absolute;
      object-fit: cover; }
  @media (max-width: 768px) {
    .offer-thumbnail {
      margin-bottom: 2.8rem; } }
  @media (max-width: 543px) {
    .offer-thumbnail {
      margin-bottom: 2rem;
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 1199px) {
  .col-md-4 .offer-thumbnail .offer-headline {
    width: 90%; } }

@media (min-width: 769px) and (max-width: 991px) {
  .col-md-4 .offer-thumbnail .offer-headline {
    width: 100%;
    padding-bottom: 0; } }

@media (min-width: 769px) and (max-width: 991px) {
  .col-md-4 .offer-thumbnail .teaser-title {
    font-size: 2.2rem; } }

.teaser-thumbnail a:hover .no-image:before, .news-thumbnail a:hover .no-image:before, .offer-thumbnail a:hover .no-image:before {
  opacity: 1; }

.teaser-thumbnail a:hover .image:after, .teaser-thumbnail a:hover .fullwidth-image:after, .teaser-thumbnail a:hover .no-event-image:after, .news-thumbnail a:hover .image:after, .news-thumbnail a:hover .fullwidth-image:after, .news-thumbnail a:hover .no-event-image:after, .offer-thumbnail a:hover .image:after, .offer-thumbnail a:hover .fullwidth-image:after, .offer-thumbnail a:hover .no-event-image:after {
  opacity: 1; }

.news-thumbnail .video-news-headline:hover {
  opacity: 0;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

.tx-tsrtraining table {
  margin-bottom: 5rem; }
  .tx-tsrtraining table thead tr th.nosort {
    text-align: center; }
  .tx-tsrtraining table td {
    vertical-align: middle; }
  .tx-tsrtraining table .icon {
    text-align: center; }

.tx-tsrtraining button {
  text-transform: capitalize; }

.tx-tsrtraining .btn-wrapper {
  text-align: center; }
  @media (max-width: 768px) {
    .tx-tsrtraining .btn-wrapper {
      text-align: left; } }
  .tx-tsrtraining .btn-wrapper .btn-secondary {
    background: none;
    border: 0.1rem solid #445055 !important;
    font-size: inherit;
    line-height: inherit;
    display: inline; }
    .tx-tsrtraining .btn-wrapper .btn-secondary:hover {
      font-size: inherit;
      line-height: inherit;
      border: 0.1rem solid #009ee2 !important; }

.tx-tsrtraining .register-info {
  text-align: center; }

@media (max-width: 991px) {
  .tx-tsrtraining #selected-categories {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0.5rem; } }

.tx-tsrtraining .alert {
  padding: 0;
  color: #ec6842; }

.tx-tsrtraining .alert-info {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.tx-tsrtraining .register-table {
  width: auto;
  margin: 1.5rem 0; }
  .tx-tsrtraining .register-table tr td {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0; }
    .tx-tsrtraining .register-table tr td .info {
      width: 15rem; }
    @media (max-width: 543px) {
      .tx-tsrtraining .register-table tr td {
        display: block; }
        .tx-tsrtraining .register-table tr td .info {
          margin-left: 2.5rem; } }
  .tx-tsrtraining .register-table .iradio_minimal {
    margin-right: 1rem; }
  .tx-tsrtraining .register-table label {
    margin-bottom: 0;
    margin-right: 1.5rem; }
  .tx-tsrtraining .register-table .icon {
    height: 3rem;
    float: left; }
  .tx-tsrtraining .register-table .description {
    margin-top: .2rem;
    float: left; }
  .tx-tsrtraining .register-table .svg {
    width: 3rem;
    height: 3rem; }

.tx-tsrtraining #modal-form .modal-header {
  border-bottom: none;
  padding: 15px 15px 0 0;
  height: 0; }
  .tx-tsrtraining #modal-form .modal-header svg {
    width: 34px;
    height: 34px; }

.tx-tsrtraining #modal-form .modal-body {
  padding: 0 25px 25px 25px;
  position: relative;
  top: -20px; }
  .tx-tsrtraining #modal-form .modal-body .container {
    padding: 0; }
  .tx-tsrtraining #modal-form .modal-body .tx-powermail {
    width: 100%; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail input, .tx-tsrtraining #modal-form .modal-body .tx-powermail textarea, .tx-tsrtraining #modal-form .modal-body .tx-powermail select {
      width: 100%; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_type_radio label {
      display: block;
      float: none; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio-btn {
      width: 100%;
      margin: 0;
      height: 30px; }
      .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio-btn input {
        cursor: pointer;
        z-index: 1;
        position: relative; }
      .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio-btn label {
        display: block;
        float: none;
        position: relative;
        left: 30px;
        top: -17px;
        margin: 0; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_salutation {
      width: 100%; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_sendregistration {
      margin: 0 auto;
      width: 250px; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_acceptterms input {
      width: 25px;
      cursor: pointer; }
    .tx-tsrtraining #modal-form .modal-body .tx-powermail .powermail_fieldwrap_acceptterms label {
      position: relative;
      top: -2px; }

.tx-tsrtraining #modal-form #modal-generic .modal-header {
  height: 45px; }

.tx-tsrtraining #modal-form #modal-generic .modal-content {
  padding-top: 25px; }

.tx-tsrtraining .seminar.details .icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 4px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  .tx-tsrtraining .seminar.details .icon.location {
    background-image: url("/typo3conf/ext/tsr_training/Resources/Public/Icons/ic_room_500px.png"); }
  .tx-tsrtraining .seminar.details .icon.language {
    background-image: url("/typo3conf/ext/tsr_training/Resources/Public/Icons/ic_chat_500px.png"); }

#page_738 .tx-powermail {
  width: 100%; }
  #page_738 .tx-powermail .powermail_fieldwrap .radio-btn input {
    width: 100%; }
  #page_738 .tx-powermail .powermail_fieldwrap input, #page_738 .tx-powermail .powermail_fieldwrap textarea, #page_738 .tx-powermail .powermail_fieldwrap select {
    width: 100%; }
  #page_738 .tx-powermail .powermail_fieldwrap_type_radio label {
    display: block;
    float: none; }
  #page_738 .tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio-btn {
    width: 100%;
    margin: 0;
    height: 30px; }
    #page_738 .tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio-btn input {
      cursor: pointer;
      z-index: 1;
      position: relative; }
    #page_738 .tx-powermail .powermail_fieldwrap_type_radio .powermail_field .radio-btn label {
      display: block;
      float: none;
      position: relative;
      left: 30px;
      top: -17px;
      margin: 0; }
  #page_738 .tx-powermail .powermail_fieldwrap_salutation {
    width: 100%; }
  #page_738 .tx-powermail .powermail_fieldwrap_sendregistration {
    margin: 0 auto;
    width: 250px; }
  #page_738 .tx-powermail .powermail_fieldwrap_acceptterms input {
    width: 25px;
    cursor: pointer; }
  #page_738 .tx-powermail .powermail_fieldwrap_acceptterms label {
    position: relative;
    top: -2px; }

#page_327 .tx-powermail,
#page_738 .tx-powermail {
  margin-top: 0; }

#page_327 legend,
#page_738 legend {
  font-family: "Roboto Light", Arial, Helvetica, sans-serif;
  color: #445055;
  font-size: 3.4rem;
  line-height: 4rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 544px) {
    #page_327 legend,
    #page_738 legend {
      font-size: 2.5rem;
      line-height: 3.1rem; } }

#page_327 fieldset,
#page_738 fieldset {
  margin-bottom: 2.5rem; }

#page_327 .main-content .container .container,
#page_738 .main-content .container .container {
  padding-left: 0;
  padding-right: 0; }

.hideLegend {
  margin-bottom: 0 !important; }
  .hideLegend legend {
    display: none; }

.main-content .panel .panel-heading.active {
  font-family: "Roboto Light"; }
  .main-content .panel .panel-heading.active .btn-accordion {
    font-family: "Roboto Light"; }

.panel-heading .disabled {
  opacity: 1; }
  .panel-heading .disabled:after {
    content: none !important; }

#accordion-trainings .panel-group .group-body .panel-body .table, #accordion-trainings .panel-group .group-body .panel-body .main-content table, .main-content #accordion-trainings .panel-group .group-body .panel-body table, #accordion-trainings .panel-group .group-body .panel-body .main-content .contenttable, .main-content #accordion-trainings .panel-group .group-body .panel-body .contenttable, #accordion-trainings .panel-group .group-body .panel-body .main-content .table-fluid, .main-content #accordion-trainings .panel-group .group-body .panel-body .table-fluid {
  margin-bottom: 3rem; }

#accordion-trainings .panel-group .group-body .panel-body .table-responsive {
  margin: 0; }

#accordion-trainings .panel-group .group-body .panel-body .child-container {
  padding-bottom: 15px; }

#accordion-trainings .panel-group .group-body .accordionSubTitle {
  padding-left: 20px;
  cursor: pointer;
  margin: 10px 5px 10px;
  position: relative;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease; }
  @media (max-width: 768px) {
    #accordion-trainings .panel-group .group-body .accordionSubTitle {
      font-size: 20px; } }
  #accordion-trainings .panel-group .group-body .accordionSubTitle:before {
    content: "+";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000; }
  #accordion-trainings .panel-group .group-body .accordionSubTitle[aria-expanded="true"]:before {
    content: "-"; }

#accordion-trainings .panel-group .group-body .headWithHr {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 30px; }
  #accordion-trainings .panel-group .group-body .headWithHr div {
    margin: 0 auto;
    background: #fff;
    display: inline-block;
    position: relative;
    top: 10px;
    padding: 0px 10px;
    font-size: 14px; }
    @media (max-width: 768px) {
      #accordion-trainings .panel-group .group-body .headWithHr div {
        top: 14px;
        font-size: 18px; } }

#accordion-trainings .panel-group .group-body .btn-accordion {
  color: #fff;
  background-color: #63747f; }
  #accordion-trainings .panel-group .group-body .btn-accordion[aria-expanded="true"] {
    background-color: #fbbd00;
    border-color: #fbbd00;
    color: #63747f; }

#accordion-trainings .panel-group .group-body .flag {
  width: 30px;
  height: 15px;
  display: inline-block;
  top: 1px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    #accordion-trainings .panel-group .group-body .flag {
      padding-left: 30px !important; } }
  #accordion-trainings .panel-group .group-body .flag.lang-0 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/gb.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-1 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/de.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-2 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/fr.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-3 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/gb.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-4 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/gb.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-5 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/gb.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-6 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/gb.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-7 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/gb.gif"); }
  #accordion-trainings .panel-group .group-body .flag.lang-8 {
    background-image: url("/typo3conf/ext/himatheme/Resources/Public/Icons/Flags/nl.gif"); }

#accordion-trainings .panel-group .group-body .ce-table {
  border-collapse: initial;
  border-spacing: 3px;
  width: 100%;
  min-width: auto; }
  @media (max-width: 768px) {
    #accordion-trainings .panel-group .group-body .ce-table {
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    #accordion-trainings .panel-group .group-body .ce-table tbody tr {
      margin-bottom: 20px; } }
  #accordion-trainings .panel-group .group-body .ce-table tbody tr td {
    background-color: #F8F8F8;
    border: none; }
    @media (max-width: 991px) {
      #accordion-trainings .panel-group .group-body .ce-table tbody tr td {
        padding: 0.75rem; } }
    @media (max-width: 768px) {
      #accordion-trainings .panel-group .group-body .ce-table tbody tr td {
        border: 0 !important;
        border-top: 3px solid #fff !important;
        padding: 0;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #accordion-trainings .panel-group .group-body .ce-table tbody tr td .icon.pdf {
          width: fit-content;
          position: relative;
          top: 5px; } }
    #accordion-trainings .panel-group .group-body .ce-table tbody tr td.last-col {
      border-bottom: 2px solid #ededed;
      border-right: 2px solid #ededed; }
      #accordion-trainings .panel-group .group-body .ce-table tbody tr td.last-col.isNew {
        border-bottom: 2px solid #ec6842;
        border-right: 2px solid #ec6842; }
    @media (max-width: 768px) {
      #accordion-trainings .panel-group .group-body .ce-table tbody tr td[data-label] > * {
        width: auto;
        float: none;
        padding: 0; } }
    #accordion-trainings .panel-group .group-body .ce-table tbody tr td[data-label] .isNewBlock {
      display: none; }
    @media (max-width: 768px) {
      #accordion-trainings .panel-group .group-body .ce-table tbody tr td[data-label] .isNewBlock {
        display: block;
        position: absolute;
        right: -10px;
        top: 0;
        padding: 5px 10px;
        box-shadow: 3px -1px 16px -2px black; } }
    @media (max-width: 768px) {
      #accordion-trainings .panel-group .group-body .ce-table tbody tr td[data-label]:before {
        color: #fff;
        font-weight: bold;
        text-align: left;
        background: #63747f;
        padding: 3px 14px;
        font-size: 15px;
        margin-right: 20px; } }

#accordion-trainings .isNewBlock {
  color: #fff;
  background: #ec6842;
  padding: 5px 10px;
  display: inline-block;
  margin: 0 10px;
  font-family: "Roboto Bold";
  font-size: 12px;
  line-height: 12px; }

#accordion-trainings .group-head {
  margin-bottom: 10px;
  font-size: 1.8rem; }

.mobile-details {
  padding: 1.5rem; }
  .mobile-details .info {
    display: table; }
    .mobile-details .info div {
      display: table-cell;
      vertical-align: middle; }

.powermail_fieldwrap_orderingcompany > label,
.powermail_fieldwrap_invoiceaddress > label,
.powermail_fieldwrap_lunch > label,
.powermail_fieldwrap_acceptterms > label,
.powermail_fieldwrap_savedata > label {
  display: none; }

.no-touch .tx-tsrtraining .icon a:hover .svg, .no-js .tx-tsrtraining .icon a:hover .svg {
  fill: #009ee2; }

.tx-femanager {
  /*
  .femanager_password, .femanager_password_repeat, .femanager_username {
    &.error {
      .parsley-errors-list {
        display: block;
        margin-left: 1rem;
      }
      .parsley-custom-error-message {
        color: $form_error;
        width: 45rem;

        @include media-breakpoint-up(lg) {
          width: 48rem;
          display: block;
        }
      }
    }
  }
  */ }
  .tx-femanager legend {
    display: none; }
  .tx-femanager .femanager_edit {
    /*margin-top: -6rem;*/ }
    @media (max-width: 1199px) {
      .tx-femanager .femanager_edit .femanager_submit {
        padding-left: 0; } }
  .tx-femanager .parsley-errors-list {
    display: block;
    margin-left: 1rem !important; }
  .tx-femanager .parsley-custom-error-message {
    color: #ec6842;
    width: 45rem; }
    @media (min-width: 992px) {
      .tx-femanager .parsley-custom-error-message {
        width: 48rem;
        display: block; } }
  .tx-femanager .femanager_terms .parsley-errors-list {
    display: none; }
  .tx-femanager .femanager_customernumber {
    display: none; }
  .tx-femanager .alert-error {
    display: none; }
  .tx-femanager .powermail_input.error {
    border: 1px solid #ec6842; }
  .tx-femanager .powermail_input.error + label {
    color: #ec6842; }
  .tx-femanager .error + .chosen-container .chosen-single, .tx-femanager .error + .chosen-container .chosen-choices, .tx-femanager .error + .chosen-container-multi .chosen-single, .tx-femanager .error + .chosen-container-multi .chosen-choices {
    border: 1px solid #ec6842; }
    .tx-femanager .error + .chosen-container .chosen-single span, .tx-femanager .error + .chosen-container .chosen-choices span, .tx-femanager .error + .chosen-container-multi .chosen-single span, .tx-femanager .error + .chosen-container-multi .chosen-choices span {
      color: #ec6842; }
  .tx-femanager .error .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #ec6842; }
  .tx-femanager select.error {
    border: 1px solid #ec6842;
    color: #ec6842; }
  .tx-femanager .search-choice-close.no-close-icon:before {
    content: none !important; }
  .tx-femanager .powermail_fieldwrap_type_check.error .checkbox-btn label {
    color: #ec6842; }
    .tx-femanager .powermail_fieldwrap_type_check.error .checkbox-btn label a {
      color: #ec6842; }
  .tx-femanager .parsley-errors-list {
    width: 100%; }
    @media (min-width: 992px) {
      .tx-femanager .parsley-errors-list {
        width: 50rem; } }
  .tx-femanager .control-group.error label {
    color: #ec6842; }
  .tx-femanager .panel-body {
    background-color: transparent; }
  .tx-femanager .femanager_terms.error .info-terms {
    color: #ec6842; }
  @media (max-width: 1199px) {
    .tx-femanager h4 a {
      color: #fff; }
    .tx-femanager .panel-collapse {
      margin-top: 1.5rem; }
    .tx-femanager .headlines {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .tx-femanager .headlines h2 {
        font-size: 2.8rem; }
    .tx-femanager .femanager_submit {
      margin-top: 2.5rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    .tx-femanager .femanager_terms .pull-right {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
    .tx-femanager .femanager_terms .checkbox-btn {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .tx-femanager .femanager_terms .checkbox-btn label {
        font-size: 1.8rem; }
    .tx-femanager .powermail_fieldset.step1 {
      padding-left: 2.5rem;
      padding-right: 2.5rem; }
      .tx-femanager .powermail_fieldset.step1 .femanager_submit {
        padding-left: 0; } }
    @media (max-width: 1199px) and (max-width: 1199px) {
      .tx-femanager .powermail_fieldset.step1 .femanager_submit .btn {
        margin-bottom: 2.5rem; } }
  .tx-femanager .info-terms {
    padding: 2.5rem; }
  @media (min-width: 992px) {
    .tx-femanager .pre-scrollable {
      max-height: 40rem; }
    .tx-femanager .info-terms {
      padding: 1rem 2.5rem 1rem 3.6rem; } }
  .tx-femanager .pre-scrollable {
    margin-bottom: 2.5rem; }

.main-content .tx-femanager .ce-textpic {
  margin-top: 0; }

.femanager_flashmessages {
  /* -2: status notice */
  /* -1: status fino */
  /* 0: status ok */
  /* 1: status warning */
  /* 2: status error */
  margin-bottom: 15px; }
  .femanager_flashmessages > .message--2, .femanager_flashmessages > .message--1, .femanager_flashmessages > .message-0, .femanager_flashmessages > .message-1, .femanager_flashmessages > .message-2 {
    background-image: none !important; }

a.btn-dark:hover {
  color: #fff !important; }

.chosen-container .chosen-results li.result-hidden {
  display: list-item;
  color: #ccc;
  cursor: default; }
  .chosen-container .chosen-results li.result-hidden:hover {
    color: #ccc; }

@media (min-width: 1200px) {
  #page_375 .main .tx-femanager {
    width: 100%; }
    #page_375 .main .tx-femanager .powermail_field {
      width: 80%; } }

@media (max-width: 1199px) {
  #page_375 .main .tx-femanager .powermail_fieldwrap input {
    width: 100%; }
  #page_375 .main .tx-femanager .step2 .chosen-container-multi .control-label {
    margin-bottom: 0; } }

#page_435 .main .tx-femanager.top-spacing {
  margin-top: -2rem; }
  #page_435 .main .tx-femanager.top-spacing .typo3-message {
    padding-bottom: 0; }

#page_435 .main .tx-femanager .femanager_status {
  padding-bottom: 6rem; }

#page_794 .femanager_note,
#page_816 .femanager_note {
  display: none; }

.chosen-container-multi ul.chosen-choices {
  padding: 5px !important; }
  .chosen-container-multi ul.chosen-choices li.search-choice {
    background: #63747f;
    padding: 10px 20px;
    margin: 2px; }
    .chosen-container-multi ul.chosen-choices li.search-choice span {
      color: #fff; }
    .chosen-container-multi ul.chosen-choices li.search-choice a.search-choice-close:before {
      content: '';
      position: absolute;
      background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-close-default.svg");
      background-color: transparent;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      width: 20px;
      height: 100%;
      right: 5px;
      top: 0px;
      z-index: 1;
      cursor: pointer; }
  .chosen-container-multi ul.chosen-choices li.search-field {
    padding: 10px 5px;
    width: 50%;
    margin: 2px; }
    .chosen-container-multi ul.chosen-choices li.search-field input {
      width: 100% !important;
      height: 18px !important; }

.chosen-container-multi .select_all {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 12px;
  padding: 5px 10px;
  height: auto;
  line-height: 28px;
  z-index: 1;
  margin-bottom: 0; }
  .chosen-container-multi .select_all:hover {
    font-size: 12px;
    line-height: 28px;
    color: inherit;
    border-color: inherit;
    background: inherit; }

.main-content .tx-femanager .panel-group .panel .panel-heading h4 a.btn-accordion:hover {
  cursor: default;
  background: #63747f;
  border-color: #63747f; }

.main-content .tx-femanager .panel-group .panel .panel-heading h4 a.btn-accordion.active {
  background: #fbbd00;
  border-color: #fbbd00;
  color: #63747f;
  font-family: "Roboto Medium"; }

.main-content .tx-femanager .nav-tabs a.nav-link:hover {
  cursor: default;
  background: #63747f;
  border-color: #63747f; }

.tx-felogin-pi1 .table, .tx-felogin-pi1 .main-content table, .main-content .tx-felogin-pi1 table, .tx-felogin-pi1 .main-content .contenttable, .main-content .tx-felogin-pi1 .contenttable, .tx-felogin-pi1 .main-content .table-fluid, .main-content .tx-felogin-pi1 .table-fluid {
  display: table;
  table-layout: fixed; }

.tx-felogin-pi1 .table-cell {
  display: table-cell;
  vertical-align: top; }

.tx-felogin-pi1 .form-group.table-cell {
  padding-top: .5rem; }
  @media (max-width: 543px) {
    .tx-felogin-pi1 .form-group.table-cell {
      padding-top: .7rem; } }

.tx-felogin-pi1 .btn:focus {
  outline: none; }

@media (max-width: 991px) {
  .tx-felogin-pi1 .btn-login, .tx-felogin-pi1 .btn-reset {
    margin-bottom: 0;
    max-width: 100%;
    white-space: normal;
    padding: 0 2rem;
    min-width: 15rem; } }

.tx-felogin-pi1 .pull-right.table-cell {
  text-align: right; }

/* Downloads page
#page_126 {
  form {
    .headlines {
      display: none;
    }

    .btn-primary {
      margin-top: 2rem !important;
    }

    @include media-breakpoint-up(sm) {
      margin-bottom: 2.5rem;

      fieldset {
        display: table;
      }

      .form-group {
        display: table-cell;
        vertical-align: middle;

        .btn-primary {
          margin-top: 0 !important;
          margin-left: 2.5rem;
          margin-bottom: 0;
        }

        label.p-r-1 {
          padding-right: 0.5rem !important;
        }
      }
    }
  }
}
*/
.login {
  position: relative; }
  .login#loginMask {
    background-color: #63747f;
    padding: 25px 75px 25px 25px;
    color: #fff;
    right: -180px;
    top: 0;
    z-index: 0;
    opacity: 1;
    transition: all 500ms ease-in-out; }
    .login#loginMask.absolute {
      position: absolute; }
      .login#loginMask.absolute.loginForm {
        margin: 0; }
    .login#loginMask.hAlign {
      right: -40px; }
      @media (max-width: 991px) {
        .login#loginMask.hAlign {
          right: -50px; } }
    .login#loginMask.hide {
      top: -100px;
      opacity: 0; }
    .login#loginMask h1, .login#loginMask h2, .login#loginMask h3, .login#loginMask a, .login#loginMask p {
      color: #fff; }
      .login#loginMask h1.alert, .login#loginMask h2.alert, .login#loginMask h3.alert, .login#loginMask a.alert, .login#loginMask p.alert {
        color: #445055; }
        .login#loginMask h1.alert a, .login#loginMask h2.alert a, .login#loginMask h3.alert a, .login#loginMask a.alert a, .login#loginMask p.alert a {
          color: #445055; }
    .login#loginMask span.lock {
      background-image: url("../../../Resources/Public/Images/icons/ic_lock_outline.png");
      width: 30px;
      height: 30px;
      display: block;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      float: left; }
    .login#loginMask .headlines {
      display: inline-block;
      height: 35px;
      margin: 0 0 10px 10px; }
      .login#loginMask .headlines h2 {
        font-size: 20px;
        line-height: 35px; }
    .login#loginMask .tx-felogin-pi1 input {
      background: #fff; }
      .login#loginMask .tx-felogin-pi1 input.btn {
        background-color: transparent;
        border: 1px solid #fff; }
    .login#loginMask .tx-felogin-pi1 .headlines {
      display: none; }
    .login#loginMask .tx-felogin-pi1 .fa, .login#loginMask .tx-felogin-pi1 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-multi .chosen-choices li.search-choice .login#loginMask .tx-felogin-pi1 .search-choice-close {
      font-size: 25px; }
  .login.textmedia {
    background-color: #445055;
    padding: 25px;
    color: #fff;
    left: -100px;
    top: 0;
    z-index: 0;
    opacity: 1;
    transition: all 500ms ease-in-out; }
    .login.textmedia.absolute {
      position: absolute;
      margin: 0; }
    .login.textmedia.hAlign {
      left: -40px; }
      @media (max-width: 991px) {
        .login.textmedia.hAlign {
          left: -10px; } }
    .login.textmedia.hide {
      top: -100px;
      opacity: 0; }
    .login.textmedia h1, .login.textmedia h2, .login.textmedia h3, .login.textmedia p, .login.textmedia span, .login.textmedia .btn {
      color: #fff; }
      .login.textmedia h1.alert, .login.textmedia h2.alert, .login.textmedia h3.alert, .login.textmedia p.alert, .login.textmedia span.alert, .login.textmedia .btn.alert {
        color: #445055; }
        .login.textmedia h1.alert a, .login.textmedia h2.alert a, .login.textmedia h3.alert a, .login.textmedia p.alert a, .login.textmedia span.alert a, .login.textmedia .btn.alert a {
          color: #445055; }
    .login.textmedia .btn {
      background: #ec6842;
      border: 1px solid #ec6842;
      margin: 0; }
      .login.textmedia .btn:hover {
        border-color: #009ee2;
        background: #009ee2;
        color: #fff; }
    .login.textmedia .headlines {
      margin: 0; }
  .login.redheader, .login.tabselect {
    width: 100%;
    background-color: #ec6842;
    transition: all 250ms ease-in;
    z-index: -1;
    top: -35px; }
    @media (max-width: 768px) {
      .login.redheader, .login.tabselect {
        top: -40px; } }
    .login.redheader.show, .login.tabselect.show {
      top: 0;
      z-index: 0; }
    .login.redheader h1, .login.redheader h2, .login.redheader h3, .login.redheader h4, .login.tabselect h1, .login.tabselect h2, .login.tabselect h3, .login.tabselect h4 {
      color: #fff;
      margin: 0; }
      @media (max-width: 991px) {
        .login.redheader h1, .login.redheader h2, .login.redheader h3, .login.redheader h4, .login.tabselect h1, .login.tabselect h2, .login.tabselect h3, .login.tabselect h4 {
          font-size: 14px; } }
    .login.redheader .container, .login.tabselect .container {
      padding: 5px 15px; }
      .login.redheader .container .row, .login.tabselect .container .row {
        margin: 0; }
      .login.redheader .container .headlines, .login.tabselect .container .headlines {
        position: relative;
        margin: 0;
        cursor: pointer; }
        .login.redheader .container .headlines:after, .login.tabselect .container .headlines:after {
          position: absolute;
          right: 0;
          top: -8px;
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 40px;
          content: "";
          height: auto;
          width: auto;
          color: #fff; }
  .login.tabselect {
    background-color: #818a91; }
    @media (min-width: 769px) {
      .login.tabselect {
        display: none; } }
    .login.tabselect.show {
      z-index: 1; }
    .login.tabselect .container {
      padding: 0; }
      .login.tabselect .container .row {
        margin: 0; }
        .login.tabselect .container .row .headlines {
          text-align: center;
          transition: all 250ms ease-in; }
          .login.tabselect .container .row .headlines:after {
            content: ''; }
          .login.tabselect .container .row .headlines:hover {
            background-color: #55595c; }
          .login.tabselect .container .row .headlines.left {
            border-right: 2px solid #fff; }
  .login.tabselect + .wrapper.transitions {
    transition: all 250ms ease-in;
    height: 0;
    display: block !important; }
  .login.tabselect + .wrapper {
    padding: 0 15px; }
  .login.wrapper .row {
    display: flex; }
    .login.wrapper .row div[class^=col-] {
      align-self: center; }

@media (max-width: 768px) {
  .login.redheader {
    display: none; }
  .login.loginForm#loginMask {
    padding: 25px;
    margin: 0 -15px 15px;
    right: 0; }
    .login.loginForm#loginMask.hAlign {
      right: 0; }
  .login.textmedia {
    padding: 25px;
    margin: 0 -15px;
    left: 0; }
    .login.textmedia.hAlign {
      left: 0; }
    .login.textmedia.hide {
      top: -215px;
      z-index: -1; }
  .login .headlines h1, .login .headlines h2, .login .headlines h3, .login .headlines h4 {
    font-size: 14px; }
  .login.wrapper .row {
    display: inherit; }
    .login.wrapper .row div[class^=col-] {
      align-self: inherit; } }

@media (max-width: 543px) {
  .login .headlines h1, .login .headlines h2, .login .headlines h3, .login .headlines h4 {
    font-size: 13px; } }

@media (max-width: 991px) {
  #page_126 #page {
    padding-top: 6rem; } }

#page_378 .login-status {
  margin-top: 3.5rem; }

.error.login-attemps, .error.missing-files {
  margin-top: 3.5rem; }

.error.login-attemps ~ .login-status {
  display: none; }

.tx-tsriframe .btn-close-form {
  cursor: pointer;
  position: absolute;
  right: 0.4rem;
  top: -0.3rem;
  z-index: 1; }
  @media (min-width: 1200px) {
    .tx-tsriframe .btn-close-form {
      right: -19.6rem; } }
  @media (max-width: 543px) {
    .tx-tsriframe .btn-close-form {
      top: 0.5rem;
      right: 0.6rem; } }
  .tx-tsriframe .btn-close-form .svg {
    fill: #fff;
    width: 5rem;
    height: 5rem; }
    @media (max-width: 543px) {
      .tx-tsriframe .btn-close-form .svg {
        width: 4rem;
        height: 4rem; } }

.tx-tsriframe .headlines {
  margin-top: 0; }

.tx-tsriframe .embed-responsive.alternative {
  height: 50rem; }

.raver_dashboard_blue_hint {
  background: #009ee2;
  color: #fff !important; }
  .raver_dashboard_blue_hint p {
    color: #fff !important;
    margin: 5px 0; }
    @media (max-width: 768px) {
      .raver_dashboard_blue_hint p {
        font-size: 14px !important;
        line-height: 16px !important; } }
  .raver_dashboard_blue_hint h1, .raver_dashboard_blue_hint h2, .raver_dashboard_blue_hint h3, .raver_dashboard_blue_hint h4 {
    margin-bottom: 0;
    color: #fff !important; }
    @media (max-width: 768px) {
      .raver_dashboard_blue_hint h1, .raver_dashboard_blue_hint h2, .raver_dashboard_blue_hint h3, .raver_dashboard_blue_hint h4 {
        font-size: 18px !important;
        line-height: 20px !important;
        font-weight: bold !important; } }
  .raver_dashboard_blue_hint .container {
    padding: 15px 0; }
    @media (max-width: 768px) {
      .raver_dashboard_blue_hint .container {
        padding: 15px; } }
    .raver_dashboard_blue_hint .container .ce-textpic {
      margin-top: 0; }

.userInfo {
  min-height: 150px;
  background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/userInfo_background_3.jpg");
  background-size: cover;
  display: block;
  position: relative;
  z-index: 1; }
  .userInfo .container {
    padding: 6rem 0 3rem 0; }
    @media (max-width: 768px) {
      .userInfo .container {
        padding: 6rem 3rem 3rem 1.5rem; } }
    .userInfo .container .content {
      border-bottom: 1px solid #fff;
      border-top: 1px solid #fff;
      display: inline-block;
      padding: 15px 50px 15px 15px; }
      .userInfo .container .content .headline {
        text-transform: uppercase;
        font-size: 15px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 10px; }
      .userInfo .container .content .user {
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        color: #fff; }

.raver_dashboard {
  background: #475056; }
  @media (max-width: 991px) {
    .raver_dashboard {
      padding-bottom: 25px; } }
  .raver_dashboard .n-p-t {
    padding-top: 0; }
  .raver_dashboard .n-p-b {
    padding-bottom: 0; }
  .raver_dashboard .n-p-a {
    padding: 0 !important; }
  .raver_dashboard .row {
    align-items: stretch !important; }
    @media (min-width: 992px) {
      .raver_dashboard .row {
        display: flex !important; } }
  .raver_dashboard .darkgray {
    background: #475056;
    padding: 50px 0;
    margin: 0 -15px;
    height: 100%; }
    @media (min-width: 992px) {
      .raver_dashboard .darkgray {
        padding: 50px 29px 50px; } }
  .raver_dashboard .white {
    background: #fff;
    padding: 50px 25px;
    margin: 0 -15px;
    height: 100%;
    /*
    &:before {
      content: '';
      position: absolute;
      width: 1000%;
      height: 100%;
      right: -1000%;
      background: #fff;
      top: 0;
    }
    */ }
    @media (max-width: 768px) {
      .raver_dashboard .white {
        display: none; } }
  @media (min-width: 992px) {
    .raver_dashboard .tx-tsr_raver .dashboard {
      margin: 0 0 0 -15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .raver_dashboard .tx-tsr_raver .product_register .content .btn_file label {
      padding: 20px 30px 20px 20px;
      text-align: right; } }

.tx-tsr_raver .dashboard {
  width: 100%;
  height: 100%; }
  .tx-tsr_raver .dashboard .top_box {
    background: #63747f;
    padding: 25px;
    color: #fff; }
    .tx-tsr_raver .dashboard .top_box .total_downloads {
      text-align: right; }
      .tx-tsr_raver .dashboard .top_box .total_downloads a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        display: block;
        -webkit-transition: all 250ms;
        transition: all 250ms;
        line-height: 28px; }
        .tx-tsr_raver .dashboard .top_box .total_downloads a div {
          font-size: 28px;
          font-family: "Roboto Bold"; }
        .tx-tsr_raver .dashboard .top_box .total_downloads a:hover {
          color: #009ee2; }
    .tx-tsr_raver .dashboard .top_box .search {
      position: relative; }
      .tx-tsr_raver .dashboard .top_box .search .searchIcon {
        position: absolute;
        right: 0;
        height: 100%;
        background: #000;
        width: 50px;
        top: 0;
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-search-default.svg");
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: center;
        cursor: pointer; }
      .tx-tsr_raver .dashboard .top_box .search .ajax_search {
        width: 100%;
        position: relative; }
        .tx-tsr_raver .dashboard .top_box .search .ajax_search::placeholder {
          color: #63747f !important; }
        .tx-tsr_raver .dashboard .top_box .search .ajax_search:-ms-input-placeholder {
          color: #63747f !important; }
        .tx-tsr_raver .dashboard .top_box .search .ajax_search::-ms-input-placeholder {
          color: #63747f !important; }
  .tx-tsr_raver .dashboard .widgets {
    margin-top: 25px; }
    @media (max-width: 768px) {
      .tx-tsr_raver .dashboard .widgets {
        padding: 0 50px; } }
    .tx-tsr_raver .dashboard .widgets .flexMe {
      display: flex;
      flex-wrap: wrap;
      margin-right: -30px;
      margin-left: -30px; }
      @media (min-width: 992px) {
        .tx-tsr_raver .dashboard .widgets .flexMe {
          margin-right: -15px;
          margin-left: -15px; } }
      .tx-tsr_raver .dashboard .widgets .flexMe .col {
        padding-bottom: 20px; }
        @media (max-width: 768px) {
          .tx-tsr_raver .dashboard .widgets .flexMe .col {
            padding: 3px; } }
    .tx-tsr_raver .dashboard .widgets .widget {
      background-color: #63747f;
      width: 100%;
      height: 100%;
      min-height: 155px;
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0);
      -webkit-transition: all 0.15s cubic-bezier(0.31, 0.57, 0.64, 0.47);
      transition: all 0.15s cubic-bezier(0.31, 0.57, 0.64, 0.47); }
      .tx-tsr_raver .dashboard .widgets .widget:before {
        content: ''; }
      .tx-tsr_raver .dashboard .widgets .widget:hover {
        -webkit-box-shadow: 0px 20px 34px -16px #000;
        box-shadow: 0px 20px 34px -16px #000;
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: #009ee2; }
      .tx-tsr_raver .dashboard .widgets .widget.deactive:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        border: 1px solid transparent;
        background-color: #63747f; }
      .tx-tsr_raver .dashboard .widgets .widget.deactive:before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        cursor: not-allowed;
        background: rgba(0, 0, 0, 0.2);
        z-index: 1; }
      .tx-tsr_raver .dashboard .widgets .widget a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%; }
        .tx-tsr_raver .dashboard .widgets .widget a .image {
          position: absolute;
          background-size: 60px;
          background-position: center 20px;
          background-color: transparent;
          background-repeat: no-repeat;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .tx-tsr_raver .dashboard .widgets .widget a .wrap_label {
          position: absolute;
          bottom: 15px;
          left: 50%;
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          width: 90%;
          text-align: center; }
          .tx-tsr_raver .dashboard .widgets .widget a .wrap_label .label {
            font-size: 14px;
            white-space: initial; }
      .tx-tsr_raver .dashboard .widgets .widget.trainings .image, .tx-tsr_raver .dashboard .widgets .widget.whitepaper .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-whitepaper-default.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.settings .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-settings-default.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.dis .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-add-default.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.logout .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-logout-default.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.total_downloads .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-download-default.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.total_downloads .label div {
        font-size: 28px;
        font-family: "Roboto Bold"; }
      .tx-tsr_raver .dashboard .widgets .widget.registerProduct .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-registration-default.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.smartsafetyhub .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-smartsafetyhub.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.documentation.himax .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/HIMax_white.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.documentation.himatrix .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/HIMatrix_white.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.documentation.hiquad .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/HIQuad1_white.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.documentation.hiquadx .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/HIQuad2.svg"); }
      .tx-tsr_raver .dashboard .widgets .widget.documentation.silworx .image {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/SILworX_white.svg"); }

.tx-tsr_raver .product_register {
  /*
    .group {
      input {
        &:focus {
          & + label {
            top: 0;
          }
        }
      }
      label {
        @include media-breakpoint-up(md) {
          top: 1.5rem;
        }
        @include media-breakpoint-down(sm) {
          top: 2rem;
        }
      }
    }
*/ }
  @media (max-width: 768px) {
    .tx-tsr_raver .product_register .btn-signal {
      padding: 2.4rem; } }
  @media (min-width: 769px) {
    .tx-tsr_raver .product_register input[type="text"],
    .tx-tsr_raver .product_register input[type="email"],
    .tx-tsr_raver .product_register input[type="tel"],
    .tx-tsr_raver .product_register input[type="password"] {
      height: 5rem; } }
  .tx-tsr_raver .product_register ul.typo3-messages {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px; }
    .tx-tsr_raver .product_register ul.typo3-messages .alert-warning,
    .tx-tsr_raver .product_register ul.typo3-messages .alert-error,
    .tx-tsr_raver .product_register ul.typo3-messages .alert-danger {
      background-color: #ec6842;
      color: #fff;
      border-radius: 0;
      padding: 15px; }
      .tx-tsr_raver .product_register ul.typo3-messages .alert-warning h4, .tx-tsr_raver .product_register ul.typo3-messages .alert-warning p,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-error h4,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-error p,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-danger h4,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-danger p {
        color: #fff; }
      .tx-tsr_raver .product_register ul.typo3-messages .alert-warning h4,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-error h4,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-danger h4 {
        font-size: 18px;
        font-weight: bold; }
      .tx-tsr_raver .product_register ul.typo3-messages .alert-warning p,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-error p,
      .tx-tsr_raver .product_register ul.typo3-messages .alert-danger p {
        margin-bottom: 0; }
    .tx-tsr_raver .product_register ul.typo3-messages .alert-error,
    .tx-tsr_raver .product_register ul.typo3-messages .alert-danger {
      background-color: #e41e1e; }
  .tx-tsr_raver .product_register.overview {
    position: relative;
    max-width: 650px;
    margin: 0 auto; }
    .tx-tsr_raver .product_register.overview .back_button {
      cursor: pointer; }
      .tx-tsr_raver .product_register.overview .back_button .btn {
        white-space: normal;
        height: auto;
        min-height: 5rem;
        padding: 20px; }
      .tx-tsr_raver .product_register.overview .back_button a {
        text-decoration: none; }
      .tx-tsr_raver .product_register.overview .back_button .back_label {
        display: block;
        float: left;
        line-height: 30px;
        position: relative; }
        .tx-tsr_raver .product_register.overview .back_button .back_label .arrow_back {
          display: block;
          width: 35%;
          height: 100%;
          background-color: transparent;
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-left-white.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: 60%;
          cursor: pointer;
          position: absolute; }
        .tx-tsr_raver .product_register.overview .back_button .back_label button {
          padding: 20px 25px 20px 50px;
          margin: 0; }
    .tx-tsr_raver .product_register.overview.overlay:before {
      content: attr(data-overlaytext);
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: 2;
      background: rgba(255, 255, 255, 0.85);
      cursor: not-allowed;
      text-align: center;
      padding: 50% 25px 25px 25px;
      font-size: 24px; }
  .tx-tsr_raver .product_register .header {
    background: #63747f;
    color: #fff;
    padding-top: 50px; }
    @media (max-width: 991px) {
      .tx-tsr_raver .product_register .header {
        padding-top: 15px;
        border-top: 1px solid #fff; } }
    .tx-tsr_raver .product_register .header .cancel_registration {
      border: 1px solid #fff;
      background: #63747f;
      color: #fff;
      border-radius: 0;
      padding: 10px 20px;
      font-size: 16px;
      -webkit-transition: all 200ms;
      transition: all 200ms;
      text-decoration: none; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register .header .cancel_registration {
          padding: 5px 15px;
          font-size: 13px;
          position: relative;
          top: 2px; } }
      .tx-tsr_raver .product_register .header .cancel_registration:hover {
        color: #63747f;
        background: #fff;
        border: 1px solid #63747f; }
    .tx-tsr_raver .product_register .header .headline {
      font-size: 32px;
      font-family: 'Roboto Bold';
      line-height: 44px; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register .header .headline {
          font-size: 20px;
          text-align: center;
          line-height: 22px; } }
      .tx-tsr_raver .product_register .header .headline small {
        font-family: Roboto; }
    .tx-tsr_raver .product_register .header .step {
      font-size: 22px;
      line-height: 44px; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register .header .step {
          text-align: left; } }
    .tx-tsr_raver .product_register .header .progress_bar {
      background-color: #c2D3dd;
      height: 10px;
      width: 100%; }
      .tx-tsr_raver .product_register .header .progress_bar .progress {
        height: 100%;
        background-color: #009ee2;
        margin: 0;
        transition: all .7s linear;
        width: 0;
        transition-delay: .7s; }
  .tx-tsr_raver .product_register .content {
    padding-left: 15px;
    padding-right: 15px; }
    .tx-tsr_raver .product_register .content .headline {
      font-size: 24px;
      margin-bottom: 20px; }
      .tx-tsr_raver .product_register .content .headline.sub {
        font-size: 16px;
        margin-bottom: 10px; }
    .tx-tsr_raver .product_register .content .btn_file {
      margin-bottom: 32px;
      position: relative; }
      .tx-tsr_raver .product_register .content .btn_file label {
        background: #ec6842;
        border: 1px solid #ec6842;
        border-radius: 0;
        padding: 20px;
        font-size: 16px;
        color: #fff;
        margin: 0;
        position: relative;
        -webkit-transition: all 200ms;
        transition: all 200ms; }
        .tx-tsr_raver .product_register .content .btn_file label:before {
          content: '';
          position: absolute;
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: 40px;
          background-position: 20px;
          width: 10%;
          height: 100%;
          left: 0;
          top: 0;
          min-width: 85px; }
        .tx-tsr_raver .product_register .content .btn_file label:hover {
          color: #ec6842;
          background: #fff;
          border: 1px solid #ec6842; }
      .tx-tsr_raver .product_register .content .btn_file.upload label:before {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-upload-default.svg"); }
      .tx-tsr_raver .product_register .content .btn_file.upload label:hover:before {
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-upload-default_red.svg"); }
      .tx-tsr_raver .product_register .content .btn_file.download {
        margin-top: 40px; }
        .tx-tsr_raver .product_register .content .btn_file.download a {
          text-decoration: none; }
        .tx-tsr_raver .product_register .content .btn_file.download label {
          text-align: center; }
          .tx-tsr_raver .product_register .content .btn_file.download label:before {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-file-download-default.svg"); }
          .tx-tsr_raver .product_register .content .btn_file.download label:hover {
            border: 1px solid #fff; }
            .tx-tsr_raver .product_register .content .btn_file.download label:hover:before {
              background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-file-download-default_red.svg"); }
      .tx-tsr_raver .product_register .content .btn_file input {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        height: 100%;
        opacity: 0;
        padding: 0;
        margin: 0; }
      .tx-tsr_raver .product_register .content .btn_file .upload_active {
        display: none;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border: 1px solid #506fb3;
        color: #fff; }
        .tx-tsr_raver .product_register .content .btn_file .upload_active .info {
          text-align: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          line-height: 50px;
          color: #fff; }
          .tx-tsr_raver .product_register .content .btn_file .upload_active .info:hover {
            color: #fff; }
        .tx-tsr_raver .product_register .content .btn_file .upload_active .top_bar {
          height: 80%;
          background: #f6faff; }
          .tx-tsr_raver .product_register .content .btn_file .upload_active .top_bar div {
            position: absolute;
            height: 80%;
            top: 0;
            left: 0;
            width: 0%;
            background: #cbd2e2;
            -webkit-transition: all 400ms;
            transition: all 400ms; }
        .tx-tsr_raver .product_register .content .btn_file .upload_active .bottom_bar {
          height: 20%;
          background: #dbdde0; }
          .tx-tsr_raver .product_register .content .btn_file .upload_active .bottom_bar div {
            position: absolute;
            height: 20%;
            left: 0;
            bottom: 0;
            width: 0%;
            background: #506fb3;
            -webkit-transition: all 400ms;
            transition: all 400ms; }
    .tx-tsr_raver .product_register .content .products .product_link {
      background: #63747f;
      border: 1px solid #63747f;
      border-radius: 0;
      padding: 10px 20px;
      font-size: 16px;
      color: #fff;
      text-align: left;
      position: relative;
      -webkit-transition: all 200ms;
      transition: all 200ms; }
      .tx-tsr_raver .product_register .content .products .product_link:before {
        -webkit-transition: all 200ms;
        transition: all 200ms;
        content: '';
        position: absolute;
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-down-default.svg");
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: 40px;
        background-position: 0px;
        width: 40px;
        height: 40px;
        right: 0px;
        top: 0; }
      .tx-tsr_raver .product_register .content .products .product_link:hover {
        color: #63747f;
        background: #fff;
        border: 1px solid #63747f; }
        .tx-tsr_raver .product_register .content .products .product_link:hover:before {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-down-default_regent.svg");
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
      .tx-tsr_raver .product_register .content .products .product_link + .product_link {
        margin-top: 2px; }
  .tx-tsr_raver .product_register .infobox .image:before {
    content: '';
    position: absolute;
    background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-contact-default.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 26px 23px;
    width: 65px;
    height: 70px;
    left: 0;
    top: 0; }
  .tx-tsr_raver .product_register .infobox .info-text {
    display: table;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: -0.9px;
    height: 70px;
    padding: 15px; }
    .tx-tsr_raver .product_register .infobox .info-text .table-cell {
      display: table-cell; }
  .tx-tsr_raver .product_register .infobox .row {
    margin: 0; }
    .tx-tsr_raver .product_register .infobox .row .info-text {
      padding: 15px 0; }
      .tx-tsr_raver .product_register .infobox .row .info-text .image:before {
        background-size: 70%;
        background-position: center;
        width: 60px;
        height: 100%; }
  .tx-tsr_raver .product_register .dark-blue.btn-link {
    border-bottom: 1px #fff solid;
    text-decoration: none;
    padding-bottom: 4px; }
    .tx-tsr_raver .product_register .dark-blue.btn-link:hover {
      border-color: #009ee2; }
  .tx-tsr_raver .product_register .activation_code {
    padding: 20px 20px 10px;
    color: #445055;
    overflow: hidden;
    width: 100%;
    resize: none; }
  .tx-tsr_raver .product_register.steps .step_content_row {
    padding-top: 0; }
    @media (max-width: 991px) {
      .tx-tsr_raver .product_register.steps .step_content_row {
        padding-left: 25px;
        padding-right: 25px; } }
    .tx-tsr_raver .product_register.steps .step_content_row .btn {
      white-space: normal;
      height: auto;
      min-height: 5rem;
      padding: 20px; }
    .tx-tsr_raver .product_register.steps .step_content_row .back_button {
      padding-top: 60px;
      cursor: pointer; }
      .tx-tsr_raver .product_register.steps .step_content_row .back_button a {
        text-decoration: none; }
      .tx-tsr_raver .product_register.steps .step_content_row .back_button .arrow_back {
        display: block;
        width: 50%;
        height: 30px;
        background-color: transparent;
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-left.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50%;
        cursor: pointer;
        float: left; }
      .tx-tsr_raver .product_register.steps .step_content_row .back_button .back_label {
        display: block;
        height: 30px;
        float: left;
        line-height: 30px; }
    .tx-tsr_raver .product_register.steps .step_content_row .step_content {
      padding-top: 60px; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register.steps .step_content_row .step_content {
          padding-top: 25px; } }
      .tx-tsr_raver .product_register.steps .step_content_row .step_content .btn-light, .tx-tsr_raver .product_register.steps .step_content_row .step_content .btn-signal, .tx-tsr_raver .product_register.steps .step_content_row .step_content form input {
        width: 100%; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register.steps .step_content_row .step_content h1 {
          font-size: 22px; } }
    @media (min-width: 992px) {
      .tx-tsr_raver .product_register.steps .step_content_row .info_column .step_infobox {
        margin: 0 -15px; }
      .tx-tsr_raver .product_register.steps .step_content_row .info_column .helper_image {
        margin: 0 -15px; } }
    .tx-tsr_raver .product_register.steps .step_content_row .helper_image .headline {
      text-decoration: underline;
      text-align: center;
      cursor: pointer;
      font-size: 16px; }
    .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap {
      display: none; }
      .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .close {
        color: #63747f;
        text-align: right;
        padding-right: 35px;
        float: none;
        opacity: 1;
        margin-bottom: 5px;
        position: relative; }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .close:before {
          content: '';
          position: absolute;
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-close-default_regent.svg");
          background-color: transparent;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: right;
          width: 35px;
          height: 20px;
          right: 0px;
          top: -4px;
          z-index: 1;
          cursor: pointer; }
      .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image {
        width: 100%;
        height: 250px;
        background-color: #63747f;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="silworx"] {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_silworx_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="silworx"][data-lang="0"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_silworx_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="silworx"][data-lang="1"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_silworx_de.png"); }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="elop2factory"] {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_elop_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="elop2factory"][data-lang="0"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_elop_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="elop2factory"][data-lang="1"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_elop_de.png"); }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="xopc"] {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_opc_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="xopc"][data-lang="0"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_opc_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="xopc"][data-lang="1"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_opc_de.png"); }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="xots"] {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_ots_en.jpg"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="xots"][data-lang="0"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_ots_en.jpg"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="xots"][data-lang="1"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_ots_de.jpg"); }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="safeedr"] {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_safeedr_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="safeedr"][data-lang="0"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_safeedr_en.png"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="safeedr"][data-lang="1"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_safeedr_de.png"); }
        .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="silence"] {
          background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_silence_en.gif"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="silence"][data-lang="0"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_silence_en.gif"); }
          .tx-tsr_raver .product_register.steps .step_content_row .helper_image .image_wrap .image[data-productkey="silence"][data-lang="1"] {
            background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/helper/helper_silence_de.jpg"); }
    .tx-tsr_raver .product_register.steps .step_content_row form {
      min-height: 200px; }
    .tx-tsr_raver .product_register.steps .step_content_row input::placeholder {
      color: #63747f !important; }
    .tx-tsr_raver .product_register.steps .step_content_row input:-ms-input-placeholder {
      color: #63747f !important; }
    .tx-tsr_raver .product_register.steps .step_content_row input::-ms-input-placeholder {
      color: #63747f !important; }
    .tx-tsr_raver .product_register.steps .step_content_row.system_id .error {
      border-color: #ec6842; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .no-padding-left {
      padding-left: 0; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .no-padding-right {
      padding-right: 0; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .chosen-container {
      width: 100% !important; }
      .tx-tsr_raver .product_register.steps .step_content_row.product_options .chosen-container.error .chosen-single {
        border-color: #ec6842; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .licenseNumberInput input {
      width: 100%;
      margin-bottom: 2px; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register.steps .step_content_row.product_options .licenseNumberInput input {
          height: 7rem; } }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .licenseNumberInput #validationValueAlreadyExists {
      position: absolute;
      width: 100%;
      height: 0;
      top: 0; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .licenseNumberInput.error input {
      border-color: #ec6842; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .addOptions .chosen-container .chosen-results {
      max-height: 165px; }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .addOptions .chosen-container .chosen-single {
      padding-top: 14px; }
    @media (max-width: 991px) {
      .tx-tsr_raver .product_register.steps .step_content_row.product_options .addOptions select {
        width: 100%; } }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .listOption {
      margin: 15px -15px; }
      .tx-tsr_raver .product_register.steps .step_content_row.product_options .listOption .optionTitle {
        margin-bottom: 15px;
        /*margin-left: 15px;*/ }
        @media (max-width: 991px) {
          .tx-tsr_raver .product_register.steps .step_content_row.product_options .listOption .optionTitle {
            font-size: 15px; } }
      .tx-tsr_raver .product_register.steps .step_content_row.product_options .listOption .border {
        border-bottom: 1px solid #55595c;
        margin: 10px 0; }
      .tx-tsr_raver .product_register.steps .step_content_row.product_options .listOption .licenseKeysWrap input {
        width: 100%;
        margin-bottom: 2px; }
        @media (max-width: 991px) {
          .tx-tsr_raver .product_register.steps .step_content_row.product_options .listOption .licenseKeysWrap input {
            height: 7rem; } }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .addLicenseNumber {
      width: 100%;
      height: 5rem;
      background-color: #55595c;
      background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-add-default.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 50%;
      cursor: pointer; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register.steps .step_content_row.product_options .addLicenseNumber {
          height: 7rem; } }
    .tx-tsr_raver .product_register.steps .step_content_row.product_options .removeLicenseNumber {
      width: 100%;
      height: 5rem;
      background-color: #e41e1e;
      background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-remove-default.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 50%;
      cursor: pointer;
      border: 1px solid #a8abab;
      border-left: none;
      margin-bottom: 2px; }
      @media (max-width: 991px) {
        .tx-tsr_raver .product_register.steps .step_content_row.product_options .removeLicenseNumber {
          height: 7rem; } }
    @media (max-width: 991px) {
      .tx-tsr_raver .product_register.steps .step_content_row.product_options select {
        height: 7rem; } }
    .tx-tsr_raver .product_register.steps .step_content_row.form_data .f3-form-error {
      background: inherit;
      border-color: #ec6842; }
    .tx-tsr_raver .product_register.steps .step_content_row.form_data .errors {
      color: #ec6842; }
    .tx-tsr_raver .product_register.steps .step_content_row.create_code ul {
      padding-left: 25px;
      list-style: square;
      font-size: 15px; }
    @media (max-width: 991px) {
      .tx-tsr_raver .product_register.steps .step_content_row.create_code .btn-signal {
        font-size: 16px;
        font-weight: bold; } }
    .tx-tsr_raver .product_register.steps .step_content_row.create_code .infobox {
      border: 1px solid #fff; }
    .tx-tsr_raver .product_register.steps .step_content_row.create_code .panel {
      color: #63747f;
      margin-bottom: 20px;
      background-color: #fff;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
      .tx-tsr_raver .product_register.steps .step_content_row.create_code .panel .panel-heading {
        padding: 5px 0;
        color: #fff;
        background-color: #63747f;
        margin: 0; }
      .tx-tsr_raver .product_register.steps .step_content_row.create_code .panel .panel-body {
        padding: 5px 0px;
        color: #63747f;
        border-bottom: 1px solid #63747f;
        margin: 0; }
        .tx-tsr_raver .product_register.steps .step_content_row.create_code .panel .panel-body div {
          color: #63747f !important; }
  .tx-tsr_raver .product_register #modal-form {
    display: none;
    position: fixed;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 27px;
    background: #fff;
    z-index: 9999; }
    .tx-tsr_raver .product_register #modal-form .modal-body {
      padding: 0;
      height: 100%; }
      .tx-tsr_raver .product_register #modal-form .modal-body .product_register .row {
        margin: 0; }
        .tx-tsr_raver .product_register #modal-form .modal-body .product_register .row .header {
          width: 100%; }
          .tx-tsr_raver .product_register #modal-form .modal-body .product_register .row .header .container {
            padding-bottom: 25px; }

#raver_ajax .header {
  padding-top: 0;
  background: #63747f;
  color: #fff; }
  #raver_ajax .header .headline {
    font-size: 32px;
    font-family: 'Roboto Bold';
    line-height: 44px; }
  #raver_ajax .header .container {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%; }
    #raver_ajax .header .container .stepBack {
      line-height: 18px; }
      #raver_ajax .header .container .stepBack a {
        font-size: 18px;
        line-height: 18px;
        color: #fff; }
    #raver_ajax .header .container .headline {
      font-size: 18px;
      line-height: 18px;
      text-align: center; }
    #raver_ajax .header .container .closeModal {
      position: relative; }
      #raver_ajax .header .container .closeModal:before {
        content: '';
        position: absolute;
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-close-default.svg");
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: contain;
        width: 45px;
        height: 45px;
        right: 0px;
        top: -15px;
        z-index: 1;
        cursor: pointer; }

#raver_ajax .raver_edit_profile .container.wrap {
  padding: 0; }

#raver_ajax .raver_edit_profile .tx-femanager {
  margin-top: 0; }

#raver_ajax .raver_edit_profile .userinfo {
  display: block; }

#raver_ajax .raver_edit_profile .femanager_edit {
  padding: 15px; }
  @media (max-width: 991px) {
    #raver_ajax .raver_edit_profile .femanager_edit select {
      height: 7rem; } }
  @media (max-width: 991px) {
    #raver_ajax .raver_edit_profile .femanager_edit .btn-primary,
    #raver_ajax .raver_edit_profile .femanager_edit .btn-warning {
      width: 100%; } }
  @media (max-width: 991px) {
    #raver_ajax .raver_edit_profile .femanager_edit .femanager_submit {
      padding-right: 0; } }

#raver_ajax .tx-tsr_raver .userInfo {
  display: none; }

#raver_ajax .tx-tsr_raver h1 {
  font-size: 3rem; }

#raver_ajax .tx-tsr_raver input {
  height: 5rem;
  line-height: 0.3rem; }

.fancybox-type-iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important; }
  .fancybox-type-iframe .fancybox-skin {
    height: 100% !important; }
    .fancybox-type-iframe .fancybox-skin .fancybox-outer {
      height: 100% !important; }
      .fancybox-type-iframe .fancybox-skin .fancybox-outer .fancybox-inner {
        height: 100% !important; }

.raver_edit_profile {
  padding: 0 15px; }
  @media (max-width: 991px) {
    .raver_edit_profile select,
    .raver_edit_profile input {
      height: 7rem; } }
  .raver_edit_profile .footerline {
    border-top: 2px solid #63747f; }
    .raver_edit_profile .footerline .femanager_fieldset.control-group {
      margin-top: 0; }
    .raver_edit_profile .footerline .femanager_fieldset .btn-primary {
      background: #ec6842;
      border: 0.1rem solid #ec6842; }
      .raver_edit_profile .footerline .femanager_fieldset .btn-primary:hover {
        background: #009ee2;
        border: 0.1rem solid #009ee2; }
      .raver_edit_profile .footerline .femanager_fieldset .btn-primary.btn-warning {
        background: #e41e1e;
        border: 0.1rem solid #e41e1e; }
        .raver_edit_profile .footerline .femanager_fieldset .btn-primary.btn-warning:hover {
          background: #ec6842;
          border: 0.1rem solid #ec6842;
          color: #fff; }
  .raver_edit_profile .back_button {
    cursor: pointer; }
    .raver_edit_profile .back_button .btn {
      white-space: normal;
      height: auto;
      min-height: 5rem;
      padding: 20px; }
    .raver_edit_profile .back_button a {
      text-decoration: none; }
    .raver_edit_profile .back_button .arrow_back {
      display: block;
      width: 50%;
      height: 30px;
      background-color: transparent;
      background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-left.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 50%;
      cursor: pointer;
      float: left; }
    .raver_edit_profile .back_button .back_label {
      display: block;
      height: 30px;
      float: left;
      line-height: 30px; }
    .raver_edit_profile .back_button.bottom .back_label {
      display: block;
      float: left;
      line-height: 30px;
      position: relative;
      height: 100%; }
      .raver_edit_profile .back_button.bottom .back_label .arrow_back {
        display: block;
        width: 35%;
        height: 100%;
        background-color: transparent;
        background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-left-white.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 60%;
        cursor: pointer;
        position: absolute; }
      .raver_edit_profile .back_button.bottom .back_label button {
        padding: 0 25px 0 50px;
        margin: 0; }
  .raver_edit_profile form.femanager_morestep .powermail_input {
    width: 100%; }
  .raver_edit_profile form.femanager_morestep .parsley-errors-list {
    width: 100%;
    float: left; }
  .raver_edit_profile form.femanager_morestep .chosen-container {
    width: 100% !important; }
  .raver_edit_profile .powermail_fieldwrap_type_select,
  .raver_edit_profile .powermail_fieldwrap_type_country {
    position: relative; }
    .raver_edit_profile .powermail_fieldwrap_type_select label,
    .raver_edit_profile .powermail_fieldwrap_type_country label {
      position: absolute;
      z-index: 1;
      font-size: 12px;
      left: 10px;
      color: #506fb3;
      display: inline-block !important; }
      @media (max-width: 768px) {
        .raver_edit_profile .powermail_fieldwrap_type_select label,
        .raver_edit_profile .powermail_fieldwrap_type_country label {
          top: 10px; } }
    .raver_edit_profile .powermail_fieldwrap_type_select .chosen-single,
    .raver_edit_profile .powermail_fieldwrap_type_country .chosen-single {
      padding-top: 1.7rem; }

.femanager_edit .inline {
  display: inline-block;
  float: left;
  margin: 0 0 15px 15px; }

.femanager_edit .back_button {
  cursor: pointer; }
  .femanager_edit .back_button a {
    text-decoration: none; }
  .femanager_edit .back_button .btn {
    white-space: normal;
    height: auto;
    min-height: 5rem;
    padding: 20px; }
  .femanager_edit .back_button.bottom .back_label {
    display: block;
    float: left;
    line-height: 30px;
    position: relative;
    height: 100%; }
    .femanager_edit .back_button.bottom .back_label .arrow_back {
      display: block;
      width: 35%;
      height: 100%;
      background-color: transparent;
      background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Icons/a-icon-arrow-left-white.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60%;
      cursor: pointer;
      position: absolute; }
    .femanager_edit .back_button.bottom .back_label button {
      padding: 0 25px 0 50px;
      margin: 0; }

#page_802 .wrappper.default-page,
#page_793 .wrappper.default-page {
  overflow: visible !important; }

.browser-ie .tx-tsr_raver .dashboard .widgets .widget.documentation.himax .image {
  background-size: 120px;
  background-position: center 10px; }

.browser-ie .tx-tsr_raver .dashboard .widgets .widget.documentation.himatrix .image {
  background-size: 120px;
  background-position: center 10px; }

.browser-ie .tx-tsr_raver .dashboard .widgets .widget.documentation.hiquad .image {
  background-size: 120px;
  background-position: center 10px; }

.browser-ie .tx-tsr_raver .dashboard .widgets .widget.documentation.silworx .image {
  background-size: 120px;
  background-position: center 10px; }

#raverAjaxLoaderOverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/typo3conf/ext/tsr_raver/Resources/Public/Images/ajax-loader.gif"); }

.main-content .eventsform-page .container .container {
  padding: 0; }

.events-page .container:first-of-type {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

@media (max-width: 543px) {
  .industries_detail .container.p-t-3 {
    padding-top: 2rem !important; }
  .industries_detail .container.p-b-3 {
    padding-bottom: 2rem !important; } }

.industries_solutions .slide-link {
  background-color: #445055;
  width: 100%;
  display: inline-block;
  padding: 2rem; }
  .industries_solutions .slide-link a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none;
    display: block;
    opacity: 1;
    background: transparent;
    width: initial;
    clear: left;
    line-height: 1.8rem;
    margin-bottom: 1rem; }
    .industries_solutions .slide-link a:hover {
      color: #009ee2; }
    .industries_solutions .slide-link a:last-of-type {
      padding-bottom: 0; }
    .industries_solutions .slide-link a:active {
      background: transparent; }
    @media (max-width: 543px) {
      .industries_solutions .slide-link a {
        font-size: 1.8rem;
        line-height: 2.8rem;
        margin-bottom: 1rem; } }
  @media (max-width: 1199px) {
    .industries_solutions .slide-link {
      padding-top: 0 !important;
      padding-bottom: 4rem !important; } }

.industries_solutions .panel-body:first-child {
  padding-top: 3rem; }

@media (min-width: 544px) {
  .industries_solutions .column-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-fill: auto;
    -webkit-column-fill: auto;
    column-fill: auto;
    -webkit-column-gap: 0.4rem;
    -moz-column-gap: 0.4rem;
    column-gap: 0.4rem; } }

.industries_solutions .cluster-title {
  color: #fff;
  padding-bottom: 1rem;
  font-size: 1.8rem; }
  @media (max-width: 543px) {
    .industries_solutions .cluster-title {
      font-size: 2.6rem;
      line-height: 3.2rem;
      margin-bottom: 1rem; } }

.industries_solutions .cluster {
  opacity: 1; }

.industries_solutions .solutions-text-slider {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-fill: auto;
  -webkit-column-fill: auto;
  column-fill: auto;
  -webkit-column-gap: 0.4rem;
  -moz-column-gap: 0.4rem;
  column-gap: 0.4rem;
  height: 55rem; }
  .industries_solutions .solutions-text-slider li {
    margin-right: 0;
    width: 100%; }

@media (min-width: 1200px) {
  .industries_solutions .p-t-7 {
    padding-top: 6.8rem; } }

.industries_solutions .industry-link {
  background-color: #63747f;
  color: #fff;
  padding: 2rem 1rem 2rem 2rem;
  margin-bottom: .4rem; }
  .industries_solutions .industry-link a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    border: none;
    background: transparent; }
    .industries_solutions .industry-link a:hover {
      color: #009ee2; }
  @media (min-width: 1200px) {
    .industries_solutions .industry-link {
      position: absolute;
      top: 0;
      width: 51rem !important;
      height: 6.4rem; } }
  @media (max-width: 1199px) {
    .industries_solutions .industry-link {
      background-color: #445055;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 3rem; } }
  @media (max-width: 543px) {
    .industries_solutions .industry-link a {
      font-size: 1.8rem;
      line-height: 2.8rem; } }

.industries_solutions .collapsed:hover, .industries_solutions .collapsed:active {
  background-color: #63747f !important;
  border-color: #63747f !important; }

.no-touch .industries_solutions .slide-link a:hover, .no-js .industries_solutions .slide-link a:hover {
  background: transparent; }

#campaign section.main {
  padding-top: 0; }

#campaign header .navbar-logo {
  position: absolute; }

#campaign header .logo-only {
  background: transparent; }
  #campaign header .logo-only .logo {
    margin-top: 1.5rem;
    margin-left: 1.5rem; }
    @media (max-width: 543px) {
      #campaign header .logo-only .logo {
        margin-left: 1.5rem;
        margin-top: 0;
        width: 13rem;
        height: 6rem; } }
  #campaign header .logo-only.grey {
    background: #63747f;
    height: auto; }

#campaign .jumbotron {
  min-height: 35rem;
  height: 35rem;
  padding-bottom: 0;
  overflow: visible; }
  #campaign .jumbotron .headlines {
    margin-top: -3.5rem;
    margin-left: -1rem; }
    @media (max-width: 768px) {
      #campaign .jumbotron .headlines {
        max-width: 110%;
        margin-right: -1.5rem; } }
    @media (max-width: 543px) {
      #campaign .jumbotron .headlines {
        margin-top: 1.4rem;
        margin-bottom: 0;
        margin-left: -1.5rem; } }
    #campaign .jumbotron .headlines h1, #campaign .jumbotron .headlines .roof-line {
      font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
      font-size: 4.5rem;
      line-height: 5.5rem; }
      @media (max-width: 543px) {
        #campaign .jumbotron .headlines h1, #campaign .jumbotron .headlines .roof-line {
          font-size: 3.0rem;
          line-height: 3.4rem; } }
    #campaign .jumbotron .headlines .roof-line {
      text-transform: initial;
      margin-bottom: 0; }
    #campaign .jumbotron .headlines .divider {
      margin: 1.7rem 0; }
      @media (max-width: 543px) {
        #campaign .jumbotron .headlines .divider {
          margin: 1.2rem 0; } }
  @media (max-width: 543px) {
    #campaign .jumbotron {
      min-height: 9rem;
      height: 9rem;
      padding-top: 7rem; } }

#campaign section.jumbotron-placeholder {
  margin-top: 12rem; }

#campaign .tx-tsrofferfile p {
  line-height: 2.2rem; }
  @media (max-width: 543px) {
    #campaign .tx-tsrofferfile p {
      line-height: 2.4rem; } }

#campaign .tx-tsrofferfile .description-header {
  font-size: 2.2rem; }
  @media (max-width: 543px) {
    #campaign .tx-tsrofferfile .description-header {
      font-size: 2.4rem;
      line-height: 4rem; } }

#campaign .tx-tsrofferfile .btn-default {
  margin-bottom: 0; }
  @media (min-width: 769px) {
    #campaign .tx-tsrofferfile .btn-default {
      margin-top: 4rem; } }
  @media (max-width: 768px) {
    #campaign .tx-tsrofferfile .btn-default {
      margin-bottom: 4.5rem; } }
  @media (max-width: 543px) {
    #campaign .tx-tsrofferfile .btn-default {
      height: 5rem;
      font-size: 1.8rem;
      line-height: 0;
      padding-left: 3rem;
      padding-right: 3rem; } }

@media (min-width: 769px) {
  #campaign .tx-tsrofferfile div[id^=c] .no-padding {
    padding-right: 1rem;
    padding-left: 1rem; }
  #campaign .tx-tsrofferfile div[id^=c]:first-of-type .no-padding {
    padding-left: 0; }
  #campaign .tx-tsrofferfile div[id^=c]:last-of-type .no-padding {
    padding-right: 0; }
  #campaign .tx-tsrofferfile div[id^=c]:first-of-type .col-md-4 {
    padding-right: 1.4rem; }
  #campaign .tx-tsrofferfile div[id^=c]:nth-of-type(2) .col-md-4 {
    padding-left: .7rem;
    padding-right: .7rem; }
  #campaign .tx-tsrofferfile div[id^=c]:last-of-type .col-md-4 {
    padding-left: 1.4rem; } }

@media (max-width: 768px) {
  #campaign .tx-tsrofferfile div[id^=c]:last-of-type .btn-default {
    margin-bottom: 0; } }

@media (max-width: 768px) {
  #campaign .tx-tsrofferfile div[id^=c]:last-of-type .p-b-2 {
    padding-bottom: 0; } }

#campaign #collapsed-form .container {
  padding-bottom: 3rem; }
  @media (max-width: 768px) {
    #campaign #collapsed-form .container {
      padding-bottom: 0; } }

#campaign .layout-114 .ce-textpic, #campaign .layout-115 .ce-textpic {
  margin-top: 0; }
  #campaign .layout-114 .ce-textpic h2, #campaign .layout-115 .ce-textpic h2 {
    font-family: "Roboto Bold", Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem; }
    @media (max-width: 543px) {
      #campaign .layout-114 .ce-textpic h2, #campaign .layout-115 .ce-textpic h2 {
        font-size: 1.8rem; } }
  #campaign .layout-114 .ce-textpic .ce-bodytext, #campaign .layout-115 .ce-textpic .ce-bodytext {
    width: auto; }
    #campaign .layout-114 .ce-textpic .ce-bodytext p, #campaign .layout-115 .ce-textpic .ce-bodytext p {
      margin: .7rem 0; }
      @media (max-width: 543px) {
        #campaign .layout-114 .ce-textpic .ce-bodytext p, #campaign .layout-115 .ce-textpic .ce-bodytext p {
          font-size: 1.8rem;
          line-height: 2.4rem; } }
  #campaign .layout-114 .ce-textpic .ce-gallery, #campaign .layout-115 .ce-textpic .ce-gallery {
    width: auto;
    padding: 0; }
    @media (max-width: 768px) {
      #campaign .layout-114 .ce-textpic .ce-gallery, #campaign .layout-115 .ce-textpic .ce-gallery {
        float: none !important;
        text-align: center; }
        #campaign .layout-114 .ce-textpic .ce-gallery img, #campaign .layout-115 .ce-textpic .ce-gallery img {
          width: auto;
          height: 25rem; } }
  #campaign .layout-114 .ce-textpic .ce-media, #campaign .layout-115 .ce-textpic .ce-media {
    margin: 0 1.5rem; }
    @media (max-width: 768px) {
      #campaign .layout-114 .ce-textpic .ce-media, #campaign .layout-115 .ce-textpic .ce-media {
        margin-top: 1rem; } }

@media (min-width: 769px) {
  #campaign .layout-114 .ce-left .col-md-3, #campaign .layout-115 .ce-left .col-md-3 {
    padding-right: 2rem; } }

@media (min-width: 769px) {
  #campaign .layout-114 .ce-left .col-md-9, #campaign .layout-115 .ce-left .col-md-9 {
    float: right; } }

@media (min-width: 769px) {
  #campaign .layout-114 .ce-right .col-md-3, #campaign .layout-115 .ce-right .col-md-3 {
    padding-left: 2rem; } }

#campaign .layout-114 #btn-show-form, #campaign .layout-114 #btn-download-pdf, #campaign .layout-115 #btn-show-form, #campaign .layout-115 #btn-download-pdf {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 0; }

#campaign .layout-114 #btn-download-pdf:hover, #campaign .layout-115 #btn-download-pdf:hover {
  color: #fff; }

#campaign .layout-114 #btn-show-form-mobile, #campaign .layout-114 #btn-download-pdf-mobile, #campaign .layout-115 #btn-show-form-mobile, #campaign .layout-115 #btn-download-pdf-mobile {
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 0; }
  @media (max-width: 543px) {
    #campaign .layout-114 #btn-show-form-mobile, #campaign .layout-114 #btn-download-pdf-mobile, #campaign .layout-115 #btn-show-form-mobile, #campaign .layout-115 #btn-download-pdf-mobile {
      height: 5rem;
      padding: 0;
      font-size: 1.8rem; } }

@media (max-width: 543px) {
  #campaign .layout-114 #btn-download-pdf-mobile, #campaign .layout-115 #btn-download-pdf-mobile {
    line-height: 4.8rem; } }

#campaign section.main .layout-default .headlines {
  margin-top: 0;
  margin-bottom: 1.7rem; }
  @media (max-width: 543px) {
    #campaign section.main .layout-default .headlines h1 {
      font-size: 3rem;
      line-height: 3.4rem; } }

#campaign section.main .layout-default .ce-textpic .ce-bodytext p:last-of-type {
  margin-bottom: 0; }

@media (max-width: 543px) {
  #campaign section.main .layout-default .ce-textpic .ce-bodytext p, #campaign section.main .layout-default .ce-textpic .ce-bodytext p a {
    font-size: 1.8rem;
    line-height: 2.4rem; } }

#campaign section.main .layout-default .tx-tsr-contacts {
  margin-bottom: 0; }
  @media (max-width: 768px) {
    #campaign section.main .layout-default .tx-tsr-contacts .contact-description {
      margin-bottom: 0; }
    #campaign section.main .layout-default .tx-tsr-contacts .tx-contact-contacts-country-select {
      margin-top: 2.7rem; } }

@media (max-width: 543px) {
  #campaign section.main .layout-default {
    margin-top: 1rem;
    margin-bottom: 1rem; } }

#campaign main .wrapper > .container {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 543px) {
    #campaign main .wrapper > .container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

@media (min-width: 544px) {
  #campaign main .wrapper.blue > .container {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

#campaign .social-media-share .container {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media (max-width: 543px) {
  #campaign .social-media-share .container {
    padding-top: 0;
    padding-bottom: 0; }
  #campaign .social-media-share li:first-of-type {
    height: auto; } }

@media (max-width: 543px) {
  #campaign #footer .tx-powermail input {
    height: 6rem; }
  #campaign #footer .tx-powermail .powermail_submit {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; } }

#campaign .brown .roof-line {
  color: #fff; }

.touch #campaign .btn-tertiary:hover, .touch #campaign #footer .tx-powermail .powermail_submit:hover {
  background-color: #ec6842;
  border-color: #ec6842; }
