@charset "UTF-8";

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@import url("dropzone.css");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px 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;
  }

}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../Fonts/glyphicons-halflings-regular.eot");
  src: url("../Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../Fonts/glyphicons-halflings-regular.woff") format("woff"), url("../Fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

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

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

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

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

a {
  color: #28303b;
  text-decoration: none;
}

a:hover, a:focus {
  color: #090b0d;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

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

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:992px) {
  .lead {
    font-size: 21px;
  }

}

small, .small {
  font-size: 85%;
}

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

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

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

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

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #28303b;
}

a.text-primary:hover, a.text-primary:focus {
  color: #13171d;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

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

.text-warning {
  color: #8a6d3b;
}

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #28303b;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #13171d;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width:992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

}

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

}

@media (min-width:1099px) {
  .container {
    width: 980px;
  }

}

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

}

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

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

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

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

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

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

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

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

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

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

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

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

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

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

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

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

@media (min-width:1099px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

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

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

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

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

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

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

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

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

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

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

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

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

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

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

@media (min-width:1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

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

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

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

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

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

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

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

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

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

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

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

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

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

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

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

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

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

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

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

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

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

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

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

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

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

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

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

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

}

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

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

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

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

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

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

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

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width:991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

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

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

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

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

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }

}

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

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  z-index: 1;
  cursor: pointer;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

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

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

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

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

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

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

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

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

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

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

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

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width:992px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

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

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width:992px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }

}

.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width:992px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }

}

@media (min-width:992px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }

}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #28303b;
  border-color: #1d242c;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #13171d;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #13171d;
  border-color: #050607;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #13171d;
  border-color: #050607;
}

.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: #050607;
  border-color: black;
}

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

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #28303b;
  border-color: #1d242c;
}

.btn-primary .badge {
  color: #28303b;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4AAAA5;
  border-color: #429894;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3b8683;
  border-color: #1c3f3e;
}

.btn-success:hover {
  color: #fff;
  background-color: #3b8683;
  border-color: #306e6a;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3b8683;
  border-color: #306e6a;
}

.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: #306e6a;
  border-color: #1c3f3e;
}

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

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #4AAAA5;
  border-color: #429894;
}

.btn-success .badge {
  color: #4AAAA5;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

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

.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: #1b6d85;
}

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

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

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td, table.dataTable th {
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  content: ' ';
  opacity: 0.3;
  width: 17px;
  height: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  right: 14px;
  top: 10px;
}

table.dataTable thead .sorting:after {
  background-image: url("../Images/icon-down-direction-white-arrow.svg");
}

table.dataTable thead .sorting_asc:after {
  background-image: url("../Images/icon-down-direction-white-arrow.svg");
  opacity: 1;
}

table.dataTable thead .sorting_desc:after {
  background-image: url("../Images/icon-down-direction-white-arrow.svg");
}

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table > thead .sorting:after, div.dataTables_scrollBody > table > thead .sorting_asc:after, div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody > table > tbody > tr:first-child > th, div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width:767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }

}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #28303b;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

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

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

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

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

@media (min-width:992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

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

}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #28303b;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #28303b;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width:992px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width:992px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }

}

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width:992px) {
  .navbar {
    border-radius: 4px;
  }

}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:992px) {
  .navbar-header {
    float: left;
  }

}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }

}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width:992px) {
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }

}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:992px) {
  .navbar-static-top {
    border-radius: 0;
  }

}

.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:992px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }

}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width:992px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }

}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width:992px) {
  .navbar-toggle {
    display: none;
  }

}

.navbar-nav {
  margin: 7.5px -20px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }

}

@media (min-width:992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width:992px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }

}

@media (max-width:991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }

}

@media (min-width:992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }

}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:992px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }

}

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

  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }

}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width:991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width:991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }

}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

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

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #28303b;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #090b0d;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #28303b;
  border-color: #28303b;
  cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

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

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

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #28303b;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #13171d;
}

.label-success {
  background-color: #4AAAA5;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3b8683;
}

.label-info {
  background-color: #5bc0de;
}

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

.label-warning {
  background-color: #f0ad4e;
}

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

.label-danger {
  background-color: #d9534f;
}

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #28303b;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width:992px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }

}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #28303b;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

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

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }

}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }

}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #28303b;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #4AAAA5;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #28303b;
  border-color: #28303b;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #8394ac;
}

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

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

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

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

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

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

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

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #28303b;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #28303b;
  border-color: #28303b;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #28303b;
}

.panel-primary > .panel-heading .badge {
  color: #28303b;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #28303b;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

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

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

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

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }

}

@media (min-width:1099px) {
  .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.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

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

.popover > .arrow {
  border-width: 11px;
}

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

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

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.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 {
  left: auto;
  right: 0;
  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:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

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

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:992px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

@media (max-width:991px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }

}

@media (max-width:991px) {
  .visible-xs-block {
    display: block !important;
  }

}

@media (max-width:991px) {
  .visible-xs-inline {
    display: inline !important;
  }

}

@media (max-width:991px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }

}

@media (min-width:992px) and (max-width:1098px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }

}

@media (min-width:992px) and (max-width:1098px) {
  .visible-sm-block {
    display: block !important;
  }

}

@media (min-width:992px) and (max-width:1098px) {
  .visible-sm-inline {
    display: inline !important;
  }

}

@media (min-width:992px) and (max-width:1098px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }

}

@media (min-width:1099px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }

}

@media (min-width:1099px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }

}

@media (min-width:1099px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline !important;
  }

}

@media (min-width:1099px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }

}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }

}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block !important;
  }

}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline !important;
  }

}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }

}

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

}

@media (min-width:992px) and (max-width:1098px) {
  .hidden-sm {
    display: none !important;
  }

}

@media (min-width:1099px) and (max-width:1199px) {
  .hidden-md {
    display: none !important;
  }

}

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

}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }

}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }

}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

}

@media print {
  .hidden-print {
    display: none !important;
  }

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .kemper-system .sub-item-indication:after {
    position: relative;
    top: 1px;
  }

}

/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
  font-family: 'HelveticaNeue-regular';
  src: url("../Fonts/HelveticaNeue Regular.eot");
  src: url("../Fonts/HelveticaNeue Regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue Regular.woff2") format("woff2"), url("../Fonts/HelveticaNeue Regular.woff") format("woff"), url("../Fonts/HelveticaNeue Regular.svg#HelveticaNeue Regular") format("svg");
  font-weight: 5;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-0303;
}

@font-face {
  font-family: 'HelveticaNeue-bold';
  src: url("../Fonts/HelveticaNeue Bold.eot");
  src: url("../Fonts/HelveticaNeue Bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue Bold.woff2") format("woff2"), url("../Fonts/HelveticaNeue Bold.woff") format("woff"), url("../Fonts/HelveticaNeue Bold.svg#HelveticaNeue Bold") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: 'HelveticaNeue-heavy';
  src: url("../Fonts/HelveticaNeue Heavy.eot");
  src: url("../Fonts/HelveticaNeue Heavy.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue Heavy.woff2") format("woff2"), url("../Fonts/HelveticaNeue Heavy.woff") format("woff"), url("../Fonts/HelveticaNeue Heavy.svg#HelveticaNeue Heavy") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: 'HelveticaNeue-light';
  src: url("../Fonts/HelveticaNeue Light.eot");
  src: url("../Fonts/HelveticaNeue Light.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue Light.woff2") format("woff2"), url("../Fonts/HelveticaNeue Light.woff") format("woff"), url("../Fonts/HelveticaNeue Light.svg#HelveticaNeue Light") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: 'HelveticaNeue-medium';
  src: url("../Fonts/HelveticaNeue Medium.eot");
  src: url("../Fonts/HelveticaNeue Medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/HelveticaNeue Medium.woff2") format("woff2"), url("../Fonts/HelveticaNeue Medium.woff") format("woff"), url("../Fonts/HelveticaNeue Medium.svg#HelveticaNeue Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-02DC;
}

@font-face {
  font-family: 'Heiti SC Medium';
  src: url("../Fonts/Heiti SC Medium.eot");
  src: url("../Fonts/Heiti SC Medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/Heiti SC Medium.woff2") format("woff2"), url("../Fonts/Heiti SC Medium.woff") format("woff"), url("../Fonts/Heiti SC Medium.svg#Heiti SC Medium") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FC;
}

html, body {
  min-height: 100%;
}

.kemper-system {
  font-size: 17px;
  word-wrap: break-word;
  margin: 0px;
  padding: 0px;
  font-family: "HelveticaNeue-regular";
  color: #6A818E;
}

.kemper-system *:focus {
  outline: 0;
}

.kemper-system .set-back > img {
  display: none;
}

.kemper-system .container {
  position: relative;
  overflow-x: hidden;
}

.kemper-system .tooltip {
  position: inherit;
  opacity: 1;
}

.kemper-system strong {
  font-weight: normal;
}

.kemper-system input[type="text"], .kemper-system input[type="email"], .kemper-system input[type="submit"], .kemper-system input[type="button"], .kemper-system select, .kemper-system textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

.kemper-system .full-height {
  height: 100%;
}

.kemper-system .table-wrap {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  margin: 0px;
  table-layout: fixed;
  background: transparent;
}

.kemper-system .table-wrap.no-fixed-width {
  table-layout: auto;
}

.kemper-system .table-wrap .table-cell {
  display: table-cell;
}

.kemper-system .table-wrap .table-cell.bottom-line {
  vertical-align: bottom;
}

.kemper-system .table-wrap .table-cell.top-line {
  vertical-align: top;
}

.kemper-system .table-wrap .table-cell.middle-line {
  vertical-align: middle;
}

.kemper-system h1:first-child, .kemper-system h2:first-child, .kemper-system h3:first-child, .kemper-system h4:first-child, .kemper-system h5:first-child, .kemper-system h6:first-child {
  margin-top: 0px !important;
}

.kemper-system h1:last-child, .kemper-system h2:last-child, .kemper-system h3:last-child, .kemper-system h4:last-child, .kemper-system h5:last-child, .kemper-system h6:last-child {
  margin-bottom: 0px !important;
}

.kemper-system p:last-child {
  margin-bottom: 0px !important;
}

.kemper-system .my-row {
  width: 100%;
  float: left;
}

.kemper-system img {
  max-width: 100%;
  height: auto;
}

.kemper-system .pull-text-center {
  text-align: center !important;
}

.kemper-system .pull-text-center * {
  text-align: center !important;
}

.kemper-system .pull-text-center .site-button {
  display: inline-block;
  float: none;
}

.kemper-system .pull-text-left {
  text-align: left !important;
}

.kemper-system .pull-text-left h1, .kemper-system .pull-text-left h2, .kemper-system .pull-text-left h3, .kemper-system .pull-text-left h4, .kemper-system .pull-text-left h5, .kemper-system .pull-text-left h6 {
  text-align: left !important;
}

.kemper-system .pull-text-right {
  text-align: right;
}

.kemper-system .pull-text-justify {
  text-align: justify;
}

.kemper-system .palce-right-clear {
  float: right;
  clear: both;
}

.kemper-system .palce-left-clear {
  float: left;
  clear: both;
}

.kemper-system .palce-right, .kemper-system .place-right {
  float: right !important;
}

.kemper-system .palce-left, .kemper-system .place-left {
  float: left !important;
}

.kemper-system .clear {
  clear: both;
}

.kemper-system a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

.kemper-system .header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fff;
  z-index: 50;
  transition: all 0.3s ease 0s;
}

.kemper-system .header.minified{
  box-shadow: 0 0 10px 2px #666;
}

.kemper-system .header .container, .kemper-system .header .container-fluid{
  overflow-x: inherit;
}

.kemper-system .header.desired-scroll {
  background-color: #fff !important;
}

.kemper-system .site-logo img {

  width: auto;
  height: 40px;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 449px){
  .kemper-system .site-logo img{
    height: 25px;
  }
}

.kemper-system .header-main-part {
  padding: 15px 0 12px 0;
}

.kemper-system .header-main-part .header-block.header-block-logo {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}

.kemper-system .header-main-part .header-block.header-block-menu {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}

.kemper-system .service-nav-block {
  float: right;
  margin-bottom: 12px;
  margin-top: 3px;
}

.kemper-system .service-nav-block:last-child {
  margin-bottom: 0px;
}

.kemper-system .service-nav-block ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.kemper-system .service-nav-block ul li {
  margin: 0 50px 0 0;
  padding: 0 0 2px;
  float: left;
  font-family: "HelveticaNeue-bold";
  font-size: 15px;
  color: #C5D7E2;
  line-height: 20px;
}

.kemper-system .service-nav-block ul li .dropdown-menu{
  border: none;
  border-radius: 0px;
  padding: 0px;
  min-width: 170px;
}

.kemper-system .service-nav-block ul li .dropdown-menu .active{
  display: none;
}

.kemper-system .service-nav-block ul li .dropdown-menu a {
  display: block;
  padding: 15px;
  font-family: "HelveticaNeue-medium";
  color: #005192;
}

.kemper-system .service-nav-block ul li .dropdown-menu a:hover {
  background-color: #C5D7E2;
}

.kemper-system .service-nav-block ul li:last-child {
  margin-right: 0px;
}

.kemper-system .service-nav-block ul li > a {
  color: #C5D7E2;
  display: inline-block;
  vertical-align: middle;
}

.kemper-system .service-nav-block ul li > a + span {
  display: none;
  width: 15px;
  height: 9px;
  background: url("../Images/light-primary-color-down-arrow.svg") no-repeat left top;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 6px;
  background-size: 12px;
  margin-top: 5px;
}

.kemper-system .service-nav-block ul li.has-sub-item > a + span {
  display: inline-block;
}

.kemper-system .main-nav-block {
  float: right;
  clear: both;
}

.kemper-system .main-nav-block nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.kemper-system .main-nav-block nav ul li {
  margin: 0 0 0 45px;
  padding: 0px;
  float: left;
  font-size: 18px;
  color: #005192;
  font-family: "HelveticaNeue-bold";
  line-height: normal;
  position: relative;
}

.kemper-system .main-nav-block nav ul li:first-child {
  margin-right: 0px;
}

.kemper-system .main-nav-block nav ul li > a {
  color: #005192;
}

.kemper-system .main-nav-block nav ul li.has-sub-item.sub-item-closed .sub-item-indication {
  visibility: hidden;
  pointer-events: none;
}

.kemper-system .main-nav-block nav ul li.has-sub-item.sub-item-closed .main-nav-sub-item {
  visibility: hidden;
  pointer-events: none;
}

.kemper-system .main-nav-block nav ul li.has-sub-item.sub-item-parent-hoverd > a {
  color: #C5D7E2;
}

.kemper-system .sub-item-indication {
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
}

.kemper-system .sub-item-indication:after {
  display: inline-block;
  vertical-align: bottom;
  content: ' ';
  width: 25px;
  height: 12px;
  background: url("../Images/main-nav-up-indication.png") no-repeat left top;
  background-size: cover;
}

.kemper-system .main-nav-sub-item {
  position: absolute;
  margin-top: 23px;
  z-index: 1;
}

.kemper-system .main-nav-sub-item a {
  display: block;
}

.kemper-system .main-nav-sub-item.menu-item-count-odd .my-col:nth-last-child(2) .menu-item-holder-wrap {
  border-bottom: 1px solid #C5D7E2;
}

.kemper-system .main-nav-sub-item .within-column-menu {
  border-bottom: 1px solid #C5D7E2;
}

.kemper-system .main-nav-sub-item .within-column-menu .menu-item-holder-wrap {
  border: none !important;
}

.kemper-system .main-nav-sub-item .within-column-menu:last-child {
  border-bottom: none;
}

.kemper-system .main-nav-sub-item.short-length-right-align-hanging {
  right: -120px;
  width: 685px;
}

.kemper-system .main-nav-sub-item.single-column-center-align-hanging {
  right: -130px;
  width: 345px;
}

.kemper-system .main-nav-sub-item.type-left-align-hanging {
  right: -430px;
  width: 1027px;
}

.kemper-system .main-nav-sub-item.type-center-hanging {
  right: -240px;
  width: 680px;
}

.kemper-system .main-nav-sub-item.type-right-align-hanging {
  right: -565px;
  width: 1000px;
}

.kemper-system .main-nav-sub-item.iconic-sub-menu .menu-with-icon span {
  width: 50px;
}

.kemper-system .main-nav-sub-item.iconic-sub-menu .menu-with-icon span img {
  display: inline-block;
  vertical-align: top;
}

.kemper-system .main-nav-sub-item.product-sub-menu .menu-with-icon span {
  width: 200px;
}

.kemper-system .main-nav-sub-item.product-sub-menu .menu-with-icon i {
  max-width: 55%;
}

.kemper-system .main-nav-sub-item > .main-wrap {
  padding: 0 25px;
  background-color: #fff;
}

.kemper-system .main-nav-sub-item > .main-wrap .row {
  margin-right: -30px;
  margin-left: -30px;
}

.kemper-system .main-nav-sub-item > .main-wrap .my-col {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0px;
}

.kemper-system .main-nav-sub-item > .main-wrap .my-col.menu-column-with-bg {
  background-color: #C5D7E2;
}

.kemper-system .main-nav-sub-item > .main-wrap .my-col.menu-column-with-bg * {
  color: #fff !important;
  border-color: #fff;
}

.kemper-system .main-nav-sub-item > .main-wrap .my-col:nth-child(1) .menu-item-holder-wrap, .kemper-system .main-nav-sub-item > .main-wrap .my-col:nth-child(2) .menu-item-holder-wrap {
  border-top: none;
}

.kemper-system .main-nav-sub-item .menu-item-holder-wrap {
  border-top: 1px solid #C5D7E2;
}

.kemper-system .main-nav-sub-item .menu-item-holder-wrap:hover .menu-with-icon i{
  color: #C5D7E2;
}

.kemper-system .main-nav-sub-item .menu-item-holder {
  padding: 10px 0;
}

.kemper-system .main-nav-sub-item .menu-with-icon span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.kemper-system .main-nav-sub-item .menu-with-icon i {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #005192;
  font-family: "HelveticaNeue-bold";
  padding-left: 10px;
  line-height: normal;
  position: relative;
  top: 0px;
  max-width: 70%;
  transition: all 0.3s ease 0s;
}

.kemper-system .main-nav-sub-item .menu-with-icon i:first-child {
  padding-left: 20px;
  max-width: inherit;
}

.kemper-system .main-nav-sub-item .menu-with-icon i em {
  display: block;
  font-style: normal;
  font-family: "HelveticaNeue-light";
  color: #6A818E;
}

.kemper-system .menu-column-head {
  margin-top: 25px;
  font-size: 30px;
  font-family: "HelveticaNeue-bold";
  color: #005192;
}

.kemper-system .pill-menu {
  text-align: center;
  padding: 25px 0;
}

.kemper-system .pill-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.kemper-system .pill-menu ul li {
  margin: 0 35px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}

.kemper-system .pill-menu ul li.hovered .active {
  display: block;
}

.kemper-system .pill-menu ul li.hovered .normal {
  display: none;
}

.kemper-system .pill-menu ul li.hovered em {
  display: block;
}

.kemper-system .pill-menu ul li.hovered span {
  color: #005192;
}

.kemper-system .pill-menu ul li .active {
  display: none;
}

.kemper-system .pill-menu ul li:first-child {
  margin-left: 0px;
}

.kemper-system .pill-menu ul li:last-child {
  margin-right: 0px;
}

.kemper-system .pill-menu ul li a {
  display: block;
}

.kemper-system .pill-menu ul li .table-wrap {
  table-layout: inherit;
}

.kemper-system .pill-menu ul li .pill-menu-img {
  margin-bottom: 10px;
}

.kemper-system .pill-menu ul li .pill-menu-img img {
  display: inline-block;
}

.kemper-system .pill-menu ul li span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "HelveticaNeue-bold";
  color: #6A818E;
  margin-bottom: 3px;
  opacity: 0.8;
}

.kemper-system .pill-menu ul li em {
  display: none;
}

.kemper-system .pill-menu ul li em img {
  vertical-align: top;
}

/* bounce button */
@-webkit-keyframes bounceInCustom {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

}

@keyframes bounceInCustom {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  80% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

}

@-webkit-keyframes bounceOutCustom {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  60% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

}

@keyframes bounceOutCustom {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }

  20% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  40% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  60% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

}

.bounceInCustom {
  -webkit-animation-name: bounceInCustom;
  animation-name: bounceInCustom;
}

.bounceOutCustom {
  -webkit-animation-name: bounceOutCustom;
  animation-name: bounceOutCustom;
}

.fancybox-close-small i {
  -webkit-animation-name: bounceOutCustom;
  animation-name: bounceOutCustom;
}

.fancybox-close-small:hover i {
  -webkit-animation-name: bounceInCustom;
  animation-name: bounceInCustom;
}

.kemper-system {

  /* basic */

  /* basic */

  /* page-top-banner */

  /* page-top-banner */

  /* badge */

  /* badge */

  /* default-content-slider */

  /* default-content-slider */

  /* background-content-module */

  /* background-content-module */

  /* block-header-module */

  /* block-header-module */

  /* breadcrumb-module */

  /* breadcrumb-module */

  /* news-block-module */

  /* news-block-module */

  /* testimonial-module */

  /* testimonial-module */

  /* social-share */

  /* social-share */

  /* column-news-module */

  /* column-news-module */

  /* two-column-grid-mudule */

  /* two-column-grid-mudule */

  /* simple-bild-item */

  /* simple-bild-item */

  /* social-hub-item */

  /* social-hub-item */

  /* site-form-module */

  /* site-form-module */

  /* site-accordion */

  /* site-accordion */

  /* devider */

  /* devider */

  /* speach-item */

  /* speach-item */

  /* image-with-content-box-carousel */

  /* image-with-content-box-carousel */

  /* special-numeric-list-item */

  /* special-numeric-list-item */

  /* iconic-list-module */

  /* iconic-list-module */

  /* content-grid-with-sidebar */

  /* content-grid-with-sidebar */

  /* filter-form-module */

  /* filter-form-module */

  /* data-table-module */

  /* data-table-module */

  /* modal */

  /* modal */

  /* link-box-module */

  /* link-box-module */

  /* map-frame */

  /* map-frame */

  /* product list module */

  /* product list module */

  /* ui calender */

  /* ui calender */
}

.kemper-system .demo-blur {
  position: relative;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=!string!><filter id=!string!><feGaussianBlur in=!string!stdDeviation=!string!/></filter></svg>#blur5");
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.kemper-system .demo-blur img {
  width: 100%;
  height: 100%;
}

.kemper-system main {
  overflow-x: hidden;
}

.kemper-system .has-bg .color-primary, .kemper-system .color-primary {
  color: #005192 !important;
}

.kemper-system .has-bg .color-primary *, .kemper-system .color-primary * {
  color: #005192 !important;
}

.kemper-system .link-with-icon {
  position: relative;
  background-repeat: no-repeat;
  display: inline-block;
}

.kemper-system .link-with-icon.right-direction-link-white {
  background-image: url("../Images/next-direction-white-arrow.svg");
  background-size: 15px;
  background-position: right 10px center;
}

.kemper-system .link-with-icon.right-direction-link-primary {
  background-image: url("../Images/next-direction-primary-color-arrow.svg");
  background-size: 15px;
  background-position: right 10px center;
}

.kemper-system .no-bottom-margin {
  margin-bottom: 0px !important;
}

.kemper-system main {
  padding-bottom: 85px;
}

.kemper-system .large-gap-column-wrap {
  margin-left: -60px;
  margin-right: -60px;
}

.kemper-system .large-gap-column-wrap > .my-col {
  padding-left: 60px;
  padding-right: 60px;
}

.kemper-system .page-button {
  display: inline-block;
  padding: 8px 50px 8px 15px;
  font-family: "HelveticaNeue-bold";
  border: none;
  position: relative;
  margin-right: 10px;
  margin-bottom: 20px;
  transition: 0.5s all ease;
}

.kemper-system .page-button:after {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 15px;
  content: 'http://www.w3.org/2000/svg';
  font-size: 0;
  z-index: 1;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

.kemper-system .page-button span {
  z-index: 1;
  position: relative;
  transition: 0.5s all ease;
}

.kemper-system .page-button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: 'blur5';
  font-size: 0;
}

.kemper-system .page-button:hover:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.kemper-system .page-button:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}

.kemper-system .page-button.primary-color-button {
  background-color: #f8f4ea;
  color: #005192 !important;
}

.kemper-system .page-button.primary-color-button:before {
  background-color: #005192;
}

.kemper-system .page-button.primary-color-button:after {
  background-image: url("../Images/next-direction-primary-color-arrow.svg");
}

.kemper-system .page-button.primary-color-button span {
  color: #005192 !important;
}

.kemper-system .page-button.primary-color-button:hover {
  color: #f8f4ea !important;
}

.kemper-system .page-button.primary-color-button:hover span {
  color: #f8f4ea !important;
}

.kemper-system .page-button.primary-color-button:hover:after {
  background-image: url("../Images/next-direction-white-color-arrow.svg");
}

.kemper-system .page-button.button-width-type-one {
  min-width: 206px;
}

.kemper-system .page-button.button-width-type-two {
  min-width: 164px;
}

.kemper-system .page-button.button-width-type-three {
  min-width: 320px;
}

.kemper-system .page-button.button-width-type-four {
  min-width: 270px;
}

.kemper-system .page-button.block-button {
  min-width: inherit;
  width: 100%;
}

.kemper-system .light-bg-section .page-button.primary-color-button{
  background-color: #fff;
}

.kemper-system .white-bg {
  background-color: #fff;
}

.kemper-system .light-bg-section-with-inherit-typo {
  background-color: #f8f4ea;
}

.kemper-system .light-bg-section-with-inherit-typo .site-data-table th, .kemper-system .light-bg-section-with-inherit-typo .site-data-table td {
  border-color: #f8f4ea !important;
}

.kemper-system .light-bg-section-with-inherit-typo .site-form-module.type-two .site-form-field {
  border: none;
}

.kemper-system .extreme-light-bg-section {
  background-color: #F2F5F7;
}

.kemper-system .extreme-light-bg-section .site-data-table th, .kemper-system .extreme-light-bg-section .site-data-table td {
  border-color: #F2F5F7 !important;
}

.kemper-system .extreme-light-bg-section .site-form-module.type-two .site-form-field {
  border: none;
}

.kemper-system .light-bg-section {
  background-color: #f8f4ea;
  height: 100%;
}

.kemper-system .light-bg-section .site-data-table th, .kemper-system .light-bg-section .site-data-table td {
  border-color: #f8f4ea !important;
}

.kemper-system .light-bg-section .entry * {
  color: #005192;
}

.kemper-system .light-bg-section .site-form-module.type-two .site-form-field {
  border: none;
}

.kemper-system .has-bg * {
  color: #fff !important;
}

.kemper-system .has-bg #addressMap *{
  color: #607a8a !important;
}

.kemper-system .has-bg #addressMap p{
  font-size: 14px;
  line-height: 20px;
}

.kemper-system .has-bg #addressMap p strong{
  font-family: "HelveticaNeue-medium";
}

.kemper-system .has-bg #addressMap p a{
  color: #005192 !important;
}

.kemper-system .has-bg .site-form-module.type-two .site-form-field {
  border: none;
}

.kemper-system .has-bg.has-bg-primary {
  background-color: #005192;
}

.kemper-system .has-bg.has-bg-primary.opech {
  background-color: rgba(0, 81, 146, 0.8);
  height: 100%;
}

.kemper-system .has-bg.has-bg-primary.opech-darker {
  background-color: rgba(0, 81, 146, 0.9);
}

.kemper-system .has-bg.has-bg-primary .site-data-table th, .kemper-system .has-bg.has-bg-primary .site-data-table td {
  border-color: #005192 !important;
}

.kemper-system .has-bg.has-bg-dark {
  background-color: #6A818E;
}

.kemper-system .has-bg.has-bg-dark .site-data-table th, .kemper-system .has-bg.has-bg-dark .site-data-table td {
  border-color: #6A818E !important;
}

.kemper-system .has-bg.has-bg-dark.opech {
  background-color: rgba(106, 129, 142, 0.8);
}

.kemper-system .has-bg.has-bg-dark.opech-darker {
  background-color: rgba(106, 129, 142, 0.9);
}

.kemper-system .has-bg.has-bg-light {
  background-color: #C5D7E2;
}

.kemper-system .has-bg.has-bg-light .site-data-table th, .kemper-system .has-bg.has-bg-light .site-data-table td {
  border-color: #C5D7E2 !important;
}

.kemper-system .has-bg.has-bg-light.opech {
  background-color: rgba(197, 215, 226, 0.8);
}

.kemper-system .has-bg.has-bg-light.opech-darker {
  background-color: rgba(197, 215, 226, 0.9);
}

.kemper-system .has-bg.has-bg-beige {
  background-color: #F8F4EA;
}

.kemper-system .has-bg.has-bg-beige .entry * {
  color: #005192 !important;
}

.kemper-system .has-bg .entry * {
  color: #fff;
}

.kemper-system .container-fluid {
  width: 64.5833333333%;
  padding: 0px;
  margin: 0 auto;
  overflow-x: hidden;
}

.kemper-system .container {
  width: 1120px;
  padding: 0px;
  margin: 0 auto;
}

.kemper-system .default-column-gap {
  margin-top: 40px;
}

.kemper-system .element.element-gap-Extralarge {
  margin-bottom: 100px;
}

.kemper-system .element.element-gap-large {
  margin-bottom: 80px;
}

.kemper-system .element.element-gap-meium {
  margin-bottom: 50px;
}

.kemper-system .element.element-gap-normal {
  margin-bottom: 40px;
}

.kemper-system .element.element-gap-small {
  margin-bottom: 30px;
}

.kemper-system .element.element-gap-larger-tiny {
  margin-bottom: 20px;
}

.kemper-system .element.element-gap-tiny {
  margin-bottom: 10px;
}

.kemper-system .element:last-child {
  margin-bottom: 0px !important;
}

.kemper-system .col-1 {
  width: 100%;
}

.kemper-system .col-2 {
  width: 50%;
}

.kemper-system .col-3 {
  width: 33.3333333333%;
}

.kemper-system .col-4 {
  width: 25%;
}

.kemper-system .col-5 {
  width: 20%;
}

.kemper-system .col-6 {
  width: 16.6666666667%;
}

.kemper-system .col-2-of-3 {
  width: 66.6666666667%;
}

.kemper-system .col {
  float: left;
}

.kemper-system .large-block-allSide-gap {
  padding: 40px;
}

.kemper-system .colored-block.light-primary-colored {
  background-color: #C5D7E2;
}

.kemper-system .sction-row.light-colored-section {
  background-color: #C5D7E2;
}

.kemper-system .sction-row.colored-section {
  padding: 90px 0 175px 0;
}

.kemper-system .inset-container {
  width: 79.696969697%;
  margin: 0 auto;
}

.kemper-system .full-block {
  width: 100% !important;
  float: none !important;
}

.kemper-system .extra-left-pad-type-one {
  padding-left: 90px !important;
}

.kemper-system .entry blockquote {
  font-size: inherit;
  border: none;
  padding: 0 0 0 45px;
  margin: 30px 0 55px 0;
}

.kemper-system .entry blockquote p {
  color: #005192;
  position: relative;
  padding-left: 40px;
  padding-top: 10px;
}

.kemper-system .entry blockquote p:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: 'http://www.w3.org/2000/svg';
  font-size: 0;
  width: 31px;
  height: 27px;
  background: url("../Images/blockquote-colon.svg") no-repeat left top;
  background-size: cover;
}

.kemper-system .entry a {
  color: #005192;
}

.kemper-system .entry h1, .kemper-system .entry h2, .kemper-system .entry h3, .kemper-system .entry h4, .kemper-system .entry h5, .kemper-system .entry h6 {
  color: #005192;
  font-family: "HelveticaNeue-bold";
  line-height: normal;
}

.kemper-system .entry h1 strong, .kemper-system .entry h2 strong, .kemper-system .entry h3 strong, .kemper-system .entry h4 strong, .kemper-system .entry h5 strong, .kemper-system .entry h6 strong {
  font-family: "HelveticaNeue-bold";
}

.kemper-system .entry h1 i, .kemper-system .entry h2 i, .kemper-system .entry h3 i, .kemper-system .entry h4 i, .kemper-system .entry h5 i, .kemper-system .entry h6 i {
  font-style: normal;
  font-family: "HelveticaNeue-light";
  font-size: 17px;
  color: #648492;
}

.kemper-system .entry h1 {
  font-size: 65px;
  margin-bottom: 40px;
}

.kemper-system .entry h1.numeric-data {
  font-size: 300px;
}

.kemper-system .entry h2 {
  font-size: 45px;
  margin-bottom: 30px;
}

.kemper-system .entry h3 {
  font-size: 34px;
  margin-bottom: 30px;
}

.kemper-system .entry h4 {
  font-size: 26px;
  margin-bottom: 15px;
}

.kemper-system .entry h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.kemper-system .entry h6 {
  font-size: 17px;
  margin-bottom: 15px;
}

.kemper-system .entry p {
  font-size: 17px;
  line-height: 24px;
  color: #6A818E;
  font-family: "HelveticaNeue-light";
  margin-bottom: 20px;
}

.kemper-system .entry ul, .kemper-system .entry ol {
  margin-bottom: 20px;
}

.kemper-system .entry ul:last-child, .kemper-system .entry ol:last-child {
  margin-bottom: 0px;
}

.kemper-system .entry li {
  font-size: 17px;
  line-height: 24px;
  color: #6A818E;
  font-family: "HelveticaNeue-light";
  margin-bottom: 5px;
}

.kemper-system .entry li:last-child {
  margin-bottom: 0px;
}

.kemper-system .entry strong, .kemper-system .entry b {
  font-family: "HelveticaNeue-bold";
  font-weight: normal;
}

.kemper-system .entry .head-with-img {
  padding-left: 80px;
  position: relative;
}

.kemper-system .entry .head-with-img img {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 60px;
  height: auto;
}

.kemper-system .entry .head-with-img ~ * {
  padding-left: 80px;
}

.kemper-system .relative-element {
  position: relative;
}

.kemper-system .absolute-bottom-element {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
}

.kemper-system .site-form-module.type-three .custom-animated-nav label, .kemper-system .site-form-module.type-three .custom-animated-nav a {
  background-color: #F2F5F7;
  color: #005192 !important;
}

.kemper-system .site-form-module.type-three .custom-animated-nav label span, .kemper-system .site-form-module.type-three .custom-animated-nav a span {
  color: #005192 !important;
}

.kemper-system .site-form-module.type-one .custom-animated-nav.no-select-yet label {
  color: #C5D7E2 !important;
}

.kemper-system .site-form-module.type-one .custom-animated-nav.no-select-yet label span {
  color: #C5D7E2 !important;
  opacity: 1;
}

.kemper-system .site-form-module.type-one .custom-animated-nav input:checked ~ label.down::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.kemper-system .site-form-module.type-one .custom-animated-nav li {
  background-color: #fff;
  border-top: 1px solid #005192;
}

.kemper-system .site-form-module.type-one .custom-animated-nav li:last-child {
  border-bottom: 1px solid #005192;
}

.kemper-system .site-form-module.type-one .custom-animated-nav label, .kemper-system .site-form-module.type-one .custom-animated-nav a {
  background-color: #fff;
  color: #6A818E !important;
  padding: 0 50px 0 20px;
  font-size: 17px;
}

.kemper-system .site-form-module.type-one .custom-animated-nav label span, .kemper-system .site-form-module.type-one .custom-animated-nav a span {
  color: #6A818E !important;
}

.kemper-system .site-form-module.type-one .custom-animated-nav label:before {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background-image: url("../Images/bottom-direction-primary-color-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
  content: '5';
  font-size: 0;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0px !important;
  -webkit-transform: none;
  transform: none;
  background-color: transparent;
  border-radius: 0px;
}

.kemper-system .site-form-module.type-one .custom-animated-nav label:after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #f8f4ea;
  content: ' ';
  display: block;
  margin: 0px !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.kemper-system .custom-animated-nav {
  position: relative;
  /* opacity: 0;
  -webkit-animation: bounceInUp 1000ms linear 500ms forwards;
  animation: bounceInUp 1000ms linear 500ms forwards;
  z-index: 5; */
}

.kemper-system .custom-animated-nav.no-select-yet label span {
  opacity: 0.23;
}

.kemper-system .custom-animated-nav label, .kemper-system .custom-animated-nav a {
  transition: all 150ms ease-out;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 40px;
  width: 100%;
  font-size: 15px;
  padding: 0 50px 0 10px;
  font-family: "HelveticaNeue-medium";
  font-weight: normal;
  margin-bottom: 0px;
}

.kemper-system .custom-animated-nav a span{
  display: inline-block;
  max-height: 20px;
  overflow: hidden;
}

.kemper-system .custom-animated-nav a:hover, .kemper-system .custom-animated-nav a:focus {
  border-color: #d0ddd1;
}

.kemper-system .custom-animated-nav a:active {
  border-color: #F5C8BF;
}

.kemper-system .custom-animated-nav label {
  position: relative;
}

.kemper-system .custom-animated-nav label:before, .kemper-system .custom-animated-nav label:after {
  transition: all 150ms ease-out;
  content: ' ';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background: #005192;
  border-radius: 2px;
}

.kemper-system .custom-animated-nav label:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.kemper-system .custom-animated-nav label:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kemper-system .custom-animated-nav label.down:before, .kemper-system .custom-animated-nav label.down:after {
  -webkit-transform-origin: center 11px;
  transform-origin: center 11px;
  top: 50%;
  margin-top: -6px;
  right: 20px;
}

.kemper-system .custom-animated-nav label.right:before, .kemper-system .custom-animated-nav label.right:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  top: 50%;
  right: 20px;
}

.kemper-system .custom-animated-nav label.right:before {
  margin-top: -9px;
}

.kemper-system .custom-animated-nav label.right:after {
  margin-top: -3px;
}

.kemper-system .custom-animated-nav > label {
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
  z-index: 1;
}

.kemper-system .custom-animated-nav ul {
  will-change: visibility;
  transition: visibility 0ms ease-out 600ms;
  visibility: hidden;
  z-index: 5;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.kemper-system .custom-animated-nav ul li {
  will-change: transform, opacity;
  opacity: 0;
}

.kemper-system .custom-animated-nav ul li {
  transition: -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
  transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
}

.kemper-system .filters-characteristic li:hover > a{
  color: #C5D7E2;
}


.kemper-system .custom-animated-nav > ul {
  position: absolute;
  padding: 0px;
  width: 100%;
  max-height: 405px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 10px;
}

.kemper-system .custom-animated-nav > ul > li {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.kemper-system .custom-animated-nav > ul > li > label {
  -webkit-transform: translateZ(0.5px);
  transform: translateZ(0.5px);
}

.kemper-system .custom-animated-nav > ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin-left: 8px;
}

.kemper-system .custom-animated-nav > ul ul > li {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.kemper-system .custom-animated-nav input {
  cursor: pointer;
  appearance: none;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 40px;
  margin: 0;
}

.kemper-system .custom-animated-nav input:hover ~ label, .kemper-system .custom-animated-nav input:focus ~ label {
  border-color: #d0ddd1;
}

.kemper-system .custom-animated-nav input:active ~ label {
  border-color: #F5C8BF;
}

.kemper-system .custom-animated-nav input:checked ~ label {
  border-color: #AEBFAF;
}

.kemper-system .custom-animated-nav input:checked ~ label.down:before, .kemper-system .custom-animated-nav input:checked ~ label.down:after {
  margin-top: -16px;
}

.kemper-system .custom-animated-nav input:checked ~ label.down:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.kemper-system .custom-animated-nav input:checked ~ label.down:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.kemper-system .custom-animated-nav input:checked ~ label.right:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -11px;
}

.kemper-system .custom-animated-nav input:checked ~ label.right:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.kemper-system .custom-animated-nav input:checked ~ ul {
  visibility: visible;
  transition: visibility 0ms ease-out 0ms;
}

.kemper-system .custom-animated-nav input:checked ~ ul > li {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.kemper-system .custom-animated-nav input:checked ~ ul > li {
 transition: -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
  transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
}


.kemper-system .custom-animated-nav > input {
  z-index: 2;
  top: 0;
  left: 0;
}

.kemper-system .custom-animated-nav > input:not(:checked) ~ ul > li input:checked ~ ul li {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.kemper-system .custom-animated-nav > input:not(:checked) ~ ul > li input:checked ~ ul li {
 transition: -webkit-transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
  transition: transform 150ms cubic-bezier(0, 0.5, 0.5, 1.1) 100ms, opacity 100ms ease-out 100ms;
}

/* dropdown animation */

.kemper-system .ui-selectmenu-menu.custom-animated-nav > ul{
  visibility: visible;
  border-radius: 0;
}

.kemper-system .ui-selectmenu-menu.custom-animated-nav ul li{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.ui-widget.ui-widget-content{
  border: 0;
  font-family: "HelveticaNeue-medium";
  color: #005192;
  font-size: 14px;
  line-height: 20px;
}

.ui-menu .ui-menu-item{
  padding: 8px 0;
}

.ui-menu .ui-menu-item-wrapper{
  padding: 0 50px 0 10px;
}

.ui-widget-content{
  background: #F2F5F7;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
  border: 0;
  background: #F2F5F7;
  font-weight: normal;
  color: #005192;
  margin: 0;
}

.kemper-system .site-form-module .powermail_field.select-field{
  background: #fff;
}
.kemper-system .has-bg.has-bg-light.site-form-module .select-field{
  background: rgb(248, 248, 248);
}

.kemper-system .has-bg.has-bg-light.site-form-module .select-field .ui-selectmenu-text{
  font-family: "HelveticaNeue-bold";
  color: #6A818E !important;
}

.powermail_field.select-field .ui-selectmenu-button{
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
}
.powermail_field.select-field .ui-selectmenu-button .ui-button .ui-icon{
  display: none;
}
.powermail_field.select-field .ui-selectmenu-button .ui-selectmenu-text{
  color: #6A818E !important;
}

.powermail_field.select-field .ui-selectmenu-button.ui-button:hover{
  background: #fff;
}

.select-field .ui-selectmenu-button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
  padding: 10px;
}

.select-field .ui-selectmenu-icon.ui-icon {
  display: none;
}

.select-field .ui-selectmenu-text{
  color: #005192 !important;
  font-size: 15px;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field:after{
  transition: all 150ms ease-out;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field.open:after{
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.owl-carousel .select-field .ui-selectmenu-button{
  background: rgb(248, 248, 248);
}

.owl-carousel .select-field .ui-selectmenu-text{
  color: #6A818E !important;
}

.owl-carousel .select-field .ui-selectmenu-text{
  font-size: 16px;
}

.kemper-system .custom-animated-nav.popup-ui{
  z-index: 99993;
}



@-webkit-keyframes bounceInUp {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
    opacity: 0;
  }

  5.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 95.356, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 95.356, 0, 1);
  }

  11.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 23.691, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 23.691, 0, 1);
  }

  16.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.467, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.467, 0, 1);
  }

  21.92% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -16.994, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -16.994, 0, 1);
  }

  36.24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.682, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.682, 0, 1);
    opacity: 1;
  }

  50.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.004, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.004, 0, 1);
  }

  79.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.059, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.059, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }

}

@keyframes bounceInUp {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
    opacity: 0;
  }

  5.51% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 95.356, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 95.356, 0, 1);
  }

  11.01% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 23.691, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 23.691, 0, 1);
  }

  16.52% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.467, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -9.467, 0, 1);
  }

  21.92% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -16.994, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -16.994, 0, 1);
  }

  36.24% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.682, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3.682, 0, 1);
    opacity: 1;
  }

  50.55% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.004, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.004, 0, 1);
  }

  79.08% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.059, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.059, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    opacity: 1;
  }

}

.kemper-system .m-linkitem {
  transition: all 1s linear;
  display: inline;
  text-decoration: none;
  padding-bottom: 5px;
  background: linear-gradient(to right, #005192 0%, #005192 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 85%;
}

.kemper-system .m-linkitem:hover {
  background-size: 100% 2px;
}

.kemper-system .lazy-section {
  display: block !important;
  overflow-x: hidden;
}

.kemper-system .lazy-section.hidden {
  opacity: 0;
}

.kemper-system .lazy-section.visible {
  opacity: 1;
}

.kemper-system .lazy-section.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.kemper-system .page-top-banner {
  position: relative;
}

.kemper-system .page-top-banner .page-banner-slider-box {
  width: 100%;
  overflow: hidden;
}

.kemper-system .page-top-banner.narrow-banner .banner-main-wrap {
  padding: 360px 0 0 0;
}

.kemper-system .page-top-banner.narrow-banner .slider-content {
  max-width: inherit;
  padding: 65px 0 45px 0;
  float: none;
  position: relative;
  overflow: hidden;
}

.kemper-system .page-top-banner.narrow-banner .slider-content:before {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.6+0,1+75 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='blur5', endColorstr='SourceGraphic', GradientType=0); /* IE6-9 */
  position: absolute;  /*background-color: rgba(255, 255, 255, 0.9);*/
  height: 100%;
  -webkit-transform-origin: left 0;
  transform-origin: left 0;
  content: '5';
  font-size: 0;
  display: block;
  width: 200%;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
}

/*.kemper-system .page-top-banner.narrow-banner .slider-content:before {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.9);
      height: 100%;
      -webkit-transform-origin: left 0;
              transform-origin: left 0;
      content: ' ';
      display: block;
      width: 200%;
      left: 0px;
      top: 0px;
      -webkit-transform: rotate(1.6deg);
              transform: rotate(1.6deg); }*/
.kemper-system .page-top-banner.narrow-banner .slider-content .container-fluid {
  position: relative;
  z-index: 1;
}

.kemper-system .page-top-banner .banner-main-wrap {
  padding: 195px 0 90px 0;
}

.kemper-system .page-top-banner .banner-main-wrap.no-slider-element {
  padding: 0px;
}

.kemper-system .page-top-banner .banner-main-wrap > img:last-child {
  display: block !important;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.kemper-system .page-top-banner .banner-main-wrap.set-back {
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}

.kemper-system .page-top-banner .banner-main-wrap.set-back > img {
  width: 100%;
  height: auto;
}

.kemper-system .page-top-banner .flickity-button {
  width: 66px;
  height: 66px;
  padding: 0px;
  border-radius: 0px;
  background-color: #fff;
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center center;
}

.kemper-system .page-top-banner .flickity-button i {
  font-style: normal;
  display: inline-block;
  width: 19px;
  height: 32px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
}

.kemper-system .page-top-banner .flickity-button:disabled {
  visibility: hidden;
  pointer-events: none;
}

.kemper-system .page-top-banner .flickity-button.next i {
  background-image: url("../Images/next-direction-primary-color-arrow.svg");
  margin-left: -7px;
}

.kemper-system .page-top-banner .flickity-button.previous i {
  background-image: url("../Images/prev-direction-primary-color-arrow.svg");
  margin-left: -11px;
}

.kemper-system .page-top-banner .flickity-button svg {
  display: none;
}

.kemper-system .page-top-banner .flickity-page-dots {
  display: none;
  position: relative;
  bottom: inherit;
}

.kemper-system .page-top-banner .flickity-page-dots:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background-color: #dadadc;
  display: block;
}

.kemper-system .page-top-banner .flickity-page-dots .dot {
  width: auto;
  height: auto;
  margin: 0px;
  background-color: transparent;
  position: relative;
  opacity: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.kemper-system .page-top-banner .flickity-page-dots .dot:after {
  content: '#99ffffff';
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  bottom: 0px;
  background-color: transparent;
  display: block;
  z-index: 1;
}

.kemper-system .page-top-banner .flickity-page-dots .dot img {
  pointer-events: none;
  padding-bottom: 40px;
}

.kemper-system .page-top-banner .flickity-page-dots .dot.is-selected:after {
  background-color: #005192;
}

.kemper-system .skew-left-col {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: skewY(0deg) skewX(-12deg);
  transform: skewY(0deg) skewX(-12deg);
  -webkit-transform-origin: left 0;
  transform-origin: left 0;
  position: absolute;
  width: 60%;
  left: 0px;
  top: 0px;
}

.kemper-system .skew-right-col {
  background-color: #600735;
  -webkit-transform: skewY(0deg) skewX(-12deg);
  transform: skewY(0deg) skewX(-12deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  position: relative;
  left: -20%;
  width: 120%;
}

.kemper-system .skew-cover-col {
  position: relative;
  background-color: black;
  -webkit-transform: skewX(0deg) skewY(4deg);
  transform: skewX(0deg) skewY(4deg);
  height: 100%;
  -webkit-transform-origin: left 0;
  transform-origin: left 0;
}

.kemper-system .slider-content {
  max-width: 50%;
  padding-left: 15%;
  float: left;
}

.kemper-system .slider-content.inactive {
  visibility: hidden;
  pointer-events: none;
}

.kemper-system .slider-content.entry a {
  color: #005192;
}

.kemper-system .slider-content.entry h4, .kemper-system .slider-content.entry h5 {
  margin-bottom: 0px;
}

.kemper-system .slider-content.entry h1 span {
  font-size: 30px;
}

.kemper-system .slider-content.entry p {
  font-size: 20px;
  line-height: 28px;
}

.kemper-system .slider-featured-img-object {
  float: right;
  max-width: 50%;
  text-align: right;
  padding-right: 5%;
}

.kemper-system .slider-featured-img-object img {
  max-width: 90%;
}

.kemper-system .slider-ico-holder {
  display: none;
}

.kemper-system .slider-elements {
  position: relative;
  z-index: 1;
}

.kemper-system .round-badge {
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}

.kemper-system .round-badge.large {
  width: 135px;
  height: 135px;
}

.kemper-system .round-badge.small {
  width: 80px;
  height: 80px;
}

.kemper-system .block-slider .owl-nav button, .kemper-system .product-list-slider .owl-nav button {
  background-color: #f8f4ea !important;
}

.kemper-system .block-slider .owl-dots, .kemper-system .product-list-slider .owl-dots {
  position: static !important;
  margin-top: 20px;
}

.kemper-system .block-slider .owl-dots button, .kemper-system .product-list-slider .owl-dots button {
  background-color: #005192 !important;
  opacity: 0.14;
}

.kemper-system .block-slider .owl-dots button.active, .kemper-system .product-list-slider .owl-dots button.active {
  opacity: 1;
}

.kemper-system .block-slider {
  padding: 0 65px;
}

.kemper-system .default-content-slider.left-align-dots .owl-dots, .kemper-system .block-slider.left-align-dots .owl-dots, .kemper-system .product-list-slider.left-align-dots .owl-dots {
  text-align: left;
  padding: 0 40px;
}

.kemper-system .default-content-slider.no-bullet .owl-dots, .kemper-system .block-slider.no-bullet .owl-dots, .kemper-system .product-list-slider.no-bullet .owl-dots {
  display: none !important;
}

.kemper-system .default-content-slider.single-item.owl-grab, .kemper-system .block-slider.single-item.owl-grab, .kemper-system .product-list-slider.single-item.owl-grab {
  cursor: auto !important;
}

.kemper-system .default-content-slider.single-item .owl-stage, .kemper-system .block-slider.single-item .owl-stage, .kemper-system .product-list-slider.single-item .owl-stage {
  -webkit-transform: none !important;
  transform: none !important;
}

.kemper-system .default-content-slider .owl-stage-outer, .kemper-system .default-content-slider .owl-stage, .kemper-system .default-content-slider .owl-item, .kemper-system .default-content-slider .item, .kemper-system .block-slider .owl-stage-outer, .kemper-system .block-slider .owl-stage, .kemper-system .block-slider .owl-item, .kemper-system .block-slider .item, .kemper-system .product-list-slider .owl-stage-outer, .kemper-system .product-list-slider .owl-stage, .kemper-system .product-list-slider .owl-item, .kemper-system .product-list-slider .item {
  height: 100% !important;
}

.kemper-system .default-content-slider .slider-block, .kemper-system .block-slider .slider-block, .kemper-system .product-list-slider .slider-block {
  position: relative;
}

.kemper-system .default-content-slider .slider-block .round-badge, .kemper-system .block-slider .slider-block .round-badge, .kemper-system .product-list-slider .slider-block .round-badge {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.kemper-system .default-content-slider .owl-dots, .kemper-system .block-slider .owl-dots, .kemper-system .product-list-slider .owl-dots {
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: 30px;
  position: absolute;
}

.kemper-system .default-content-slider .owl-dots button, .kemper-system .block-slider .owl-dots button, .kemper-system .product-list-slider .owl-dots button {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.44);
  margin: 0 2px;
}

.kemper-system .default-content-slider .owl-dots button.active, .kemper-system .block-slider .owl-dots button.active, .kemper-system .product-list-slider .owl-dots button.active {
  background-color: white;
}

.kemper-system .default-content-slider .owl-nav, .kemper-system .block-slider .owl-nav, .kemper-system .product-list-slider .owl-nav {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 50%;
  pointer-events: none;
  margin-top: -32px;
}

.kemper-system .default-content-slider .owl-nav button, .kemper-system .block-slider .owl-nav button, .kemper-system .product-list-slider .owl-nav button {
  width: 52px;
  height: 52px;
  border: none;
  background-color: #fff;
  pointer-events: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  position: relative;
  text-align: center;
}

.kemper-system .default-content-slider .owl-nav button i, .kemper-system .block-slider .owl-nav button i, .kemper-system .product-list-slider .owl-nav button i {
  font-style: normal;
  display: inline-block;
  width: 19px;
  height: 32px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
}

.kemper-system .default-content-slider .owl-nav button.disabled, .kemper-system .block-slider .owl-nav button.disabled, .kemper-system .product-list-slider .owl-nav button.disabled {
  visibility: hidden;
  pointer-events: none;
}

.kemper-system .default-content-slider .owl-nav button.owl-prev, .kemper-system .block-slider .owl-nav button.owl-prev, .kemper-system .product-list-slider .owl-nav button.owl-prev {
  float: left;
}

.kemper-system .default-content-slider .owl-nav button.owl-prev i, .kemper-system .block-slider .owl-nav button.owl-prev i, .kemper-system .product-list-slider .owl-nav button.owl-prev i {
  background-image: url("../Images/prev-direction-primary-color-arrow.svg");
  margin-left: -11px;
}

.kemper-system .default-content-slider .owl-nav button.owl-next, .kemper-system .block-slider .owl-nav button.owl-next, .kemper-system .product-list-slider .owl-nav button.owl-next {
  float: right;
}

.kemper-system .default-content-slider .owl-nav button.owl-next i, .kemper-system .block-slider .owl-nav button.owl-next i, .kemper-system .product-list-slider .owl-nav button.owl-next i {
  background-image: url("../Images/next-direction-primary-color-arrow.svg");
  margin-left: -7px;
}

.kemper-system .default-content-slider .owl-nav button span, .kemper-system .block-slider .owl-nav button span, .kemper-system .product-list-slider .owl-nav button span {
  display: none;
}

.kemper-system .background-content-module {
  position: relative;
  height: 100%;
}

.kemper-system .background-content-module .background-content-img-holder {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
}

.kemper-system .background-content-module .background-content-img-holder.set-back {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.kemper-system .background-content-module .background-content-holder {
  padding: 93px 90px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.kemper-system .background-content-module .background-content-holder.normal-gap {
  padding: 40px;
}

.kemper-system .background-content-module .background-content-holder .entry h1, .kemper-system .background-content-module .background-content-holder .entry h2, .kemper-system .background-content-module .background-content-holder .entry h3, .kemper-system .background-content-module .background-content-holder .entry h4, .kemper-system .background-content-module .background-content-holder .entry h5 {
  margin-bottom: 30px;
}

.kemper-system .background-content-module .background-content-holder .entry h6 {
  margin-bottom: 0px;
}

.kemper-system .background-content-module .background-content-holder .entry p strong {

  /*color: #C5D7E2 !important; */
}

.kemper-system .block-header-module {
  background-color: #F2F5F7;
}

.kemper-system .block-header-module.large-pad {
  padding: 75px 85px;
}

.kemper-system .block-header-module.normal-pad {
  padding: 35px 85px;
}

.kemper-system .block-header-module.type-dark {
  background-color: #C5D7E2;
}

.kemper-system .block-header-module.type-dark * {
  color: #fff;
}

.kemper-system .breadcrumb-module ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.kemper-system .breadcrumb-module ul li {
  display: inline-block;
  margin: 0;
  padding: 0px;
  color: #005192;
  font-size: 15px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .breadcrumb-module ul li:after {
  content: '|';
  margin: 0 6px 0 10px;
  color: #bfd8e3;
}

.kemper-system .breadcrumb-module ul li:last-child:after {
  display: none;
}

.kemper-system .breadcrumb-module ul li a {
  color: #bfd8e3;
}

.kemper-system .breadcrumb-module ul li.current a {
  pointer-events: none;
  color: #6A818E;
}

.kemper-system .news-block-module .news-featured-img {
  position: relative;
  height: 195px;
}

.kemper-system .news-block-module .news-featured-img.set-back > img{
  display: block;
  visibility: hidden;
}

.kemper-system .news-block-module .news-featured-img.set-back{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.kemper-system .news-block-module .news-featured-img > img {
  width: 100%;
  height: auto;
}

.kemper-system .news-block-module .centered-featured-img {
  height: 196px;
  background-color: #F2F5F7;
  text-align: center;
}

.kemper-system .news-block-module .centered-featured-img img {
  max-width: 90%;
  max-height: 90%;
}

.kemper-system .news-block-module .social-post-tag {
  width: 83px;
  height: 83px;
  z-index: 1;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  right: 15px;
  bottom: 15px;
  position: absolute;
}

.kemper-system .news-block-module .news-content {
  border: 3px solid #f8f4ea;
  background-color: #fff;
  padding: 25px 25px 80px 25px;
  position: relative;
}

.kemper-system .news-block-module .news-content .news-excerpt h6{
  height: 42px;
  overflow: hidden;
}

.kemper-system .news-block-module .news-content .news-excerpt p{
  height: 100px;
  overflow: hidden;
}

.kemper-system .news-block-module .news-content.no-bottom-absolute-element {
  padding: 25px;
}

.kemper-system .news-block-module .news-post-date {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #6A818E;
  font-family: "HelveticaNeue-light";
  padding: 15px 25px;
  width: 100%;
}

.kemper-system .testimonial-module .my-col:nth-child(2n+1) .testimonial-profile-dp-col {
  float: right;
}

.kemper-system .testimonial-module .testimonial-content .entry {
  padding: 90px 65px 90px 85px;
}

.kemper-system .testimonial-module .testimonial-profile-dp-col.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.kemper-system .testimonial-module .testimonial-profile-dp-col.set-back > img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.kemper-system .social-share a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}

.kemper-system .social-share a.twitter i {
  color: #42C0FB;
}

.kemper-system .social-share a.google i {
  color: #DD4D42;
}

.kemper-system .social-share a.facebook i {
  color: #3B5998;
}

.kemper-system .social-share a:last-child {
  margin-right: 0px;
}

.kemper-system .social-share a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 10px;
}

.kemper-system .social-share a em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}

.kemper-system .column-news-module .column-news-content-box {
  padding: 60px 90px 80px 90px;
}

.kemper-system .column-news-module .column-news-post-date {
  font-size: 20px;
  font-family: "HelveticaNeue-bold";
}

.kemper-system .column-news-module .column-news-excerpt {
  margin-bottom: 80px;
}

.kemper-system .column-news-module .column-news-post-activity {
  display: inline-block;
  margin-top: 15px;
}

.kemper-system .column-news-module .column-news-post-activity .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8);
  border: none;
  border-radius: 3px;
  margin-top: 5px;
}

.kemper-system .column-news-module .column-news-post-activity .dropdown-menu a {
  display: block;
  padding: 5px 10px;
}

.kemper-system .column-news-module .column-news-post-activity .dropdown-menu a i {
  margin-right: 10px;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
}

.kemper-system .column-news-module .column-news-post-activity .dropdown-menu a em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.kemper-system .column-news-module .column-news-post-activity span {
  display: inline-block;
  cursor: pointer;
}

.kemper-system .column-news-module .column-news-post-activity span a {
  display: block;
}

.kemper-system .column-news-module .column-news-post-activity span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.kemper-system .column-news-module .column-news-post-activity span i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-family: "HelveticaNeue-light";
}

.kemper-system .column-news-module .column-news-featured-img-box.set-back {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.kemper-system .column-news-module .column-news-featured-img-box.set-back > img {
  width: 100%;
  height: auto;
  display: block;
  visibility: hidden;
}

.kemper-system .two-column-grid-mudule .grid-content-with-pad {
  padding: 50px 60px;
}

.kemper-system .two-column-grid-mudule .grid-content-with-pad.has-sml-badge {
  padding-bottom: 155px;
}

.kemper-system .two-column-grid-mudule .simple-content-item.entry p {
  margin-bottom: 20px;
}

.kemper-system .simple-bild-item.within-carousel-grid img {
  width: 100%;
  height: auto;
}

.kemper-system .simple-bild-item.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 450px;
}

.kemper-system .simple-bild-item.set-back > img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.kemper-system .social-hub-item {
  position: relative;
}

.kemper-system .social-hub-item .social-hub-bg-item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.kemper-system .social-hub-item .social-hub-bg-item.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.kemper-system .social-hub-item .main-wrap {
  position: relative;
  z-index: 1;
  padding: 75px 60px;
}

.kemper-system .social-hub-item .social-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 42px;
  text-align: center;
  position: relative;
  top: 2px;
}

.kemper-system .social-hub-item .social-feed {
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
  line-height: normal;
}

.kemper-system .social-hub-item .social-feed .feed-user {
  font-size: 20px;
  font-family: "HelveticaNeue-bold";
  margin-bottom: 2px;
}

.kemper-system .social-hub-item .social-feed .feed-excerpt {
  line-height: 24px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .social-hub-item ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.kemper-system .social-hub-item ul li {
  margin: 65px 0 0 0;
  padding: 0px;
}

.kemper-system .social-hub-item ul li:first-child {
  margin-top: 0px;
}

.kemper-system .tx-powermail .powermail_fieldset {
  margin-bottom: 0px !important;
  margin-right: -5px;
  margin-left: -5px;
}

.powermail_fieldwrap_type_submit{
  position: relative;
}

.powermail_fieldwrap_type_submit input[type="submit"]{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.kemper-system .tx-powermail .powermail_fieldset.powermail_fieldset_2 {
  margin-top: 20px;
}

.kemper-system .tx-powermail .site-form-block {
  margin-top: 20px;
}

.kemper-system .tx-powermail .site-form-block.col {
  float: none;
  display: inline-block;
}

.kemper-system .tx-powermail .radio label, .kemper-system .tx-powermail .checkbox label {
  padding-left: 0px;
}

.kemper-system .site-form-module {
  position: relative;
}

.kemper-system .site-form-module.type-three .site-form-row {
  margin-left: -12px;
  margin-right: -12px;
}

.kemper-system .site-form-module.type-three .site-form-block {
  padding-right: 12px;
  padding-left: 12px;
}

.kemper-system .site-form-module.type-three .site-form-label {
  font-size: 15px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .site-form-module.type-three .site-form-field {
  border-color: #C5D7E2;
}

.kemper-system .site-form-module.type-three .site-form-field.site-form-search-box .search-submit {
  border-color: #C5D7E2;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field {
  border: none;
  background-color: #F2F5F7;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field.no-select-yet:after {
  opacity: 0.23;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field:after {
  background-color: transparent;
  background-size: 17px;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field select {
  font-size: 15px;
  color: #005192 !important;
  padding-left: 10px;
  background-color: transparent;
}

.kemper-system .site-form-module.type-three .site-form-field.select-field select.no-select-yet {
  opacity: 0.23;
}

.kemper-system .site-form-module.type-three .site-form-field .site-form-input {
  font-size: 12px;
  color: #005192 !important;
  padding: 0 10px;
}

.kemper-system .site-form-module.type-two input::-webkit-input-placeholder, .kemper-system .site-form-module.type-two textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #6A818E !important;
}

.kemper-system .site-form-module.type-two input::-moz-placeholder, .kemper-system .site-form-module.type-two textarea::-moz-placeholder {
  opacity: 1;
  color: #6A818E !important;
}

.kemper-system .site-form-module.type-two input:-ms-input-placeholder, .kemper-system .site-form-module.type-two textarea:-ms-input-placeholder {
  opacity: 1;
  color: #6A818E !important;
}

.kemper-system .site-form-module.type-two input::placeholder, .kemper-system .site-form-module.type-two textarea::placeholder {
  opacity: 1;
  color: #6A818E !important;
}

.kemper-system .site-form-module.type-two .has-input-legend .site-form-input {
  padding-right: 50px;
}

.kemper-system .site-form-module.type-two .has-input-legend .input-legend {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.kemper-system .site-form-module.type-two legend {
  font-size: 17px;
  font-family: "HelveticaNeue-bold";
  margin-bottom: 20px;
  color: #6A818E;
}

.kemper-system .site-form-module.type-two .site-form-row {
  margin-top: 5px;
}

.kemper-system .site-form-module.type-two .site-form-input, .kemper-system .site-form-module.type-two .select-field select {
  font-size: 15px;
  font-family: "HelveticaNeue-light";
  padding: 0 10px;
}

.kemper-system .site-form-module.type-two .select-field select.no-select-yet {
  color: #6A818E !important;
}

.kemper-system .site-form-module.type-two textarea {
  padding: 10px;
  font-size: 15px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .site-form-module.type-two .site-form-field {
  height: 30px;
}

.kemper-system .site-form-module.type-two .site-form-label {
  font-size: 17px;
  color: #6A818E;
  font-family: "HelveticaNeue-light";
  font-style: italic;
}

.kemper-system .site-form-module .round-badge {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.kemper-system .site-form-module .site-form-row {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.kemper-system .site-form-module .site-form-row:first-child {
  margin-top: 0px !important;
}

.kemper-system .site-form-module .site-form-block {
  padding-left: 5px;
  padding-right: 5px;
}

.kemper-system .site-form-module legend {
  font-size: 34px;
  font-family: "HelveticaNeue-medium";
  margin-bottom: 50px;
  padding: 0px;
  border: none;
  letter-spacing: 1px;
  font-weight: bold;
}

.kemper-system .site-form-module .site-form-label {
  font-family: "HelveticaNeue-medium";
  font-weight: normal;
}

.kemper-system .site-form-module .site-form-input {
  width: 100%;
  height: 100%;
  border: none;
  font-family: "HelveticaNeue-medium";
  padding: 0 20px;
  font-weight: normal;
  color: #6A818E !important;
}

.kemper-system .site-form-module textarea {
  width: 100%;
  height: 100%;
  border: none;
  font-family: "HelveticaNeue-medium";
  padding: 20px;
  font-weight: normal;
  color: #6A818E !important;
}

.kemper-system .site-form-module .has-input-legend {
  position: relative;
}

.kemper-system .site-form-module .has-input-legend .site-form-input {
  padding-right: 60px;
}

.kemper-system .site-form-module .has-input-legend .input-legend {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-family: "HelveticaNeue-medium";
  line-height: 38px;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: -1px;
  background-color: #f8f4ea;
  z-index: 1;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.kemper-system .site-form-module .has-input-legend .input-legend span {
  display: inline-block;
  color: #005192 !important;
}

.kemper-system .site-form-module .pitchfield {
  font-size: 15px;
  font-family: "HelveticaNeue-light";
  padding-left: 10px;
  margin-top: 5px;
}

.kemper-system .site-form-module .select-field {
  position: relative;
}

.kemper-system .site-form-module .select-field select {
  width: 100%;
  height: 100%;
  border: none;
  font-family: "HelveticaNeue-medium";
  padding: 0 50px 0 20px;
  font-weight: normal;
  color: #6A818E !important;
}

.kemper-system .site-form-module .select-field select.no-select-yet {
  color: #C5D7E2 !important;
}

.kemper-system .site-form-module .select-field:after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: #f8f4ea;
  background-image: url("../Images/bottom-direction-primary-color-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 26px;
  content: ' ';
  display: block;
}

.kemper-system .site-form-module .site-form-button {
  text-align: left;
}

.kemper-system .site-form-module .site-submit-row {
  margin-top: 40px;
}

.kemper-system .site-form-module .site-submit-row .site-form-field {
  border: none;
}

.kemper-system .site-form-module .site-form-field {
  height: 40px;
  border: 1px solid;
}

.kemper-system .site-form-module .site-form-field.textarea {
  height: 80px;
}

.kemper-system .site-form-module .site-form-field.site-form-search-box {
  position: relative;
}

.kemper-system .site-form-module .site-form-field.site-form-search-box .site-form-input {
  padding-right: 50px;
}

.kemper-system .site-form-module .site-form-field.site-form-search-box .search-submit {
  width: 40px;
  height: 40px;
  background-color: #f8f4ea;
  border: none;
  border-left: 1px solid;
  position: absolute;
  right: -1px;
  top: -1px;
  background-image: url("../Images/icon-search-primary.svg");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center center;
  padding: 0px;
}

.kemper-system .site-form-module .site-form-field.site-form-search-box .search-submit.go-next {
  background-image: url("../Images/next-direction-primary-color-arrow.svg");
  background-size: 10px;
  height: 100%;
  right: 0px;
  top: 0px;
  border-left: none;
}

.kemper-system .site-form-module .site-form-tiny-columns {
  margin-left: -6px;
  margin-right: -6px;
}

.kemper-system .site-form-module .site-form-tiny-columns .col {
  padding-right: 6px;
  padding-left: 6px;
}

.kemper-system .site-form-module .site-form-tiny-columns .site-form-search-box .search-submit {
  right: inherit;
  left: 100%;
}

.kemper-system .site-form-module .site-form-tiny-columns .site-form-search-box .site-form-input {
  padding-right: 10px;
}

.kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system {
  margin-left: -17px;
  margin-right: -17px;
  position: relative;
}

.kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system .form-two-indicator {
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: #005192;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 15px;
  font-family: "HelveticaNeue-bold";
}

.kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system .col {
  padding-right: 17px;
  padding-left: 17px;
}

.kemper-system .site-form-module input::-webkit-input-placeholder, .kemper-system .site-form-module textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #C5D7E2 !important;
}

.kemper-system .site-form-module input::-moz-placeholder, .kemper-system .site-form-module textarea::-moz-placeholder {
  opacity: 1;
  color: #C5D7E2 !important;
}

.kemper-system .site-form-module input:-ms-input-placeholder, .kemper-system .site-form-module textarea:-ms-input-placeholder {
  opacity: 1;
  color: #C5D7E2 !important;
}

.kemper-system .site-form-module input::placeholder, .kemper-system .site-form-module textarea::placeholder {
  opacity: 1;
  color: #C5D7E2 !important;
}

.kemper-system .site-form-module .form-info {
  font-size: 14px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background-color: #fff;
  position: relative;
  margin-right: 10px;
  top: 4px;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item input[type="checkbox"]{
  opacity: 0;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item input[type="checkbox"]:checked + .clone-check{
  background-color: #6A818E;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item.radio-item {
  border-radius: 100%;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item.radio-item .clone-check {
  border-radius: 100%;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item input[type=' '], .kemper-system .site-form-module .form-check-radio-block .check-radio-item input[type=' '] {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  margin: 0px;
  padding: 0px;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item input[type='|']:checked + .clone-check, .kemper-system .site-form-module .form-check-radio-block .check-radio-item input[type=' ']:checked + .clone-check {
  background-color: #005192;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-item .clone-check {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  pointer-events: none;
  border: 2px solid;
}

.kemper-system .site-form-module .form-check-radio-block .check-radio-label {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  max-width: 90%;
  font-family: "HelveticaNeue-light";
  line-height: 20px;
}

.kemper-system .site-accordion .panel-group {
  margin-bottom: 0px;
}

.kemper-system .site-accordion .panel-group .panel {
  border: none;
  box-shadow: none;
}

.kemper-system .site-accordion .panel-group .panel + .panel {
  margin-top: 6px;
}

.kemper-system .site-accordion .panel-heading {
  padding: 25px 70px 25px 25px;
  background-color: #F2F5F7;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
}

.kemper-system .site-accordion .panel-heading.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.kemper-system .site-accordion .panel-heading:after {
  width: 65px;
  height: 100%;
  content: "radio";
  font-size: 0;
  display: block;
  z-index: 1;
  pointer-events: none;
  background-image: url("../Images/bottom-direction-primary-color-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease 0s;
}

.kemper-system .site-accordion .panel-body {
  border: none !important;
  padding: 25px 25px 60px 25px;
}

.kemper-system .devider, .kemper-system hr.ce-div, .kemper-system hr {
  height: 1px;
  background-color: #C5D7E2;
  margin: 65px 0;
  padding: 0px;
  border: none;
}

.kemper-system .speach-item p {
  font-size: 30px;
  line-height: 30px;
}

.kemper-system .speach-item p:before {
  content: "checkbox";
  font-size: 0;
}

.kemper-system .speach-item p:after {
  content: "radio";
  font-size: 0;
}

.kemper-system .main-speech {
  margin-bottom: 30px;
}

.kemper-system .speech-person-info {
  text-align: right;
  font-family: "HelveticaNeue-light";
}

.kemper-system .image-with-content-box-carousel .image-holder {
  position: relative;
}

.kemper-system .image-with-content-box-carousel .image-holder.set-back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  max-height: 450px;
}

.kemper-system .image-with-content-box-carousel .image-holder.set-back > img {
  display: block;
  visibility: hidden;
  width: 100%;
  height: auto;
}

.kemper-system .image-with-content-box-carousel .carousel-content-box {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 0 90px;
}

.kemper-system .image-with-content-box-carousel .carousel-content-box .main-wrap {
  padding: 25px;
  background-color: #fff;
  max-width: 50%;
  margin: 70px 0;
}

.kemper-system .image-with-content-box-carousel .carousel-content-box .entry h5 {
  font-size: 25px;
  line-height: 28px;
}

.kemper-system .produkt-carousel-content p{
  height: 72px;
  overflow: hidden;
}

.kemper-system .special-numeric-list-item {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.kemper-system .special-numeric-list-item li {
  margin: 10px 0 0 0;
  padding: 0px;
}

.kemper-system .special-numeric-list-item li:first-child {
  margin-top: 0px;
}

.kemper-system .special-numeric-list-item li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  font-family: "HelveticaNeue-bold";
  line-height: normal;
}

.kemper-system .special-numeric-list-item li i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 35px;
  height: 35px;
  color: #fff !important;
  background-color: #005192;
  border-radius: 100%;
  font-size: 30px;
  line-height: 48px;
  font-family: "HelveticaNeue-light";
  margin-right: 15px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.kemper-system .has-bg .special-numeric-list-item li i {
  background-color: #fff;
  color: #005192 !important;
}

.kemper-system .iconic-list-module .iconic-list-block {
  margin-top: 20px;
}

.kemper-system .iconic-list-module .iconic-list-icon-item {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  background-color: #005192;
  color: #fff;
  text-align: center;
  margin-right: 14px;
  border-radius: 100%;
}

.kemper-system .iconic-list-module .iconic-list-content {
  display: inline-block;
  vertical-align: middle;
  color: #005192;
  font-family: "HelveticaNeue-bold";
}

.kemper-system .has-bg .iconic-list-module .iconic-list-icon-item, .kemper-system .light-bg-section-with-inherit-typo .iconic-list-module .iconic-list-icon-item, .kemper-system .extreme-light-bg-section .iconic-list-module .iconic-list-icon-item, .kemper-system .light-bg-section .iconic-list-module .iconic-list-icon-item {
  background-color: #fff;
  color: #005192 !important;
}

.kemper-system .content-grid-with-sidebar .entry p {
  margin-bottom: 30px;
}

.kemper-system .content-grid-with-sidebar .devider, .kemper-system .content-grid-with-sidebar hr.ce-div, .kemper-system .content-grid-with-sidebar hr {
  margin: 35px 0;
}

.kemper-system .content-grid-with-sidebar .col {
  padding-right: 20px;
  padding-left: 20px;
}

.kemper-system .content-grid-with-sidebar .main-column {
  width: 68%;
}

.kemper-system .content-grid-with-sidebar .sidebar-column {
  width: 32%;
}

.kemper-system .content-grid-with-sidebar .sidebar-main-wrap {
  padding: 30px 30px 50px 30px;
}

.kemper-system .content-grid-with-sidebar .sidebar-main-wrap + .sidebar-main-wrap {
  margin-top: 35px;
}

.kemper-system .filter-form-module {
  border-bottom: 1px solid #C5D7E2;
}

.kemper-system .filter-form-module .site-form-block {
  margin-bottom: 20px;
}

.kemper-system .data-tbl-pitch-info {
  line-height: 40px;
  font-size: 15px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .data-tbl-action {
  float: left;
}

.kemper-system .data-tbl-action a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.kemper-system .data-tbl-action a:last-child {
  margin-right: 0px;
}

.kemper-system .data-tbl-action-close {
  float: right;
}

.kemper-system .data-tbl-custom-chk-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 0;
  font-weight: normal;
  padding: 0px;
  font-size: 15px;
  font-family: "HelveticaNeue-light";
}

.kemper-system .data-tbl-custom-check {
  width: 15px;
  height: 15px;
  position: relative;
  border: 1px solid #005192;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}

.kemper-system .data-tbl-custom-check input[type="checkbox"] {
  margin: 0px;
  padding: 0px;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

.kemper-system .data-tbl-custom-check input[type='checkbox']:checked + .clone-tbl-chk {
  background-color: #005192;
}

.kemper-system .data-tbl-custom-check .clone-tbl-chk {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.kemper-system .data-table-module .dataTables_length, .kemper-system .data-table-module .dataTables_filter, .kemper-system .data-table-module .dataTables_info, .kemper-system .data-table-module .dataTables_paginate {
  display: none;
}

.kemper-system .data-table-module .site-data-table {
  width: 100%;
  margin: 0px;
}

.kemper-system .data-table-module.table-responsive{
  overflow-y: hidden;
}

.data-table-wrap-active{
  position: relative;
  z-index: 5;
}

.kemper-system .data-table-module .site-data-table > thead > tr > th {
  vertical-align: middle;
  border-bottom: none;
  padding: 5px 40px 5px 15px;
  line-height: normal;
  color: #fff;
  font-size: 15px;
  font-family: "HelveticaNeue-light";
  background-color: #005192;
  font-weight: normal;
}

.kemper-system .data-table-module .site-data-table > thead > tr > th.no-order:after {
  display: none;
}

.kemper-system .data-table-module .site-data-table td {
  padding: 5px 15px;
  font-size: 15px;
  font-family: "HelveticaNeue-light";
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border-top: none;
}

.kemper-system .data-table-module .site-data-table td strong {
  font-family: "HelveticaNeue-bold";
  color: #005192;
}

.kemper-system .data-table-module .site-data-table tbody tr:nth-child(2n+1) td {
  background-color: transparent;
}

.kemper-system .data-table-module .site-data-table tbody tr:nth-child(2n) td {
  color: #6A818E !important;
}

.kemper-system .data-table-module .site-data-table th, .kemper-system .data-table-module .site-data-table td {
  border-right: 4px solid;
}

.kemper-system .data-table-module .site-data-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.kemper-system .site-modal {
  display: none;
  overflow-x: hidden;
}

.kemper-system  .site-modal  .main-wrap.inactive{
  visibility: hidden;
  pointer-events: none;
}

.kemper-system  .site-modal .fancybox-close-small.active{
  visibility: visible;
  pointer-events: auto;
}

.kemper-system .site-modal.background-content-module .background-content-holder .entry p strong{
  color: #fff !important;
}

.kemper-system .site-modal.background-content-module .background-content-holder .entry{
  margin-top: 200px;
}

.kemper-system .site-modal.background-content-module .background-content-holder .entry:first-child{
  margin-top: 0;
}

.kemper-system .site-modal.two-column-grid-mudule {
  width: 100%;
}

.kemper-system .site-modal.fancybox-content {
  background-color: transparent;
  padding: 0px;
}

.kemper-system .site-modal.fancybox-content .animated{
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

.kemper-system .site-modal .fancybox-close-small {
  width: 55px;
  height: 55px;
  padding: 0px;
  background-color: #fff;
  visibility: hidden;
  pointer-events: none;
}

.kemper-system .site-modal .fancybox-close-small svg {
  display: none;
}

.kemper-system .site-modal .fancybox-close-small i {
  font-style: normal;
  display: inline-block;
  width: 20px;
  height: 19px;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -11px;
  background-image: url("../Images/icon-close-primary.svg");
  margin-left: -10px;
}

.kemper-system .link-box-module .link-box {
  width: 222px;
  float: left;
  margin-right: 32px;
  margin-top: 32px;
}

.kemper-system .link-box-module .link-box-element {
  font-size: 17px;
  font-family: "HelveticaNeue-bold";
  text-align: center;
  line-height: 24px;
  position: relative;
}

.kemper-system .link-box-module .link-box-element.link-box-primary-part:before{
  content: '';
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background: #fff;
}

.kemper-system .link-box-module .link-box-element.link-box-primary-part:hover:before{
  left: 0;
  right: 0;
  opacity: 1;
}

.kemper-system .link-box-module .link-box-element.link-box-primary-part:hover .link-with-icon.right-direction-link-white{
  background-image: url(../Images/next-direction-primary-color-arrow.svg);
  z-index: 1;
}

.kemper-system .link-box-module .link-box-element.link-box-primary-part:hover .link-with-icon.right-direction-link-white div{
  color: #005192 !important;
}

.kemper-system .link-box-module .link-box-element .main-wrap {
  padding: 25px;
}

.kemper-system .link-box-module .link-box-secondary-part .main-wrap {
  border: 3px solid;
  padding: 22px 25px;
}

.kemper-system .map-frame {
  position: relative;
}

.kemper-system .map-frame iframe {
  width: 100%;
  height: 100%;
}

.kemper-system .view-legend-field {
  border: none !important;
  height: auto !important;
}

.kemper-system .view-legend {
  padding: 7px 10px;
  background-color: #F2F5F7;
  cursor: pointer;
}

.kemper-system .view-legend span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  opacity: 0.23;
}

.kemper-system .view-legend span img{
  visibility: hidden;
}

.kemper-system .view-legend.view-legend-list span{
  background: url(../Images/icon-list-primary.svg) left center no-repeat;
}

.kemper-system .view-legend.view-legend-slider span{
  background: url(../Images/icon-slider-primary.svg) left center no-repeat;
}

.kemper-system .view-legend i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 16px;
  color: #005192;
  font-family: "HelveticaNeue-bold";
  opacity: 0.23;
}

.kemper-system .view-legend.current {
  pointer-events: none;
}

.kemper-system .view-legend.current span, .kemper-system .view-legend.current i {
  opacity: 1;
}

.kemper-system .product-list-view .row {
  margin-right: -22px;
  margin-left: -22px;
}

.kemper-system .product-list-view .my-col {
  padding-right: 22px;
  padding-left: 22px;
  margin-bottom: 44px;
}

.kemper-system .product-list-view .main-wrap {
  padding: 20px 20px 30px 20px;
  background-color: rgb(240, 245, 247);
}

.kemper-system .product-list-view .product-fetured-img-holder {
  margin-bottom: 15px;
}

.product-view-type-wrap{
    position: relative;
}

.product-view-type.current{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  overflow: inherit;
}

.product-view-type.inactive{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0px;
  overflow: hidden;
  margin: 0px !important;
}

.kemper-system .ui-widget.ui-widget-content {
  z-index: 2 !important;
}

.kemper-system footer {
  padding: 60px 0 120px 0;
  background-color: #F2F5F7;
}

.kemper-system footer .row {
  margin-left: -25px;
  margin-right: -25px;
}

.kemper-system footer .my-col {
  padding-left: 25px;
  padding-right: 25px;
}

.kemper-system footer .footer-head-ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  text-align: center;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
}

.kemper-system footer .footer-head-text {
  display: inline-block;
  vertical-align: middle;
}

.kemper-system footer .footer-block-head {
  margin-bottom: 10px;
}

.kemper-system footer .entry p {
  margin-bottom: 45px;
}

.kemper-system footer .entry p.footer-link-item {
  line-height: 30px;
}

.kemper-system footer .footer-content {
  padding-left: 98px;
}

.kemper-system .data-table-module .site-data-table tbody td.file-preview{
  cursor: pointer;
  position: relative;
}

.kemper-system .data-table-module .site-data-table tbody td.file-preview .file-preview-thumb{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 5;
  pointer-events: none;
}

.kemper-system .data-table-module .site-data-table tbody td.file-preview .file-preview-thumb img{
  border: 6px solid #fff;
}

.kemper-system .data-table-module.no-overflow{
  overflow: visible !important;
}

.kemper-system .data-table-module .site-data-table tbody td.file-preview:hover{
  color: #005192 !important;
}

.kemper-system .search-block{
  float: right;
  margin-left: 20px;
  position: relative;
}

.kemper-system .search-block .search-form{
  visibility: hidden;
  background: #F2F5F7;
  width: 0;
  opacity: 0;
  float: left;
  transition: all ease-in-out 0.2s;
}

.kemper-system .search-block .search-form input[type="text"]{
  padding: 5px;
  width: 100%;
  height: auto;
  font-size: 15px;
  border: 0;
  height: 24px;
  background: transparent;
  color: #005192;
  font-family: "HelveticaNeue-light";
}

.kemper-system .search-block .search-form.active{
  width: 160px;
  opacity: 1;
  visibility: visible;
}

.kemper-system .search-block .search-submit{
  display: none;
  float: left;
  margin-left: 5px;
  height: 24px;
}

.kemper-system .search-block .search-submit input[type="submit"]{
  border: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../Images/suche.svg) no-repeat;
  background-size: 24px auto;
  padding: 0;
  margin: 0;
}

.kemper-system .search-block .search-submit.active{
  display: block;
}

.kemper-system .search-block .search-click{
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url(../Images/suche.svg) no-repeat;
  background-size: 24px auto;
}

.kemper-system .tx-indexedsearch-autocomplete{
  position: absolute;
  width: 320px;
  right: 0;
  left: auto;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.5);
  color: #005192;
  padding: 10px 0;
  top: 150%;
  font-family: "HelveticaNeue-light";
}

.kemper-system .tx-indexedsearch-autocomplete ul{
  border: 0;
}

.kemper-system .tx-indexedsearch-autocomplete ul li{
  padding: 6px 15px;
}

.kemper-system .element-search{
  padding-bottom: 40px;
  border-bottom: #C5D7E2 solid 1px;
}

.kemper-system .element-search:last-child{
  padding-bottom: 0;
  border: 0;
}

.kemper-system .element-search.entry h3{
  margin-bottom: 0;
}

.kemper-system .element-search .tx-indexedsearch-text-item-path{
  margin-bottom: 30px;
}
.kemper-system .element-search .tx-indexedsearch-text-item-path p span:last-child{
  display: none;
}

.kemper-system .tx-indexedsearch-browsebox{
  text-align: center;
  padding: 0;
  margin: 0;
}
.kemper-system .tx-indexedsearch-browsebox li{
  list-style: none;
  display: inline-block;
  list-style: none;
  margin-right: 3px;
  margin-bottom: 3px;
}
.kemper-system .tx-indexedsearch-browsebox li a{
  padding: 6px 10px;
  background: #F2F5F7;
  color: #005192;
  font-family: "HelveticaNeue-light";
  font-size: 15px;
  display: inline-block;
}

.kemper-system .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
  background: #005192;
  color: #F2F5F7;
}

.kemper-system .tx-indexedsearch-searchbox legend{
  display: none;
}

.kemper-system .tx-indexedsearch-searchbox-sword{
  font-weight: normal;
}

.kemper-system .tx-indexedsearch-searchbox-sword{
  background: #F2F5F7;
  border: 0;
  padding: 8px 10px;
  width: 300px;
  color: #005192;
}
.kemper-system .tx-indexedsearch-searchbox-button{
  background: #005192;
  border: 0;
  padding: 8px 10px;
  color: #F2F5F7
}

/* from small desktop to small desktop */
@media screen and (max-width:1400px) and (min-width:1100px) {
  .kemper-system {

    /* basic */

    /* basic */

    /* basic */

    /* basic */

    /* default-content-slider */

    /* default-content-slider */

    /* header */

    /* header */

    /* page-top-banner */

    /* page-top-banner */

    /* column-news-module */

    /* column-news-module */

    /* testimonial-module */

    /* testimonial-module */

    /* testimonial-module */

    /* testimonial-module */

    /* block-header-module */

    /* block-header-module */

    /* social-hub-item */

    /* social-hub-item */

    /* site-form-module */

    /* site-form-module */

    /* data table */

    /* data table */

    /* pill-menu */

    /* pill-menu */

    /* product-list */

    /* product-list */

    /* footer */

    /* footer */
  }

  .kemper-system .container {
    width: 1070px;
  }

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

  .kemper-system .my-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kemper-system .entry h1 {
    font-size: 70px;
  }

  .kemper-system .large-gap-column-wrap {
    margin-left: -60px;
    margin-right: -60px;
  }

  .kemper-system .large-gap-column-wrap > .my-col {
    padding-left: 60px;
    padding-right: 60px;
  }

  .kemper-system .extra-left-pad-type-one {
    padding-left: 80px !important;
  }

  .kemper-system .two-column-grid-mudule .grid-content-with-pad {
    padding: 60px;
  }

  .kemper-system .default-content-slider .owl-dots, .kemper-system .block-slider .owl-dots, .kemper-system .product-list-slider .owl-dots {
    bottom: 10px;
  }

  .kemper-system .default-content-slider .owl-nav button, .kemper-system .block-slider .owl-nav button, .kemper-system .product-list-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background-size: 15px;
  }

  .kemper-system .main-nav-sub-item.type-right-align-hanging {
    width: 1000px;
    right: -350px;
  }

  .kemper-system .main-nav-sub-item.type-left-align-hanging {
    width: 1000px;
    right: -200px;
  }

  .kemper-system .main-nav-sub-item.single-column-center-align-hanging {
    right: 0px;
  }

  .kemper-system .service-nav-block ul li .dropdown-menu {
    left: inherit;
    right: 0px;
  }

  .kemper-system .slider-content {
    padding-left: 100px;
    max-width: 60%;
  }

  .kemper-system .slider-featured-img-object {
    max-width: 40%;
  }

  .kemper-system .skew-left-col {
    width: 80%;
  }

  .kemper-system .column-news-module .column-news-content-box {
    padding: 60px;
  }

  .kemper-system .testimonial-module .testimonial-content .entry {
    padding: 60px;
  }

  .kemper-system .background-content-module .background-content-holder {
    padding: 60px;
  }

  .kemper-system .block-header-module.large-pad {
    padding: 60px;
  }

  .kemper-system .block-header-module.normal-pad {
    padding: 30px 60px;
  }

  .kemper-system .social-hub-item .main-wrap {
    padding: 60px;
  }

  .kemper-system .social-hub-item .social-feed {
    max-width: 70%;
  }

  .kemper-system .site-form-module .site-form-field .site-form-input.date-input {
    padding: 0 4px;
  }

  .kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system {
    margin-left: -5px;
    margin-right: -5px;
  }

  .kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system .col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .kemper-system .data-tbl-pitch-info {
    line-height: normal;
    max-width: 20%;
  }

  .kemper-system .pill-menu ul li {
    margin: 0 6px;
  }

  .kemper-system .pill-menu ul li span {
    font-size: 11px;
    font-family: "HelveticaNeue-light";
  }

  .kemper-system .pill-menu ul li .pill-menu-img img {
    max-width: 30px;
  }

  .kemper-system .product-list-view .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .kemper-system .product-list-view .my-col {
    padding-right: 15px;
    padding-left: 15px;
  }

  .kemper-system footer .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .kemper-system footer .my-col {
    padding-left: 10px;
    padding-right: 10px;
  }

}

/* from small desktop to small desktop */

/* tab */
@media screen and (max-width:1099px) {
  .kemper-system {

    /* basic */

    /* basic */

    /* view-legend */

    /* view-legend */

    /* social-hub-item */

    /* social-hub-item */

    /* site-form-module */

    /* site-form-module */

    /* special-numeric-list-item */

    /* special-numeric-list-item */

    /* default-content-slider */

    /* default-content-slider */

    /* header */

    /* header */

    /* main nav */

    /* main nav */

    /* page-top-banner */

    /* page-top-banner */

    /* pill-menu */

    /* pill-menu */

    /* news-block-module */

    /* news-block-module */

    /* testimonial-module */

    /* testimonial-module */

    /* column-news-module */

    /* column-news-module */

    /* block-header-module */

    /* block-header-module */

    /* background-content-module */

    /* background-content-module */

    /* breadcrumb-module */

    /* breadcrumb-module */

    /* image-with-content-box-carousel */

    /* image-with-content-box-carousel */

    /* product-list-view */

    /* product-list-view */

    /* footer */

    /* footer */
  }

  .kemper-system .site-modal.background-content-module .background-content-holder .entry{
    margin-top: 40px;
  }

  .kemper-system .tx-powermail .powermail_fieldset.powermail_fieldset_2 {
    margin-top: 0px;
  }

  .kemper-system .col-tab-3 {
    width: 33.33%;
  }

  .kemper-system .two-column-grid-mudule .grid-content-with-pad {
    padding: 40px;
  }

  .kemper-system .extra-left-pad-type-one {
    padding-left: 40px !important;
  }

  .kemper-system .container {
    width: 100%;
    padding: 0 70px;
  }

  .kemper-system .large-gap-column-wrap {
    margin-left: -30px;
    margin-right: -30px;
  }

  .kemper-system .large-gap-column-wrap > .my-col {
    padding-left: 30px;
    padding-right: 30px;
  }

  .kemper-system .entry h1 {
    font-size: 60px;
  }

  .kemper-system .entry h2 {
    font-size: 40px;
  }

  .kemper-system .entry h3 {
    font-size: 34px;
  }

  .kemper-system .view-legend {
    padding: 7px 5px;
  }

  .kemper-system .view-legend i {
    font-size: 15px;
  }

  .kemper-system .social-hub-item .main-wrap {
    padding: 40px;
  }

  .kemper-system .social-hub-item .social-feed {
    max-width: 70%;
  }

  .kemper-system .site-form-module.type-three .site-form-row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .kemper-system .site-form-module.type-three .site-form-block {
    padding-left: 6px;
    padding-right: 6px;
  }

  .kemper-system .site-form-module.type-three .col-tab-3 {
    width: 32%;
  }

  .kemper-system .special-numeric-list-item li i {
    width: 35px;
    height: 35px;
    font-size: 25px;
    line-height: 35px;
  }

  .kemper-system .special-numeric-list-item li span {
    font-size: 35px;
  }

  .kemper-system .default-content-slider .owl-dots, .kemper-system .block-slider .owl-dots, .kemper-system .product-list-slider .owl-dots {
    bottom: 10px;
  }

  .kemper-system .header-main-part {
    padding: 32px 0 22px 0;
  }

  .kemper-system .header-main-part .header-block.header-block-logo {
    width: 31%;
    position: relative;
    z-index: 110;
  }

  .kemper-system .header-main-part .header-block.header-block-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    z-index: 110;
    padding: 0 70px;
    margin: 0px;
  }

  .kemper-system .header-main-part .header-block.header-block-menu.inactive {
    pointer-events: none;
    opacity: 0;
  }

  .kemper-system .header-main-part .header-block.header-block-menu.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }

  .kemper-system .header-main-part .header-block.header-responsive-hamberg-block {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -5px;
  }

  .kemper-system .header-responsive-hamberg-block .hamberg-click {
    cursor: pointer;
    width: 36px;
    height: 29px;
    background-image: url("../Images/icon-hamberg-primary.svg");
    background-repeat: no-repeat;
    background-size: cover;
    float: right;
  }

  .kemper-system .header-responsive-hamberg-block .hamberg-click.open {
    background-image: url("../Images/cross-primary.svg");
    width: 29px;
    height: 29px;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger {
    width: 30px;
    height: 30px;
    position: relative;
    float: right;
    cursor: pointer;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger.inactive {
    display: none;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger .menu {
    position: absolute;
    top: 0px;
    z-index: 100;
    width: 30px;
    height: 30px;
    background: #FFF;
    border-radius: 50% 50% 50% 50%;
    transition: .5s ease-in-out;
    box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
    cursor: pointer;
    pointer-events: none;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger .hamburger {
    position: absolute;
    top: 14px;
    left: 0px;
    width: 30px;
    height: 2px;
    background: #005192;
    display: block;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .5s ease-in-out;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger .hamburger:after, .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger .hamburger:before {
    transition: .5s ease-in-out;
    content: '„';
    font-size: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #005192;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger .hamburger:before {
    top: -10px;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger .hamburger:after {
    bottom: -10px;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger input:checked + .menu {
    box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
    border-radius: 0;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }

  .kemper-system .header-responsive-hamberg-block .decorative-mobile-hamberger input:checked + .menu + ul {
    opacity: 1;
  }

  .kemper-system .main-nav-block {
    float: none;
    max-height: 80%;
    overflow: auto;
  }

  .kemper-system .main-nav-block > nav > ul > li {
    float: none;
    margin: 30px 0 0 0;
    padding: 0px;
  }

  .kemper-system .main-nav-block > nav > ul > li.responsive-service-nav > a {
    color: #C5D7E2;
  }

  .kemper-system .main-nav-block > nav > ul > li.responsive-service-nav > a + i {
    background-image: url("../Images/light-primary-color-down-arrow.svg");
  }

  .kemper-system .main-nav-block > nav > ul > li:last-child {
    margin-bottom: 100px;
  }

  .kemper-system .main-nav-block > nav > ul > li.has-sub-item > a + i {
    visibility: visible;
  }

  .kemper-system .main-nav-block > nav > ul > li.has-sub-item.sub-item-closed .main-nav-sub-item {
    visibility: visible;
    pointer-events: auto;
  }

  .kemper-system .main-nav-block > nav > ul > li > a {
    display: block;
    padding-right: 25px;
    margin-bottom: 30px;
  }

  .kemper-system .main-nav-block > nav > ul > li > a + i {
    font-style: none;
    width: 21px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 2px;
    background-image: url("../Images/dark-primary-color-down-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    z-index: 1;
    cursor: pointer;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease 0s;
  }

  .kemper-system .main-nav-block > nav > ul > li > a + i.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .kemper-system .main-nav-sub-item {
    position: static;
    margin: 0px;
    padding: 0px;
    width: 100% !important;
    display: none;
  }

  .kemper-system .main-nav-sub-item .within-column-menu {
    border: none !important;
    margin-top: 10px;
    height: auto !important;
  }

  .kemper-system .main-nav-sub-item .within-column-menu:first-child {
    margin-top: 0px;
  }

  .kemper-system .main-nav-sub-item .within-column-menu i {
    font-size: 16px !important;
  }

  .kemper-system .main-nav-sub-item .menu-item-holder-wrap {
    border: none !important;
  }

  .kemper-system .main-nav-sub-item .menu-item-holder {
    padding: 0px;
  }

  .kemper-system .main-nav-sub-item > .main-wrap {
    padding: 0px;
    background-color: transparent;
  }

  .kemper-system .main-nav-sub-item > .main-wrap .row {
    margin: 0px;
  }

  .kemper-system .main-nav-sub-item > .main-wrap .row .my-col {
    padding: 0px;
    height: auto !important;
  }

  .kemper-system .main-nav-sub-item > .main-wrap .row .my-col.menu-column-with-bg {
    padding: 10px !important;
  }

  .kemper-system .main-nav-sub-item > .main-wrap > .row > .my-col {
    margin-top: 30px;
  }

  .kemper-system .main-nav-sub-item > .main-wrap > .row > .my-col:first-child {
    margin-top: 0px;
  }

  .kemper-system .main-nav-sub-item .menu-with-icon i {
    font-size: 20px;
    font-family: "HelveticaNeue-regular";
  }

  .kemper-system .main-nav-sub-item .menu-with-icon i:first-child {
    padding-left: 0px;
  }

  .kemper-system .main-nav-sub-item.iconic-sub-menu .menu-with-icon span {
    width: 35px;
  }

  .kemper-system .main-nav-sub-item.product-sub-menu .menu-with-icon span {
    width: 100px;
  }

  .kemper-system .menu-column-head {
    margin-top: 0px;
    font-size: 18px;
  }

  .kemper-system .page-top-banner .banner-main-wrap {
    padding: 120px 0 100px 0;
  }

  .kemper-system .page-top-banner .flickity-button {
    display: none;
  }

  .kemper-system .slider-content {
    padding-left: 70px;
    max-width: 45%;
  }

  .kemper-system .slider-content.entry h1 {
    font-size: 42px;
  }

  .kemper-system .slider-content.entry h1 span {
    font-size: 20px;
  }

  .kemper-system .slider-content.entry h2 {
    font-size: 32px;
  }

  .kemper-system .slider-content.entry h4 {
    font-size: 20px;
  }

  .kemper-system .slider-featured-img-object {
    padding-right: 70px;
    max-width: 55%;
  }

  .kemper-system .skew-left-col {
    width: 60%;
  }

  .kemper-system .pill-menu ul li {
    margin: 0 20px;
  }

  .kemper-system .pill-menu ul li span {
    display: none;
  }

  .kemper-system .pill-menu ul li em {
    display: none !important;
  }

  .kemper-system .news-block-module .social-post-tag {
    width: 65px;
    height: 65px;
  }

  .kemper-system .news-block-module .social-post-tag img {
    max-width: 30px;
  }

  .kemper-system .testimonial-module .testimonial-content .entry {
    padding: 40px;
  }

  .kemper-system .column-news-module .column-news-content-box {
    padding: 40px;
  }

  .kemper-system .block-header-module.large-pad {
    padding: 40px;
  }

  .kemper-system .block-header-module.normal-pad {
    padding: 30px 40px;
  }

  .kemper-system .background-content-module .background-content-holder {
    padding: 40px;
  }

  .kemper-system .breadcrumb-module ul li {
    font-size: 14px;
  }

  .kemper-system .image-with-content-box-carousel .carousel-content-box .main-wrap {
    max-width: 50%;
  }

  .kemper-system .product-list-view .row {
    margin-left: -25px;
    margin-right: -25px;
  }

  .kemper-system .product-list-view .my-col {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
  }



  .kemper-system footer .footer-content {
    padding-left: 90px;
  }

  .kemper-system footer .footer-head-ico {
    width: 70px;
    height: 70px;
  }

  .kemper-system footer .footer-head-ico img {
    max-width: 40px;
  }

  .kemper-system footer .footer-head-text * {
    font-size: 20px;
  }

}

/* tab */

/* till before tab */
@media screen and (min-width:992px) {
  .kemper-system .one-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .kemper-system .two-col:nth-child(1), .kemper-system .two-col:nth-child(2) {
    margin-top: 0px !important;
  }

  .kemper-system .three-col:nth-child(1), .kemper-system .three-col:nth-child(2), .kemper-system .three-col:nth-child(3) {
    margin-top: 0px !important;
  }

  .kemper-system .four-col:nth-child(1), .kemper-system .four-col:nth-child(2), .kemper-system .four-col:nth-child(3), .kemper-system .four-col:nth-child(4) {
    margin-top: 0px !important;
  }

  .kemper-system footer .footer-content {
    display: block !important;
  }

}

/* till before tab */

/* mobile */
@media screen and (max-width:991px) {
  .kemper-system {

    /* basic */

    /* basic */

    /* header */

    /* header */

    /* page-top-banner */

    /* page-top-banner */

    /* pill-menu */

    /* pill-menu */

    /* block-header-module */

    /* block-header-module */

    /* news-block-module */

    /* news-block-module */

    /* block-slider */

    /* block-slider */

    /* default-content-slider */

    /* default-content-slider */

    /* testimonial-module */

    /* testimonial-module */

    /* column-news-module */

    /* column-news-module */

    /* column-news-module */

    /* column-news-module */

    /* site-form-module */

    /* site-form-module */

    /* iconic-list-module */

    /* iconic-list-module */

    /* two-column-grid-mudule */

    /* two-column-grid-mudule */

    /* map-frame */

    /* map-frame */

    /* map-frame */

    /* map-frame */

    /* image-with-content-box-carousel */

    /* image-with-content-box-carousel */

    /* content-grid-with-sidebar */

    /* content-grid-with-sidebar */

    /* product-slider-view */

    /* product-slider-view */

    /* product-slider-view */

    /* product-slider-view */

    /* data-tbl-custom-chk-label */

    /* data-tbl-custom-chk-label */

    /* link-box-module */

    /* link-box-module */

    /* modal */

    /* modal */

    /* footer */

    /* footer */
  }

  .kemper-system .header-block-menu .search-block{
    display: none !important;
  }

  .kemper-system .search-block .search-click{
    width: 26px;
    height: 26px;
    background-size: 26px auto;
    background-image: url(../Images/suche-mobile.svg);
    margin-right: 10px;
  }

  .kemper-system .search-block .search-submit{
    margin-right: 10px;
  }

  .kemper-system .search-block .search-submit input[type="submit"]{
    width: 26px;
    height: 26px;
    background-size: 26px auto;
    background-image: url(../Images/suche-mobile.svg);
  }

  .kemper-system .search-block .search-form input[type="text"]{
    background: #005192;
    color: #fff;
    height: 26px;
  }

  .kemper-system .page-button {
    min-width: inherit !important;
  }

  .kemper-system .one-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .kemper-system .two-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .kemper-system .three-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .kemper-system .four-col:nth-child(1) {
    margin-top: 0px !important;
  }

  .kemper-system .container {
    padding: 0 40px;
  }

  .kemper-system .entry .head-with-img {
    padding-left: 70px;
  }

  .kemper-system .entry .head-with-img img {
    max-width: 30px;
  }

  .kemper-system .entry .head-with-img ~ * {
    padding-left: 70px;
  }

  .kemper-system .entry h1.numeric-data {
    font-size: 150px;
  }

  .kemper-system .entry blockquote {
    padding: 0px;
  }

  .kemper-system .table-responsive {
    border: none;
  }

  .kemper-system .header .container {
    padding: 0 20px;
  }

  .kemper-system .header-main-part {
    padding: 34px 0 24px 0;
  }

  .kemper-system .header-main-part .header-block.header-block-logo {
    width: 50%;
  }

  .kemper-system .header-main-part .header-block.header-responsive-hamberg-block {
    width: 50%;
  }

  .kemper-system .header-main-part .header-block.header-responsive-hamberg-block .hamberg-click {
    width: 25px;
    height: 20px;
  }

  .kemper-system .header-main-part .header-block.header-responsive-hamberg-block .hamberg-click.open {
    width: 20px;
    height: 20px;
  }

  .kemper-system .header-main-part .header-block.header-block-menu {
    padding: 0 40px;
  }

  .kemper-system .page-top-banner .banner-main-wrap {
    padding: 30px 0 0 0;
  }

  .kemper-system .page-top-banner .banner-main-wrap.set-back {
    background-position: center top;
  }

  .kemper-system .page-top-banner.narrow-banner .slider-content {
    padding: 40px 35px;
  }

  .kemper-system .page-top-banner.narrow-banner .slider-content .container {
    padding: 0px;
  }

  .kemper-system .slider-content {
    max-width: inherit;
    width: 100%;
    padding: 95px 35px 40px 35px;
    position: relative;
    overflow: hidden;
  }

  .kemper-system .slider-content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '„';
    font-size: 0;
    display: block;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transform: skewY(-6deg) skewX(0);
    transform: skewY(-6deg) skewX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
  }

  .kemper-system .slider-content.entry h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .kemper-system .slider-content.entry h1 span {
    font-size: 17px;
  }

  .kemper-system .slider-content.entry h2 {
    font-size: 28px;
  }

  .kemper-system .slider-content.entry h4, .kemper-system .slider-content.entry h5 {
    font-size: 17px;
  }

  .kemper-system .slider-content.entry h4, .kemper-system .slider-content.entry h5 {
    margin-bottom: 15px;
  }

  .kemper-system .slider-content.entry p {
    font-size: 17px;
    line-height: 23px;
  }

  .kemper-system .slider-featured-img-object {
    max-width: inherit;
    width: 100%;
    padding: 0 35px;
    text-align: center;
  }

  .kemper-system .pill-menu {
    padding: 25px;
  }

  .kemper-system .pill-menu ul li {
    width: 33.33%;
    float: left;
    margin: 30px 0 0 0;
    padding: 0 25px;
  }

  .kemper-system .pill-menu ul li:nth-child(1), .kemper-system .pill-menu ul li:nth-child(2), .kemper-system .pill-menu ul li:nth-child(3) {
    margin-top: 0px;
  }

  .kemper-system .block-header-module.large-pad {
    padding: 15px;
  }

  .kemper-system .block-header-module.normal-pad {
    padding: 15px;
  }

  .kemper-system .news-block-module .news-content {
    padding: 20px 20px 65px 20px;
  }

  .kemper-system .news-block-module.in-carousel-view {
    margin: 0 -40px;
  }

  .kemper-system .news-block-module.in-carousel-view .block-slider {
    padding: 0 40px;
  }

  .kemper-system .block-slider {
    padding: 0px;
  }

  .kemper-system .default-content-slider .owl-nav button, .kemper-system .block-slider .owl-nav button, .kemper-system .product-list-slider .owl-nav button {
    width: 35px;
    height: 35px;
  }

  .kemper-system .default-content-slider .owl-nav button i, .kemper-system .block-slider .owl-nav button i, .kemper-system .product-list-slider .owl-nav button i{
    width: 13px;
    height: 22px;
    margin-top: -11px;
  }

  .kemper-system .default-content-slider .owl-nav button.owl-next i, .kemper-system .block-slider .owl-nav button.owl-next i, .kemper-system .product-list-slider .owl-nav button.owl-next i{
    margin-left: -6px;
  }

  .kemper-system .default-content-slider .owl-nav button.owl-prev i, .kemper-system .block-slider .owl-nav button.owl-prev i, .kemper-system .product-list-slider .owl-nav button.owl-prev i{
    margin-left: -8px;
  }

  .kemper-system .default-content-slider.left-align-dots .owl-dots, .kemper-system .block-slider.left-align-dots .owl-dots, .kemper-system .product-list-slider.left-align-dots .owl-dots {
    text-align: center;
  }

  .kemper-system .inner-carousel-module .background-content-module, .kemper-system .inner-carousel-module .two-column-grid-mudule {
    margin-left: 0px;
    margin-right: 0px;
  }

  .kemper-system .mobile-cover-element-for-dflt-slider {
    margin-left: -40px;
    margin-right: -40px;
  }

  .kemper-system .testimonial-module {
    margin-left: -40px;
    margin-right: -40px;
  }

  .kemper-system .testimonial-module .col {
    width: 100%;
  }

  .kemper-system .testimonial-module .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .kemper-system .testimonial-module .row .my-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kemper-system .column-news-module {
    margin-left: -40px;
    margin-right: -40px;
  }

  .kemper-system .column-news-module .col {
    width: 100%;
  }

  .kemper-system .column-news-module .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .kemper-system .column-news-module .row .my-col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kemper-system .background-content-module {
    margin-left: -40px;
    margin-right: -40px;
  }

  .kemper-system .background-content-module .background-content-holder .my-col:first-child {
    margin-bottom: 40px;
  }

  .kemper-system .background-content-module .background-content-holder .my-col:last-child {
    margin-bottom: 0px;
  }

  .kemper-system .site-form-module .form-check-radio-block .check-radio-label {
    max-width: 80%;
  }

  .kemper-system .site-form-module.type-three .site-form-block {
    width: 100%;
  }

  .kemper-system .site-form-module.type-three .site-form-block .site-form-field {
    width: 85%;
  }

  .kemper-system .site-form-module .site-form-tiny-columns .col {
    margin-bottom: 10px;
  }

  .kemper-system .site-form-module .site-form-tiny-columns .col .site-form-field {
    width: 100%;
  }

  .kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system {
    margin-left: -6px;
    margin-right: -6px;
  }

  .kemper-system .site-form-module .site-form-tiny-columns.has-form-to-system .col {
    padding-right: 6px;
    padding-left: 6px;
    width: 85%;
  }

  .kemper-system .site-form-module .site-form-tiny-columns .site-form-search-box .search-submit {
    right: -1px;
    left: inherit;
  }

  .kemper-system .iconic-list-module .iconic-list-content {
    max-width: 50%;
  }

  .kemper-system .two-column-grid-mudule {
    margin-left: -40px;
    margin-right: -40px;
  }

  .kemper-system .two-column-grid-mudule .my-col {
    width: 100%;
  }

  .kemper-system .map-frame {
    height: 300px;
  }

  .kemper-system .speach-item p {
    font-size: 20px;
    line-height: 25px;
  }

  .kemper-system .image-with-content-box-carousel .owl-dots button.owl-dot {
    background-color: #6A818E;
    opacity: 0.14;
  }

  .kemper-system .image-with-content-box-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
  }

  .kemper-system .image-with-content-box-carousel .image-holder {
    min-height: 230px;
  }

  .kemper-system .image-with-content-box-carousel .carousel-content-box {
    position: static;
    padding: 0px;
  }

  .kemper-system .image-with-content-box-carousel .image-holder.set-back > img{
    visibility: visible;
  }

  .kemper-system .image-with-content-box-carousel .image-holder.set-back{
    background-image: none !important;
  }

  .kemper-system .image-with-content-box-carousel .carousel-content-box .main-wrap {
    margin: 0px;
    max-width: inherit;
    width: 100%;
    padding: 20px 40px 60px 40px;
  }

  .kemper-system .image-with-content-box-carousel .carousel-content-box .entry h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .kemper-system .content-grid-with-sidebar .col {
    width: 100%;
  }

  .kemper-system .content-grid-with-sidebar .sidebar-column {
    margin-top: 40px;
  }

  .kemper-system .product-slider-view {
    margin-left: -40px;
    margin-right: -40px;
  }

  .kemper-system .product-list-view {
    text-align: center;
  }

  .kemper-system .product-list-view .main-wrap {
    display: inline-block;
    text-align: left;
  }

  .kemper-system .data-tbl-custom-chk-label {
    max-width: 70%;
  }

  .kemper-system .link-box-module .link-box {
    width: 100%;
  }

  .kemper-system .modal-equal-height {
    height: auto !important;
  }

  .kemper-system .site-modal .absolute-bottom-element {
    position: static;
  }

  .kemper-system footer {
    padding: 24px 0 84px 0;
  }

  .kemper-system footer .entry p {
    margin-bottom: 30px;
  }

  .kemper-system footer .footer-content {
    padding-left: 68px;
    display: none;
    margin-top: 10px;
  }

  .kemper-system footer .footer-head-ico {
    width: 58px;
    height: 58px;
    margin-right: 6px;
  }

  .kemper-system footer .footer-head-ico .footer-head-call-icon {
    width: 33px;
  }

  .kemper-system footer .footer-head-ico .footer-head-kemper-icon {
    width: 40px;
  }

  .kemper-system footer .footer-head-ico .footer-head-shake-icon {
    width: 35px;
  }

  .kemper-system footer .footer-block-head {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    margin-bottom: 0px;
  }

  .kemper-system footer .footer-block-head:after {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 22px;
    height: 100%;
    display: block;
    content: '“';
    font-size: 0;
    background: url("../Images/up-direction-primary-color-arrow.svg") no-repeat center center;
    background-size: 22px;
    transition: all 0.3s ease 0s;
  }

  .kemper-system footer .footer-block-head.open:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .kemper-system footer .footer-col .main-wrap {
    border-top: 1px solid #C5D7E2;
    padding: 14px 0;
  }

  .kemper-system footer .footer-col:last-child .main-wrap {
    border-bottom: 1px solid #C5D7E2;
  }

  .kemper-system .news-block-module .news-featured-img{
    height: auto;
  }

}

/*custom*/
.inner-carousel-module {
  overflow: hidden;
}

.product-list-view .three-col .main-wrap {
  min-height: 356px;
}

.product-slider-view, .product-list-view {
  margin-top: -40px;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

ul {
  padding-left: 18px;
}

.product-slider-view > .simple-content-item {
  padding: 50px 30px 50px 90px !important;
}

/*ACADEMY PAGE*/
div#c540 {
  margin-bottom: -40px;
}

div#c542 {
  margin-bottom: -15px;
}

div#c560, div#c1939, div#c507 {
  padding-left: 60px;
}

div#c507, div#c1939 {
  padding-right: 60px;
}

/*ACADEMY PAGE END*/
td {
  padding: 3px 40px 0px 0px;
  vertical-align: top;
  text-align: left;
}

.sorting-table th:first-child {
  min-width: 350px;
}

.product-list-slider .grid-content-with-pad {
  padding: 50px 50px 50px 90px !important;
}

.main-nav-sub-item {
  box-shadow: -2px 3px 12px #8080802e;
}

.menu-item-holder span {
  height: auto !important;
}

.menu-item-holder img {
  width: 100%;
}

.header-wrap {
  box-shadow: 0px 2px 11px #6a818e1f;
}

.special-numeric-list-item li span {
  font-size: 18px !important;
}

@media only screen and (max-width:600px) {
  .product-list-slider h3 {
    font-size: 34px;
  }

}

@media (min-width:992px) {
  .start-page .page-top-banner .flickity-viewport {
    height: calc(100vh - 220px) !important;
  }

  .start-page .page-top-banner .banner-main-wrap.set-back {
    height: calc(100vh - 220px);
  }

  .start-page.kemper-system .pill-menu ul li {
    margin: 0 18px;
  }

}

@media (max-width:767px) {
  .kemper-system .header-responsive-hamberg-block .search-block{
    position: static;
    height: 26px;
  }
  .kemper-system .search-block .search-form.active{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: auto;
  }
  .kemper-system .search-block .search-form input[type="text"]{
    height: 36px;
    padding: 10px;
  }
  .kemper-system .header-main-part .header-block.header-block-logo{
    width: 68%;
  }
  .kemper-system .header-main-part .header-block.header-responsive-hamberg-block {
    width: 32%;
  }
  .kemper-system .search-block .search-submit{
    position: absolute;
    right: 0;
    top: 55px;
    margin:0;
  }
  .kemper-system .search-block .search-submit input[type="submit"]{
    background: url(../Images/suche.svg) no-repeat;
    width: 36px;
    height: 36px;
    background-position: center center;
    background-size: 24px auto;
  }
  .kemper-system .tx-indexedsearch-autocomplete{
    width: 100%;
    top: 91px;
  }
}

/* mobile */

.powermail_fieldwrap_type_check .powermail_label{ display: none;}
.kemper-system ul.parsley-errors-list{ padding: 0; margin: 0; list-style: none; font-size: 15px;}


/* picture slider */
.inner-carousel-module.picture-slider .owl-dots{
  text-align: right;
  bottom: inherit;
  top: 15px;
  padding: 0 15px;
}

.inner-carousel-module.picture-slider .simple-bild-item{
  position: relative;
}

.inner-carousel-module.picture-slider .simple-bild-item .caption{
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 15px 45px 12px;
  font-family: 'HelveticaNeue-light';
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.inner-carousel-module.picture-slider .simple-bild-item:hover .caption{
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.inner-carousel-module.picture-slider .simple-bild-item .caption.primary{
  background-color: rgba(0,81,146,0.8);
  color: #fff;
}

.inner-carousel-module.picture-slider .simple-bild-item .caption.secondary{
  background-color: rgba(255,255,255,0.8);
  color: #005192;
}

.inner-carousel-module.picture-slider .simple-bild-item .caption span{
  display: inline-block;
}

/* picture slider */


/* download table for mobile */

@media screen and (max-width:767px) {

  .responsive-download-table .title, .responsive-download-table .info{
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 3px;
  }

  .responsive-download-table .title .my-col, .responsive-download-table .info .my-col{
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 0px !important;
  }

  .responsive-download-table .title .my-col > div{
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    font-family: "HelveticaNeue-light";
    background-color: #005192;
    font-weight: normal;
  }

  .responsive-download-table .title .my-col:last-child > div{
    text-align: center;
  }

  .responsive-download-table .info .my-col > div{
    padding: 5px 15px;
    font-size: 15px;
    font-family: "HelveticaNeue-light";
    line-height: normal;
    background-color: #fff;
    color: #6A818E;
    height: 100%;
  }

  .responsive-download-table .info .my-col:last-child > div{
    text-align: center;
  }

  .responsive-download-table .info:nth-child(2n+1) .my-col > div{
    background-color: transparent;
  }

}
/* download table for mobile */



/*new vars*/
:root{
  --site-primary-color: #005192;
  --site-secondary-color: #F2F5F7;
  --site-third-color: #C5D7E2;
  --site-dark-color: #6A818E;
  --site-dark-color-type-two: #707070;
  --site-dark-color-type-three: #7B7A72;
  --site-danger-color: #D4002B;
  --site-success-color: #297521;
  --site-primary-bold-font: 'HelveticaNeue-bold';
  --site-primary-medium-font: 'HelveticaNeue-medium';
  --site-primary-regular-font: 'HelveticaNeue-regular';
  --site-primary-light-font: 'HelveticaNeue-light';

}
/*new vars*/

/*pay-bill-form-module*/

.kemper-system .pay-bill-form-module legend{
  font-size: 30px;
  font-family: var(--site-primary-medium-font);
  color: var(--site-primary-color);
  margin-bottom: 5px;
  padding: 0 35px;
}

.kemper-system .pay-bill-form-module .main-field-wrap{
  padding: 35px 35px 70px 35px;
  background-color: var(--site-secondary-color);
}

.kemper-system .pay-bill-form-module .main-field-wrap > .row{
  margin-right: -12px;
  margin-left: -12px;
}

.kemper-system .pay-bill-form-module .main-field-wrap > .row > .my-col{
  padding-left: 12px;
  padding-right: 12px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field{
  border: none;
  background-color: #ffffff;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field.required-fail{
  border: 1px solid var(--site-danger-color);
}

.field-required-msg{
  color: var(--site-danger-color);
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.field-required-msg i, .field-required-msg span{
  display: inline-block;
}

.field-required-msg i{
  margin-right: 5px;
}


.kemper-system .pay-bill-form-module .site-form-module .site-form-field.select-field select{
  font-size: 17px;
  font-family: var(--site-primary-regular-font);
  font-weight: normal;
  background-color: transparent;
  line-height: normal;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field.select-field .ui-selectmenu-button{
  padding: 0 45px 0 20px;
  line-height: 44px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field.select-field .ui-selectmenu-button .ui-selectmenu-text{
  font-size: 17px;
  font-family: var(--site-primary-regular-font);
  color: var(--site-dark-color) !important;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field .site-form-input{
  font-size: 17px;
  font-family: var(--site-primary-regular-font);
  font-weight: normal;
  background-color: transparent;
  line-height: normal;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field .site-form-input::placeholder{
  color: var(--site-third-color);
  opacity: 1;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field.select-field.not-yet-selected .ui-selectmenu-button .ui-selectmenu-text{
  color: var(--site-third-color) !important;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-field.select-field:after{
  background-color: var(--site-third-color);
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row.gap-lg{
  margin-bottom: 50px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-block{
  padding-left: 0px;
  padding-right: 0px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row:last-child{
  margin-bottom: 0px !important;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row{
  margin-right: -3px;
  margin-left: -3px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row > .site-form-block{
  padding-left: 3px;
  padding-right: 3px;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.two-block > .site-form-block{
  width: 50%;
  float: left;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.min-max-block > .site-form-block{
  float: left;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.min-max-block > .site-form-block.max-block{
  width: 70%;
}

.kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.min-max-block > .site-form-block.min-block{
  width: 30%;
}

.kemper-system .pay-bill-form-module .site-form-module .form-check-radio-block .check-radio-item .clone-check{
  border: none;
  top: inherit;
}

.kemper-system .pay-bill-form-module .radio, .kemper-system .pay-bill-form-module .checkbox{
  margin: 0px;
  padding: 0px;
  line-height: normal;
}

.kemper-system .pay-bill-form-module .radio .site-form-label, .kemper-system .pay-bill-form-module .checkbox .site-form-label{
  min-height: inherit;
  padding: 0px;
}

.kemper-system .pay-bill-form-module .site-form-module .form-check-radio-block .check-radio-label{
  line-height: normal;
  margin-top: 4px;
  max-width: 90%;
}

.kemper-system .pay-bill-form-module .site-form-module .form-check-radio-block .check-radio-item{
  top: inherit;
}

.kemper-system .pay-bill-form-module .pitchfield{
  font-size: 14px;
  color: var(--site-dark-color);
  font-family: var(--site-primary-light-font);
  margin: 0px;
  padding: 0px;
}


body.kemper-system.has-pay-bill-form .ui-widget.ui-widget-content{
  background-color: var(--site-third-color);
}


body.kemper-system.has-pay-bill-form .ui-state-active, body.kemper-system.has-pay-bill-form .ui-widget-content .ui-state-active, body.kemper-system.has-pay-bill-form .ui-widget-header .ui-state-active, body.kemper-system.has-pay-bill-form a.ui-button:active, body.kemper-system.has-pay-bill-form .ui-button:active, body.kemper-system.has-pay-bill-form .ui-button.ui-state-active:hover{
  background-color: transparent;
}

@media screen and (max-width: 1099px){
  .kemper-system .pay-bill-form-module .main-field-wrap > .row > .col-md-6:nth-child(2){
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px){

  .kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.two-block > .site-form-block{
    width: 100%;
  }

  .kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.two-block > .site-form-block:nth-child(2){
    margin-top: 10px;
  }

  .kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.min-max-block > .site-form-block{
    width: 100% !important;
  }

  .kemper-system .pay-bill-form-module .site-form-module .site-form-row > .multi-filed-row.min-max-block > .site-form-block:nth-child(2){
    margin-top: 10px;
  }

  .kemper-system .pay-bill-form-module .site-form-module .form-check-radio-block .check-radio-label{
    max-width: 70%;
  }

  .kemper-system .pay-bill-form-module legend{
    padding: 0px;
    font-size: 24px;
  }


  .kemper-system .pay-bill-form-module .main-field-wrap{
    padding: 10px;
  }

}
/*pay-bill-form-module*/

/*bill-uploads-module*/
.bill-uploads-module > .row{
  margin-right: -50px;
  margin-left: -50px;
}

.bill-uploads-module > .row > .my-col{
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 80px;
}

.bill-uploads-module > .row > .my-col:first-child{
  border-right: 1px solid var(--site-dark-color-type-two);
}


.kemper-system .bill-uploads-module .data-table-module .site-data-table th, .kemper-system .data-table-module .site-data-table td{
  border: none;
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table.table-striped > tbody > tr{
  background-color: transparent;
}

/*.kemper-system .bill-uploads-module .data-table-module .site-data-table.table-striped > tbody > tr:last-child{
  background-color: var(--site-secondary-color) !important;
}*/

.kemper-system .bill-uploads-module .data-table-module .site-data-table.table-striped > tbody > tr:nth-of-type(odd){
  background-color: var(--site-secondary-color);
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table.table-striped > tbody > tr > td{
  background-color: transparent !important;
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table.table-striped > tbody > tr > td.danger *{
  color: var(--site-danger-color);
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table.table-striped > tbody > tr > td.success *{
  color: var(--site-primary-color);
}


.kemper-system .bill-uploads-module .data-table-module .site-data-table > thead > tr > th{
   padding: 5px 15px 5px 15px
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > tbody > tr > td{
  padding: 16px 15px 10px 15px
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > thead > tr > th:nth-child(2), .kemper-system .bill-uploads-module .data-table-module .site-data-table > tbody > tr > td:nth-child(2){
  width: 50%;
  max-width: 350px;
  white-space: inherit;
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > thead > tr > th{
  font-size: 18px;
  font-family: var(--site-primary-light-font);
  border-left: 8px solid #ffffff;
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > thead > tr > th:first-child{
  border-left: none;
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > tbody > tr > td{
  font-size: 16px;
  font-family: var(--site-primary-light-font);
  border-left: 8px solid  var(--site-secondary-color);
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > tbody > tr > td strong{
  font-size: 17px;
  font-family: var(--site-primary-bold-font);
  color: var(--site-dark-color-type-three);
}

.kemper-system .bill-uploads-module .data-table-module .site-data-table > tbody > tr > td:first-child{
  border-left: none;
}


.dropzone{
  min-height: inherit;
  background-color: transparent;
  border: none;
  padding: 0px;
}

.dropzone .main-platform{
    
    padding: 40px 40px 50px 40px;
    background-color: var(--site-secondary-color);
    position: relative;
    
}


.dropzone .main-platform .dz-default.dz-message{
  text-align: left;
  margin: 0px;
  display: inline-block;
}

.dropzone .main-platform .dz-default.dz-message span{
  display: none;
}

.dropzone .main-platform .dz-default.dz-message .page-button span{
  display: inline-block;
}


.dropzone .drop-area{
  padding: 50px;
  text-align: center;
  background-color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  color: var(--site-primary-color);
  font-family: var(--site-primary-regular-font);
  margin-bottom: 55px;
}

.dropzone .drop-area strong{
  font-family: var(--site-primary-bold-font);
}

.final-bill-upload-trigger span{
  width: 100%;
  line-height: normal;
  padding: 10px 50px;
  font-size: 17px;
  font-family: var(--site-primary-bold-font);
  color: #ffffff;
  background-color: var(--site-success-color);
  cursor: pointer !important;
  text-align: left;
  margin-top: 5px;
  pointer-events: none;
  display: block;
}

.final-bill-upload-trigger#error_upload span{
  background-color: red;
}

.kemper-system .bill-uploads-module .dropzone .dz-preview{
  margin: 7px 7px 0 0;
}

.kemper-system .bill-uploads-module .dropzone .dz-preview.dz-file-preview .dz-image, .kemper-system .bill-uploads-module .dropzone .dz-preview .dz-image{
  border-radius: 0px;
}

.dz-remove{
  padding: 5px;
  color: #ffffff !important;
  background-color: var(--site-danger-color);
  text-decoration: none !important;
}


@media screen and (max-width: 1099px){
  .bill-uploads-module > .row{
    margin-right: 0px;
    margin-left: 0px;
  }

  .bill-uploads-module > .row > .my-col{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
  }

  .bill-uploads-module > .row > .my-col:last-child{
    padding-bottom: 0px;
  }

  .bill-uploads-module > .row > .my-col:first-child{
    border: none;
  }
}


@media screen and (max-width: 767px){
  .dropzone .drop-area{
    font-size: 17px;
    line-height: 24px;
    padding: 20px;
  }

  .dropzone .main-platform{
    padding: 20px;
  }

  .final-bill-upload-trigger span{
    padding: 10px 20px;
  }

  .final-bill-upload-trigger input{
    padding: 0px;
    text-align: center;
  }
}

/*bill-uploads-module*/




