@charset "UTF-8";
.white {
  background-color: #fff; }

.c-hmg-grey-dark {
  background-color: #303234; }

.c-hmg-grey-mid-dark {
  background-color: #414a53; }

.c-hmg-grey-mid {
  background-color: #575f6a; }

.c-hmg-grey {
  background-color: #98a2b0; }

.c-hmg-grey-light {
  background-color: #bec6d1; }

.c-hmg-grey-ultra-light {
  background-color: #f0f2f4; }

.c-hmg-blue, .blue {
  background-color: #005185; }

.c-hmg-blue-dark {
  background-color: #00395d; }

.c-hmg-blue-light {
  background-color: #85afd5; }

.c-hmg-blue-ultra-light {
  background-color: #d3e8fb; }

.c-hmg-orange, .orange {
  background-color: #ffcc00; }

.c-hmg-orange-mid-dark, .orange-mid-dark {
  background-color: #fcdc5a; }

.c-w3c-cyan {
  background-color: #00acdc; }

.c-w3c-magenta {
  background-color: #d53880; }

.c-w3c-yellow {
  background-color: #ffbf47; }

.c-w3c-green {
  background-color: #28a197; }

.c-w3c-blue {
  background-color: #6f72af; }

@font-face {
  font-family: "AzoSansRegular";
  src: url("../fonts/AzoSansRegular.eot?#iefix");
  src: url("../fonts/AzoSansRegular.eot?#iefix") format("eot"), url("../fonts/AzoSansRegular.woff2") format("woff2"), url("../fonts/AzoSansRegular.woff") format("woff"), url("../fonts/AzoSansRegular.ttf") format("truetype"); }

@font-face {
  font-family: "AzoSansBold";
  src: url("../fonts/AzoSansBold.eot?#iefix");
  src: url("../fonts/AzoSansBold.eot?#iefix") format("eot"), url("../fonts/AzoSansBold.woff2") format("woff2"), url("../fonts/AzoSansBold.woff") format("woff"), url("../fonts/AzoSansBold.ttf") format("truetype"); }

@font-face {
  font-family: "AzoSansItalic";
  src: url("../fonts/AzoSansItalic.eot?#iefix");
  src: url("../fonts/AzoSansItalic.eot?#iefix") format("eot"), url("../fonts/AzoSansItalic.woff2") format("woff2"), url("../fonts/AzoSansItalic.woff") format("woff"), url("../fonts/AzoSansItalic.ttf") format("truetype"); }

@font-face {
  font-family: 'Icons';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/hmgicon.eot");
  src: url("../fonts/hmgicon.eot?") format("☺"), url("../fonts/hmgicon.woff") format("woff"), url("../fonts/hmgicon.ttf") format("truetype"); }

.regular {
  font-family: 'AzoSansRegular',Arial, sans;
  font-weight: 400; }

.bold, b, strong {
  font-family: 'AzoSansBold',Arial, sans;
  font-weight: 400; }

.italic {
  font-family: 'AzoSansItalic',Arial, sans;
  font-weight: 400; }

.light {
  font-family: 'AzoSansRegular',Arial, sans;
  font-weight: 400; }

.icon:before, .icon:after, .flex-direction-nav a:before, [type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after, .form-group-select:after {
  font-family: 'Icons',Arial, sans;
  font-weight: 400; }

/**
  Initially a copy of bootstrap-original (src/vendor/bootstrap-4.0.0-alpha.2/scss/)
  All paths fixed and all unneeded commented out
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 0.0625rem solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 0.0625rem solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table 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; }

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

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

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

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

@viewport {
  width: device-width; }

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #303234;
  background-color: #575f6a; }

[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: #999;
  text-decoration: none; }
  a:focus, a:hover {
    color: #666;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

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

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 {
  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 {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

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"] {
  box-sizing: inherit;
  -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 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.9375rem; }

.h1 {
  font-size: 1.75rem; }

.h2 {
  font-size: 1.5rem; }

.h3 {
  font-size: 1.25rem; }

.h4 {
  font-size: 1.125rem; }

.h5 {
  font-size: 1rem; }

.h6 {
  font-size: 0.9375rem; }

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

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

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

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

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

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

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

mark,
.mark {
  padding: .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; }

.dl-horizontal {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  .dl-horizontal::after {
    content: "";
    display: table;
    clear: both; }

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  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"; }

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

.img-rounded {
  border-radius: 0rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #575f6a;
  border: 0.0625rem solid #ddd;
  border-radius: 0rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

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

.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, "Courier New", monospace; }

code {
  padding: .2rem .4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0rem; }

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  line-height: 1.5;
  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: 0.625rem;
  padding-right: 0.625rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 448px) {
    .container {
      max-width: 448px; } }
  @media (min-width: 544px) {
    .container {
      max-width: 544px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1020px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1220px; } }
  @media (min-width: 1480px) {
    .container {
      max-width: 1440px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1440px; } }

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

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-vsm-1, .col-vsm-2, .col-vsm-3, .col-vsm-4, .col-vsm-5, .col-vsm-6, .col-vsm-7, .col-vsm-8, .col-vsm-9, .col-vsm-10, .col-vsm-11, .col-vsm-12, .col-vsm-13, .col-vsm-14, .col-vsm-15, .col-vsm-16, .col-vsm-17, .col-vsm-18, .col-vsm-19, .col-vsm-20, .col-vsm-21, .col-vsm-22, .col-vsm-23, .col-vsm-24, .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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .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-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .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-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .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, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24, .col-max-1, .col-max-2, .col-max-3, .col-max-4, .col-max-5, .col-max-6, .col-max-7, .col-max-8, .col-max-9, .col-max-10, .col-max-11, .col-max-12, .col-max-13, .col-max-14, .col-max-15, .col-max-16, .col-max-17, .col-max-18, .col-max-19, .col-max-20, .col-max-21, .col-max-22, .col-max-23, .col-max-24 {
  position: relative;
  min-height: 1px;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.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-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 54.1666666667%; }

.col-xs-14 {
  width: 58.3333333333%; }

.col-xs-15 {
  width: 62.5%; }

.col-xs-16 {
  width: 66.6666666667%; }

.col-xs-17 {
  width: 70.8333333333%; }

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

.col-xs-19 {
  width: 79.1666666667%; }

.col-xs-20 {
  width: 83.3333333333%; }

.col-xs-21 {
  width: 87.5%; }

.col-xs-22 {
  width: 91.6666666667%; }

.col-xs-23 {
  width: 95.8333333333%; }

.col-xs-24 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 54.1666666667%; }

.col-xs-pull-14 {
  right: 58.3333333333%; }

.col-xs-pull-15 {
  right: 62.5%; }

.col-xs-pull-16 {
  right: 66.6666666667%; }

.col-xs-pull-17 {
  right: 70.8333333333%; }

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

.col-xs-pull-19 {
  right: 79.1666666667%; }

.col-xs-pull-20 {
  right: 83.3333333333%; }

.col-xs-pull-21 {
  right: 87.5%; }

.col-xs-pull-22 {
  right: 91.6666666667%; }

.col-xs-pull-23 {
  right: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 54.1666666667%; }

.col-xs-push-14 {
  left: 58.3333333333%; }

.col-xs-push-15 {
  left: 62.5%; }

.col-xs-push-16 {
  left: 66.6666666667%; }

.col-xs-push-17 {
  left: 70.8333333333%; }

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

.col-xs-push-19 {
  left: 79.1666666667%; }

.col-xs-push-20 {
  left: 83.3333333333%; }

.col-xs-push-21 {
  left: 87.5%; }

.col-xs-push-22 {
  left: 91.6666666667%; }

.col-xs-push-23 {
  left: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-13 {
  margin-left: 54.1666666667%; }

.col-xs-offset-14 {
  margin-left: 58.3333333333%; }

.col-xs-offset-15 {
  margin-left: 62.5%; }

.col-xs-offset-16 {
  margin-left: 66.6666666667%; }

.col-xs-offset-17 {
  margin-left: 70.8333333333%; }

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

.col-xs-offset-19 {
  margin-left: 79.1666666667%; }

.col-xs-offset-20 {
  margin-left: 83.3333333333%; }

.col-xs-offset-21 {
  margin-left: 87.5%; }

.col-xs-offset-22 {
  margin-left: 91.6666666667%; }

.col-xs-offset-23 {
  margin-left: 95.8333333333%; }

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

@media (min-width: 448px) {
  .col-vsm-1, .col-vsm-2, .col-vsm-3, .col-vsm-4, .col-vsm-5, .col-vsm-6, .col-vsm-7, .col-vsm-8, .col-vsm-9, .col-vsm-10, .col-vsm-11, .col-vsm-12, .col-vsm-13, .col-vsm-14, .col-vsm-15, .col-vsm-16, .col-vsm-17, .col-vsm-18, .col-vsm-19, .col-vsm-20, .col-vsm-21, .col-vsm-22, .col-vsm-23, .col-vsm-24 {
    float: left; }
  .col-vsm-1 {
    width: 4.1666666667%; }
  .col-vsm-2 {
    width: 8.3333333333%; }
  .col-vsm-3 {
    width: 12.5%; }
  .col-vsm-4 {
    width: 16.6666666667%; }
  .col-vsm-5 {
    width: 20.8333333333%; }
  .col-vsm-6 {
    width: 25%; }
  .col-vsm-7 {
    width: 29.1666666667%; }
  .col-vsm-8 {
    width: 33.3333333333%; }
  .col-vsm-9 {
    width: 37.5%; }
  .col-vsm-10 {
    width: 41.6666666667%; }
  .col-vsm-11 {
    width: 45.8333333333%; }
  .col-vsm-12 {
    width: 50%; }
  .col-vsm-13 {
    width: 54.1666666667%; }
  .col-vsm-14 {
    width: 58.3333333333%; }
  .col-vsm-15 {
    width: 62.5%; }
  .col-vsm-16 {
    width: 66.6666666667%; }
  .col-vsm-17 {
    width: 70.8333333333%; }
  .col-vsm-18 {
    width: 75%; }
  .col-vsm-19 {
    width: 79.1666666667%; }
  .col-vsm-20 {
    width: 83.3333333333%; }
  .col-vsm-21 {
    width: 87.5%; }
  .col-vsm-22 {
    width: 91.6666666667%; }
  .col-vsm-23 {
    width: 95.8333333333%; }
  .col-vsm-24 {
    width: 100%; }
  .col-vsm-pull-0 {
    right: auto; }
  .col-vsm-pull-1 {
    right: 4.1666666667%; }
  .col-vsm-pull-2 {
    right: 8.3333333333%; }
  .col-vsm-pull-3 {
    right: 12.5%; }
  .col-vsm-pull-4 {
    right: 16.6666666667%; }
  .col-vsm-pull-5 {
    right: 20.8333333333%; }
  .col-vsm-pull-6 {
    right: 25%; }
  .col-vsm-pull-7 {
    right: 29.1666666667%; }
  .col-vsm-pull-8 {
    right: 33.3333333333%; }
  .col-vsm-pull-9 {
    right: 37.5%; }
  .col-vsm-pull-10 {
    right: 41.6666666667%; }
  .col-vsm-pull-11 {
    right: 45.8333333333%; }
  .col-vsm-pull-12 {
    right: 50%; }
  .col-vsm-pull-13 {
    right: 54.1666666667%; }
  .col-vsm-pull-14 {
    right: 58.3333333333%; }
  .col-vsm-pull-15 {
    right: 62.5%; }
  .col-vsm-pull-16 {
    right: 66.6666666667%; }
  .col-vsm-pull-17 {
    right: 70.8333333333%; }
  .col-vsm-pull-18 {
    right: 75%; }
  .col-vsm-pull-19 {
    right: 79.1666666667%; }
  .col-vsm-pull-20 {
    right: 83.3333333333%; }
  .col-vsm-pull-21 {
    right: 87.5%; }
  .col-vsm-pull-22 {
    right: 91.6666666667%; }
  .col-vsm-pull-23 {
    right: 95.8333333333%; }
  .col-vsm-pull-24 {
    right: 100%; }
  .col-vsm-push-0 {
    left: auto; }
  .col-vsm-push-1 {
    left: 4.1666666667%; }
  .col-vsm-push-2 {
    left: 8.3333333333%; }
  .col-vsm-push-3 {
    left: 12.5%; }
  .col-vsm-push-4 {
    left: 16.6666666667%; }
  .col-vsm-push-5 {
    left: 20.8333333333%; }
  .col-vsm-push-6 {
    left: 25%; }
  .col-vsm-push-7 {
    left: 29.1666666667%; }
  .col-vsm-push-8 {
    left: 33.3333333333%; }
  .col-vsm-push-9 {
    left: 37.5%; }
  .col-vsm-push-10 {
    left: 41.6666666667%; }
  .col-vsm-push-11 {
    left: 45.8333333333%; }
  .col-vsm-push-12 {
    left: 50%; }
  .col-vsm-push-13 {
    left: 54.1666666667%; }
  .col-vsm-push-14 {
    left: 58.3333333333%; }
  .col-vsm-push-15 {
    left: 62.5%; }
  .col-vsm-push-16 {
    left: 66.6666666667%; }
  .col-vsm-push-17 {
    left: 70.8333333333%; }
  .col-vsm-push-18 {
    left: 75%; }
  .col-vsm-push-19 {
    left: 79.1666666667%; }
  .col-vsm-push-20 {
    left: 83.3333333333%; }
  .col-vsm-push-21 {
    left: 87.5%; }
  .col-vsm-push-22 {
    left: 91.6666666667%; }
  .col-vsm-push-23 {
    left: 95.8333333333%; }
  .col-vsm-push-24 {
    left: 100%; }
  .col-vsm-offset-0 {
    margin-left: 0%; }
  .col-vsm-offset-1 {
    margin-left: 4.1666666667%; }
  .col-vsm-offset-2 {
    margin-left: 8.3333333333%; }
  .col-vsm-offset-3 {
    margin-left: 12.5%; }
  .col-vsm-offset-4 {
    margin-left: 16.6666666667%; }
  .col-vsm-offset-5 {
    margin-left: 20.8333333333%; }
  .col-vsm-offset-6 {
    margin-left: 25%; }
  .col-vsm-offset-7 {
    margin-left: 29.1666666667%; }
  .col-vsm-offset-8 {
    margin-left: 33.3333333333%; }
  .col-vsm-offset-9 {
    margin-left: 37.5%; }
  .col-vsm-offset-10 {
    margin-left: 41.6666666667%; }
  .col-vsm-offset-11 {
    margin-left: 45.8333333333%; }
  .col-vsm-offset-12 {
    margin-left: 50%; }
  .col-vsm-offset-13 {
    margin-left: 54.1666666667%; }
  .col-vsm-offset-14 {
    margin-left: 58.3333333333%; }
  .col-vsm-offset-15 {
    margin-left: 62.5%; }
  .col-vsm-offset-16 {
    margin-left: 66.6666666667%; }
  .col-vsm-offset-17 {
    margin-left: 70.8333333333%; }
  .col-vsm-offset-18 {
    margin-left: 75%; }
  .col-vsm-offset-19 {
    margin-left: 79.1666666667%; }
  .col-vsm-offset-20 {
    margin-left: 83.3333333333%; }
  .col-vsm-offset-21 {
    margin-left: 87.5%; }
  .col-vsm-offset-22 {
    margin-left: 91.6666666667%; }
  .col-vsm-offset-23 {
    margin-left: 95.8333333333%; }
  .col-vsm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 544px) {
  .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-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {
    float: left; }
  .col-sm-1 {
    width: 4.1666666667%; }
  .col-sm-2 {
    width: 8.3333333333%; }
  .col-sm-3 {
    width: 12.5%; }
  .col-sm-4 {
    width: 16.6666666667%; }
  .col-sm-5 {
    width: 20.8333333333%; }
  .col-sm-6 {
    width: 25%; }
  .col-sm-7 {
    width: 29.1666666667%; }
  .col-sm-8 {
    width: 33.3333333333%; }
  .col-sm-9 {
    width: 37.5%; }
  .col-sm-10 {
    width: 41.6666666667%; }
  .col-sm-11 {
    width: 45.8333333333%; }
  .col-sm-12 {
    width: 50%; }
  .col-sm-13 {
    width: 54.1666666667%; }
  .col-sm-14 {
    width: 58.3333333333%; }
  .col-sm-15 {
    width: 62.5%; }
  .col-sm-16 {
    width: 66.6666666667%; }
  .col-sm-17 {
    width: 70.8333333333%; }
  .col-sm-18 {
    width: 75%; }
  .col-sm-19 {
    width: 79.1666666667%; }
  .col-sm-20 {
    width: 83.3333333333%; }
  .col-sm-21 {
    width: 87.5%; }
  .col-sm-22 {
    width: 91.6666666667%; }
  .col-sm-23 {
    width: 95.8333333333%; }
  .col-sm-24 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 4.1666666667%; }
  .col-sm-pull-2 {
    right: 8.3333333333%; }
  .col-sm-pull-3 {
    right: 12.5%; }
  .col-sm-pull-4 {
    right: 16.6666666667%; }
  .col-sm-pull-5 {
    right: 20.8333333333%; }
  .col-sm-pull-6 {
    right: 25%; }
  .col-sm-pull-7 {
    right: 29.1666666667%; }
  .col-sm-pull-8 {
    right: 33.3333333333%; }
  .col-sm-pull-9 {
    right: 37.5%; }
  .col-sm-pull-10 {
    right: 41.6666666667%; }
  .col-sm-pull-11 {
    right: 45.8333333333%; }
  .col-sm-pull-12 {
    right: 50%; }
  .col-sm-pull-13 {
    right: 54.1666666667%; }
  .col-sm-pull-14 {
    right: 58.3333333333%; }
  .col-sm-pull-15 {
    right: 62.5%; }
  .col-sm-pull-16 {
    right: 66.6666666667%; }
  .col-sm-pull-17 {
    right: 70.8333333333%; }
  .col-sm-pull-18 {
    right: 75%; }
  .col-sm-pull-19 {
    right: 79.1666666667%; }
  .col-sm-pull-20 {
    right: 83.3333333333%; }
  .col-sm-pull-21 {
    right: 87.5%; }
  .col-sm-pull-22 {
    right: 91.6666666667%; }
  .col-sm-pull-23 {
    right: 95.8333333333%; }
  .col-sm-pull-24 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 4.1666666667%; }
  .col-sm-push-2 {
    left: 8.3333333333%; }
  .col-sm-push-3 {
    left: 12.5%; }
  .col-sm-push-4 {
    left: 16.6666666667%; }
  .col-sm-push-5 {
    left: 20.8333333333%; }
  .col-sm-push-6 {
    left: 25%; }
  .col-sm-push-7 {
    left: 29.1666666667%; }
  .col-sm-push-8 {
    left: 33.3333333333%; }
  .col-sm-push-9 {
    left: 37.5%; }
  .col-sm-push-10 {
    left: 41.6666666667%; }
  .col-sm-push-11 {
    left: 45.8333333333%; }
  .col-sm-push-12 {
    left: 50%; }
  .col-sm-push-13 {
    left: 54.1666666667%; }
  .col-sm-push-14 {
    left: 58.3333333333%; }
  .col-sm-push-15 {
    left: 62.5%; }
  .col-sm-push-16 {
    left: 66.6666666667%; }
  .col-sm-push-17 {
    left: 70.8333333333%; }
  .col-sm-push-18 {
    left: 75%; }
  .col-sm-push-19 {
    left: 79.1666666667%; }
  .col-sm-push-20 {
    left: 83.3333333333%; }
  .col-sm-push-21 {
    left: 87.5%; }
  .col-sm-push-22 {
    left: 91.6666666667%; }
  .col-sm-push-23 {
    left: 95.8333333333%; }
  .col-sm-push-24 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 4.1666666667%; }
  .col-sm-offset-2 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-3 {
    margin-left: 12.5%; }
  .col-sm-offset-4 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-5 {
    margin-left: 20.8333333333%; }
  .col-sm-offset-6 {
    margin-left: 25%; }
  .col-sm-offset-7 {
    margin-left: 29.1666666667%; }
  .col-sm-offset-8 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-9 {
    margin-left: 37.5%; }
  .col-sm-offset-10 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-11 {
    margin-left: 45.8333333333%; }
  .col-sm-offset-12 {
    margin-left: 50%; }
  .col-sm-offset-13 {
    margin-left: 54.1666666667%; }
  .col-sm-offset-14 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-15 {
    margin-left: 62.5%; }
  .col-sm-offset-16 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-17 {
    margin-left: 70.8333333333%; }
  .col-sm-offset-18 {
    margin-left: 75%; }
  .col-sm-offset-19 {
    margin-left: 79.1666666667%; }
  .col-sm-offset-20 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-21 {
    margin-left: 87.5%; }
  .col-sm-offset-22 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-23 {
    margin-left: 95.8333333333%; }
  .col-sm-offset-24 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .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-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {
    float: left; }
  .col-md-1 {
    width: 4.1666666667%; }
  .col-md-2 {
    width: 8.3333333333%; }
  .col-md-3 {
    width: 12.5%; }
  .col-md-4 {
    width: 16.6666666667%; }
  .col-md-5 {
    width: 20.8333333333%; }
  .col-md-6 {
    width: 25%; }
  .col-md-7 {
    width: 29.1666666667%; }
  .col-md-8 {
    width: 33.3333333333%; }
  .col-md-9 {
    width: 37.5%; }
  .col-md-10 {
    width: 41.6666666667%; }
  .col-md-11 {
    width: 45.8333333333%; }
  .col-md-12 {
    width: 50%; }
  .col-md-13 {
    width: 54.1666666667%; }
  .col-md-14 {
    width: 58.3333333333%; }
  .col-md-15 {
    width: 62.5%; }
  .col-md-16 {
    width: 66.6666666667%; }
  .col-md-17 {
    width: 70.8333333333%; }
  .col-md-18 {
    width: 75%; }
  .col-md-19 {
    width: 79.1666666667%; }
  .col-md-20 {
    width: 83.3333333333%; }
  .col-md-21 {
    width: 87.5%; }
  .col-md-22 {
    width: 91.6666666667%; }
  .col-md-23 {
    width: 95.8333333333%; }
  .col-md-24 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 4.1666666667%; }
  .col-md-pull-2 {
    right: 8.3333333333%; }
  .col-md-pull-3 {
    right: 12.5%; }
  .col-md-pull-4 {
    right: 16.6666666667%; }
  .col-md-pull-5 {
    right: 20.8333333333%; }
  .col-md-pull-6 {
    right: 25%; }
  .col-md-pull-7 {
    right: 29.1666666667%; }
  .col-md-pull-8 {
    right: 33.3333333333%; }
  .col-md-pull-9 {
    right: 37.5%; }
  .col-md-pull-10 {
    right: 41.6666666667%; }
  .col-md-pull-11 {
    right: 45.8333333333%; }
  .col-md-pull-12 {
    right: 50%; }
  .col-md-pull-13 {
    right: 54.1666666667%; }
  .col-md-pull-14 {
    right: 58.3333333333%; }
  .col-md-pull-15 {
    right: 62.5%; }
  .col-md-pull-16 {
    right: 66.6666666667%; }
  .col-md-pull-17 {
    right: 70.8333333333%; }
  .col-md-pull-18 {
    right: 75%; }
  .col-md-pull-19 {
    right: 79.1666666667%; }
  .col-md-pull-20 {
    right: 83.3333333333%; }
  .col-md-pull-21 {
    right: 87.5%; }
  .col-md-pull-22 {
    right: 91.6666666667%; }
  .col-md-pull-23 {
    right: 95.8333333333%; }
  .col-md-pull-24 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 4.1666666667%; }
  .col-md-push-2 {
    left: 8.3333333333%; }
  .col-md-push-3 {
    left: 12.5%; }
  .col-md-push-4 {
    left: 16.6666666667%; }
  .col-md-push-5 {
    left: 20.8333333333%; }
  .col-md-push-6 {
    left: 25%; }
  .col-md-push-7 {
    left: 29.1666666667%; }
  .col-md-push-8 {
    left: 33.3333333333%; }
  .col-md-push-9 {
    left: 37.5%; }
  .col-md-push-10 {
    left: 41.6666666667%; }
  .col-md-push-11 {
    left: 45.8333333333%; }
  .col-md-push-12 {
    left: 50%; }
  .col-md-push-13 {
    left: 54.1666666667%; }
  .col-md-push-14 {
    left: 58.3333333333%; }
  .col-md-push-15 {
    left: 62.5%; }
  .col-md-push-16 {
    left: 66.6666666667%; }
  .col-md-push-17 {
    left: 70.8333333333%; }
  .col-md-push-18 {
    left: 75%; }
  .col-md-push-19 {
    left: 79.1666666667%; }
  .col-md-push-20 {
    left: 83.3333333333%; }
  .col-md-push-21 {
    left: 87.5%; }
  .col-md-push-22 {
    left: 91.6666666667%; }
  .col-md-push-23 {
    left: 95.8333333333%; }
  .col-md-push-24 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 4.1666666667%; }
  .col-md-offset-2 {
    margin-left: 8.3333333333%; }
  .col-md-offset-3 {
    margin-left: 12.5%; }
  .col-md-offset-4 {
    margin-left: 16.6666666667%; }
  .col-md-offset-5 {
    margin-left: 20.8333333333%; }
  .col-md-offset-6 {
    margin-left: 25%; }
  .col-md-offset-7 {
    margin-left: 29.1666666667%; }
  .col-md-offset-8 {
    margin-left: 33.3333333333%; }
  .col-md-offset-9 {
    margin-left: 37.5%; }
  .col-md-offset-10 {
    margin-left: 41.6666666667%; }
  .col-md-offset-11 {
    margin-left: 45.8333333333%; }
  .col-md-offset-12 {
    margin-left: 50%; }
  .col-md-offset-13 {
    margin-left: 54.1666666667%; }
  .col-md-offset-14 {
    margin-left: 58.3333333333%; }
  .col-md-offset-15 {
    margin-left: 62.5%; }
  .col-md-offset-16 {
    margin-left: 66.6666666667%; }
  .col-md-offset-17 {
    margin-left: 70.8333333333%; }
  .col-md-offset-18 {
    margin-left: 75%; }
  .col-md-offset-19 {
    margin-left: 79.1666666667%; }
  .col-md-offset-20 {
    margin-left: 83.3333333333%; }
  .col-md-offset-21 {
    margin-left: 87.5%; }
  .col-md-offset-22 {
    margin-left: 91.6666666667%; }
  .col-md-offset-23 {
    margin-left: 95.8333333333%; }
  .col-md-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1020px) {
  .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-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {
    float: left; }
  .col-lg-1 {
    width: 4.1666666667%; }
  .col-lg-2 {
    width: 8.3333333333%; }
  .col-lg-3 {
    width: 12.5%; }
  .col-lg-4 {
    width: 16.6666666667%; }
  .col-lg-5 {
    width: 20.8333333333%; }
  .col-lg-6 {
    width: 25%; }
  .col-lg-7 {
    width: 29.1666666667%; }
  .col-lg-8 {
    width: 33.3333333333%; }
  .col-lg-9 {
    width: 37.5%; }
  .col-lg-10 {
    width: 41.6666666667%; }
  .col-lg-11 {
    width: 45.8333333333%; }
  .col-lg-12 {
    width: 50%; }
  .col-lg-13 {
    width: 54.1666666667%; }
  .col-lg-14 {
    width: 58.3333333333%; }
  .col-lg-15 {
    width: 62.5%; }
  .col-lg-16 {
    width: 66.6666666667%; }
  .col-lg-17 {
    width: 70.8333333333%; }
  .col-lg-18 {
    width: 75%; }
  .col-lg-19 {
    width: 79.1666666667%; }
  .col-lg-20 {
    width: 83.3333333333%; }
  .col-lg-21 {
    width: 87.5%; }
  .col-lg-22 {
    width: 91.6666666667%; }
  .col-lg-23 {
    width: 95.8333333333%; }
  .col-lg-24 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 4.1666666667%; }
  .col-lg-pull-2 {
    right: 8.3333333333%; }
  .col-lg-pull-3 {
    right: 12.5%; }
  .col-lg-pull-4 {
    right: 16.6666666667%; }
  .col-lg-pull-5 {
    right: 20.8333333333%; }
  .col-lg-pull-6 {
    right: 25%; }
  .col-lg-pull-7 {
    right: 29.1666666667%; }
  .col-lg-pull-8 {
    right: 33.3333333333%; }
  .col-lg-pull-9 {
    right: 37.5%; }
  .col-lg-pull-10 {
    right: 41.6666666667%; }
  .col-lg-pull-11 {
    right: 45.8333333333%; }
  .col-lg-pull-12 {
    right: 50%; }
  .col-lg-pull-13 {
    right: 54.1666666667%; }
  .col-lg-pull-14 {
    right: 58.3333333333%; }
  .col-lg-pull-15 {
    right: 62.5%; }
  .col-lg-pull-16 {
    right: 66.6666666667%; }
  .col-lg-pull-17 {
    right: 70.8333333333%; }
  .col-lg-pull-18 {
    right: 75%; }
  .col-lg-pull-19 {
    right: 79.1666666667%; }
  .col-lg-pull-20 {
    right: 83.3333333333%; }
  .col-lg-pull-21 {
    right: 87.5%; }
  .col-lg-pull-22 {
    right: 91.6666666667%; }
  .col-lg-pull-23 {
    right: 95.8333333333%; }
  .col-lg-pull-24 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 4.1666666667%; }
  .col-lg-push-2 {
    left: 8.3333333333%; }
  .col-lg-push-3 {
    left: 12.5%; }
  .col-lg-push-4 {
    left: 16.6666666667%; }
  .col-lg-push-5 {
    left: 20.8333333333%; }
  .col-lg-push-6 {
    left: 25%; }
  .col-lg-push-7 {
    left: 29.1666666667%; }
  .col-lg-push-8 {
    left: 33.3333333333%; }
  .col-lg-push-9 {
    left: 37.5%; }
  .col-lg-push-10 {
    left: 41.6666666667%; }
  .col-lg-push-11 {
    left: 45.8333333333%; }
  .col-lg-push-12 {
    left: 50%; }
  .col-lg-push-13 {
    left: 54.1666666667%; }
  .col-lg-push-14 {
    left: 58.3333333333%; }
  .col-lg-push-15 {
    left: 62.5%; }
  .col-lg-push-16 {
    left: 66.6666666667%; }
  .col-lg-push-17 {
    left: 70.8333333333%; }
  .col-lg-push-18 {
    left: 75%; }
  .col-lg-push-19 {
    left: 79.1666666667%; }
  .col-lg-push-20 {
    left: 83.3333333333%; }
  .col-lg-push-21 {
    left: 87.5%; }
  .col-lg-push-22 {
    left: 91.6666666667%; }
  .col-lg-push-23 {
    left: 95.8333333333%; }
  .col-lg-push-24 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 4.1666666667%; }
  .col-lg-offset-2 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-3 {
    margin-left: 12.5%; }
  .col-lg-offset-4 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-5 {
    margin-left: 20.8333333333%; }
  .col-lg-offset-6 {
    margin-left: 25%; }
  .col-lg-offset-7 {
    margin-left: 29.1666666667%; }
  .col-lg-offset-8 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-9 {
    margin-left: 37.5%; }
  .col-lg-offset-10 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-11 {
    margin-left: 45.8333333333%; }
  .col-lg-offset-12 {
    margin-left: 50%; }
  .col-lg-offset-13 {
    margin-left: 54.1666666667%; }
  .col-lg-offset-14 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-15 {
    margin-left: 62.5%; }
  .col-lg-offset-16 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-17 {
    margin-left: 70.8333333333%; }
  .col-lg-offset-18 {
    margin-left: 75%; }
  .col-lg-offset-19 {
    margin-left: 79.1666666667%; }
  .col-lg-offset-20 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-21 {
    margin-left: 87.5%; }
  .col-lg-offset-22 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-23 {
    margin-left: 95.8333333333%; }
  .col-lg-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1280px) {
  .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, .col-xl-13, .col-xl-14, .col-xl-15, .col-xl-16, .col-xl-17, .col-xl-18, .col-xl-19, .col-xl-20, .col-xl-21, .col-xl-22, .col-xl-23, .col-xl-24 {
    float: left; }
  .col-xl-1 {
    width: 4.1666666667%; }
  .col-xl-2 {
    width: 8.3333333333%; }
  .col-xl-3 {
    width: 12.5%; }
  .col-xl-4 {
    width: 16.6666666667%; }
  .col-xl-5 {
    width: 20.8333333333%; }
  .col-xl-6 {
    width: 25%; }
  .col-xl-7 {
    width: 29.1666666667%; }
  .col-xl-8 {
    width: 33.3333333333%; }
  .col-xl-9 {
    width: 37.5%; }
  .col-xl-10 {
    width: 41.6666666667%; }
  .col-xl-11 {
    width: 45.8333333333%; }
  .col-xl-12 {
    width: 50%; }
  .col-xl-13 {
    width: 54.1666666667%; }
  .col-xl-14 {
    width: 58.3333333333%; }
  .col-xl-15 {
    width: 62.5%; }
  .col-xl-16 {
    width: 66.6666666667%; }
  .col-xl-17 {
    width: 70.8333333333%; }
  .col-xl-18 {
    width: 75%; }
  .col-xl-19 {
    width: 79.1666666667%; }
  .col-xl-20 {
    width: 83.3333333333%; }
  .col-xl-21 {
    width: 87.5%; }
  .col-xl-22 {
    width: 91.6666666667%; }
  .col-xl-23 {
    width: 95.8333333333%; }
  .col-xl-24 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 4.1666666667%; }
  .col-xl-pull-2 {
    right: 8.3333333333%; }
  .col-xl-pull-3 {
    right: 12.5%; }
  .col-xl-pull-4 {
    right: 16.6666666667%; }
  .col-xl-pull-5 {
    right: 20.8333333333%; }
  .col-xl-pull-6 {
    right: 25%; }
  .col-xl-pull-7 {
    right: 29.1666666667%; }
  .col-xl-pull-8 {
    right: 33.3333333333%; }
  .col-xl-pull-9 {
    right: 37.5%; }
  .col-xl-pull-10 {
    right: 41.6666666667%; }
  .col-xl-pull-11 {
    right: 45.8333333333%; }
  .col-xl-pull-12 {
    right: 50%; }
  .col-xl-pull-13 {
    right: 54.1666666667%; }
  .col-xl-pull-14 {
    right: 58.3333333333%; }
  .col-xl-pull-15 {
    right: 62.5%; }
  .col-xl-pull-16 {
    right: 66.6666666667%; }
  .col-xl-pull-17 {
    right: 70.8333333333%; }
  .col-xl-pull-18 {
    right: 75%; }
  .col-xl-pull-19 {
    right: 79.1666666667%; }
  .col-xl-pull-20 {
    right: 83.3333333333%; }
  .col-xl-pull-21 {
    right: 87.5%; }
  .col-xl-pull-22 {
    right: 91.6666666667%; }
  .col-xl-pull-23 {
    right: 95.8333333333%; }
  .col-xl-pull-24 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 4.1666666667%; }
  .col-xl-push-2 {
    left: 8.3333333333%; }
  .col-xl-push-3 {
    left: 12.5%; }
  .col-xl-push-4 {
    left: 16.6666666667%; }
  .col-xl-push-5 {
    left: 20.8333333333%; }
  .col-xl-push-6 {
    left: 25%; }
  .col-xl-push-7 {
    left: 29.1666666667%; }
  .col-xl-push-8 {
    left: 33.3333333333%; }
  .col-xl-push-9 {
    left: 37.5%; }
  .col-xl-push-10 {
    left: 41.6666666667%; }
  .col-xl-push-11 {
    left: 45.8333333333%; }
  .col-xl-push-12 {
    left: 50%; }
  .col-xl-push-13 {
    left: 54.1666666667%; }
  .col-xl-push-14 {
    left: 58.3333333333%; }
  .col-xl-push-15 {
    left: 62.5%; }
  .col-xl-push-16 {
    left: 66.6666666667%; }
  .col-xl-push-17 {
    left: 70.8333333333%; }
  .col-xl-push-18 {
    left: 75%; }
  .col-xl-push-19 {
    left: 79.1666666667%; }
  .col-xl-push-20 {
    left: 83.3333333333%; }
  .col-xl-push-21 {
    left: 87.5%; }
  .col-xl-push-22 {
    left: 91.6666666667%; }
  .col-xl-push-23 {
    left: 95.8333333333%; }
  .col-xl-push-24 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 4.1666666667%; }
  .col-xl-offset-2 {
    margin-left: 8.3333333333%; }
  .col-xl-offset-3 {
    margin-left: 12.5%; }
  .col-xl-offset-4 {
    margin-left: 16.6666666667%; }
  .col-xl-offset-5 {
    margin-left: 20.8333333333%; }
  .col-xl-offset-6 {
    margin-left: 25%; }
  .col-xl-offset-7 {
    margin-left: 29.1666666667%; }
  .col-xl-offset-8 {
    margin-left: 33.3333333333%; }
  .col-xl-offset-9 {
    margin-left: 37.5%; }
  .col-xl-offset-10 {
    margin-left: 41.6666666667%; }
  .col-xl-offset-11 {
    margin-left: 45.8333333333%; }
  .col-xl-offset-12 {
    margin-left: 50%; }
  .col-xl-offset-13 {
    margin-left: 54.1666666667%; }
  .col-xl-offset-14 {
    margin-left: 58.3333333333%; }
  .col-xl-offset-15 {
    margin-left: 62.5%; }
  .col-xl-offset-16 {
    margin-left: 66.6666666667%; }
  .col-xl-offset-17 {
    margin-left: 70.8333333333%; }
  .col-xl-offset-18 {
    margin-left: 75%; }
  .col-xl-offset-19 {
    margin-left: 79.1666666667%; }
  .col-xl-offset-20 {
    margin-left: 83.3333333333%; }
  .col-xl-offset-21 {
    margin-left: 87.5%; }
  .col-xl-offset-22 {
    margin-left: 91.6666666667%; }
  .col-xl-offset-23 {
    margin-left: 95.8333333333%; }
  .col-xl-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1480px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-13, .col-xxl-14, .col-xxl-15, .col-xxl-16, .col-xxl-17, .col-xxl-18, .col-xxl-19, .col-xxl-20, .col-xxl-21, .col-xxl-22, .col-xxl-23, .col-xxl-24 {
    float: left; }
  .col-xxl-1 {
    width: 4.1666666667%; }
  .col-xxl-2 {
    width: 8.3333333333%; }
  .col-xxl-3 {
    width: 12.5%; }
  .col-xxl-4 {
    width: 16.6666666667%; }
  .col-xxl-5 {
    width: 20.8333333333%; }
  .col-xxl-6 {
    width: 25%; }
  .col-xxl-7 {
    width: 29.1666666667%; }
  .col-xxl-8 {
    width: 33.3333333333%; }
  .col-xxl-9 {
    width: 37.5%; }
  .col-xxl-10 {
    width: 41.6666666667%; }
  .col-xxl-11 {
    width: 45.8333333333%; }
  .col-xxl-12 {
    width: 50%; }
  .col-xxl-13 {
    width: 54.1666666667%; }
  .col-xxl-14 {
    width: 58.3333333333%; }
  .col-xxl-15 {
    width: 62.5%; }
  .col-xxl-16 {
    width: 66.6666666667%; }
  .col-xxl-17 {
    width: 70.8333333333%; }
  .col-xxl-18 {
    width: 75%; }
  .col-xxl-19 {
    width: 79.1666666667%; }
  .col-xxl-20 {
    width: 83.3333333333%; }
  .col-xxl-21 {
    width: 87.5%; }
  .col-xxl-22 {
    width: 91.6666666667%; }
  .col-xxl-23 {
    width: 95.8333333333%; }
  .col-xxl-24 {
    width: 100%; }
  .col-xxl-pull-0 {
    right: auto; }
  .col-xxl-pull-1 {
    right: 4.1666666667%; }
  .col-xxl-pull-2 {
    right: 8.3333333333%; }
  .col-xxl-pull-3 {
    right: 12.5%; }
  .col-xxl-pull-4 {
    right: 16.6666666667%; }
  .col-xxl-pull-5 {
    right: 20.8333333333%; }
  .col-xxl-pull-6 {
    right: 25%; }
  .col-xxl-pull-7 {
    right: 29.1666666667%; }
  .col-xxl-pull-8 {
    right: 33.3333333333%; }
  .col-xxl-pull-9 {
    right: 37.5%; }
  .col-xxl-pull-10 {
    right: 41.6666666667%; }
  .col-xxl-pull-11 {
    right: 45.8333333333%; }
  .col-xxl-pull-12 {
    right: 50%; }
  .col-xxl-pull-13 {
    right: 54.1666666667%; }
  .col-xxl-pull-14 {
    right: 58.3333333333%; }
  .col-xxl-pull-15 {
    right: 62.5%; }
  .col-xxl-pull-16 {
    right: 66.6666666667%; }
  .col-xxl-pull-17 {
    right: 70.8333333333%; }
  .col-xxl-pull-18 {
    right: 75%; }
  .col-xxl-pull-19 {
    right: 79.1666666667%; }
  .col-xxl-pull-20 {
    right: 83.3333333333%; }
  .col-xxl-pull-21 {
    right: 87.5%; }
  .col-xxl-pull-22 {
    right: 91.6666666667%; }
  .col-xxl-pull-23 {
    right: 95.8333333333%; }
  .col-xxl-pull-24 {
    right: 100%; }
  .col-xxl-push-0 {
    left: auto; }
  .col-xxl-push-1 {
    left: 4.1666666667%; }
  .col-xxl-push-2 {
    left: 8.3333333333%; }
  .col-xxl-push-3 {
    left: 12.5%; }
  .col-xxl-push-4 {
    left: 16.6666666667%; }
  .col-xxl-push-5 {
    left: 20.8333333333%; }
  .col-xxl-push-6 {
    left: 25%; }
  .col-xxl-push-7 {
    left: 29.1666666667%; }
  .col-xxl-push-8 {
    left: 33.3333333333%; }
  .col-xxl-push-9 {
    left: 37.5%; }
  .col-xxl-push-10 {
    left: 41.6666666667%; }
  .col-xxl-push-11 {
    left: 45.8333333333%; }
  .col-xxl-push-12 {
    left: 50%; }
  .col-xxl-push-13 {
    left: 54.1666666667%; }
  .col-xxl-push-14 {
    left: 58.3333333333%; }
  .col-xxl-push-15 {
    left: 62.5%; }
  .col-xxl-push-16 {
    left: 66.6666666667%; }
  .col-xxl-push-17 {
    left: 70.8333333333%; }
  .col-xxl-push-18 {
    left: 75%; }
  .col-xxl-push-19 {
    left: 79.1666666667%; }
  .col-xxl-push-20 {
    left: 83.3333333333%; }
  .col-xxl-push-21 {
    left: 87.5%; }
  .col-xxl-push-22 {
    left: 91.6666666667%; }
  .col-xxl-push-23 {
    left: 95.8333333333%; }
  .col-xxl-push-24 {
    left: 100%; }
  .col-xxl-offset-0 {
    margin-left: 0%; }
  .col-xxl-offset-1 {
    margin-left: 4.1666666667%; }
  .col-xxl-offset-2 {
    margin-left: 8.3333333333%; }
  .col-xxl-offset-3 {
    margin-left: 12.5%; }
  .col-xxl-offset-4 {
    margin-left: 16.6666666667%; }
  .col-xxl-offset-5 {
    margin-left: 20.8333333333%; }
  .col-xxl-offset-6 {
    margin-left: 25%; }
  .col-xxl-offset-7 {
    margin-left: 29.1666666667%; }
  .col-xxl-offset-8 {
    margin-left: 33.3333333333%; }
  .col-xxl-offset-9 {
    margin-left: 37.5%; }
  .col-xxl-offset-10 {
    margin-left: 41.6666666667%; }
  .col-xxl-offset-11 {
    margin-left: 45.8333333333%; }
  .col-xxl-offset-12 {
    margin-left: 50%; }
  .col-xxl-offset-13 {
    margin-left: 54.1666666667%; }
  .col-xxl-offset-14 {
    margin-left: 58.3333333333%; }
  .col-xxl-offset-15 {
    margin-left: 62.5%; }
  .col-xxl-offset-16 {
    margin-left: 66.6666666667%; }
  .col-xxl-offset-17 {
    margin-left: 70.8333333333%; }
  .col-xxl-offset-18 {
    margin-left: 75%; }
  .col-xxl-offset-19 {
    margin-left: 79.1666666667%; }
  .col-xxl-offset-20 {
    margin-left: 83.3333333333%; }
  .col-xxl-offset-21 {
    margin-left: 87.5%; }
  .col-xxl-offset-22 {
    margin-left: 91.6666666667%; }
  .col-xxl-offset-23 {
    margin-left: 95.8333333333%; }
  .col-xxl-offset-24 {
    margin-left: 100%; } }

@media (min-width: 1600px) {
  .col-max-1, .col-max-2, .col-max-3, .col-max-4, .col-max-5, .col-max-6, .col-max-7, .col-max-8, .col-max-9, .col-max-10, .col-max-11, .col-max-12, .col-max-13, .col-max-14, .col-max-15, .col-max-16, .col-max-17, .col-max-18, .col-max-19, .col-max-20, .col-max-21, .col-max-22, .col-max-23, .col-max-24 {
    float: left; }
  .col-max-1 {
    width: 4.1666666667%; }
  .col-max-2 {
    width: 8.3333333333%; }
  .col-max-3 {
    width: 12.5%; }
  .col-max-4 {
    width: 16.6666666667%; }
  .col-max-5 {
    width: 20.8333333333%; }
  .col-max-6 {
    width: 25%; }
  .col-max-7 {
    width: 29.1666666667%; }
  .col-max-8 {
    width: 33.3333333333%; }
  .col-max-9 {
    width: 37.5%; }
  .col-max-10 {
    width: 41.6666666667%; }
  .col-max-11 {
    width: 45.8333333333%; }
  .col-max-12 {
    width: 50%; }
  .col-max-13 {
    width: 54.1666666667%; }
  .col-max-14 {
    width: 58.3333333333%; }
  .col-max-15 {
    width: 62.5%; }
  .col-max-16 {
    width: 66.6666666667%; }
  .col-max-17 {
    width: 70.8333333333%; }
  .col-max-18 {
    width: 75%; }
  .col-max-19 {
    width: 79.1666666667%; }
  .col-max-20 {
    width: 83.3333333333%; }
  .col-max-21 {
    width: 87.5%; }
  .col-max-22 {
    width: 91.6666666667%; }
  .col-max-23 {
    width: 95.8333333333%; }
  .col-max-24 {
    width: 100%; }
  .col-max-pull-0 {
    right: auto; }
  .col-max-pull-1 {
    right: 4.1666666667%; }
  .col-max-pull-2 {
    right: 8.3333333333%; }
  .col-max-pull-3 {
    right: 12.5%; }
  .col-max-pull-4 {
    right: 16.6666666667%; }
  .col-max-pull-5 {
    right: 20.8333333333%; }
  .col-max-pull-6 {
    right: 25%; }
  .col-max-pull-7 {
    right: 29.1666666667%; }
  .col-max-pull-8 {
    right: 33.3333333333%; }
  .col-max-pull-9 {
    right: 37.5%; }
  .col-max-pull-10 {
    right: 41.6666666667%; }
  .col-max-pull-11 {
    right: 45.8333333333%; }
  .col-max-pull-12 {
    right: 50%; }
  .col-max-pull-13 {
    right: 54.1666666667%; }
  .col-max-pull-14 {
    right: 58.3333333333%; }
  .col-max-pull-15 {
    right: 62.5%; }
  .col-max-pull-16 {
    right: 66.6666666667%; }
  .col-max-pull-17 {
    right: 70.8333333333%; }
  .col-max-pull-18 {
    right: 75%; }
  .col-max-pull-19 {
    right: 79.1666666667%; }
  .col-max-pull-20 {
    right: 83.3333333333%; }
  .col-max-pull-21 {
    right: 87.5%; }
  .col-max-pull-22 {
    right: 91.6666666667%; }
  .col-max-pull-23 {
    right: 95.8333333333%; }
  .col-max-pull-24 {
    right: 100%; }
  .col-max-push-0 {
    left: auto; }
  .col-max-push-1 {
    left: 4.1666666667%; }
  .col-max-push-2 {
    left: 8.3333333333%; }
  .col-max-push-3 {
    left: 12.5%; }
  .col-max-push-4 {
    left: 16.6666666667%; }
  .col-max-push-5 {
    left: 20.8333333333%; }
  .col-max-push-6 {
    left: 25%; }
  .col-max-push-7 {
    left: 29.1666666667%; }
  .col-max-push-8 {
    left: 33.3333333333%; }
  .col-max-push-9 {
    left: 37.5%; }
  .col-max-push-10 {
    left: 41.6666666667%; }
  .col-max-push-11 {
    left: 45.8333333333%; }
  .col-max-push-12 {
    left: 50%; }
  .col-max-push-13 {
    left: 54.1666666667%; }
  .col-max-push-14 {
    left: 58.3333333333%; }
  .col-max-push-15 {
    left: 62.5%; }
  .col-max-push-16 {
    left: 66.6666666667%; }
  .col-max-push-17 {
    left: 70.8333333333%; }
  .col-max-push-18 {
    left: 75%; }
  .col-max-push-19 {
    left: 79.1666666667%; }
  .col-max-push-20 {
    left: 83.3333333333%; }
  .col-max-push-21 {
    left: 87.5%; }
  .col-max-push-22 {
    left: 91.6666666667%; }
  .col-max-push-23 {
    left: 95.8333333333%; }
  .col-max-push-24 {
    left: 100%; }
  .col-max-offset-0 {
    margin-left: 0%; }
  .col-max-offset-1 {
    margin-left: 4.1666666667%; }
  .col-max-offset-2 {
    margin-left: 8.3333333333%; }
  .col-max-offset-3 {
    margin-left: 12.5%; }
  .col-max-offset-4 {
    margin-left: 16.6666666667%; }
  .col-max-offset-5 {
    margin-left: 20.8333333333%; }
  .col-max-offset-6 {
    margin-left: 25%; }
  .col-max-offset-7 {
    margin-left: 29.1666666667%; }
  .col-max-offset-8 {
    margin-left: 33.3333333333%; }
  .col-max-offset-9 {
    margin-left: 37.5%; }
  .col-max-offset-10 {
    margin-left: 41.6666666667%; }
  .col-max-offset-11 {
    margin-left: 45.8333333333%; }
  .col-max-offset-12 {
    margin-left: 50%; }
  .col-max-offset-13 {
    margin-left: 54.1666666667%; }
  .col-max-offset-14 {
    margin-left: 58.3333333333%; }
  .col-max-offset-15 {
    margin-left: 62.5%; }
  .col-max-offset-16 {
    margin-left: 66.6666666667%; }
  .col-max-offset-17 {
    margin-left: 70.8333333333%; }
  .col-max-offset-18 {
    margin-left: 75%; }
  .col-max-offset-19 {
    margin-left: 79.1666666667%; }
  .col-max-offset-20 {
    margin-left: 83.3333333333%; }
  .col-max-offset-21 {
    margin-left: 87.5%; }
  .col-max-offset-22 {
    margin-left: 91.6666666667%; }
  .col-max-offset-23 {
    margin-left: 95.8333333333%; }
  .col-max-offset-24 {
    margin-left: 100%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem; }
  .table th,
  .table td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 0.0625rem solid #eceeef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0.125rem solid #eceeef; }
  .table tbody + tbody {
    border-top: 0.125rem solid #eceeef; }
  .table .table {
    background-color: #575f6a; }

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

.table-bordered {
  border: 0.0625rem solid #eceeef; }
  .table-bordered th,
  .table-bordered td {
    border: 0.0625rem solid #eceeef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 0.125rem; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover tbody tr:hover {
  background-color: #f5f5f5; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f5f5; }

.table-hover .table-active:hover {
  background-color: #e8e8e8; }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: #e8e8e8; }

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

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

.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.table-bordered {
    border: 0; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #55595c; }

.table-reflow thead {
  float: left; }

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

.table-reflow th,
.table-reflow td {
  border-top: 0.0625rem solid #eceeef;
  border-left: 0.0625rem solid #eceeef; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 0.0625rem 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: 0.0625rem solid #eceeef; }

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 0.0625rem solid #ccc;
  border-radius: 0rem; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    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; }

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

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 2.375rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"].form-control {
    line-height: 1.95rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"].form-control {
    line-height: 3.2916666667rem; } }

.form-control-static {
  min-height: 2.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 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.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0rem; }

.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.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0rem; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem; }
  .radio label,
  .checkbox label {
    padding-left: 1.25rem;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }
    .radio label input:only-child,
    .checkbox label input:only-child {
      position: static; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem; }

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

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

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed; }

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

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }

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

.has-success .form-control-feedback {
  color: #5cb85c; }

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg=="); }

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }

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

.has-warning .form-control-feedback {
  color: #f0ad4e; }

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg=="); }

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline,
.has-danger.radio label,
.has-danger.checkbox label,
.has-danger.radio-inline label,
.has-danger.checkbox-inline label {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }

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

.has-danger .form-control-feedback {
  color: #d9534f; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4="); }

@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;
    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 .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 0.0625rem solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn: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: #0275d8;
  border-color: #0275d8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
    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: #014682;
      border-color: #01315a; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #0275d8;
    border-color: #0275d8; }

.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-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8; }
  .btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active,
  .open > .btn-primary-outline.dropdown-toggle {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8; }
  .btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
    border-color: #43a7fd; }
  .btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
    border-color: #43a7fd; }

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

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

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

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

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

.btn-link {
  font-weight: normal;
  color: #999;
  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: #666;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #818a91;
    text-decoration: none; }

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0rem; }

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0rem; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

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

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

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

.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-right: .25rem;
  margin-left: .25rem;
  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: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #303234;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  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: #0275d8;
    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: 3px 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #818a91;
  white-space: nowrap; }

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

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

.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: 2px; }

.input-group {
  position: relative;
  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.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 0.0625rem solid #ccc;
  border-radius: 0rem; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.275rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 0rem; }
  .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.25rem;
    font-size: 1.25rem;
    border-radius: 0rem; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:first-child {
  border-right: 0; }

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

.input-group-addon:last-child {
  border-left: 0; }

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

.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: .2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 0.0625rem solid transparent;
    border-radius: 0rem 0rem 0 0; }
    .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: #575f6a;
    border-color: #ddd #ddd transparent; }

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

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

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

.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: #0275d8; }

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

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

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

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

.navbar-fixed-top {
  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: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }

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

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 0.0625rem solid transparent;
  border-radius: 0; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

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

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

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

.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 {
  color: rgba(0, 0, 0, 0.8); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.8); }

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

.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.8); }

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

.navbar-dark .navbar-brand {
  color: white; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand: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-divider {
  background-color: rgba(255, 255, 255, 0.075); }

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0rem; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumb > li {
    float: left; }
    .breadcrumb > li + li::before {
      padding-right: .5rem;
      padding-left: .5rem;
      color: #818a91;
      content: "/"; }
  .breadcrumb > .active {
    color: #818a91; }

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

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0rem;
    border-top-left-radius: 0rem; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0rem;
    border-top-right-radius: 0rem; }
  .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: #0275d8;
    border-color: #0275d8; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #818a91;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

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

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

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

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

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5; }

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

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

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch; }
  .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: 0rem;
  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.5; }

.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-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "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;
  word-wrap: normal;
  font-size: 0.85rem;
  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-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      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-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
      top: 50%;
      left: 0;
      margin-top: -5px;
      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-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
      top: 0;
      left: 50%;
      margin-left: -5px;
      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-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
      top: 50%;
      right: 0;
      margin-top: -5px;
      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: 0rem; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.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: 10%;
  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: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.4); }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  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; } }

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

@media (min-width: 448px) {
  .pull-vsm-left {
    float: left !important; }
  .pull-vsm-right {
    float: right !important; }
  .pull-vsm-none {
    float: none !important; } }

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

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

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

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

@media (min-width: 1480px) {
  .pull-xxl-left {
    float: left !important; }
  .pull-xxl-right {
    float: right !important; }
  .pull-xxl-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .pull-max-left {
    float: left !important; }
  .pull-max-right {
    float: right !important; }
  .pull-max-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; }

.invisible {
  visibility: hidden !important; }

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

.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: 448px) {
  .text-vsm-left {
    text-align: left !important; }
  .text-vsm-right {
    text-align: right !important; }
  .text-vsm-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: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

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

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

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

@media (min-width: 1600px) {
  .text-max-left {
    text-align: left !important; }
  .text-max-right {
    text-align: right !important; }
  .text-max-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-muted {
  color: #818a91; }

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

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-max-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; } }

html, body {
  font-family: 'AzoSansRegular',Arial, sans;
  font-weight: 400; }

body {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

header, footer, div, section, p, span, a, ul, form, h1, h2, h3, h4, h5, h6 {
  position: relative;
  text-align: left; }

b, strong {
  font-weight: normal; }

:lang(zh) body, :lang(zh) .regular, :lang(zh) .italic, :lang(zh) .light, :lang(ja) body, :lang(ja) .regular, :lang(ja) .italic, :lang(ja) .light, :lang(ru) body, :lang(ru) .regular, :lang(ru) .italic, :lang(ru) .light {
  font-family: Arial, sans;
  font-weight: 400; }

:lang(zh) b, :lang(zh) strong, :lang(zh) .bold, :lang(ja) b, :lang(ja) strong, :lang(ja) .bold, :lang(ru) b, :lang(ru) strong, :lang(ru) .bold {
  font-family: Arial, sans;
  font-weight: 700; }

a {
  color: #005185;
  outline: 0;
  text-decoration: none;
  border: none; }

a:hover {
  color: #00395d;
  text-decoration: underline; }

a:focus {
  text-decoration: none;
  outline: 0;
  border: none; }

*:before, *:after {
  text-decoration: none; }

*:focus {
  outline: 0 !important; }

*:before, *:after {
  will-change: transform; }

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

.hidden {
  display: none; }

.btn, .btn:hover {
  text-decoration: none;
  outline: 0;
  border: none;
  padding: 0.8375rem 1.75rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  max-width: 100%;
  white-space: normal; }

.btn-primary {
  background-color: #005185; }

.btn-primary:hover {
  background-color: #00395d; }

.btn.btn-outline {
  border-top: 1px solid #005185;
  border-right: 1px solid #005185;
  border-bottom: 1px solid #005185;
  border-left: 1px solid #005185;
  background-color: transparent; }

.btn.btn-outline:hover {
  background-color: #005185;
  color: #fff; }

.blue .btn.btn-outline {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff; }

.blue .btn.btn-outline:hover {
  background-color: #fff;
  color: #00395d; }

.btn.orange {
  color: #303234; }

.btn.orange:hover {
  background-color: #fcdc5a; }

.btn.white {
  background-color: #fff;
  color: #00395d; }

.btn.white:hover {
  background-color: #005185;
  color: #fff; }

.btn.grey {
  background-color: #666;
  color: #fff; }

.btn.grey:hover {
  background-color: #444;
  color: #fff; }

.btn-fixed {
  display: inline-block;
  width: 16rem;
  margin: 0 1.25rem 1.5rem 0; }

ul {
  margin: 0 0 1.125rem 0;
  padding: 0 0 0 1.25rem; }

ul li + li {
  margin-top: 0.5rem; }

ul.clean {
  list-style: outside none none;
  margin: 0;
  padding: 0; }

ul.flh > li {
  float: left; }

.container-fluid {
  padding: 0;
  width: 100%;
  overflow: hidden; }

h1, h2, h3 {
  line-height: 1.2em;
  margin-bottom: 1.0rem; }

.content h1 {
  margin-bottom: 2.0rem; }

h4, h5, h6 {
  line-height: 1.35em;
  margin-bottom: 0.875rem; }

h3.icon {
  padding-left: 4.0rem;
  margin-bottom: 2.0rem; }

h3.icon:before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 3rem;
  height: 3rem;
  font-size: 2.5rem; }

h3.headline-section {
  margin-bottom: 3.0rem; }

* + h1 {
  padding-top: 0.75rem; }

h4 {
  margin-bottom: 0.875rem; }

.blue h3, .blue h4 {
  color: #fff; }

p {
  font-size: 0.9375rem; }

p + .btn {
  margin-top: 0.75rem; }

p {
  line-height: 1.5625rem; }

p.abstract {
  font-size: 1.125rem;
  margin-bottom: 3.0rem;
  line-height: 1.5em; }

p > a:hover {
  color: #005185;
  text-decoration: underline; }

hr {
  border-top: 0.0625rem solid transparent; }

.col {
  padding: 0 1.25rem; }

.row.full {
  margin: 0; }

.row.full > .col {
  padding-left: 0;
  padding-right: 0; }

.row.short {
  margin-left: 0;
  margin-right: 0; }

.container {
  -webkit-transition-property: max-width;
  transition-property: max-width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.valign {
  top: 50%;
  transform: translateY(-50%); }

.halign {
  text-align: center;
  padding: 0 2rem; }

.padding {
  padding: 2.5rem 1.25rem; }

.grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vH;
  display: none;
  z-index: 999; }
  .grid * {
    height: 100vH; }
  .grid .inner {
    background-color: rgba(255, 0, 255, 0.2); }
  .grid .container-fluid {
    padding: 0; }

.showgrid .grid {
  display: block; }

.togglegrid {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  outline: 0;
  z-index: 9999; }

.marked {
  background-color: rgba(0, 0, 0, 0.05);
  min-height: 300px;
  padding: 1em;
  margin-bottom: 1.5em; }
  .marked > p {
    text-align: center; }

.icon_facebook:before {
  content: "\e00a"; }

.icon_linked-in:before {
  content: "\e00e"; }

.icon_googleplus:before {
  content: "\e00c"; }

.icon_twitter:before {
  content: "\e020"; }

.icon_xing:before {
  content: "\e022"; }

.icon_pinterest:before {
  content: "\e015"; }

.icon_youtube:before {
  content: "\e023"; }

.icon_whatsapp:before {
  content: "\e02a"; }

.icon_loesungen:before {
  content: "\e01d"; }

.icon_unternehmen:before {
  content: "\e00b"; }

.icon_produkte:before {
  content: "\e019"; }

.icon_produktberater:before {
  content: "\e01f"; }

.icon_neues:before {
  content: "\e01e"; }

.icon_news:before {
  content: "\e01e"; }

.icon_gruppe:before {
  content: "\e00b"; }

.icon_arbeiten:before {
  content: "\e01c"; }

.icon_contact-email:before {
  content: "\e010"; }

.icon_contact-phone:before {
  content: "\e021"; }

.icon_contact-callback:before {
  content: "\e01a"; }

.icon_contact-consulting:before {
  content: "\e016"; }

.icon_advantages:before {
  content: "\e004"; }

.icon_check:before {
  content: "\e01f"; }

.icon_functions:before {
  content: "\e005"; }

.icon_nav-produkte:before {
  content: "\e019"; }

.icon_nav-loesungen:before, icon_nav-anwendungen:before {
  content: "\e01d"; }

.icon_nav-service:before {
  content: "\e01f"; }

.icon_nav-news-events:before {
  content: "\e01e"; }

.icon_nav-unternehmen:before {
  content: "\e00b"; }

.icon_nav-karriere:before {
  content: "\e01c"; }

.icon_nav-kontakt:before {
  content: "\e021"; }

.icon_back:before {
  content: "\e001"; }

.icon_more:after {
  content: "\e007"; }

.icon_search:before {
  content: "\e00f"; }

.icon_download:before {
  content: "\e028"; }

.icon_play:before {
  content: "\e017"; }

.icon_language:before {
  content: "\e900"; }

.icon_berufserfahrene:before {
  content: "\e029"; }

.icon_absolventen:before {
  content: "\e01c"; }

.icon_studierende:before {
  content: "\e025"; }

.icon_schueler:before {
  content: "\e014"; }

.icon_produkte:before {
  content: "\e019"; }

.icon_loesungen:before {
  content: "\e01d"; }

.icon_service:before {
  content: "\e01f"; }

.icon_news-events:before {
  content: "\e01e"; }

.icon_unternehmen:before {
  content: "\e00b"; }

.icon_karriere:before {
  content: "\e01c"; }

.icon_kontakt:before {
  content: "\e021"; }

.icon_login:before {
  content: "\e008"; }

.icon_productfinder:before {
  content: "\e01f"; }

.icon_share:before {
  content: "\e01b"; }

.accordion {
  margin: 2em 0; }
  .accordion .panel {
    border-top: 1px solid #303234;
    border-right: 0 solid #303234;
    border-bottom: 1px solid #303234;
    border-left: 0 solid #303234;
    margin-top: -1px;
    padding: 1.0em 1em 1.125em 0em;
    font-size: 1.0rem; }
  .accordion .panel-heading {
    margin-bottom: 0; }
    .accordion .panel-heading a {
      display: block;
      color: #303234;
      text-decoration: none;
      padding-right: 2em;
      cursor: pointer; }
    .accordion .panel-heading a:hover {
      color: #005185; }
    .accordion .panel-heading a:after {
      content: "\e012";
      font-size: 0.875rem;
      position: absolute;
      right: -0.25rem;
      top: 0.1875rem;
      color: #303234; }
    .accordion .panel-heading a.collapsed:after {
      content: "\e018"; }
  .accordion .panel-collapse {
    margin-top: 1.0em; }

.accordion.inline {
  margin: 0 0 2rem 0; }
  .accordion.inline .panel {
    border: none;
    padding: 0.25rem 0 0.25rem 0; }
  .accordion.inline .panel-heading {
    font-size: 1.125rem; }
    .accordion.inline .panel-heading a {
      display: inline-block;
      color: #005185;
      padding-right: 1.5rem; }
    .accordion.inline .panel-heading a:hover {
      color: #00395d; }
    .accordion.inline .panel-heading a:after {
      font-size: 0.875rem;
      position: absolute;
      right: 0;
      top: 0.125rem;
      color: #005185; }
  .accordion.inline .panel-collapse {
    margin-top: 0.5rem;
    font-size: 1.125rem; }

p + .accordion.inline {
  margin-top: -2.0rem; }

.accordion__list {
  margin-top: 1rem; }
  .accordion__list > a {
    display: block;
    padding: 0.75em 0; }
  .accordion__list > a.icon {
    padding-left: 2.75em; }
  .accordion__list > a.icon:before {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 1.25rem; }
  .accordion__list > a.icon.icon_download:before {
    top: 0.4875rem;
    font-size: 1.375rem; }
  .accordion__list > a + a {
    border-top: 1px solid #bec6d1;
    border-right: 0 solid #bec6d1;
    border-bottom: 0 solid #bec6d1;
    border-left: 0 solid #bec6d1; }

@media (min-width: 1280px) {
  .accordion.inline .panel-heading, .accordion.inline .panel-collapse {
    font-size: 1.25rem; } }

.tabs {
  margin: 2rem 0; }

.nav-tabs {
  border: none;
  z-index: 1; }
  .nav-tabs li + li {
    margin-top: 0; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
  .nav-tabs li.nav-item + li.nav-item {
    margin-left: 0.5rem; }
  .nav-tabs .nav-link {
    padding: 0.5em 1em;
    background-color: #00395d;
    border: none;
    color: #d3e8fb;
    font-size: 1.25rem; }
  .nav-tabs .nav-link:hover {
    color: #fff; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: #fff;
    color: #303234; }

.tab-content {
  background-color: #fff; }

.tab-pane {
  padding: 1.5em; }

blockquote {
  padding: 2em 4em 1.75em 4em; }
  blockquote * {
    text-align: center; }
  blockquote p:not(.sub) {
    font-size: 2.0rem;
    line-height: 1.3em;
    font-family: 'AzoSansItalic',Arial, sans;
    font-weight: 400; }

.image {
  margin-bottom: 3.0rem; }

* + .image {
  margin-top: 4.0rem; }

.image > img, .image > a > img {
  width: 100%; }

.image__caption p {
  display: inline-block;
  background-color: #fff;
  color: #98a2b0;
  font-size: 1.0rem;
  padding: 1.5rem 1.75rem; }

.video {
  margin-bottom: 3.5rem; }

.video__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56%; }
  .video__wrapper iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0; }

.video__caption p {
  display: inline-block;
  background-color: #fff;
  color: #98a2b0;
  font-size: 1.0rem;
  padding: 1.5rem 1.75rem;
  margin: 0; }

* + .video {
  margin-top: 4.0rem; }

.table-wrapper {
  margin-bottom: 2em;
  padding-bottom: 1em;
  overflow: auto; }

.table-wrapper + .table-wrapper h4 {
  margin-top: 0; }

h4.table-headline {
  margin-bottom: 0.5rem; }

.contenttable {
  width: 100%;
  font-size: 1.0em; }
  .contenttable * {
    text-align: right; }
  .contenttable .txt-left, .contenttable tfoot * {
    text-align: left; }
  .contenttable thead {
    background-color: #bec6d1; }
  .contenttable thead th {
    text-align: center;
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400; }
  .contenttable thead th:first-child {
    text-align: left; }
  .contenttable thead th + th {
    border-left: 1px solid #fff; }
  .contenttable thead .spacer {
    background-color: #fff; }
  .contenttable tbody:before {
    height: 1.5rem;
    content: " ";
    display: block; }
  .contenttable tbody tr {
    border-top: 1px solid #bec6d1; }
  .contenttable tr + tr.sum {
    border-top: 2px solid #bec6d1; }
  .contenttable tr.sum, .contenttable tbody tr:last-child:not(.sum) {
    border-bottom: 1px solid #bec6d1; }
  .contenttable tr.sum td, .contenttable tr.sum th {
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400; }
  .contenttable .actual {
    background-color: #bec6d1; }
  .contenttable * + td, .contenttable * + th {
    border-left: 1px solid #bec6d1; }
  .contenttable th, .contenttable td {
    padding: 0.875rem 1.0rem;
    min-width: 5.5em;
    vertical-align: top; }
  .contenttable th.spacer-top, .contenttable td.spacer-top {
    padding-top: 1.5em; }
  .contenttable th.indent, .contenttable td.indent {
    padding-left: 1.625em; }
  .contenttable th.indent-double, .contenttable td.indent-double {
    padding-left: 2.625em; }
  .contenttable tr > *:first-child {
    text-align: left; }
  .contenttable th {
    font-weight: normal; }
  .contenttable tbody tr:hover td {
    background-color: #ccc; }
  .contenttable tbody tr:hover th {
    background-color: #ccc; }
  .contenttable tfoot p {
    margin: 0.75em 0 0 0;
    font-size: 0.875em;
    color: #666; }

.accordion .table-wrapper {
  margin-bottom: 0; }

.wrapper-all {
  position: absolute;
  right: 0;
  top: 0px;
  padding-top: 60px;
  -webkit-transition-property: padding-left;
  transition-property: padding-left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
  overflow: hidden;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  z-index: 99;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.logo {
  display: block;
  float: right;
  margin: 0.625rem 2.25rem 0 0;
  width: 120px; }
  .logo > img {
    width: 100%; }

.nav-header {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 1; }

.nav-header > a {
  display: inline-block;
  width: 60px;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 1.25em 0 0 1em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-header > a > span {
  color: transparent; }

.nav-header > a > span:before {
  display: block;
  position: absolute;
  left: 0.1875rem;
  top: -0.3125rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem; }

a.nav-header__bt-menu {
  background-color: #005185;
  color: #fff; }

a.nav-header__bt-menu:hover {
  background-color: #00395d;
  text-decoration: none; }

a.nav-header__bt-menu span:before {
  content: "\e011";
  color: #fff; }

.navmode a.nav-header__bt-menu span:before {
  content: "\e024"; }

.navmode.initial a.nav-header__bt-menu span:before {
  content: "\e011"; }

a.nav-header__bt-search {
  margin-left: -4px; }

a.nav-header__bt-search:hover {
  background-color: #d3e8fb;
  text-decoration: none; }

a.nav-header__bt-search span:before {
  content: "\e00f";
  color: #00395d; }

.searchmode a.nav-header__bt-search {
  background-color: #fff; }

.searchmode a.nav-header__bt-search:hover {
  background-color: #d3e8fb; }

.searchmode a.nav-header__bt-search span:before {
  content: "\e024"; }

@media (min-width: 544px) {
  .nav-header > a {
    width: 160px; }
  .nav-header > a > span {
    padding-left: 3.5rem;
    visibility: visible; }
  :lang(fr) .nav-header > a.nav-header__bt-search > span {
    padding-left: 2.5rem; }
  .nav-header > a > span:before {
    left: 1.25rem; }
  :lang(fr) .nav-header > a.nav-header__bt-search > span:before {
    left: 0.75rem; }
  .nav-header > a.nav-header__bt-menu > span {
    color: #fff; }
  .nav-header > a.nav-header__bt-search > span {
    color: #00395d; } }

@media (min-width: 768px) {
  header {
    height: 80px; }
  .logo {
    margin-top: 1.25rem; }
  .nav-header > a {
    padding-top: 1.75rem; } }

@media (min-width: 1020px) {
  .navmode.initial a.nav-header__bt-menu span:before {
    content: "\e024"; } }

@media (min-width: 1280px) {
  header {
    height: 100px; }
  .logo {
    margin-top: 1.625rem;
    width: 146px; }
  .nav-header > a {
    padding-top: 2.375rem; }
  .nav-header > a span {
    padding-left: 3.875rem; }
  :lang(fr) .nav-header > a.nav-header__bt-search span {
    padding-left: 3.25rem; }
  .nav-header > a span:before {
    position: absolute;
    left: 1rem;
    top: -0.75rem;
    font-size: 1.75rem; }
  :lang(fr) .nav-header > a.nav-header__bt-search > span:before {
    left: 0.75rem; } }

@media (min-width: 1480px) {
  header {
    background-color: rgba(255, 255, 255, 0.9); } }

.nav-offcanvas {
  position: fixed;
  top: 0px;
  left: -320px;
  width: 320px;
  height: 100vH;
  z-index: 98;
  padding: 3.75rem 0 0 0;
  background-color: #fff;
  color: #fff;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.navmode .nav-offcanvas {
  left: 0; }

.navmode.initial .nav-offcanvas {
  left: -320px; }

.nav-offcanvas__wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  height: 100%;
  padding: 0 0 4em 0; }
  .nav-offcanvas__wrapper .nav-social {
    width: 320px;
    padding: 2.5rem 0.0rem 2rem 1.3125rem; }
    .nav-offcanvas__wrapper .nav-social > p {
      text-align: center;
      color: #98a2b0;
      font-size: 0.8125rem;
      margin-bottom: 0.3125rem; }
    .nav-offcanvas__wrapper .nav-social > a {
      width: 1.5rem;
      color: #bec6d1;
      margin: 0;
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.15s;
      transition-duration: 0.15s;
      -webkit-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    .nav-offcanvas__wrapper .nav-social > a:hover {
      color: #00395d; }
    .nav-offcanvas__wrapper .nav-social > a + a {
      margin-left: 1.125rem; }
    .nav-offcanvas__wrapper .nav-social > a:before {
      font-size: 1.3125rem; }

.nav-offcanvas__list li + li {
  margin-top: -1px; }

.nav-offcanvas__list a {
  display: block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #005185; }

.nav-offcanvas__list a.icon:after {
  content: "\e018";
  display: none;
  position: absolute;
  right: 1rem;
  top: 1.125rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem; }

.nav-offcanvas__list li.withsub a.icon:after {
  display: block; }

.nav-offcanvas__list a.act {
  color: #ffcc00; }

.nav-offcanvas__list .open > a.icon:after {
  content: "\e012"; }

.nav-offcanvas__list .level-1st {
  border-top: 1px solid #d3e8fb;
  border-right: 0 solid #d3e8fb;
  border-bottom: 1px solid #d3e8fb;
  border-left: 0 solid #d3e8fb; }

.nav-offcanvas__list .level-1st.open {
  background-color: #fff; }

.nav-offcanvas__list .level-1st > ul {
  padding: 0.375rem 0; }

.nav-offcanvas__list .level-1st > a {
  padding: 0.875rem 3.0rem 0.875rem 3.75rem; }

.nav-offcanvas__list .level-1st > a:hover {
  background-color: #d3e8fb;
  text-decoration: none; }

.nav-offcanvas__list .level-1st > .icon:before {
  display: block;
  position: absolute;
  left: 1.25rem;
  top: 0.75rem;
  width: 1rem;
  height: 1rem;
  font-size: 1.25rem; }

.nav-offcanvas__list .level-1st.open > .icon:after {
  color: #fff; }

.nav-offcanvas__list .level-1st.open > a {
  background-color: #005185;
  color: #fff; }

.nav-offcanvas__list .level-1st.open > .icon:before {
  color: #fff; }

.nav-offcanvas__list .level-2nd > a {
  padding: 0.5rem 2.0rem 0.5rem 1.5rem;
  font-size: 0.875em; }

.nav-offcanvas__list .level-2nd > a.heading {
  font-family: 'AzoSansBold',Arial, sans;
  font-weight: 400; }

.nav-offcanvas__list .level-2nd > .icon:after {
  top: 0.625rem; }

.nav-offcanvas__list .level-2nd > ul {
  padding: 0;
  margin: 0;
  background-color: #f0f2f4; }

.nav-offcanvas__list .level-2nd.open > a {
  font-family: 'AzoSansBold',Arial, sans;
  font-weight: 400; }

.nav-offcanvas__list .level-3rd > a {
  padding: 0.5rem 2.0rem;
  font-size: 0.875em; }

.nav-offcanvas__switch {
  display: inline-block;
  width: 100%;
  padding: 1.125rem 3.0rem 1.125rem 3.875rem;
  border-top: 0 solid #d3e8fb;
  border-right: 0 solid #d3e8fb;
  border-bottom: 1px solid #d3e8fb;
  border-left: 0 solid #d3e8fb;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #98a2b0;
  text-align: left; }

.nav-offcanvas__switch:hover {
  background-color: #d3e8fb;
  text-decoration: none; }

.nav-offcanvas__switch:before {
  display: block;
  position: absolute;
  left: 1.25rem;
  top: 0.75rem;
  width: 1rem;
  height: 1rem;
  font-size: 1.5rem; }

.nav-offcanvas__switch:hover {
  color: #00395d; }

.nav-offcanvas__switch.icon_language:after {
  display: block;
  content: "\e012";
  position: absolute;
  right: 1rem;
  top: 1.375rem;
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem; }

.nav-offcanvas__switch.icon_language.collapsed:after {
  content: "\e018"; }

.nav-offcanvas__languages {
  padding: 0.5rem 1.1875rem 1.0rem 1.1875rem;
  margin-top: -1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d3e8fb; }
  .nav-offcanvas__languages > a {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 0.5rem;
    font-size: 0.875rem; }

@media (min-width: 768px) {
  .nav-offcanvas {
    padding-top: 80px; }
  .nav-offcanvas__list a.icon:after {
    top: 1.375rem; }
  .nav-offcanvas__list .level-1st > a {
    padding: 1.125rem 3.0rem 1.125rem 3.875rem; }
  .nav-offcanvas__list .level-1st > .icon:before {
    position: absolute;
    left: 1.25rem;
    top: 0.75rem;
    font-size: 1.5rem; } }

@media (min-width: 1020px) {
  .navmode.initial .nav-offcanvas {
    left: 0px; } }

@media (min-width: 1280px) {
  .nav-offcanvas {
    padding-top: 100px; } }

.search-offcanvas {
  position: fixed;
  top: 0px;
  left: -320px;
  width: 320px;
  height: 100vH;
  z-index: 98;
  padding: 6.5rem 2.0rem 0 1.5rem;
  background-color: #fff;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.searchmode .search-offcanvas {
  left: 0; }

@media (min-width: 768px) {
  .search-offcanvas {
    padding-top: 7.5rem; } }

@media (min-width: 1280px) {
  .search-offcanvas {
    padding-top: 8.5rem; } }

main {
  background-color: #f0f2f4; }

.stage > .container {
  z-index: 2; }

.stage > img {
  width: 100%; }

.slideshow {
  width: 100%;
  overflow: hidden; }
  .slideshow .flexslider {
    width: 100%;
    height: auto; }

.slideshow__fallback {
  display: none;
  width: 100%; }
  .slideshow__fallback .slideoverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
    .slideshow__fallback .slideoverlay h2 {
      font-size: 2.0rem;
      position: absolute;
      left: 0;
      bottom: 16%;
      line-height: 1.30em;
      margin: 0;
      padding: 0; }
      .slideshow__fallback .slideoverlay h2 span {
        display: inline-block;
        background-color: #fff !important;
        color: #000 !important;
        padding: 0.125rem 1.25rem 0.25rem 2.0rem;
        margin-bottom: 0.25rem;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        -moz-hyphens: manual;
        hyphens: manual;
        overflow-wrap: normal;
        word-wrap: normal; }
    .slideshow__fallback .slideoverlay a.btn {
      position: absolute;
      left: 2rem;
      bottom: 6%;
      padding: 0.625rem 1.25rem; }

.flexslider_stage .slideoverlay {
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }
  .flexslider_stage .slideoverlay h2 {
    font-size: 1.625rem;
    line-height: 1.30em;
    margin: 0;
    padding: 1.125rem 1.125rem; }
    .flexslider_stage .slideoverlay h2 span {
      display: inline-block;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      overflow-wrap: break-word;
      word-wrap: break-word; }
  .flexslider_stage .slideoverlay a.btn {
    margin-left: 1.125rem;
    padding: 0.625rem 1.25rem; }

@media (min-width: 544px) {
  .flexslider_stage .slideoverlay {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-bottom: 0; }
    .flexslider_stage .slideoverlay h2 {
      padding: 0;
      position: absolute;
      left: 0;
      bottom: 6rem;
      bottom: 28%; }
      .flexslider_stage .slideoverlay h2 span {
        background-color: #005185;
        color: #fff;
        padding: 0.25rem 1.75rem 0.375rem 3.875rem;
        margin-bottom: 0.125rem;
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        -moz-hyphens: manual;
        hyphens: manual;
        overflow-wrap: normal;
        word-wrap: normal; }
    .flexslider_stage .slideoverlay a.btn {
      position: absolute;
      left: 2rem;
      bottom: 8%;
      margin: 0; } }

@media (min-width: 768px) {
  .flexslider_stage .slideoverlay h2 {
    font-size: 2.25rem; }
    .flexslider_stage .slideoverlay h2 span {
      padding: 0.25rem 1.5rem 0.375rem 2.0rem;
      margin-bottom: 0.25rem; }
  .flexslider_stage .slideoverlay a.btn {
    padding: 0.8375rem 1.75rem; } }

@media (min-width: 1020px) {
  .flexslider_stage .slideoverlay h2 {
    font-size: 2.5rem;
    bottom: 24%; }
  .flexslider_stage .slideoverlay a.btn {
    bottom: 8%; } }

@media (min-width: 1280px) {
  .flexslider_stage .slideoverlay h2 {
    font-size: 3.0rem;
    bottom: 20%; }
    .flexslider_stage .slideoverlay h2 span {
      padding: 0.25rem 1.75rem 0.375rem 3.875rem; }
  .flexslider_stage .slideoverlay a.btn {
    bottom: 6%;
    left: 3.875rem; } }

@media (min-width: 1480px) {
  .flexslider_stage .slideoverlay h2 {
    bottom: 16%; }
  .flexslider_stage .slideoverlay a.btn {
    bottom: 6%; } }

.content .slideshow {
  margin-bottom: 3.0rem; }

.content * + .slideshow {
  margin-top: 3.5rem; }

.content > .icon_back {
  clear: left;
  margin-top: 1.5rem;
  padding-left: 2rem; }

.content > .icon_back:before {
  position: absolute;
  left: 0rem;
  top: -0.125rem;
  font-size: 1.125rem; }

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flexslider {
  margin: 0;
  padding: 0;
  z-index: 1;
  background: none;
  position: relative;
  zoom: 1; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative; }

.flex-multi {
  margin: 0.0rem 0 0rem 0; }

.flexslider .slides img {
  width: 100%;
  min-height: 100px !important;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  overflow: visible !important; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides li + li {
  margin-top: 0; }

.flex-multi .slides li {
  margin-right: 0 !important; }

.flex-multi .flex-viewport {
  padding: 1rem 0 2.125rem 0; }

@media (min-width: 544px) {
  .flex-multi .slides li {
    margin-right: 20px !important; } }

.flex-direction-nav {
  display: none; }

.flex-direction-nav {
  position: relative;
  height: 5em;
  width: 10em;
  margin-top: -0px;
  background-color: #005185; }

.flex-direction-nav li {
  height: 5em;
  width: 3em;
  float: left; }

.flex-direction-nav li + li {
  margin: 0;
  float: right; }

.flex-direction-nav a {
  display: block;
  width: 100%;
  height: 100%; }

.flex-direction-nav a:before {
  font-size: 0.75rem;
  color: #fff;
  position: absolute;
  left: 0.9375rem;
  top: 2rem;
  z-index: 1; }

.flex-direction-nav a.flex-prev:before {
  content: "\e001"; }

.flex-direction-nav a.flex-next:before {
  content: "\e002"; }

.flex-slidecounter {
  width: 10em;
  margin-top: -3.25em;
  text-align: center;
  color: #fff; }

.flex-control-nav {
  text-align: center;
  z-index: 3;
  margin-top: 1rem; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 30px;
  height: 6px;
  background-color: #d3e8fb; }

.flex-control-paging li a:hover {
  background-color: #005185; }

.flex-control-paging li a.flex-active {
  background-color: #005185; }

.flexslider .slideoverlay {
  width: 100%;
  height: 100%;
  z-index: 1; }
  .flexslider .slideoverlay > img {
    position: absolute;
    left: 0px;
    top: 0px; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.flex-slidecounter {
  display: none; }

.flexslider_content .slideoverlay p {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  color: #98a2b0;
  font-size: 1.0rem;
  margin: 0;
  padding: 0;
  top: 100%; }
  .flexslider_content .slideoverlay p span {
    display: inline-block;
    padding: 1.75rem; }

.slidevideo a.icon_play, .inlinevideo a.icon_play {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.slidevideo a.icon_play:before, .inlinevideo a.icon_play:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 70px;
  margin: -34px 0 0 -20px;
  font-size: 3.0rem;
  color: rgba(255, 255, 255, 0.8); }

.slidevideo a.icon_play:hover:before, .inlinevideo a.icon_play:hover:before {
  color: white; }

.slidevideo .video, .inlinevideo .video {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .slidevideo .video iframe, .inlinevideo .video iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0; }

.flexslider_content .slideoverlay.slidevideo {
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

@media (min-width: 768px) {
  .flexslider_content .slideoverlay {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; }
    .flexslider_content .slideoverlay > p {
      width: auto;
      height: 80px;
      margin-left: 10em; }
      .flexslider_content .slideoverlay > p span {
        top: 50%;
        transform: translateY(-50%); }
  .flexslider_content .flex-control-nav {
    display: none; }
  .flexslider_content .flex-direction-nav {
    display: block; }
  .flex-slidecounter {
    display: block; } }

.loesungen {
  padding: 0em 0 3em 0;
  background-position: right center;
  background-repeat: no-repeat; }
  .loesungen .accordion {
    margin-top: 0rem; }
    .loesungen .accordion h6 {
      font-family: 'AzoSansBold',Arial, sans;
      font-weight: 400; }
    .loesungen .accordion .panel-collapse {
      margin-top: 1.5rem; }
    .loesungen .accordion .btn {
      margin-bottom: 1.0rem; }
  .loesungen .bgimg {
    position: absolute;
    right: 0;
    top: 4rem;
    width: 300px;
    height: 0;
    padding-top: 110%;
    display: none;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
    .loesungen .bgimg > div {
      position: absolute;
      left: 0px;
      top: 0px;
      display: none;
      width: 100%;
      height: 0;
      padding-top: 110%; }
    .loesungen .bgimg > div.active {
      display: block; }
    .loesungen .bgimg > div > span {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 100%;
      height: 100%;
      background-position: right top;
      background-size: 100% auto;
      background-repeat: no-repeat; }

.loesungen__listwrapper {
  padding: 0 0 0 2.75rem; }
  .loesungen__listwrapper > a {
    display: inline-block;
    font-size: 1.25rem;
    padding: 0.375rem 1.25rem 0.4375rem 1.25rem;
    margin-bottom: 0.5rem;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .loesungen__listwrapper > a.active {
    background-color: #005185;
    color: #fff; }

.loesungen__detail {
  display: none;
  position: absolute;
  left: 0;
  top: 0.5rem; }

.loesungen__detail.active {
  display: block; }

h3.tag:before {
  content: "\e01d"; }

@media (min-width: 1020px) {
  body:not(.navmode) .loesungen .bgimg {
    display: block; } }

@media (min-width: 1280px) {
  .loesungen {
    background-size: 380px auto; }
  body:not(.navmode) .loesungen .bgimg {
    width: 380px; }
  .navmode .loesungen .bgimg {
    display: block; } }

@media (min-width: 1480px) {
  body:not(.navmode) .loesungen .bgimg {
    top: 2rem;
    width: 440px; }
  .navmode .loesungen .bgimg {
    width: 360px; } }

@media (min-width: 1600px) {
  body:not(.navmode) .loesungen .bgimg {
    top: 0rem;
    width: 500px; } }

.produktberater {
  min-height: 400px;
  padding: 0 0 4em 0; }
  .produktberater .full .col {
    height: 320px; }
  .produktberater .orange {
    color: #303234; }
    .produktberater .orange a {
      display: block;
      width: 100%;
      height: 100%;
      color: #303234; }
  .produktberater h6 {
    text-align: center;
    padding: 2em 0; }
  .produktberater .triangle > img {
    width: 100%;
    height: 100%; }

@media (min-width: 1280px) {
  .produktberater {
    padding-top: 2em; } }

.news {
  padding: 1rem 0 4rem 0; }
  .news .icon_more {
    display: inline-block;
    float: right;
    font-size: 1.125rem;
    margin-top: 1.5rem;
    padding-right: 4rem; }
  .news .icon_more:after {
    position: absolute;
    right: 0.25rem;
    top: -1.25rem;
    font-size: 2.75rem; }

.news + .news {
  padding-top: 0; }

.news__entry {
  display: block;
  background-color: #fff;
  margin-bottom: 1.25em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.news__content > img {
  width: 100%;
  height: auto; }

.news__content > div {
  padding: 1.5em 1.5em; }

.news__content p {
  color: #303234;
  font-size: 1.125rem;
  margin: 0; }

.news__content p.meta {
  font-size: 0.875rem;
  margin-bottom: 0.5rem; }

.news__content p + p.meta {
  margin: 0.5rem 0 0 0; }

.news__entry:hover p:not(.meta) {
  color: #005185;
  text-decoration: underline; }

@media (min-width: 768px) {
  .news__entry {
    height: 0px;
    padding-top: 124%; }
  .news__content {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; } }

@media (min-width: 1020px) {
  .news__entry {
    padding-top: 134%; }
  .navmode .news__entry {
    padding-top: 126%; } }

@media (min-width: 1280px) {
  .news__entry {
    padding-top: 110%; }
  .news__content p {
    font-size: 1.25rem; }
  .navmode .news__entry {
    padding-top: 132%; }
  .navmode .news__content p:not(.meta) {
    font-size: 1.125rem; } }

@media (min-width: 1480px) {
  .news__entry {
    padding-top: 96%; } }

@media (min-width: 1600px) {
  .navmode .news__entry {
    padding-top: 110%; }
  .navmode .news__content p:not(.meta) {
    font-size: 1.25rem; } }

.homag-gruppe {
  padding: 2em 0 4em 0; }
  .homag-gruppe .col {
    text-align: center; }

.homag-gruppe__map {
  width: 200%;
  left: -50%;
  height: 0px;
  padding-top: 152%; }
  .homag-gruppe__map > img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto; }

.homag-gruppe__text {
  position: absolute; }
  .homag-gruppe__text p {
    text-align: center;
    font-size: 0.8375rem;
    max-width: 100%;
    margin: 0 auto 1.25rem auto; }
  .homag-gruppe__text p.abstract {
    font-size: 1.125rem; }
  .homag-gruppe__text .highlight {
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400;
    color: #005185; }

@media (min-width: 448px) {
  .homag-gruppe__map {
    padding-top: 80.0%; } }

@media (min-width: 544px) {
  .homag-gruppe__text p {
    font-size: 1.0rem;
    max-width: 80%; }
  .homag-gruppe__text p.abstract {
    font-size: 1.375rem;
    line-height: 1.5em; } }

@media (min-width: 768px) {
  .homag-gruppe__map {
    width: 120%;
    left: -10%;
    padding-top: 46.0%; } }

@media (min-width: 1020px) {
  .homag-gruppe__map {
    width: 100%;
    left: 0;
    padding-top: 52.0%; }
  .homag-gruppe__text p {
    font-size: 1.125rem;
    max-width: 84%;
    margin: 0 auto 1.5rem auto; }
  .homag-gruppe__text p.abstract {
    font-size: 1.625rem;
    line-height: 2.0em; }
  .homag-gruppe__text .highlight {
    display: inline-block;
    background-color: #005185;
    color: #fff;
    padding: 0.0rem 1.0rem;
    font-family: 'AzoSansRegular',Arial, sans;
    font-weight: 400; }
  .navmode .homag-gruppe__map {
    padding-top: 84.0%; } }

@media (min-width: 1280px) {
  .homag-gruppe {
    padding-top: 4em; }
  .homag-gruppe__map {
    padding-top: 44.0%; }
  .navmode .homag-gruppe__map {
    padding-top: 62.0%; }
  .homag-gruppe__text p {
    font-size: 1.125rem;
    max-width: 64%;
    margin: 0 auto 1.5rem auto; }
  .homag-gruppe__text p.abstract {
    font-size: 1.75rem;
    line-height: 2.0em; }
  .homag-gruppe__text .highlight {
    padding: 0.0rem 1rem; } }

@media (min-width: 1600px) {
  .navmode .homag-gruppe__map {
    padding-top: 42.0%; } }

.list-brands > a {
  display: inline-block;
  margin: 0.5rem 4rem 1rem 0; }

.arbeiten {
  padding: 1em 0 4em 0; }
  .arbeiten .col.col-lg-12 {
    padding: 0; }
  .arbeiten .form-group-select {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.75rem; }
    .arbeiten .form-group-select select {
      background: #fff;
      color: #00395d; }
  .arbeiten .form-group-select:after {
    color: #00395d; }
  .arbeiten button {
    width: 100%;
    margin: 0.25rem 0 0 0;
    padding: 0.5375rem 0; }
  .arbeiten button:hover {
    padding: 0.5rem 0 0.5375rem 0; }

.arbeiten__video {
  height: 0px;
  padding-top: 56%; }

.arbeiten__video .arbeiten__content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.arbeiten__content > img {
  width: 100%;
  height: auto; }

.arbeiten__content .inlinevideo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0; }

.arbeiten__content.valign {
  top: auto;
  transform: translateY(0); }

select option > span {
  color: #ff3300; }

@media (min-width: 1020px) {
  .arbeiten__entry {
    height: 0px;
    padding-top: 56%; }
  .arbeiten__content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
  .arbeiten__content.valign {
    top: 50%;
    transform: translateY(-50%);
    height: auto; }
  .arbeiten__content.padding {
    padding: 0 2.5rem; }
  .arbeiten h3 {
    margin-bottom: 0.5rem; }
  .arbeiten .form-group-select {
    margin-bottom: 0.25rem; } }

@media (min-width: 1280px) {
  .arbeiten {
    padding-top: 3em; }
  .navmode .arbeiten__content h3 {
    font-size: 1.5rem; }
  .navmode .arbeiten__content h3 + p {
    margin: -0.5rem 0 0.125rem 0; }
  .arbeiten__content.padding {
    padding: 0 4.0rem; }
  .navmode .arbeiten__content.padding {
    padding: 0 2.0rem; } }

@media (min-width: 1600px) {
  .navmode .arbeiten__content h3 {
    font-size: 1.75rem; }
  .navmode .arbeiten__content h3 + p {
    margin: 0rem 0 0.75rem 0; } }

.pagecontent {
  padding: 10em 0 4em 0; }

.stage + .pagecontent, .blue + .pagecontent {
  padding-top: 4em; }

.stage + .blue {
  margin-top: -1rem; }

.homepage .stage {
  margin-bottom: 3rem; }
  .homepage .stage .slides {
    background-color: #fff; }

@media (min-width: 1280px) {
  .homepage .stage {
    margin-bottom: 4rem; } }

ul.meta {
  display: block;
  width: 100%;
  margin: 0 0 1.0rem 0; }
  ul.meta li {
    position: relative; }
  ul.meta li + li {
    margin: 0 0 0 0.875rem;
    padding-left: 0.875rem; }
  ul.meta li + li:before {
    display: block;
    content: " ";
    position: absolute;
    left: 0rem;
    top: 0.25rem;
    width: 1px;
    height: 16px;
    background-color: #303234; }

ul.meta + img {
  margin: 0 0 2.125rem 0; }

.related {
  padding: 4em 0 4em 0; }

.teaser {
  display: block;
  height: 0px;
  padding-top: 56%;
  background-color: #fff;
  padding-bottom: 4.5rem;
  margin-bottom: 1.25rem; }

.teaser:hover p {
  color: #005185;
  text-decoration: underline; }

.teaser__content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }
  .teaser__content p {
    margin: 0;
    padding: 1.25em 2em; }

.teaser__image > img {
  width: 100%; }

.teaser-double {
  background-color: #fff;
  margin-bottom: 2.0rem; }

.content .teaser-double {
  margin-top: 2.5rem; }

.teaser-double__image > img {
  width: 100%; }

.teaser-double__content {
  padding: 2.5em 2em; }
  .teaser-double__content p {
    margin: 0 0 0.5rem 0;
    padding: 0; }

@media (min-width: 1280px) {
  .col > .teaser-double .teaser-double__image > img {
    width: 50%; }
  .col > .teaser-double .teaser-double__content {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    padding: 1.25em 4em; }
  .navmode .col > .teaser-double .teaser-double__content {
    padding: 0rem 2rem; }
    .navmode .col > .teaser-double .teaser-double__content h4 {
      font-size: 1.375rem;
      margin-bottom: 0.5rem; }
    .navmode .col > .teaser-double .teaser-double__content p {
      margin-bottom: 0.125rem; } }

@media (min-width: 1600px) {
  .navmode .col > .teaser-double .teaser-double__content {
    padding: 0rem 4rem; }
    .navmode .col > .teaser-double .teaser-double__content h4 {
      font-size: 1.5rem;
      margin-bottom: 0.75rem; }
    .navmode .col > .teaser-double .teaser-double__content p {
      margin-bottom: 0.5rem; } }

.marginal {
  padding: 0.75em 0 4em 0; }

.teaser-marginal {
  margin: 0 0 2em 0; }
  .teaser-marginal > img, .teaser-marginal > a > img {
    width: 100%; }

.teaser-marginal__content {
  padding: 3em 2em; }
  .teaser-marginal__content p {
    margin: 0 0 1.25em 0; }
  .teaser-marginal__content .btn.btn-outline {
    width: 100%;
    margin: 0 0.75em 0.75em 0; }

.teaser-marginal__list > a {
  display: block;
  padding: 0.75em 0;
  border-top: 1px solid #98a2b0;
  border-right: 0 solid #98a2b0;
  border-bottom: 1px solid #98a2b0;
  border-left: 0 solid #98a2b0;
  margin-top: -1px; }

.teaser-marginal__list > a.icon {
  padding-left: 2.75em; }

.teaser-marginal__list > a.icon:before {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 1.25rem; }

.teaser-marginal__list > a.icon.icon_download:before {
  top: 0.4875rem;
  font-size: 1.375rem; }

.teaser-marginal.blue * {
  color: #fff; }

.blue .teaser-marginal__list > a {
  border-top: 1px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #fff; }

.white .teaser-marginal__list > a {
  border-top: 1px solid #005185;
  border-right: 0 solid #005185;
  border-bottom: 1px solid #005185;
  border-left: 0 solid #005185; }

.teaser-contact {
  margin: 0 0 2rem 0; }

.teaser-contact__image {
  overflow: hidden; }
  .teaser-contact__image > img {
    width: 100%; }

.teaser-contact__content {
  padding: 1.75rem 1.5rem 2.0rem 1.5rem; }
  .teaser-contact__content h3 {
    font-size: 1.5rem;
    line-height: 1.35em; }
  .teaser-contact__content h5 {
    font-size: 1.0rem;
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400;
    margin: 0; }
  .teaser-contact__content p {
    margin: 0 0 1.25rem 0; }
  .teaser-contact__content .btn.btn-outline {
    width: 100%;
    margin: 0 0.75em 0.75em 0; }

.teaser-contact__list {
  border-top: 1px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 0 solid #fff;
  padding: 1.125rem 0 1.25rem 0;
  margin: 1.125rem 0 1.75rem 0; }
  .teaser-contact__list * + * {
    margin-top: 0.6875rem; }
  .teaser-contact__list > a {
    display: block;
    font-size: 1.0rem; }
  .teaser-contact__list > a.icon {
    padding-left: 2.0rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .teaser-contact__list > a.icon:before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 1rem;
    height: 1rem;
    font-size: 1.0rem; }

.teaser-contact.blue * {
  color: #fff; }

@media (min-width: 768px) {
  .teaser-contact.half .teaser-contact__image, .teaser-contact.full .teaser-contact__image {
    width: 50%; }
    .teaser-contact.half .teaser-contact__image > img, .teaser-contact.full .teaser-contact__image > img {
      width: auto;
      margin-left: 50%;
      transform: translateX(-50%); }
  .teaser-contact.half .teaser-contact__content, .teaser-contact.full .teaser-contact__content {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    padding: 2.75rem 2.25rem 2.0rem 2.25rem; } }

@media (min-width: 1020px) {
  body:not(.navmode):not(.schuler) .teaser-contact.half .teaser-contact__content, body:not(.navmode):not(.schuler) .teaser-contact.full .teaser-contact__content {
    padding: 2.0rem 3.0rem 2.0rem 3.0rem; }
    body:not(.navmode):not(.schuler) .teaser-contact.half .teaser-contact__content h3, body:not(.navmode):not(.schuler) .teaser-contact.full .teaser-contact__content h3 {
      font-size: 2.0rem; }
    body:not(.navmode):not(.schuler) .teaser-contact.half .teaser-contact__content h5, body:not(.navmode):not(.schuler) .teaser-contact.full .teaser-contact__content h5 {
      font-size: 1.25rem; }
  body:not(.navmode):not(.schuler) .teaser-contact.half .teaser-contact__list > a, body:not(.navmode):not(.schuler) .teaser-contact.full .teaser-contact__list > a {
    font-size: 1.25rem; }
  body:not(.navmode):not(.schuler) .teaser-contact.half .teaser-contact__list > a.icon, body:not(.navmode):not(.schuler) .teaser-contact.full .teaser-contact__list > a.icon {
    padding-left: 2.25rem; }
  body:not(.navmode):not(.schuler) .teaser-contact.half .teaser-contact__list > a.icon:before, body:not(.navmode):not(.schuler) .teaser-contact.full .teaser-contact__list > a.icon:before {
    top: 0.0625rem;
    font-size: 1.25rem; }
  .icon_contact-phone {
    pointer-events: none; }
  .icon_contact-phone:hover {
    text-decoration: none; } }

@media (min-width: 1280px) {
  body:not(.navmode) .teaser-contact.half .teaser-contact__content {
    padding: 2.75rem 2.0rem 2.0rem 2.0rem; }
    body:not(.navmode) .teaser-contact.half .teaser-contact__content h3 {
      font-size: 1.5rem; }
    body:not(.navmode) .teaser-contact.half .teaser-contact__content h5 {
      font-size: 1.0rem; }
  body:not(.navmode) .teaser-contact.half .teaser-contact__list > a {
    font-size: 1.0rem; }
  body:not(.navmode) .teaser-contact.half .teaser-contact__list > a.icon {
    padding-left: 2.0rem; }
  body:not(.navmode) .teaser-contact.half .teaser-contact__list > a.icon:before {
    top: 0;
    font-size: 1.0rem; } }

@media (min-width: 1480px) {
  body:not(.navmode) .marginal .teaser-contact__content {
    padding: 2.0rem 2.0rem 2.25rem 2.0rem; }
    body:not(.navmode) .marginal .teaser-contact__content h3 {
      font-size: 2.0rem; }
    body:not(.navmode) .marginal .teaser-contact__content h5 {
      font-size: 1.25rem; }
  body:not(.navmode) .marginal .teaser-contact__list > a {
    font-size: 1.25rem; }
  body:not(.navmode) .marginal .teaser-contact__list > a.icon {
    padding-left: 2.25rem; }
  body:not(.navmode) .marginal .teaser-contact__list > a.icon:before {
    top: 0.0625rem;
    font-size: 1.25rem; }
  body:not(.navmode) .teaser-contact.full .teaser-contact__content {
    padding: 3rem 4.0rem 2.0rem 4.0rem; }
  .teaser-contact.full .teaser-contact__content {
    padding: 2.0rem 3.0rem 2.0rem 3.0rem; }
    .teaser-contact.full .teaser-contact__content h3 {
      font-size: 2.0rem; }
    .teaser-contact.full .teaser-contact__content h5 {
      font-size: 1.25rem; }
  .teaser-contact.full .teaser-contact__list > a {
    font-size: 1.25rem; }
  .teaser-contact.full .teaser-contact__list > a.icon {
    padding-left: 2.25rem; }
  .teaser-contact.full .teaser-contact__list > a.icon:before {
    top: 0.0625rem;
    font-size: 1.25rem; }
  .teaser-contact.half .teaser-contact__content {
    padding: 2.25rem 2.5rem 2.0rem 2.5rem; }
    .teaser-contact.half .teaser-contact__content h3 {
      font-size: 1.625rem; } }

.contactlist__entry {
  padding: 0 0 1rem 0;
  margin: 0 0 3rem 0;
  border-top: 0 solid #98a2b0;
  border-right: 0 solid #98a2b0;
  border-bottom: 1px solid #98a2b0;
  border-left: 0 solid #98a2b0; }
  .contactlist__entry h5 {
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400;
    padding: 0 0 0.875rem 0;
    margin: 0 0 1.25rem 0;
    border-top: 0 solid #98a2b0;
    border-right: 0 solid #98a2b0;
    border-bottom: 1px solid #98a2b0;
    border-left: 0 solid #98a2b0; }

h4 + .contactlist__entry {
  padding-top: 2rem; }

.contactlist__image {
  margin: 0 0 1.0rem 0; }

.contactlist__content p {
  margin: 0 0 0.25rem 0; }

.contactlist__content a.icon {
  padding-left: 1.5rem;
  font-size: 0.9375rem; }

.contactlist__content a.icon:before {
  position: absolute;
  left: 0;
  top: -0.125rem; }

@media (min-width: 768px) {
  .contactlist__entry {
    padding: 0 0 1.25rem 0; }
  .contactlist__entry h5 {
    margin: 0 0 1.5rem 0;
    padding: 0 0 1.0rem 0; }
  .contactlist__image {
    display: inline-block;
    width: 36%;
    vertical-align: top; }
  .contactlist__content {
    display: inline-block;
    width: 60%;
    vertical-align: top; } }

@media (min-width: 1280px) {
  .contactlist__entry {
    margin: 0 0 4rem 0; }
  .contactlist__image {
    width: 30%; } }

.teaser-vario {
  margin: 0 0 1.5rem 0; }

.teaser-vario__image {
  height: 0px;
  padding-top: 56%;
  overflow: hidden; }
  .teaser-vario__image > img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%; }

.teaser-vario__content {
  padding: 2.25rem 2rem 2.75rem 2rem; }

.teaser-vario__list > a {
  display: block;
  padding: 0.75em 0;
  border-top: 1px solid #98a2b0;
  border-right: 0 solid #98a2b0;
  border-bottom: 1px solid #98a2b0;
  border-left: 0 solid #98a2b0;
  margin-top: -1px; }

.teaser-vario__list > a.icon {
  padding-left: 2.75em; }

.teaser-vario__list > a.icon:before {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 1.25rem; }

.teaser-vario.blue * {
  color: #fff; }

.teaser-vario.grey {
  background-color: #d3e8fb; }

@media (min-width: 1280px) {
  .teaser-vario {
    height: 528px; }
  .teaser-vario__content {
    padding-left: 3rem;
    padding-right: 3rem; }
  .teaser-vario__content:first-child {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 1280px) {
  .teaser-vario {
    height: 400px; }
  .teaser-vario__image {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 36%;
    height: 100%;
    padding-top: 0; }
    .teaser-vario__image > img {
      position: absolute;
      right: 0px;
      top: 0px;
      left: auto;
      width: auto; }
  .teaser-vario__image + .teaser-vario__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 64%;
    padding-top: 0;
    padding-bottom: 0; } }

@media (min-width: 1480px) {
  .teaser-vario__content {
    padding-left: 4rem;
    padding-right: 4rem; } }

.form-productfilter .form-group-select {
  width: auto;
  max-width: 550px;
  margin-bottom: 1.25rem;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  background-color: #fff;
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 2px solid #bec6d1;
  border-left: 1px solid #bec6d1; }
  .form-productfilter .form-group-select select {
    background: #fff;
    color: #00395d; }

.form-productfilter .form-group-select:after {
  top: 1.0625rem;
  font-size: 0.9375rem;
  color: #00395d; }

.form-productfilter .form-check-inline {
  margin-bottom: 0.875rem; }

.form-productfilter .form-check-input:not(:checked), .form-productfilter .form-check-input:checked {
  position: absolute;
  left: -9999px; }

.form-productfilter .form-check-input:not(:checked) + label, .form-productfilter .form-check-input:checked + label {
  position: relative;
  padding: 4px 0 0 46px;
  cursor: pointer; }

.form-productfilter .form-check-input:not(:checked) + label:before, .form-productfilter .form-check-input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 30px;
  height: 30px;
  border: 1px solid #bec6d1;
  background: #fff; }

.form-productfilter .form-check-input:not(:checked) + label:after, .form-productfilter .form-check-input:checked + label:after {
  content: '\e024';
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 18px;
  line-height: 0.8;
  color: #00395d;
  transition: all .2s; }

.form-productfilter .form-check-input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

.form-productfilter .form-check-input:checked + label:after {
  opacity: 1;
  transform: scale(1); }

.form-productfilter .form-check-input:disabled:not(:checked) + label:before, .form-productfilter .form-check-input:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

.form-productfilter .form-check-input:disabled:checked + label:after {
  color: #999; }

.form-productfilter .form-check-input:disabled + label {
  color: #aaa; }

.form-productfilter .form-check-input:checked:focus + label:before, .form-productfilter .form-check-input:not(:checked):focus + label:before {
  border: 1px dotted blue; }

.form-productfilter .form-check-input + label:hover:before {
  border: 1px solid #4778d9 !important; }

.product__resultcounter {
  font-size: 1.225rem;
  padding: 1.75rem 0 0.5rem 0; }
  .product__resultcounter > span {
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400; }

.form-group + p.product__resultcounter {
  margin-top: -1rem;
  padding-top: 0.0rem; }

.products {
  background-color: #fff;
  padding: 2.5rem 0 0rem 0;
  margin-bottom: 3.0rem; }
  .products .col > h2 {
    font-size: 1.75rem;
    margin-bottom: 1.25rem; }
  .products .col > p {
    font-size: 1.0rem;
    line-height: 1.4em;
    margin-bottom: 2.25rem; }

.products__entry {
  display: block;
  background-color: #fff;
  margin-bottom: 2.0rem;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1; }

a.products__entry:active, a.products__entry:focus, a.products__entry:visited {
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1; }

.products__content > img {
  width: 100%;
  height: auto; }

.products__content > div {
  padding: 1.25em 1.5em; }

.products__content h5 {
  line-height: 1.4em;
  margin-bottom: 0.4375rem; }

.products__content p {
  color: #303234;
  font-size: 0.875rem;
  margin: 0; }

.products__entry:hover p:not(.meta) {
  color: #00395d;
  text-decoration: underline; }

@media (min-width: 768px) {
  .productfilter {
    padding: 1.125rem 0; }
  .form-productfilter .form-group, .form-productfilter .form-check-inline {
    float: left; }
  .form-productfilter .form-group-select {
    margin: 0 3.5rem 0 0; }
  .form-productfilter .form-check-inline {
    margin: 0.75rem 2.5rem 0 0; }
  .products .col > h2 {
    font-size: 2.25rem; }
  .products .col > p, .products .col > ul > li {
    font-size: 1.125rem; }
  .products__entry {
    height: 0px;
    padding-top: 110%; }
  .products__content {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; } }

@media (min-width: 1020px) {
  .products__entry {
    padding-top: 122%; }
  .navmode .products__entry {
    padding-top: 110%; } }

@media (min-width: 1280px) {
  .productfilter {
    padding: 1.75rem 0; }
  .form-productfilter .form-group-select {
    margin-right: 4.5rem;
    padding: 0.625rem 2.5rem 0.625rem 0.875rem; }
    .form-productfilter .form-group-select select {
      font-size: 1.25rem; }
  .form-productfilter .form-group-select:after {
    top: 1.25rem;
    font-size: 1.0rem; }
  .form-productfilter .form-check-inline {
    margin: 1.125rem 3.25rem 0 0; }
  .form-productfilter .form-check-input:not(:checked) + label, .form-productfilter .form-check-input:checked + label {
    font-size: 1.25rem;
    padding: 1px 0 0 50px; }
  .products .col > h2 {
    font-size: 3.125rem; }
  .products .col > p, .products .col > ul > li {
    font-size: 1.25rem; }
  .products__entry {
    padding-top: 104%;
    margin-bottom: 3.0rem; }
  .navmode .products__entry {
    padding-top: 136%; }
  .products__content p {
    font-size: 1.0rem; } }

@media (min-width: 1480px) {
  .products__entry {
    padding-top: 96%; } }

@media (min-width: 1600px) {
  .navmode .products__entry {
    padding-top: 106%; } }

.productfinder {
  padding: 2.5rem 0; }
  .productfinder .tab-pane {
    padding: 2.5rem 1.5rem; }
  .productfinder .form-group {
    clear: left;
    float: none;
    display: block;
    margin: 0 0 1.125rem 0; }
  .productfinder .form-group-select {
    clear: left;
    float: none;
    margin: 0 0 1.125rem 0; }
    .productfinder .form-group-select select {
      font-size: 1.125rem; }
  .productfinder .form-check-input:not(:checked) + label, .productfinder .form-check-input:checked + label {
    font-size: 1.125rem; }
  .productfinder button {
    display: block;
    clear: left;
    margin: 1.875rem 0 4rem 0;
    font-size: 1.125rem; }

@media (min-width: 768px) {
  .productfinder .products__entry {
    padding-top: 134%; } }

@media (min-width: 1020px) {
  .productfinder .products__entry {
    padding-top: 152%; }
  .navmode .productfinder .products__entry {
    padding-top: 134%; } }

@media (min-width: 1280px) {
  .productfinder .products__entry {
    padding-top: 112%; }
  .navmode .productfinder .products__entry {
    padding-top: 164%; } }

@media (min-width: 1480px) {
  .productfinder .products__entry {
    padding-top: 96%; } }

@media (min-width: 1600px) {
  .navmode .productfinder .products__entry {
    padding-top: 114%; } }

.product-detail {
  z-index: 2;
  padding: 0 0 4rem 0; }
  .product-detail .row + .row {
    margin-top: 2rem; }
  .product-detail .accordion .panel {
    padding: 2.0rem 0rem; }
  .product-detail .accordion .panel-heading a:after {
    font-size: 1.5rem;
    right: 0.0rem; }
  .product-detail .accordion .panel-collapse {
    margin-top: 2.0rem; }

.col.product-detail__info {
  background-color: #fff; }
  .col.product-detail__info > div {
    padding: 2.0rem 0.5rem; }
  .col.product-detail__info h1 {
    margin-bottom: 0.5rem; }
  .col.product-detail__info h4 {
    margin-bottom: 1.125rem; }
  .col.product-detail__info p {
    margin-bottom: 2.0rem; }

.col.product-detail__slideshow {
  padding: 0; }

.product-detail__highlights {
  padding: 4.0rem 0 4.5rem 0; }
  .product-detail__highlights h3, .product-detail__highlights li:before {
    color: #fcdc5a; }
  .product-detail__highlights h3:before {
    color: #303234; }
  .product-detail__highlights h3 {
    margin-bottom: 2.0rem; }
  .product-detail__highlights li {
    position: relative;
    margin: 0;
    padding: 1.625rem 0.5rem 1.625rem 4.25rem;
    border-top: 1px solid #303234;
    border-right: 0 solid #303234;
    border-bottom: 1px solid #303234;
    border-left: 0 solid #303234; }
  .product-detail__highlights li:before {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    font-size: 2.5rem; }
  .product-detail__highlights li + li {
    margin-top: -1px; }

.product-detail__functions li {
  position: relative;
  margin: 0;
  padding: 1.625rem 0 0 0;
  border-top: 1px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 0 solid #ccc;
  border-left: 0 solid #ccc; }

.product-detail__functions li + li {
  margin-top: 1.625rem; }

.product-detail__functions img.right {
  float: right;
  margin: 0 0 1rem 1rem; }

.product-detail__specs {
  padding: 4.0rem 0; }

@media (min-width: 448px) {
  .col.product-detail__info {
    margin-top: -2rem; } }

@media (min-width: 544px) {
  .col.product-detail__info > div {
    padding: 2.0rem 1.5rem; } }

@media (min-width: 768px) {
  .col.product-detail__info {
    margin-top: -3rem; } }

@media (min-width: 1020px) {
  .col.product-detail__info {
    margin-top: -5rem; }
    .col.product-detail__info > div {
      padding: 4.0rem 4.25rem; }
  .col.product-detail__slideshow {
    margin-top: 1.5rem; } }

@media (min-width: 1280px) {
  .col.product-detail__info h1 {
    font-size: 2.0rem; }
  .col.product-detail__info h4 {
    font-size: 1.25rem; } }

.quicklink {
  display: block;
  height: auto;
  background-color: #005185;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
  padding: 1.5rem 1.25rem;
  margin: 0 0 1px 0; }
  .quicklink p {
    width: 100%;
    margin: 0;
    padding: 0 0 0 3rem;
    font-size: 1.0rem;
    line-height: 1.4em; }
  .quicklink p.icon:before {
    position: absolute;
    left: 0rem;
    top: 50%;
    width: 2rem;
    height: 2rem;
    margin-top: -0.75rem;
    font-size: 1.75rem; }
  .quicklink p:not(.icon) {
    top: 50%;
    transform: translateY(-50%); }

.quicklink:hover {
  background-color: #00395d;
  color: #fff;
  text-decoration: none; }

@media (min-width: 544px) {
  .quicklink {
    height: 110px;
    margin: 0 0 1.5rem 0;
    padding: 0 1.25rem; }
    .quicklink p {
      top: 50%;
      transform: translateY(-50%); } }

@media (min-width: 768px) {
  .quicklink {
    height: 80px;
    padding: 0 1.75rem; } }

@media (min-width: 1020px) {
  .quicklink {
    height: 100px; }
    .quicklink p {
      font-size: 1.125rem;
      padding-left: 3.5rem; }
    .quicklink p.icon:before {
      font-size: 2.0rem; } }

@media (min-width: 1280px) {
  .quicklink {
    height: 170px; }
    .quicklink p {
      padding: 6.125rem 0 0 0;
      font-size: 1.125rem;
      text-align: center;
      top: auto;
      transform: translateY(0); }
    .quicklink p.icon:before {
      top: 3.75rem;
      left: 50%;
      margin-left: -1.25rem;
      font-size: 2.75rem; } }

.hr-portal .row {
  margin-top: 1rem; }

.hr-portal .row + .row {
  margin-top: 4rem; }

.col.hr-portal__info {
  background-color: #fff; }
  .col.hr-portal__info > div {
    padding: 2.0rem 0.5rem; }
  .col.hr-portal__info h1 {
    margin-bottom: 0.5rem; }
  .col.hr-portal__info h4 {
    margin-bottom: 1.125rem; }
  .col.hr-portal__info p {
    margin-bottom: 2.0rem; }

.col.hr-portal__slideshow {
  padding: 0; }

.job-offers {
  padding: 2.0rem 1.5rem 0.25rem 1.5rem; }
  .job-offers h4 {
    margin-bottom: 1.25rem; }
  .job-offers .form-group-select {
    width: 100%;
    background-color: #fff;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.25rem; }
    .job-offers .form-group-select select {
      background: #fff;
      color: #00395d; }
  .job-offers .form-group-select:after {
    color: #00395d; }
  .job-offers .btn.btn-outline {
    width: 100%;
    position: relative;
    padding: 0.5375rem 0 0.625rem 0;
    margin: 0.75rem 0 1.5rem 0; }

@media (min-width: 544px) {
  .col.hr-portal__info > div {
    padding: 2.0rem 1.5rem; }
  .job-offers {
    padding: 2.75rem 2.0rem 2.0rem 2.0rem; } }

@media (min-width: 768px) {
  .job-offers {
    padding: 2.75rem 6.0rem 2.0rem 6.0rem; } }

@media (min-width: 1020px) {
  .col.hr-portal__info > div {
    padding: 4.0rem 4.25rem; }
  .col.hr-portal__slideshow {
    margin-top: 5rem; }
  body:not(.navmode) .job-offers {
    padding: 2.75rem 2.0rem 2.75rem 2.0rem; }
    body:not(.navmode) .job-offers .form-group-select {
      display: inline-block;
      vertical-align: top;
      width: 28%;
      margin: 0 0.625rem 0 0; }
    body:not(.navmode) .job-offers .btn.btn-outline {
      display: inline-block;
      vertical-align: top;
      width: 11%;
      margin: 0; } }

@media (min-width: 1280px) {
  .col.hr-portal__info h1 {
    font-size: 2.0rem; }
  .col.hr-portal__info h4 {
    font-size: 1.25rem; }
  body:not(.navmode) .job-offers {
    padding: 2.75rem 4.0rem 2.75rem 4.0rem; }
    body:not(.navmode) .job-offers .form-group-select {
      width: 26%;
      margin: 0 1.5rem 0 0; }
    body:not(.navmode) .job-offers .btn.btn-outline {
      width: 14%; } }

@media (min-width: 1480px) {
  body:not(.navmode) .job-offers {
    padding: 3.75rem 4.0rem; } }

.job-offers-filter {
  padding: 2.0rem 1.5rem 0rem 1.5rem; }
  .job-offers-filter h4 {
    margin-bottom: 1.25rem; }
  .job-offers-filter .form-group-select {
    width: 100%;
    background-color: #fff;
    padding: 0.25rem 0.75rem;
    margin-bottom: 0.25rem; }
    .job-offers-filter .form-group-select select {
      background: #fff;
      color: #00395d; }
  .job-offers-filter .form-group-select:after {
    color: #00395d; }
  .job-offers-filter .btn.btn-outline {
    width: 100%;
    position: relative;
    padding: 0.5375rem 0 0.625rem 0;
    margin: 0.75rem 0 1.5rem 0; }

@media (min-width: 544px) {
  .job-offers-filter {
    padding: 2.75rem 0.625rem 0.75rem 0.625rem; } }

@media (min-width: 768px) {
  .job-offers-filter {
    padding: 2.75rem 6.0rem 1.5rem 6.0rem; } }

@media (min-width: 1020px) {
  body:not(.navmode) .job-offers-filter {
    padding: 2.75rem 0rem 2.5rem 0rem; }
    body:not(.navmode) .job-offers-filter .form-group-select {
      display: inline-block;
      vertical-align: top;
      width: 26%;
      margin: 0 1.375rem 0 0; }
    body:not(.navmode) .job-offers-filter .btn.btn-outline {
      display: inline-block;
      vertical-align: top;
      width: 12%;
      margin: 0; } }

@media (min-width: 1280px) {
  .form-group-select {
    margin: 0 1.75rem 0 0; }
  body:not(.navmode) .job-offers-filter .btn.btn-outline {
    width: 15%; } }

.job-offer-entry {
  margin-bottom: 1.375rem; }
  .job-offer-entry h6 {
    color: #575f6a;
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400;
    margin-bottom: 0.5rem; }
  .job-offer-entry h4 {
    color: #00395d;
    margin-bottom: 0.625rem; }
  .job-offer-entry p {
    color: #303234;
    margin-bottom: 0; }
  .job-offer-entry a:hover {
    text-decoration: none; }
    .job-offer-entry a:hover h4 {
      text-decoration: underline; }

.job-offer-entry + .job-offer-entry {
  border-top: 1px solid #bec6d1;
  padding-top: 1.25rem; }

.teaser-badge {
  margin: 0 0 2rem 0; }

* + .teaser-badge {
  padding-top: 1.5rem; }

.teaser-badge__image {
  margin: 0 0 2rem 0; }
  .teaser-badge__image > img {
    max-width: 100%; }

.teaser-badge__content h1 {
  margin-bottom: 0.75rem; }

.teaser-badge__content .abstract {
  margin-bottom: 1.0rem; }

@media (min-width: 544px) {
  .teaser-badge__image {
    float: left;
    margin: 0 2.5rem 2rem 0;
    height: 100%;
    max-width: 40%; } }

.teaser-info {
  background-color: #fff;
  padding: 1.5rem 2rem 2.25rem 2rem;
  margin: 2rem 0 2rem 0; }
  .teaser-info p.abstract {
    margin: 0 0 1.625rem 0; }
  .teaser-info p + .btn {
    margin-top: 0.0rem; }

.teaser-info__content p {
  margin: 0 0 1.625rem 0; }

.teaser-info__image {
  margin: 0 0 1.75rem 0; }
  .teaser-info__image img {
    max-width: 100%; }

.teaser-info.smallimg * {
  text-align: center; }

.teaser-info.smallimg .teaser-info__image {
  float: none;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 200px;
  margin: -1.5rem 0 0.5rem 0;
  padding: 0; }

@media (min-width: 544px) {
  .teaser-info.smallimg {
    width: 46%;
    height: 414px;
    display: inline-block;
    vertical-align: top;
    padding: 1.75rem 1rem 2.5rem 1rem;
    margin: 1.0rem 0 1.5rem 0; }
    .teaser-info.smallimg .teaser-info__content {
      float: none;
      margin: 0 0 1.75rem 0; }
      .teaser-info.smallimg .teaser-info__content p {
        margin: 0; }
      .teaser-info.smallimg .teaser-info__content p + .btn {
        margin-top: 1.75rem; }
  .teaser-info.smallimg:nth-child(2n) {
    margin-left: 6%; } }

@media (min-width: 768px) {
  .teaser-info.smallimg {
    height: 400px;
    padding: 1.75rem 2rem 2.5rem 2rem; }
    .teaser-info.smallimg h2 {
      font-size: 1.75rem; } }

@media (min-width: 1020px) {
  .teaser-info.smallimg {
    padding: 1.75rem 1rem 2.5rem 1rem; } }

@media (min-width: 1280px) {
  .teaser-info {
    padding: 1.75rem 3rem 2.5rem 3rem; }
  .teaser-info__image {
    float: left;
    margin: 0 2.0rem 1.5rem 0;
    padding: 0.25rem 0 0 0;
    width: 50%; }
  .teaser-info__content {
    margin: 0 0 1.75rem 0; }
    .teaser-info__content p {
      margin: 0; }
    .teaser-info__content p + .btn {
      margin-top: 1.5rem; }
  .teaser-info.smallimg {
    height: 390px;
    padding: 1.75rem 2rem 2.5rem 2rem; } }

footer {
  background-color: #fff; }
  footer .container {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  footer .grey {
    background-color: #575f6a; }
    footer .grey .container {
      padding-top: 0; }
    footer .grey * {
      color: #fff; }
    footer .grey p {
      padding-top: 0.375rem;
      display: inline-block; }
    footer .grey .padding {
      padding: 1.5rem 4.25rem 0.75rem 4.25rem; }
    footer .grey a.icon {
      float: right;
      display: inline-block;
      width: 10rem;
      height: 2.5rem; }
    footer .grey a.icon:before {
      display: block;
      width: 10rem;
      height: 2.5rem;
      content: "\e009";
      font-size: 10rem;
      line-height: 0.25em;
      overflow: hidden; }

.nav-secondary {
  padding: 4.0rem 0 0 0rem; }
  .nav-secondary a {
    float: left;
    display: block;
    width: 50%;
    margin: 0 0 1rem 0; }

.nav-social {
  padding: 3.0rem 0 0 0rem; }
  .nav-social > a {
    float: left;
    display: block;
    width: 1.5rem;
    height: 2rem;
    margin: 0; }
  .nav-social > a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem; }
  .nav-social > a + a {
    margin-left: 1.0625rem; }

@media (min-width: 768px) {
  .nav-secondary a {
    width: 33.33%; }
  .nav-social > a + a {
    margin-left: 1.25rem; } }

@media (min-width: 1020px) {
  .footer__signon {
    padding-top: 2rem; }
  .nav-secondary {
    padding-top: 6.25rem; }
  .nav-social {
    padding-top: 6.0rem; }
  .footer__signon {
    width: 80%; }
  .nav-secondary a {
    width: 50.0%; } }

@media (min-width: 1280px) {
  .nav-secondary {
    padding-top: 6.875rem; }
  .nav-social {
    padding-top: 6.75rem; }
  .nav-social > a + a {
    margin-left: 1.25rem; } }

.servicebar {
  position: fixed;
  top: 160px;
  right: 0;
  width: 40px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); }
  .servicebar * {
    color: #fff; }
  .servicebar a:hover {
    color: #fff; }
  .servicebar > a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #005185;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .servicebar > a:hover {
    background-color: #00395d; }
  .servicebar > a:before {
    position: absolute;
    left: 0.625rem;
    top: 0.25rem;
    font-size: 1.25rem; }
  .servicebar > a.servicebar__productfinder {
    display: none;
    height: 200px;
    background-color: #ffcc00;
    color: #303234; }
    .servicebar > a.servicebar__productfinder span {
      position: absolute;
      left: 0.4375rem;
      bottom: -0.5rem;
      -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      font-size: 1.125rem;
      color: #303234; }
  .servicebar > a.servicebar__productfinder:hover {
    background-color: #fcdc5a; }
  .servicebar > a.servicebar__productfinder:before {
    font-size: 1.625rem;
    top: 0.5rem;
    left: 0.5375rem; }
  .servicebar > div {
    position: absolute;
    right: -300px;
    top: 0;
    width: 300px;
    height: 280px;
    color: #fff;
    background-color: #00395d;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  .servicebar > div:after {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: #005185; }

.servicebar__contact-offcanvas {
  padding: 1.0rem 3.75rem 1.0rem 1.25rem; }
  .servicebar__contact-offcanvas h3 {
    font-size: 1.25rem;
    line-height: 1.3em;
    margin: 0; }
  .servicebar__contact-offcanvas h5 {
    font-size: 0.9375rem;
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400;
    margin: 0; }
  .servicebar__contact-offcanvas p {
    margin: 0 0 0.75rem 0; }
  .servicebar__contact-offcanvas .btn.btn-outline {
    width: auto;
    margin: 0; }
  .servicebar__contact-offcanvas > div {
    border-top: 1px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 0 solid #fff;
    padding: 0.75rem 0 0.875rem 0;
    margin: 0.75rem 0 1.0rem 0; }
    .servicebar__contact-offcanvas > div * + * {
      margin-top: 0.5rem; }
    .servicebar__contact-offcanvas > div > a {
      display: block;
      font-size: 1.0rem; }
    .servicebar__contact-offcanvas > div > a.icon {
      padding-left: 2.0rem; }
    .servicebar__contact-offcanvas > div > a.icon:before {
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      width: 1rem;
      height: 1rem;
      font-size: 1.0rem; }

.servicebar__share-offcanvas {
  padding: 1.0rem 3.75rem 1.0rem 1.25rem; }
  .servicebar__share-offcanvas > a {
    float: left;
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 1.5rem 1.25rem 0; }
  .servicebar__share-offcanvas > a:hover {
    color: #d3e8fb; }
  .servicebar__share-offcanvas > a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 2rem;
    height: 2rem;
    font-size: 1.75rem; }

.servicebar.contactmode > div.servicebar__contact-offcanvas {
  right: 0; }

.servicebar.contactmode > a.servicebar__contact {
  background-color: #00395d; }

.servicebar.sharemode > div.servicebar__share-offcanvas {
  right: 0; }

.servicebar.sharemode > a.servicebar__share {
  background-color: #00395d; }

@media (min-width: 544px) {
  .servicebar > a.servicebar__productfinder {
    display: block; }
  .servicebar__share-offcanvas a.icon_whatsapp {
    display: none; } }

@media (min-width: 1020px) {
  .servicebar {
    top: 200px;
    width: 60px; }
    .servicebar > a {
      height: 60px; }
    .servicebar > a:before {
      position: absolute;
      left: 0.9375rem;
      top: 0.4375rem;
      font-size: 1.9375rem; }
    .servicebar > a.servicebar__productfinder {
      height: 260px; }
      .servicebar > a.servicebar__productfinder span {
        position: absolute;
        left: 0.75rem;
        bottom: -0.25rem;
        font-size: 1.375rem; }
    .servicebar > a.servicebar__productfinder:before {
      font-size: 2.5rem;
      left: 0.75rem; }
    .servicebar > div {
      right: -360px;
      width: 360px;
      height: 380px; }
  .servicebar__contact-offcanvas {
    padding: 1.5rem 5.125rem 1.5rem 1.5rem; }
    .servicebar__contact-offcanvas h3 {
      font-size: 1.5rem;
      line-height: 1.35em; }
    .servicebar__contact-offcanvas h5 {
      font-size: 1.125rem; }
    .servicebar__contact-offcanvas p {
      margin: 0 0 0.75rem 0; }
    .servicebar__contact-offcanvas > div {
      padding: 1.0rem 0 1.25rem 0;
      margin: 1.0rem 0 1.625rem 0; }
      .servicebar__contact-offcanvas > div * + * {
        margin-top: 0.75rem; }
      .servicebar__contact-offcanvas > div > a {
        display: block;
        font-size: 1.0rem; }
      .servicebar__contact-offcanvas > div > a.icon {
        padding-left: 2.0rem; }
      .servicebar__contact-offcanvas > div > a.icon:before {
        position: absolute;
        left: 0px;
        top: 0px;
        display: block;
        width: 1rem;
        height: 1rem;
        font-size: 1.0rem; }
  .servicebar__share-offcanvas {
    padding: 1.5rem 5.125rem 1.5rem 1.5rem; }
    .servicebar__share-offcanvas > a {
      margin: 0 1.75rem 1.5rem 0; }
    .servicebar__share-offcanvas > a:before {
      font-size: 1.875rem; } }

.searchresults__header .form-search__container {
  margin: 2rem 0 1.75rem 0;
  border-top: 1px solid #bec6d1;
  border-right: 1px solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 1px solid #bec6d1;
  background-color: #005185; }

.searchresults__header .form-search__input {
  height: 52px;
  padding: 0.75rem 1.0rem 0.75rem 1.0rem;
  background-color: #fff; }

.searchresults__header .form-search__btn-group {
  z-index: 1; }
  .searchresults__header .form-search__btn-group button {
    width: 56px;
    height: 52px;
    background-color: #005185; }
  .searchresults__header .form-search__btn-group button:before {
    right: auto;
    left: 1.0rem;
    top: 0.5rem;
    color: #fff;
    font-size: 1.5rem; }
  .searchresults__header .form-search__btn-group button:hover {
    background-color: #00395d; }

.searchresults__groupfilter {
  background-color: #fff;
  margin: 1.75rem 0 1.625rem 0;
  padding: 1.5rem 1.5rem 1.25rem 1.5rem; }
  .searchresults__groupfilter p {
    margin: 0 0 0.375rem 0; }
  .searchresults__groupfilter a {
    display: block;
    margin: 0 0 0.25rem 0;
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400; }
  .searchresults__groupfilter a:hover {
    text-decoration: underline; }

.searchresults__items-per-page label {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.625rem;
  margin-right: 0.5rem; }

.searchresults__items-per-page .form-group-select {
  display: inline-block;
  vertical-align: top;
  width: 46px;
  background-color: transparent;
  padding: 0.625rem 0 0.625rem 0; }
  .searchresults__items-per-page .form-group-select select {
    color: #303234;
    background: none;
    font-family: 'AzoSansBold',Arial, sans;
    font-weight: 400;
    padding: 0 1.5rem 0 0;
    width: 200%; }

.searchresults__items-per-page .form-group-select:after {
  color: #303234;
  font-size: 0.875rem;
  top: 0.75rem;
  right: 0; }

.searchresults__list {
  margin: 0;
  border-top: 1px solid #bec6d1;
  border-right: 0 solid #bec6d1;
  border-bottom: 0 solid #bec6d1;
  border-left: 0 solid #bec6d1; }

.searchresults__entry {
  border-top: 0 solid #bec6d1;
  border-right: 0 solid #bec6d1;
  border-bottom: 1px solid #bec6d1;
  border-left: 0 solid #bec6d1; }
  .searchresults__entry a {
    display: block;
    padding: 1.5rem 0 1.5rem 0; }
  .searchresults__entry a:hover {
    background-color: #f0f2f4; }
    .searchresults__entry a:hover h6 {
      text-decoration: underline; }
    .searchresults__entry a:hover p b {
      background-color: #fcdc5a; }
  .searchresults__entry a h6 {
    margin: 0 0 0.375rem 0;
    color: #00395d; }
  .searchresults__entry a p {
    margin: 0;
    color: #303234; }
  .searchresults__entry a p b {
    display: inline-block;
    padding: 0 0.5rem 0 0.5rem;
    color: #303234;
    background-color: #ffcc00; }

@media (min-width: 768px) {
  .searchresults__items-per-page {
    display: inline-block;
    float: right; }
  .searchresults__count {
    display: inline-block;
    margin-top: 0.625rem; } }

.pagination {
  margin-top: 3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0; }

.page-item .page-link, .page-item.active .page-link, .page-item.disabled .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover, .page-item.disabled .page-link:hover {
  background: none;
  border: none; }

.page-link {
  color: #98a2b0; }

.page-link:hover, .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  color: #00395d; }

.form-content .row + .row {
  margin-top: 2.0rem;
  padding-top: 3.0rem;
  border-top: 1px solid #bec6d1;
  border-right: 0 solid #bec6d1;
  border-bottom: 0 solid #bec6d1;
  border-left: 0 solid #bec6d1; }

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

.form-group + p {
  margin: 1.0rem 0 0.5rem 0; }

.form-group + h4 {
  margin: 2.0rem 0 1.25rem 0; }

.form-control {
  border-radius: 0; }

.form-group-select {
  background-color: #00395d;
  padding: 0.25rem 0.75rem;
  overflow: hidden; }
  .form-group-select select {
    width: 120%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: #00395d;
    color: #fff; }

.form-group-select:after {
  content: "\e000";
  font-size: 1.125rem;
  position: absolute;
  right: 1.25rem;
  top: 0.625rem;
  pointer-events: none;
  color: #fff; }

.form-check-inline, .form-radio-inline {
  margin-right: 1.5rem; }

.form-group-textarea textarea {
  padding: 0.75rem 1.25rem; }

.form-group-input .form-control {
  padding: 0.5rem 1.25rem; }

.form-group-input * + label {
  margin: 0.375rem 0 0 0;
  font-size: 0.875rem;
  color: #303234; }

.form-group-input + .form-group-input {
  margin-top: -0.25rem; }

.form-group-inline {
  display: inline-block;
  margin-right: 1.5rem; }
  .form-group-inline label {
    margin-right: 0.5rem; }
  .form-group-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }

.form-group-input.short .form-control {
  width: 3rem;
  text-align: center;
  padding: 0.5rem 0.25rem; }

.form-group-input.medium .form-control {
  width: 6rem;
  text-align: center;
  padding: 0.5rem 0.25rem; }

.form-group-input.long .form-control {
  width: 9rem;
  text-align: center;
  padding: 0.5rem 0.25rem; }

.form-search ::-webkit-input-placeholder {
  color: #98a2b0; }

.form-search :-moz-placeholder {
  color: #98a2b0; }

.form-search ::-moz-placeholder {
  color: #98a2b0; }

.form-search :-ms-input-placeholder {
  color: #98a2b0; }

.form-search__container {
  border-bottom: 1px solid #98a2b0; }

.form-search__input {
  padding: 0.5rem 0rem 0.5rem 0;
  border: 0;
  border-radius: 0;
  font-size: 1.125rem;
  background-color: transparent; }

.form-search__btn {
  width: 3rem;
  margin: 0 0 0 1px;
  padding: 0.5375rem 1rem;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.form-search__btn:before {
  content: "\e00f";
  position: absolute;
  left: 1.5rem;
  top: 0.25rem;
  font-size: 1.25rem;
  color: #98a2b0; }

.form-search__btn:hover:before {
  color: #005185; }

.has-error {
  border: 1px solid #eb5f0a; }

label.has-error {
  border: none;
  color: #eb5f0a; }

.form-control.has-error::-webkit-input-placeholder {
  color: #eb5f0a; }

.form-control.has-error:-moz-placeholder {
  color: #eb5f0a; }

.form-control.has-error::-moz-placeholder {
  color: #eb5f0a; }

.form-control.has-error:-ms-input-placeholder {
  color: #eb5f0a; }

.has-error select.form-control {
  color: #eb5f0a; }

.has-error.form-group-select:after {
  color: #eb5f0a; }

.formSubmit-error {
  padding-bottom: 15px;
  display: none;
  color: #eb5f0a; }

.formSubmit-error.is-error {
  display: block; }

.serviceapp {
  margin: 2rem 0 2rem 0;
  padding: 1.5rem 1.25rem;
  background-color: #fff; }
  .serviceapp .form-group-inline {
    margin-right: 0; }
  .serviceapp .form-group-inline .form-control {
    padding: 0.5rem 0.75rem; }
  .serviceapp .form-group-inline.serviceapp_1ch .form-control {
    width: 2.25rem; }
  .serviceapp .form-group-inline.serviceapp_2ch .form-control {
    width: 3rem; }
  .serviceapp .form-group-inline.serviceapp_3ch .form-control {
    width: 3.5rem; }
  .serviceapp .form-group-inline.serviceapp_4ch .form-control {
    width: 4.25rem; }

@media (min-width: 544px) {
  .serviceapp {
    padding: 2.0rem 1.5rem; } }

@media (min-width: 1020px) {
  .serviceapp {
    padding: 2.5rem 2rem; } }

.blind {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 97;
  background-color: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0.3s, opacity 0.3s linear;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden; }

.navmode .wrapper-all, .searchmode .wrapper-all {
  height: 100%;
  overflow: hidden; }

.navmode .blind, .searchmode .blind {
  opacity: 1;
  visibility: visible;
  -moz-transition: visibility 0s, opacity 0.3s linear;
  -webkit-transition: visibility 0s, opacity 0.3s linear;
  transition: visibility 0s, opacity 0.3s linear;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden; }

.navmode.initial .wrapper-all {
  height: auto;
  overflow: auto; }

.navmode.initial .blind {
  visibility: hidden;
  opacity: 0;
  -moz-transition: visibility 0.3s, opacity 0.3s linear;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden; }

.schuler .servicebar > a.servicebar__productfinder {
  background-color: #666;
  color: #fff; }
  .schuler .servicebar > a.servicebar__productfinder span {
    color: #fff; }

.schuler .servicebar > a.servicebar__productfinder:hover {
  background-color: #444; }

.schuler .btn.orange {
  background-color: #666;
  color: #fff; }

.schuler .btn.orange:hover {
  background-color: #444;
  color: #fff; }

@media (min-width: 448px) {
  .padding {
    padding: 2.5rem 1.75rem; } }

@media (min-width: 544px) {
  .col {
    padding: 0 0.625rem; }
  .padding {
    padding: 2.5rem 2.25rem; } }

@media (min-width: 768px) {
  h1 {
    font-size: 2.0rem; }
  h2 {
    font-size: 1.75rem; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  .wrapper-all {
    padding-top: 80px; }
  .padding {
    padding: 2.5rem 3.25rem; } }

@media (min-width: 1020px) {
  .navmode .grid, .searchmode .grid {
    padding-left: 320px; }
  .navmode .blind, .searchmode .blind {
    display: none; }
  .navmode .wrapper-all, .searchmode .wrapper-all {
    padding-left: 320px;
    height: auto;
    overflow: auto; }
  .navmode .container, .searchmode .container {
    max-width: 720px; }
  .navmode .col-xs-24, .searchmode .col-xs-24 {
    width: 100% !important; }
  .navmode .col-sm-12, .searchmode .col-sm-12 {
    width: 50% !important; }
  .navmode .col-md-12, .searchmode .col-md-12 {
    width: 50% !important; }
  .navmode .col-vsm-22, .searchmode .col-vsm-22 {
    width: 91.66% !important; }
  .navmode .col-lg-offset-2, .navmode .col-lg-offset-3, .navmode .col-xl-offset-3, .navmode .col-xxl-offset-4, .searchmode .col-lg-offset-2, .searchmode .col-lg-offset-3, .searchmode .col-xl-offset-3, .searchmode .col-xxl-offset-4 {
    margin-left: 0; }
  .navmode .col-vsm-offset-1, .searchmode .col-vsm-offset-1 {
    margin-left: 4.166% !important; }
  .navmode .hidden-md-down, .navmode .hidden-lg-down, .searchmode .hidden-md-down, .searchmode .hidden-lg-down {
    display: none !important; }
  .navmode.initial .blind {
    opacity: 1;
    visibility: visible;
    -moz-transition: visibility 0s, opacity 0.3s linear;
    -webkit-transition: visibility 0s, opacity 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-backface-visibility: hidden; }
  .padding {
    padding: 2.5rem 4.25rem; } }

@media (min-width: 1280px) {
  h1 {
    font-size: 3.125rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 2.0rem; }
  h3.icon {
    margin-bottom: 3.0rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1.125rem; }
  p {
    font-size: 1.0rem; }
  p.abstract {
    font-size: 1.25rem; }
  .wrapper-all {
    padding-top: 100px; }
  .navmode .container, .searchmode .container {
    max-width: 960px; }
  .navmode .col-lg-8, .searchmode .col-lg-8 {
    width: 33.33% !important; }
  .navmode .col-lg-12, .searchmode .col-lg-12 {
    width: 50.0% !important; }
  .navmode .col-lg-15, .searchmode .col-lg-15 {
    width: 62.5% !important; }
  .navmode .col-lg-20, .searchmode .col-lg-20 {
    width: 83.33% !important; }
  .navmode .col-lg-offset-2, .searchmode .col-lg-offset-2 {
    margin-left: 8.33% !important; }
  .navmode .hidden-md-down, .searchmode .hidden-md-down {
    display: block !important; } }

@media (min-width: 1480px) {
  .wrapper-all {
    padding-top: 0; }
  .pagecontent {
    padding-top: 12em; }
  .navmode .col-xl-6, .searchmode .col-xl-6 {
    width: 25.0% !important; } }

@media (min-width: 1600px) {
  .navmode .container, .searchmode .container {
    max-width: 1220px; }
  .navmode .col-xl-12, .searchmode .col-xl-12 {
    width: 50.0% !important; } }

/*
@import "../components/teaser/style";
@import "../components/flexslider/style";
@import "../components/area_logo/style";
@import "../components/area_collapsing_search/style";
@import "../components/nav_sub/style";
@import "../components/footer/style";
@import "../components/marginal/style";
@import "../components/area_share_print/style";
@import "../components/nav_offcanvas/style";
@import "../components/services_offcanvas/style";

@import "../components/area_video_teaser/style";
@import "../components/area_stage/style";
@import "../components/area_welcome/style";
@import "../components/area_news/style";
@import "../components/area_dates/style";

@import "../components/image/style";
@import "../components/image_splitview/style";
@import "../components/video/style";
@import "../components/tabs/style";
@import "../components/tabs_press_entry/style";
@import "../components/table/style";
@import "../components/accordion/style";
@import "../components/accordion_entry/style";
@import "../components/accordion_downloadcenter_entry/style";
@import "../components/accordion_ansprechpartner_entry/style";
@import "../components/accordion_pressearchiv_entry/style"; 
@import "../components/accordion_pressefoto_entry/style"; 
@import "../components/carousel/style";
@import "../components/back_to_top/style"; 

@import "../components/search/style";
@import "../components/search_result_entry/style";
@import "../components/contact_entry/style";
@import "../components/videowall/style";
@import "../components/deals/style";
@import "../components/gallery/style"; 
@import "../components/sustainability/style";
@import "../components/board/style";
*/
@media print {
  body {
    position: relative;
    height: auto; }
  *, *:before, *:after, *:first-letter, p:first-line, div:first-line, blockquote:first-line, li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .container, .container-fluid, .stage {
    max-width: 940px !important; }
  .col-lg-15, .col-vsm-22, .col-lg-20, .col-xl-18, .col-xxl-16, .stage, .slideshow, .col-lg-12.product-detail__info {
    width: 100% !important; }
  .col-lg-offset-2, .col-xl-offset-3, .col-xxl-offset-4 {
    margin-left: 0 !important; }
  header, .wrapper-all {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto; }
  .icon:before, .icon:after, .form-search__container, .searchresults__groupfilter, .searchresults__items-per-page, .pagination, .productfilter, .form-productfilter, .arbeiten, .loesungen, .produktberater, .quicklink, .job-offers, .job-offers-filter, a.icon_back, a.icon_more, .nav-offcanvas, .search-offcanvas, .video, .accordion__list, .nav-header, .marginal, .servicebar, .accordion .panel-heading a:before, .accordion .panel-heading a:after, .nav-tabs, .flex-direction-nav, .flex-slidecounter, a.btn, footer > .row:not(.grey), section.related {
    display: none !important; }
  .contactlist__entry {
    page-break-inside: avoid; }
  .flexslider, .product-detail__slideshow {
    display: none !important; }
  .slideshow__fallback {
    display: block; }
  header {
    height: auto;
    padding: 1.5rem 0 !important; }
  .logo {
    float: none;
    position: relative;
    margin: 0;
    width: 146px; }
  header:before {
    content: " ";
    display: table; }
  header:after {
    content: " ";
    display: table;
    clear: both; }
  .wrapper-all {
    padding: 0 !important; }
  .tab-content > .tab-pane {
    display: block; }
  .accordion .panel-collapse {
    display: block !important;
    margin: 0 0 20px 0;
    padding: 0;
    height: auto !important; }
  .accordion .panel-heading a {
    padding-left: 0; }
  .tab-pane {
    padding: 0.5em 0; }
  .teaser-double__content {
    padding: 1.5em 0; }
  blockquote {
    margin: 2rem 0; }
  .pagecontent {
    padding: 2em 0; }
  .product-detail__info {
    margin: 0 !important; }
  .col.product-detail__info > div {
    padding: 2.0rem 2rem 0 0 !important; }
  footer .grey .padding, footer .col {
    padding-left: 0; }
  h3.icon, .product-detail__highlights li {
    padding-left: 0 !important; } }
