@charset "UTF-8";
/**
 * Variable Overrides.
 *
 * Modify this file to override the Bootstrap Framework variables. You can copy
 * these variables directly from ../bootstrap/less/variables.less to this file.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-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("../bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/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: 400;
  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";
}
* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #575757;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #002851;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000204;
  text-decoration: underline;
}
a:focus {
  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.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #dadada;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 28px;
}
h6,
.h6 {
  font-size: 28px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #dadada;
}
.text-primary {
  color: #002851;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000f1e;
}
.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;
  background-color: #002851;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #000f1e;
}
.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: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 1200px) {
  .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;
  }
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  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.42857143;
  color: #dadada;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: #dadada;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dadada;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #002851;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #575757;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #002851;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1200px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@media (min-width: 1200px) {
  .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;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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: 1200px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .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: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.path-user .user-login-form:before,
.path-user .user-login-form:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.path-user .user-login-form:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
 * Form styles.
 */
table .checkbox.form-no-label,
table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #002851;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}
.form-required:after {
  background-image: url(../images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  line-height: 1;
  height: 7px;
  width: 10px;
}
.form-actions .btn,
.form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}
/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar,
  body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header,
  body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ol,
ul {
  padding-left: 1.5em;
}
.popover ol:last-child,
.popover ul:last-child {
  margin-bottom: 0;
}
.page-header {
  margin-top: 0;
}
.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot');
  src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.eot');
  src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-300italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot');
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.eot');
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700.eot');
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700italic.eot');
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-v15-latin/open-sans-v15-latin-700italic.svg#OpenSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300.eot');
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'), url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300.svg#OpenSansCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-condensed-300italic - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300italic.eot');
  src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'), url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-300italic.svg#OpenSansCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-700.eot');
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/open-sans-condensed-v12-cyrillic_latin/open-sans-condensed-v12-cyrillic_latin-700.svg#OpenSansCondensed') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?qc6sw2');
  src:  url('../fonts/icomoon.eot?qc6sw2#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?qc6sw2') format('truetype'),
  url('../fonts/icomoon.woff?qc6sw2') format('woff'),
  url('../fonts/icomoon.svg?qc6sw2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ansiedlung:before {
  content: "\e900";
}
.icon-bewerber:before {
  content: "\e901";
}
.icon-dokumente:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e903";
}
.icon-dropdown:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-familie:before {
  content: "\e906";
}
.icon-flipbook:before {
  content: "\e907";
}
.icon-forschung:before {
  content: "\e908";
}
.icon-googleplus:before {
  content: "\e909";
}
.icon-hamburger:before {
  content: "\e90a";
}
.icon-kreuz:before {
  content: "\e90b";
}
.icon-link:before {
  content: "\e90c";
}
.icon-linkedin:before {
  content: "\e90d";
}
.icon-lupe:before {
  content: "\e90e";
}
.icon-netzwerk:before {
  content: "\e90f";
}
.icon-prozente:before {
  content: "\e910";
}
.icon-rssfeed:before {
  content: "\e911";
}
.icon-standort:before {
  content: "\e912";
}
.icon-telefon:before {
  content: "\e913";
}
.icon-twitter:before {
  content: "\e914";
}
.icon-vor:before {
  content: "\e915";
}
.icon-xing:before {
  content: "\e916";
}
.icon-youtube:before {
  content: "\e917";
}
.icon-industrie:before {
  content: "\e918";
}
.icon-uniE919:before {
  content: "\e919";
}
.icon-uniE91A:before {
  content: "\e91a";
}
.icon-anker:before {
  content: "\e91b";
}
.icon-flugzeut:before {
  content: "\e91c";
}
.icon-link-extern:before {
  content: "\e91d";
}
.icon-gewerbeflaeche:before {
  content: "\e91e";
}
.icon-hafen-kran:before {
  content: "\e91f";
}
.icon-lebensmittelindustrie:before {
  content: "\e920";
}
.icon-life-science:before {
  content: "\e921";
}
.icon-recycling:before {
  content: "\e922";
}
.icon-roboterarm:before {
  content: "\e923";
}
.icon-schiffschraube:before {
  content: "\e924";
}
.icon-auto:before {
  content: "\e925";
}
.icon-flugzeug:before {
  content: "\e926";
}
.icon-foerdermittel:before {
  content: "\e927";
}
.icon-holz-kunststoff:before {
  content: "\e928";
}
.icon-strand:before {
  content: "\e929";
}
.icon-windkraft:before {
  content: "\e92a";
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 22px;
  color: #575757;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 22px;
  }
}
@media screen and (min-width: 992px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
@media screen and (min-width: 1200px) {
  p {
    font-size: 16px;
    line-height: 27px;
  }
}
p:last-child {
  margin-bottom: 0;
}
h1,
.h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-style: normal;
  color: #002851;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(left, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  background-size: 180%;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 46px;
  }
}
h2,
.h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  font-style: normal;
  color: #002851;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(left, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  background-size: 180%;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 49px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 49px;
  }
}
@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 42px;
    line-height: 49px;
  }
}
h3,
.h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  font-style: normal;
  color: #002851;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(left, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  background-size: 180%;
}
@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 32px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
h4,
.h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #002851;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  background-image: -webkit-linear-gradient(left, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-size: 100%;
  background-size: 180%;
}
@media screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 22px;
  }
}
h5,
.h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: #575757;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  h5,
  .h5 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 34px;
    line-height: 40px;
  }
}
h6,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: #575757;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h6,
  .h6 {
    font-size: 34px;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  h6,
  .h6 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 34px;
    line-height: 40px;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Schräge im Header */
.list-checkicon {
  color: inherit;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.list-checkicon > li {
  color: inherit;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding-left: 40px;
  padding-bottom: 6px;
  position: relative;
}
.list-checkicon > li:before {
  color: inherit;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 0;
}
header.navbar-default {
  background-color: #002851;
  border: 0;
  margin-bottom: 0;
  top: auto !important;
  border-radius: 0;
}
header.navbar-default .container {
  position: relative;
}
@media screen and (min-width: 768px) {
  header.navbar-default .container {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  header.navbar-default .container {
    width: 1170px;
  }
}
header.navbar-default .logo {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 992px) {
  header.navbar-default .logo {
    margin-left: 100px;
  }
}
header.navbar-default .logo img {
  width: 96px;
  height: auto;
}
@media screen and (min-width: 992px) {
  header.navbar-default .logo img {
    width: 148px;
  }
}
header.navbar-default #mv-erfre-logo {
  display: none;
}
@media screen and (min-width: 992px) {
  header.navbar-default #mv-erfre-logo {
    display: block;
    position: absolute;
    right: 240px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
header.navbar-default .navbar-btn {
  margin-top: 9px;
  margin-bottom: 14px;
}
header.navbar-default #nav-toggle-btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #1ea277;
  background: -moz-linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: -webkit-linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ea277', endColorstr='#023a65', GradientType=1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media screen and (min-width: 992px) {
  header.navbar-default #nav-toggle-btn {
    left: 15px;
    width: 80px;
    height: 80px;
  }
}
header.navbar-default #nav-toggle-btn span.menu-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  display: block;
  margin-top: 6px;
  margin-bottom: 4px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media screen and (min-width: 992px) {
  header.navbar-default #nav-toggle-btn span.menu-title {
    font-size: 18px;
    margin-top: 14px;
  }
}
header.navbar-default #nav-toggle-btn .burger {
  width: 28px;
  height: 20px;
  margin: 0 auto;
}
header.navbar-default #nav-toggle-btn .burger span {
  display: block;
  height: 2px;
  position: relative;
  width: 100%;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background: #ffffff;
}
header.navbar-default #nav-toggle-btn .burger span:nth-of-type(1) {
  top: 0;
}
header.navbar-default #nav-toggle-btn .burger span:nth-of-type(2) {
  top: 6px;
}
header.navbar-default #nav-toggle-btn .burger span:nth-of-type(3) {
  top: 12px;
}
header.navbar-default #nav-toggle-btn.is-open {
  z-index: 4;
  background: #ffffff;
}
header.navbar-default #nav-toggle-btn.is-open span.menu-title {
  color: #002851;
}
header.navbar-default #nav-toggle-btn.is-open .burger span {
  background: #002851;
}
header.navbar-default #nav-toggle-btn.is-open .burger span:nth-of-type(1) {
  transform: rotate(45deg) translateX(5px) translateY(5px);
  -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
  -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
}
header.navbar-default #nav-toggle-btn.is-open .burger span:nth-of-type(2) {
  transform: rotate(-45deg) translateX(1px) translateY(0px);
  -webkit-transform: rotate(-45deg) translateX(1px) translateY(0px);
  -ms-transform: rotate(-45deg) translateX(1px) translateY(0px);
}
header.navbar-default #nav-toggle-btn.is-open .burger span:nth-of-type(3) {
  display: none;
}
header.navbar-default nav#block-mandarin-main-menu {
  position: fixed;
  width: 100%;
  right: 0;
  top: 0px;
  height: 100%;
  background: #1ea277;
  background: -moz-linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: -webkit-linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ea277', endColorstr='#023a65', GradientType=1);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  overflow-y: scroll;
  padding: 75px 15px 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  header.navbar-default nav#block-mandarin-main-menu {
    width: 100%;
    border-top: 0;
    padding-top: 60px;
  }
}
@media screen and (min-width: 992px) {
  header.navbar-default nav#block-mandarin-main-menu {
    height: 100%;
    padding-top: 0px;
    overflow-y: unset;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
header.navbar-default nav#block-mandarin-main-menu.is-show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}
@media screen and (min-width: 992px) {
  header.navbar-default nav#block-mandarin-main-menu.is-show .menu {
    position: relative;
    top: 15vh;
    padding-top: 30px;
  }
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(2) {
  animation-delay: .4s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(3) {
  animation-delay: .45s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(4) {
  animation-delay: .50s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(5) {
  animation-delay: .55s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(6) {
  animation-delay: .60s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(7) {
  animation-delay: .65s;
}
header.navbar-default nav#block-mandarin-main-menu.is-show .menu li:nth-of-type(8) {
  animation-delay: .70s;
}
@media screen and (min-width: 768px) {
  header.navbar-default nav#block-mandarin-main-menu .menu {
    float: none;
    margin: 0 -15px;
  }
}
header.navbar-default nav#block-mandarin-main-menu .menu li {
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  header.navbar-default nav#block-mandarin-main-menu .menu li {
    float: none;
  }
}
header.navbar-default nav#block-mandarin-main-menu .menu li a {
  display: inline-block;
  color: #ffffff;
  transition: all .3s 0s;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid transparent;
}
@media screen and (min-width: 992px) {
  header.navbar-default nav#block-mandarin-main-menu .menu li a {
    padding: 0 5px;
    margin-bottom: 32px;
    margin-bottom: 4vh;
    font-size: 42px;
    font-size: 4vh;
  }
}
header.navbar-default nav#block-mandarin-main-menu .menu li a:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
}
header.navbar-default nav#block-mandarin-main-menu .menu li.active a {
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
}
#language-switch {
  position: fixed;
  width: 100%;
  right: 0;
  top: 60px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  padding: 12px 15px;
  background: transparent;
  z-index: 4;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 992px) {
  #language-switch {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0;
    border-bottom: 0;
    opacity: 1;
    visibility: visible;
    width: auto;
  }
}
#language-switch.is-show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
  position: absolute;
}
@media screen and (min-width: 992px) {
  #language-switch.is-show {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#language-switch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
#language-switch ul li {
  float: left;
  padding-left: 5px;
  padding-right: 15px;
  position: relative;
}
#language-switch ul li:after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}
#language-switch ul li:first-child {
  padding-left: 0;
}
#language-switch ul li:last-child {
  padding-right: 0;
}
#language-switch ul li:last-child:after {
  display: none;
}
#language-switch ul li.is-active a {
  border-bottom: 1px solid #ffffff;
}
#language-switch ul li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
}
#language-switch ul li a:hover,
#language-switch ul li a:focus {
  border-bottom: 1px solid #ffffff;
}
.media--loading::before {
  display: none !important;
}
.page-title {
  display: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0 !important;
}
body.mobile-nav-show {
  overflow: hidden;
}
body.navbar-is-fixed-top {
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  body.navbar-is-fixed-top {
    margin-top: 0;
  }
}
body.user-logged-in .main-container {
  padding-top: 100px;
}
.path-user .user-login-form {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 15px;
}
@media (min-width: 768px) {
  .path-user .user-login-form {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .path-user .user-login-form {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .path-user .user-login-form {
    width: 1170px;
  }
}
.path-user .user-login-form > .navbar-header,
.path-user .user-login-form > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .path-user .user-login-form > .navbar-header,
  .path-user .user-login-form > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.path-user .user-login-form .form-group {
  max-width: 400px;
  margin: 0 auto 15px;
}
a {
  outline: none !important;
}
.btn {
  border: 0;
  border-radius: 0;
  white-space: normal;
}
.btn.btn-default {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding: 12px 27px;
  color: #ffffff;
  transition: all .3s 0s;
  background-color: #002851;
}
.btn.btn-default:hover {
  color: #ffffff;
  background-color: #000f1e;
  box-shadow: none;
}
.btn.btn-default:active,
.btn.btn-default:focus {
  color: #ffffff;
  background-color: #000f1e;
  box-shadow: none;
}
.btn.btn-blue {
  background-color: #009ee0;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  padding: 13px 17px 13px 34px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.btn.btn-blue:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  left: 18px;
  position: absolute;
  top: auto;
}
.btn.btn-blue:hover {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .btn.btn-blue {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .btn.btn-blue:hover {
    background-color: #0090cc;
    color: #ffffff;
  }
}
.btn.btn-blue-ghost {
  background-color: transparent;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  padding: 13px 17px 13px 34px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border: 2px solid #009ee0;
  color: #009ee0;
  padding: 11px 15px 11px 32px;
}
.btn.btn-blue-ghost:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  left: 18px;
  position: absolute;
  top: auto;
}
.btn.btn-blue-ghost:hover {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .btn.btn-blue-ghost {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .btn.btn-blue-ghost:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
  }
}
.btn.btn-blue-ghost:before {
  left: 16px;
}
.btn.btn-blue-ghost:hover {
  background-color: #009ee0;
  color: #ffffff;
}
.btn.btn-yellow {
  background-color: #ffc800;
  color: #002851;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  padding: 13px 17px 13px 34px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.btn.btn-yellow:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  left: 18px;
  position: absolute;
  top: auto;
}
.btn.btn-yellow:hover {
  color: #002851;
}
@media screen and (min-width: 768px) {
  .btn.btn-yellow {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .btn.btn-yellow:hover {
    background-color: #ebb800;
    color: #002851;
  }
}
.btn.btn-yellow:hover {
  background-color: #f0bc00;
}
.btn.btn-link {
  background-color: #ffffff;
  color: #009ee0;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  padding: 13px 17px 13px 34px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-left: 18px;
  padding: 0;
  text-transform: none;
}
.btn.btn-link:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  left: 18px;
  position: absolute;
  top: auto;
}
.btn.btn-link:hover {
  color: #009ee0;
}
@media screen and (min-width: 768px) {
  .btn.btn-link {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .btn.btn-link:hover {
    background-color: #f5f5f5;
    color: #009ee0;
  }
}
.btn.btn-link:before {
  font-weight: bold;
  left: -16px;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
  background: #ffffff;
  border-bottom: 2px solid #009ee0;
  text-decoration: none;
}
.btn.btn-link:hover:before,
.btn.btn-link:focus:before {
  border: 0px;
}
.paragraph ul:not(.slick-dots):not(.list-checkbox):not(.list-checkicon) {
  list-style-type: none;
  margin: 0 0 22px 0px;
  padding-left: 0;
}
.paragraph ul:not(.slick-dots):not(.list-checkbox):not(.list-checkicon) li {
  font-size: 16px;
  line-height: 27px;
  color: inherit;
  padding-left: 42px;
  padding-bottom: 10px;
  position: relative;
}
.paragraph ul:not(.slick-dots):not(.list-checkbox):not(.list-checkicon) li:before {
  border-radius: 50%;
  background: #009ee0;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  left: 19px;
  position: absolute;
  top: 11px;
}
.paragraph ul:not(.slick-dots):not(.list-checkbox):not(.list-checkicon) ul {
  margin-bottom: 0;
}
.paragraph ul.list-checkicon {
  color: inherit;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.paragraph ul.list-checkicon > li {
  color: inherit;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding-left: 40px;
  padding-bottom: 6px;
  position: relative;
}
.paragraph ul.list-checkicon > li:before {
  color: inherit;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 16px;
  font-weight: normal;
  left: 8px;
  position: absolute;
  top: 0;
}
.paragraph ol:not(.flickity-page-dots) {
  counter-reset: ol;
  color: inherit;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0px;
}
.paragraph ol:not(.flickity-page-dots) > li {
  counter-increment: ol;
  color: inherit;
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding-left: 42px;
  padding-bottom: 10px;
  position: relative;
}
.paragraph ol:not(.flickity-page-dots) > li:before {
  content: counter(ol) ".";
  color: #009ee0;
  font-family: 'Open Sans', sans-serif;
  font-size: inherit;
  font-weight: bold;
  left: 15px;
  position: absolute;
  top: 1px;
}
.paragraph p a:not(.btn) {
  color: #209cd3;
  text-decoration: none !important;
}
.paragraph p a:not(.btn):hover {
  border-bottom: 1px solid #209cd3;
}
.paragraph p a[href$=".pdf"] {
  background-color: #ffffff;
  color: #009ee0;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
  padding: 13px 17px 13px 34px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-left: 18px;
  padding: 0;
  text-transform: none;
}
.paragraph p a[href$=".pdf"]:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size: 16px;
  left: 18px;
  position: absolute;
  top: auto;
}
.paragraph p a[href$=".pdf"]:hover {
  color: #009ee0;
}
@media screen and (min-width: 768px) {
  .paragraph p a[href$=".pdf"] {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph p a[href$=".pdf"]:hover {
    background-color: #f5f5f5;
    color: #009ee0;
  }
}
.paragraph p a[href$=".pdf"]:before {
  content: '\f1c1';
  font-size: 13px;
  left: -16px;
}
.paragraph p a[href$=".pdf"]:hover,
.paragraph p a[href$=".pdf"]:focus {
  background: #ffffff;
  border-bottom: 2px solid #009ee0;
  text-decoration: none;
}
.paragraph p a[href$=".pdf"]:hover:before,
.paragraph p a[href$=".pdf"]:focus:before {
  border: 0px;
}
.paragraph hr {
  margin-top: 40px;
  border-bottom: 2px solid #575757;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#overlay.is-show {
  visibility: visible;
  opacity: 1;
}
#overlay.cookie-consent-show {
  visibility: visible;
  opacity: 1;
}
.paragraph ul.list-checkbox,
.list-checkbox {
  color: inherit;
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.paragraph ul.list-checkbox li,
.list-checkbox li {
  color: inherit;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  list-style: none;
  margin: 0px;
  padding-left: 32px;
  position: relative;
}
.paragraph ul.list-checkbox li:before,
.list-checkbox li:before {
  color: #009ee0;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  left: 0px;
  position: absolute;
  top: 0px;
}
.contact-form .alert-success {
  background: transparent;
  border: 0px;
  color: inherit;
  padding-left: 15px;
  padding-right: 15px;
}
.has_noheader_paragraph .page.full,
.searchpage {
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .has_noheader_paragraph .page.full,
  .searchpage {
    padding-top: 120px;
  }
}
.has_noheader_paragraph > .breadcrumb ~ .page.full {
  padding-top: 0px;
}
@media screen and (min-width: 992px) {
  .has_noheader_paragraph > .breadcrumb ~ .page.full {
    padding-top: 0px;
  }
}
#drupal-live-announce {
  position: fixed !important;
}
#lightboxOverlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#lightbox {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
#lightbox .lb-outerContainer,
#lightbox .lb-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}
#lightbox .lb-nav .lb-prev {
  position: absolute !important;
  top: 50% !important;
  left: 1.5em !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  width: 50px !important;
  height: 40px !important;
  opacity: 1 !important;
  float: none;
  background: none !important;
  background-color: #ffffff !important;
  border-radius: 0% !important;
  text-decoration: none !important;
}
#lightbox .lb-nav .lb-prev:after {
  content: "\f104";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #209cd3;
  background: transparent;
}
#lightbox .lb-nav .lb-prev:after {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
#lightbox .lb-nav .lb-prev:hover {
  background: #ffffff !important;
}
#lightbox .lb-nav .lb-prev:hover:after {
  color: #002851 !important;
}
#lightbox .lb-nav .lb-next {
  position: absolute !important;
  top: 50% !important;
  right: 1.5em !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
  width: 50px !important;
  height: 40px !important;
  opacity: 1 !important;
  float: none;
  background: none !important;
  background-color: #ffffff !important;
  border-radius: 0% !important;
  text-decoration: none !important;
}
#lightbox .lb-nav .lb-next:after {
  content: "\f105";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  color: #209cd3;
  background: transparent;
}
#lightbox .lb-nav .lb-next:after {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
#lightbox .lb-nav .lb-next:hover {
  background: #ffffff !important;
}
#lightbox .lb-nav .lb-next:hover:after {
  color: #002851 !important;
}
#lightbox .lb-image {
  position: absolute !important;
  top: 50% !important;
  right: 50% !important;
  -webkit-transform: translate(50%, -50%) !important;
  -moz-transform: translate(50%, -50%) !important;
  -o-transform: translate(50%, -50%) !important;
  -ms-transform: translate(50%, -50%) !important;
  transform: translate(50%, -50%) !important;
  max-width: 75% !important;
  max-height: 75% !important;
  border: 5px solid #ffffff !important;
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 992px) {
  #lightbox .lb-image {
    max-width: 80% !important;
    max-height: 75% !important;
  }
}
@media screen and (min-width: 1200px) {
  #lightbox .lb-image {
    max-width: 85% !important;
    max-height: 75% !important;
  }
}
#lightbox .lb-dataContainer {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000;
}
#lightbox .lb-data .lb-details {
  width: auto;
  float: none;
  text-align: center;
  color: #575757;
  background: #fff;
  padding: 15px 30px;
  margin: 0 auto;
  display: inline-block;
}
#lightbox .lb-data .lb-details span {
  color: #575757;
}
#lightbox .lb-data .lb-number {
  padding-bottom: 0;
}
#lightbox .lb-closeContainer {
  position: fixed;
  right: 1.5em;
  top: 1.5em;
  z-index: 20;
  width: 50px;
  height: 40px;
  background: #ffffff;
}
#lightbox .lb-closeContainer:hover {
  background: #ffffff;
}
#lightbox .lb-closeContainer:hover .lb-close:after {
  color: #002851 !important;
}
#lightbox .lb-closeContainer .lb-close {
  opacity: 1 !important;
  background: none !important;
  display: inline-block;
  float: none;
  width: 50px;
  height: 40px;
  text-align: center;
  text-decoration: none !important;
}
#lightbox .lb-closeContainer .lb-close:after {
  content: "\f00d";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px;
  color: #209cd3;
  background: transparent;
}
#lightbox .lb-closeContainer .lb-close:after {
  line-height: 48px;
  position: relative;
  top: -4px;
}
#lightbox .lb-cancel {
  display: none !important;
}
#ModalWindow {
  padding-right: 0 !important;
}
#ModalWindow .modal-dialog {
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 45%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
#ModalWindow .modal-dialog.wide {
  width: 100%;
  max-width: 1000px;
}
#ModalWindow .modal-dialog .modal-body {
  padding: 5px;
}
#ModalWindow .close {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 36px;
  height: 36px;
  display: inline-block;
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #ModalWindow .close {
    width: 50px;
    height: 50px;
    top: 40px;
    right: 30px;
  }
}
#ModalWindow .close:hover span {
  background: #1ea277;
}
#ModalWindow .close span {
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  background: #ffffff;
  z-index: 2000;
}
#ModalWindow .close span:nth-of-type(1) {
  top: 0;
  transform: rotate(45deg) translateX(5px) translateY(5px);
  -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
  -ms-transform: rotate(45deg) translateX(5px) translateY(5px);
}
#ModalWindow .close span:nth-of-type(2) {
  top: 8px;
  transform: rotate(-45deg) translateX(1px) translateY(0px);
  -webkit-transform: rotate(-45deg) translateX(1px) translateY(0px);
  -ms-transform: rotate(-45deg) translateX(1px) translateY(0px);
}
.modal-backdrop.in {
  opacity: 0.8;
}
@-webkit-keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#cookieconsent {
  display: block;
  width: 500px;
  max-width: 95vw;
  max-height: 95vh;
  position: fixed;
  overflow: auto;
  z-index: 10000;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #ffffff;
  opacity: 0;
  visibility: visible;
  transition: all .3s 0s;
  animation: fadeIn .3s .4s forwards;
  padding: 20px 15px;
  border: 2px solid #dadada;
  overflow-y: scroll;
  /* graceful degradation for ie8 */
}
@media screen and (min-width: 768px) {
  #cookieconsent {
    padding: 45px 50px;
    overflow-y: auto;
  }
}
#cookieconsent h2 {
  margin-bottom: 15px;
}
#cookieconsent p {
  font-size: 13px;
  line-height: 20px;
}
#cookieconsent p strong {
  font-size: 14px;
}
#cookieconsent p a {
  color: #209cd3;
  text-decoration: none !important;
  font-weight: 700;
}
#cookieconsent p a:hover {
  border-bottom: 1px solid #209cd3;
}
#cookieconsent hr {
  background: #dadada;
  height: 2px;
  width: 100%;
  margin: 30px 0 15px 0;
  padding: 0;
}
#cookieconsent input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}
#cookieconsent input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
#cookieconsent input[type='checkbox']:checked,
#cookieconsent input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
#cookieconsent input[type='checkbox'] + label {
  cursor: pointer;
}
#cookieconsent input[type='checkbox']:checked + label::before,
#cookieconsent input[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 2px solid #dadada;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#cookieconsent input[type='checkbox'] + label::after {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 10px;
  width: 12px;
  height: 12px;
}
#cookieconsent input[type='checkbox']:hover + label::after {
  background: #dadada;
}
#cookieconsent input[type='checkbox']:checked + label::after {
  background: #575757;
}
#cookieconsent label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  padding-top: 5px;
  font-size: 14px;
  display: inline-block;
}
#cookieconsent #cookieconsent-accept-btn,
#cookieconsent #cookieconsent-accept-info-btn {
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 20px;
  background: #209cd3;
  color: #ffffff;
  transition: all .3s 0s;
  display: block;
  margin: 0 auto;
  width: 200px;
}
#cookieconsent #cookieconsent-accept-btn:hover,
#cookieconsent #cookieconsent-accept-info-btn:hover {
  background: #002851;
}
#cookieconsent #cookieconsent-accept-btn:active,
#cookieconsent #cookieconsent-accept-info-btn:active,
#cookieconsent #cookieconsent-accept-btn:focus,
#cookieconsent #cookieconsent-accept-info-btn:focus {
  background: #002851;
}
#cookieconsent #cookieconsent-accept-info-btn {
  margin-top: 10px;
}
#cookieconsent #cookieconsent-info-btn {
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 20px;
  background: #dadada;
  color: #6d6d6d;
  transition: all .3s 0s;
  display: block;
  margin: 10px auto 0;
  width: 200px;
}
#cookieconsent #cookieconsent-info-btn:hover {
  color: #dadada;
  background-color: #6d6d6d;
}
#cookieconsent #cookieconsent-info-btn:active,
#cookieconsent #cookieconsent-info-btn:focus {
  color: #dadada;
  background-color: #6d6d6d;
}
#cookieconsent .cookieconsent-page-2 {
  display: none;
}
#cookieconsent.invisible {
  opacity: 0;
  visibility: hidden;
  display: none;
  top: 0 !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#contact-side-toggle-btn {
  position: fixed;
  right: 15px;
  top: -65px;
  background: #ffc800;
  border-right: 0;
  cursor: pointer;
  width: auto;
  height: 50px;
  padding: 13px 15px;
  text-align: center;
  border-bottom: 3px solid #f0bc00;
  transition: background ease 0.3s;
}
@media screen and (min-width: 768px) {
  #contact-side-toggle-btn {
    width: 50px;
    height: auto;
    left: -50px;
    top: 0;
    padding: 18px 15px;
    text-align: unset;
    border-right: 3px solid #f0bc00;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  #contact-side-toggle-btn {
    padding: 13px 12px;
    border-right: 0;
    border-bottom: 3px solid #f0bc00;
  }
}
@media screen and (min-width: 768px) {
  #contact-side-toggle-btn:hover {
    background: #f0bc00;
  }
}
#contact-side-toggle-btn span {
  display: inline-block;
  color: #002851;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
  font-family: 'Open Sans Condensed', sans-serif;
}
@media screen and (min-width: 768px) {
  #contact-side-toggle-btn span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: unset;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  #contact-side-toggle-btn span {
    display: none;
  }
}
#contact-side-toggle-btn .icon {
  display: inline-block;
  color: #002851;
  font-size: 22px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  #contact-side-toggle-btn .icon {
    text-align: center;
    font-size: 22px;
    margin-right: 0;
  }
}
#contact-side-toggle-btn .icon.icon-phone:before {
  font-family: 'icomoon';
  content: '\e913';
}
@media screen and (min-width: 768px) {
  #contact-side-toggle-btn .icon.icon-phone.mobile {
    display: none;
  }
}
#contact-side-toggle-btn .icon.icon-phone.tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  #contact-side-toggle-btn .icon.icon-phone.tablet {
    display: block;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
#contact-side-toggle-btn .icon.icon-close {
  display: none;
}
#contact-side-toggle-btn .icon.icon-close:before {
  font-family: 'FontAwesome';
  content: '\f00d';
}
#contact-side-block {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002851;
  z-index: 11;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media screen and (min-width: 768px) {
  #contact-side-block {
    top: 20%;
    width: 470px;
    height: auto;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
#contact-side-block .inner {
  padding: 20px 20px 30px;
  overflow-y: scroll;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #contact-side-block .inner {
    padding: 24px 40px 40px;
    overflow-y: unset;
    height: auto;
  }
}
#contact-side-block .inner h3 {
  color: #ffffff;
  width: calc(100% - 40px);
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}
@media screen and (min-width: 768px) {
  #contact-side-block .inner h3 {
    width: 100%;
  }
}
#contact-side-block .inner p {
  color: #ffffff;
  margin-bottom: 0;
}
#contact-side-block .inner a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 2px solid #ffffff;
}
#contact-side-block .inner a:hover {
  border-bottom: 0;
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail:last-child {
  margin-bottom: 0;
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail .icon {
  position: absolute;
  top: 2px;
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail .icon:before {
  font-family: 'FontAwesome';
  color: #ffffff;
  font-size: 20px;
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail .contact-side-detail-text {
  display: inline-block;
  width: calc(100% - 41px);
  margin-left: 30px;
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail.address .icon-map-marker-alt:before {
  content: '\f041';
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail.gmap-link .icon-location-arrow:before {
  content: '\f124';
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail.phone .icon-phone:before {
  font-family: 'icomoon';
  content: '\e913';
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail.fax .icon-print:before {
  content: '\f02f';
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail.contact-person .icon-users:before {
  content: '\f0c0';
}
#contact-side-block .inner .contact-side-details-wrapper .contact-side-detail.contact-form .icon-download:before {
  content: '\f0e0';
}
#contact-side-block.show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 10000;
}
#contact-side-block.show #contact-side-toggle-btn {
  padding: 13px 13px 13px 16px;
  border-right: 0;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  left: auto;
  background: #f0bc00;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #contact-side-block.show #contact-side-toggle-btn {
    background: #f0bc00;
    right: auto;
    left: -50px;
    padding: 14px;
  }
  #contact-side-block.show #contact-side-toggle-btn .btn-title {
    display: none;
  }
}
#contact-side-block.show #contact-side-toggle-btn .btn-title {
  display: none;
}
#contact-side-block.show #contact-side-toggle-btn .icon.icon-close {
  display: block;
  font-size: 24px;
  color: #000f1e;
}
#contact-side-block.show #contact-side-toggle-btn .icon.icon-phone {
  display: none;
}
.subfooter {
  padding: 30px 0;
  background: #1ea277;
  background: -moz-linear-gradient(30deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: -webkit-linear-gradient(30deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: linear-gradient(30deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: -ms-linear-gradient(30deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ea277', endColorstr='#023a65', GradientType=1);
}
@media screen and (min-width: 768px) {
  .subfooter {
    padding: 50px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  .subfooter {
    padding: 50px 0;
  }
}
.subfooter h4 {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: #fff;
}
.subfooter ul {
  list-style: none;
  padding-left: 17px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .subfooter ul {
    margin-bottom: 0;
  }
}
.subfooter ul li {
  font-size: 15px;
  line-height: 25px;
  text-indent: -17px;
}
.subfooter ul li:before {
  content: "\f0da";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #ffffff;
  background: transparent;
}
.subfooter ul li a {
  color: #ffffff;
  text-decoration: none !important;
  margin-left: 8px;
  display: inline;
  padding: 0;
}
.subfooter ul li a:hover,
.subfooter ul li a:focus {
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}
.subfooter ul li.active a {
  border-bottom: 1px solid #ffffff;
}
.subfooter .subfooter-menu:last-child ul {
  margin-bottom: 0;
}
footer {
  padding: 20px 0;
  background: #002851;
}
footer img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer img {
    margin-bottom: 30px;
  }
}
footer div {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  footer div {
    margin-bottom: 0;
  }
}
footer div:last-child {
  margin-bottom: 0;
}
footer p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  footer p {
    display: inline-block;
    vertical-align: middle;
  }
}
footer ul,
footer ul.nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  footer ul,
  footer ul.nav {
    margin-top: -4px;
  }
}
footer ul li,
footer ul.nav li {
  font-size: 15px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}
footer ul li a,
footer ul.nav li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  text-decoration: none !important;
  margin-left: 4px;
  padding: 0;
  position: relative;
  transition: all .3s 0s;
  font-size: 0;
}
footer ul li a:hover,
footer ul.nav li a:hover,
footer ul li a:focus,
footer ul.nav li a:focus {
  background-color: #009ee0;
}
footer ul li a:hover:before,
footer ul.nav li a:hover:before,
footer ul li a:focus:before,
footer ul.nav li a:focus:before {
  color: #ffffff !important;
}
footer ul li a:before,
footer ul.nav li a:before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  transition: all .3s 0s;
}
footer ul li a[href^="https://www.facebook.com/"]:before,
footer ul.nav li a[href^="https://www.facebook.com/"]:before {
  content: "\f09a";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul li a[href^="https://www.youtube.com/"]:before,
footer ul.nav li a[href^="https://www.youtube.com/"]:before {
  content: "\f16a";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul li a[href^="https://twitter.com/"]:before,
footer ul.nav li a[href^="https://twitter.com/"]:before {
  content: "\f099";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul li a[href^="https://plus.google.com/"]:before,
footer ul.nav li a[href^="https://plus.google.com/"]:before {
  content: "\f0d5";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul li a[href^="https://www.instagram.com/"]:before,
footer ul.nav li a[href^="https://www.instagram.com/"]:before {
  content: "\f16d";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul li a[href^="https://www.xing.com/"]:before,
footer ul.nav li a[href^="https://www.xing.com/"]:before {
  content: "\f168";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul li a[href^="https://www.linkedin.com/"]:before,
footer ul.nav li a[href^="https://www.linkedin.com/"]:before {
  content: "\f0e1";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #002851;
  background: transparent;
}
footer ul.menu--footer-meta-menu,
footer ul.nav.menu--footer-meta-menu {
  padding-right: 130px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  footer ul.menu--footer-meta-menu,
  footer ul.nav.menu--footer-meta-menu {
    padding-right: 0px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  footer ul.menu--footer-meta-menu,
  footer ul.nav.menu--footer-meta-menu {
    margin-top: 0;
  }
}
footer ul.menu--footer-meta-menu li,
footer ul.nav.menu--footer-meta-menu li {
  display: block;
  padding: 0;
}
@media screen and (min-width: 500px) {
  footer ul.menu--footer-meta-menu li,
  footer ul.nav.menu--footer-meta-menu li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  footer ul.menu--footer-meta-menu li,
  footer ul.nav.menu--footer-meta-menu li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
footer ul.menu--footer-meta-menu li a,
footer ul.nav.menu--footer-meta-menu li a {
  display: block;
  background-color: transparent;
  font-size: 14px;
  color: #ffffff;
  width: auto;
  height: auto;
  padding: 0px;
  margin: 0;
  border-bottom: 1px solid transparent;
}
footer ul.menu--footer-meta-menu li a:hover,
footer ul.nav.menu--footer-meta-menu li a:hover {
  border-bottom: 1px solid #ffffff;
}
footer ul.menu--footer-meta-menu li.first a,
footer ul.nav.menu--footer-meta-menu li.first a {
  padding-left: 0;
}
footer ul.menu--footer-meta-menu li.last a,
footer ul.nav.menu--footer-meta-menu li.last a {
  padding-right: 0;
}
.paragraph.paragraph--type--hero {
  overflow: hidden;
  padding-top: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--hero {
    padding-top: 80px;
  }
}
.paragraph.paragraph--type--hero .hero-item {
  width: 100%;
  position: relative;
}
.paragraph.paragraph--type--hero .hero-item .background {
  height: 130px;
  width: 100%;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero .hero-item .background {
    height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--hero .hero-item .background {
    height: 600px;
  }
}
.paragraph.paragraph--type--hero .hero-item .container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero .hero-item .container {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.paragraph.paragraph--type--hero .hero-item .textbox {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .paragraph.paragraph--type--hero .hero-item .textbox {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph.paragraph--type--hero .hero-item .textbox {
    float: left;
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
  }
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title > * {
    position: relative;
    z-index: 3;
  }
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title:after {
    background: #ffffff;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    transform-origin: bottom left;
    transform: skew(-27deg, 0deg);
  }
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-title h1 {
  background-image: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #575757;
  -webkit-background-size: auto;
  background-size: auto;
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-title h1,
.paragraph.paragraph--type--hero .hero-item .textbox .hero-title h2,
.paragraph.paragraph--type--hero .hero-item .textbox .hero-title strong {
  display: block;
  font-size: 42px;
  line-height: 1em;
  font-weight: 400;
  color: #575757;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title h1,
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title h2,
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title strong {
    font-size: 50px;
    text-align: left;
    display: inline-block;
    border-left: 7px solid transparent;
    position: relative;
    padding: 10px 60px 10px 20px;
    color: #575757;
  }
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title h1:before,
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title h2:before,
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title strong:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% + 4px);
    position: absolute;
    left: -7px;
    top: -2px;
    border-right: 5px solid transparent;
    -moz-border-image: -moz-linear-gradient(top, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
    -webkit-border-image: -webkit-linear-gradient(top, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
    border-image: linear-gradient(to bottom, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
    border-image-slice: 1;
  }
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title h1,
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title h2,
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-title strong {
    font-size: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text {
  background: #209cd3;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-text {
    background: #209cd3;
    display: inline-block;
    position: relative;
    max-width: 520px;
    padding: 15px 25px 15px 30px;
  }
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-text > * {
    position: relative;
    z-index: 3;
  }
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-text:after {
    background: #209cd3;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    transform-origin: bottom left;
    transform: skew(-27deg, 0deg);
  }
}
@media screen and (min-width: 1200px) {
  .paragraph.paragraph--type--hero .hero-item .textbox .hero-text {
    padding: 20px 80px 20px 30px;
  }
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text a {
  font-family: 'Open Sans Condensed', sans-serif;
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text a:before {
  content: '\f0da';
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: #ffffff;
  background: transparent;
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text a:before {
  padding-right: 5px;
  border-bottom: 5px solid #209cd3;
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text a:hover {
  border-bottom: 1px solid #ffffff;
}
.paragraph.paragraph--type--hero .hero-item .textbox .hero-text ul.list-checkicon {
  color: #ffffff;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.flickity-enabled ol.flickity-page-dots {
  text-align: right;
  padding: 10px 15px;
  position: relative;
  top: 0;
}
@media screen and (min-width: 768px) {
  .flickity-enabled ol.flickity-page-dots {
    position: absolute;
    bottom: 5px;
    top: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .flickity-enabled ol.flickity-page-dots > .navbar-header,
  .flickity-enabled ol.flickity-page-dots > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .flickity-enabled ol.flickity-page-dots {
    width: 750px;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) {
  .flickity-enabled ol.flickity-page-dots {
    width: 970px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .flickity-enabled ol.flickity-page-dots {
    width: 1170px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .flickity-enabled ol.flickity-page-dots > .navbar-header,
  .flickity-enabled ol.flickity-page-dots > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.flickity-enabled ol.flickity-page-dots li {
  box-sizing: border-box;
  width: 30px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid #209cd3;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
.flickity-enabled ol.flickity-page-dots li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .flickity-enabled ol.flickity-page-dots li {
    border-color: #ffffff;
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .flickity-enabled ol.flickity-page-dots li {
    width: 75px;
  }
}
.flickity-enabled ol.flickity-page-dots li button {
  display: none;
}
.flickity-enabled ol.flickity-page-dots li.is-selected {
  background-color: #209cd3;
}
@media screen and (min-width: 768px) {
  .flickity-enabled ol.flickity-page-dots li.is-selected {
    background-color: #ffffff;
  }
}
.slick-slider .slick-arrow {
  height: 50px;
}
.slick-slider .slick-arrow:before {
  font-family: 'FontAwesome';
  font-size: 50px;
  color: #575757;
}
.slick-slider .slick-arrow.slick-prev {
  left: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 1200px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
.slick-slider .slick-arrow.slick-prev:before {
  content: '\f104';
}
.slick-slider .slick-arrow.slick-next {
  right: 5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 1200px) {
  .slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
}
.slick-slider .slick-arrow.slick-next:before {
  content: '\f105';
}
.paragraph--type--header-slider .flickity-page-dots .dot:nth-child(1):nth-last-child(1) {
  display: none;
}
[class*='paragraph--type--'] .title.center {
  text-align: center;
}
.bg-1 {
  position: relative;
}
.bg-1 .container {
  position: relative;
}
.bg-1 .container:after {
  content: '';
  display: block;
  width: calc(100% - 30px);
  height: 2px;
  position: absolute;
  bottom: -40px;
  left: 15px;
  background: #575757;
}
@media screen and (min-width: 768px) {
  .bg-1 .container:after {
    bottom: -70px;
  }
}
.bg-2 {
  background: #e6eff7;
}
.bg-3 {
  background: lightgoldenrodyellow;
}
.bg-4 {
  background: lightgrey;
}
.bg-blue {
  background: #009ee0;
  color: #ffffff;
}
.bg-blue h1,
.bg-blue .h1,
.bg-blue h2,
.bg-blue .h2,
.bg-blue h3,
.bg-blue .h3 {
  color: #002851;
  background-image: none;
  -webkit-text-fill-color: #002851;
  text-align: center;
}
.bg-blue p,
.bg-blue a,
.bg-blue a:hover {
  color: inherit;
}
.bg-blue .btn.btn-blue-ghost {
  border-color: #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .bg-blue .btn.btn-blue-ghost:hover {
    background-color: #ffffff;
    color: #009ee0;
  }
}
.bg-blue-dark {
  background: #002851;
  color: #ffffff;
}
.bg-blue-dark h1,
.bg-blue-dark .h1,
.bg-blue-dark h2,
.bg-blue-dark .h2,
.bg-blue-dark h3,
.bg-blue-dark .h3 {
  color: #ffffff;
  background-image: none;
  -webkit-text-fill-color: #ffffff;
}
.bg-blue-dark p,
.bg-blue-dark a,
.bg-blue-dark a:hover,
.bg-blue-dark ul {
  color: inherit;
}
.paragraph {
  padding-top: 0;
  padding-bottom: 40px;
  /*
  &:not(.bg-1):not(.bg-2):not(.bg-3):not(.bg-4) + &.bg-1,
  &:not(.bg-1):not(.bg-2):not(.bg-3):not(.bg-4) + &.bg-2,
  &:not(.bg-1):not(.bg-2):not(.bg-3):not(.bg-4) + &.bg-3,
  &:not(.bg-1):not(.bg-2):not(.bg-3):not(.bg-4) + &.bg-4 {
    padding-top: 0;
    padding-bottom: 40px;

    @media @tablet {
      padding-top: 0;
      padding-bottom: 70px;
    }
  }
  */
}
@media screen and (min-width: 768px) {
  .paragraph {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.paragraph:first-of-type:not(.paragraph--type--hero) {
  padding-top: 0px !important;
}
.paragraph:not(.bg-1):not(.bg-2):not(.bg-3):not(.bg-4) + .paragraph.bg-1 {
  padding-top: 0;
}
.paragraph.bg-1,
.paragraph.bg-2,
.paragraph.bg-3,
.paragraph.bg-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .paragraph.bg-1,
  .paragraph.bg-2,
  .paragraph.bg-3,
  .paragraph.bg-4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.paragraph.bg-1 + .paragraph,
.paragraph.bg-2 + .paragraph,
.paragraph.bg-3 + .paragraph,
.paragraph.bg-4 + .paragraph {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .paragraph.bg-1 + .paragraph,
  .paragraph.bg-2 + .paragraph,
  .paragraph.bg-3 + .paragraph,
  .paragraph.bg-4 + .paragraph {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.paragraph.paragraph--type--hero + .paragraph {
  padding-top: 0px !important;
  padding-bottom: 40px  !important;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--hero + .paragraph {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
.paragraph.bg-2 + .paragraph--type--call-to-action {
  padding-top: 0;
}
.paragraph.paragraph--type--image-text-teaser + .paragraph--type--image-text-teaser,
.paragraph.paragraph--type--text-image-border:not(.bg-1) + .paragraph--type--text-image-border:not(.bg-1) {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--image-text-teaser + .paragraph--type--image-text-teaser,
  .paragraph.paragraph--type--text-image-border:not(.bg-1) + .paragraph--type--text-image-border:not(.bg-1) {
    margin-top: -40px;
  }
}
.paragraph.paragraph--type--image-text-teaser.bg-1 {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--image-text-teaser.bg-1 {
    margin-top: -40px;
  }
}
.paragraph.paragraph--type--contact-person + .paragraph--type--contact-person.title-empty,
.paragraph.paragraph--type--contact-person.title-empty + .paragraph--type--contact-person.title-empty,
.paragraph.paragraph--type--subnavigation + .paragraph--type--akkordeon {
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  .paragraph.paragraph--type--contact-person + .paragraph--type--contact-person.title-empty,
  .paragraph.paragraph--type--contact-person.title-empty + .paragraph--type--contact-person.title-empty,
  .paragraph.paragraph--type--subnavigation + .paragraph--type--akkordeon {
    margin-top: -55px;
  }
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--contact-person + .paragraph--type--contact-person.title-empty,
  .paragraph.paragraph--type--contact-person.title-empty + .paragraph--type--contact-person.title-empty,
  .paragraph.paragraph--type--subnavigation + .paragraph--type--akkordeon {
    margin-top: -50px;
  }
}
.paragraph--type--text[class*='layout-10-'] .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--text[class*='layout-10-'] .title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text[class*='layout-10-'] .title {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--text[class*='layout-10-'] .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--text[class*='layout-10-'] .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text[class*='layout-10-'] .text {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--text[class*='layout-10-'] .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .paragraph--type--text[class*='layout-10-'] .image {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--text[class*='layout-10-'] .image {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--text[class*='layout-10-'] .image img {
  max-width: 100%;
}
.paragraph--type--text.layout-10-center .title {
  text-align: center;
}
.paragraph--type--text.layout-10-center .text {
  text-align: center;
}
.path-frontpage .paragraph--type--text.title_position_center .title {
  text-align: center;
}
.path-frontpage .paragraph--type--text.layout-10-left .title,
.path-frontpage .paragraph--type--text.layout-10-left .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .path-frontpage .paragraph--type--text.layout-10-left .title,
  .path-frontpage .paragraph--type--text.layout-10-left .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .path-frontpage .paragraph--type--text.layout-10-left .title,
  .path-frontpage .paragraph--type--text.layout-10-left .text {
    margin-left: 8.33333333%;
  }
}
.path-frontpage .paragraph--type--text.layout-10-center .title,
.path-frontpage .paragraph--type--text.layout-10-center .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .path-frontpage .paragraph--type--text.layout-10-center .title,
  .path-frontpage .paragraph--type--text.layout-10-center .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .path-frontpage .paragraph--type--text.layout-10-center .title,
  .path-frontpage .paragraph--type--text.layout-10-center .text {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--text-image .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--text-image .title {
    float: left;
    width: 83.33333333%;
  }
}
.paragraph--type--text-image.image-position-left .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.image-position-left .text {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image.image-position-left .text {
    left: 41.66666667%;
  }
}
.paragraph--type--text-image.image-position-left .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.image-position-left .image {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .paragraph--type--text-image.image-position-left .image {
    right: 58.33333333%;
  }
}
.paragraph--type--text-image.image-position-right .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.image-position-right .text {
    float: left;
    width: 58.33333333%;
  }
}
.paragraph--type--text-image.image-position-right .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--text-image.image-position-right .image {
    float: left;
    width: 41.66666667%;
  }
}
.paragraph--type--text-image .image {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--text-image .image {
    margin-top: 0;
  }
}
.paragraph--type--teaser .teaser-wrap {
  padding-left: 40px;
  padding-right: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 350px;
}
@media screen and (min-width: 600px) {
  .paragraph--type--teaser .teaser-wrap {
    width: auto;
    max-width: none;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--teaser .teaser-wrap {
    padding-left: 0px;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser {
  display: block;
  width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .paragraph--type--teaser .teaser-wrap .teaser {
    width: auto;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser:first-child:nth-last-child(1) {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--teaser .teaser-wrap .teaser:first-child:nth-last-child(1) {
    float: left;
    width: 50%;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(2):first-child,
.paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(2):first-child ~ .teaser {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(2):first-child,
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(2):first-child ~ .teaser {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(2):first-child,
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(2):first-child ~ .teaser {
    margin-bottom: 0;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3),
.paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3) ~ .teaser {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3),
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3) ~ .teaser {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3),
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3) ~ .teaser {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3),
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+3) ~ .teaser {
    margin-bottom: 0;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+4),
.paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+4) ~ .teaser {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+4),
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+4) ~ .teaser {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+4),
  .paragraph--type--teaser .teaser-wrap .teaser:nth-last-child(n+4) ~ .teaser {
    margin-bottom: 0;
    width: 20%;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser .overlay {
  display: block;
  position: absolute;
  bottom: 0;
  top: 100%;
  left: 15px;
  right: 15px;
  background-color: #002851;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  z-index: 1;
}
@supports (mix-blend-mode: multiply) {
  .overlay {
    opacity: 0.666;
    mix-blend-mode: multiply;
  }
}
@supports not (mix-blend-mode: multiply) {
  .overlay {
    opacity: 0.333;
  }
}
.paragraph--type--teaser .teaser-wrap .teaser .teaser-title {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 60px;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 220ms;
  background-size: 100% 200%;
  background-image: linear-gradient(to top, #002851 50%, #009ee0 50%);
}
.paragraph--type--teaser .teaser-wrap .teaser .teaser-title span {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -o-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: calc(100% - 30px);
}
.paragraph--type--teaser .teaser-wrap .teaser:hover {
  text-decoration: none;
  cursor: pointer;
}
.paragraph--type--teaser .teaser-wrap .teaser:hover .overlay {
  height: auto;
  top: 0;
  transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1) 150ms;
}
.paragraph--type--teaser .teaser-wrap .teaser:hover .teaser-title {
  text-decoration: none;
  background-position: 0 100%;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.paragraph--type--video .video:after {
  content: "\f04b";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #ffffff;
  background: transparent;
}
@media screen and (min-width: 768px) {
  .paragraph--type--video .video {
    margin-top: 0;
  }
}
.paragraph--type--video .video:before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #1ea277;
  opacity: 0.9;
  border-radius: 15%;
  width: 65px;
  height: 45px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.15s linear;
  z-index: 1;
}
.paragraph--type--video .video:after {
  position: absolute;
  top: 50%;
  right: 50%;
  padding-left: 3px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  cursor: pointer;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .paragraph--type--video .video:after {
    font-size: 25px;
  }
}
.paragraph--type--video .video:hover:before {
  background: #167757;
  opacity: 1;
}
.paragraph--type--video .video .media {
  overflow: visible;
}
.paragraph--type--video .video img {
  position: relative;
  width: 100%;
  height: auto;
}
.paragraph--type--video .video.stream:before,
.paragraph--type--video .video.stream:after {
  display: none;
}
.paragraph--type--video .video-description {
  font-size: 14px;
  color: #575757;
  padding-top: 5px;
  padding-bottom: 5px;
}
.paragraph--type--video.layout-12-center .video,
.paragraph--type--video.layout-12-center .title,
.paragraph--type--video.layout-12-center .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--video.layout-12-center .video,
  .paragraph--type--video.layout-12-center .title,
  .paragraph--type--video.layout-12-center .text {
    float: left;
    width: 100%;
  }
}
.paragraph--type--video.layout-10-left .video,
.paragraph--type--video.layout-10-left .title,
.paragraph--type--video.layout-10-left .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--video.layout-10-left .video,
  .paragraph--type--video.layout-10-left .title,
  .paragraph--type--video.layout-10-left .text {
    float: left;
    width: 83.33333333%;
  }
}
.paragraph--type--video.layout-10-center .video,
.paragraph--type--video.layout-10-center .title,
.paragraph--type--video.layout-10-center .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--video.layout-10-center .video,
  .paragraph--type--video.layout-10-center .title,
  .paragraph--type--video.layout-10-center .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--video.layout-10-center .video,
  .paragraph--type--video.layout-10-center .title,
  .paragraph--type--video.layout-10-center .text {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--video.layout-8-left .video,
.paragraph--type--video.layout-8-left .title,
.paragraph--type--video.layout-8-left .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .paragraph--type--video.layout-8-left .video,
  .paragraph--type--video.layout-8-left .title,
  .paragraph--type--video.layout-8-left .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--video.layout-8-left .video,
  .paragraph--type--video.layout-8-left .title,
  .paragraph--type--video.layout-8-left .text {
    float: left;
    width: 66.66666667%;
  }
}
.paragraph--type--video.layout-8-center .video,
.paragraph--type--video.layout-8-center .title,
.paragraph--type--video.layout-8-center .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .paragraph--type--video.layout-8-center .video,
  .paragraph--type--video.layout-8-center .title,
  .paragraph--type--video.layout-8-center .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--video.layout-8-center .video,
  .paragraph--type--video.layout-8-center .title,
  .paragraph--type--video.layout-8-center .text {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--video.layout-8-center .video,
  .paragraph--type--video.layout-8-center .title,
  .paragraph--type--video.layout-8-center .text {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--video.layout-8-center .video,
  .paragraph--type--video.layout-8-center .title,
  .paragraph--type--video.layout-8-center .text {
    margin-left: 16.66666667%;
  }
}
.paragraph--type--video .no-cookie {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .paragraph--type--video .no-cookie {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--video .no-cookie {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--video .no-cookie {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--video .no-cookie {
    margin-left: 16.66666667%;
  }
}
.paragraph--type--video.title_position_center .title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .paragraph--type--image .image img {
    width: 100%;
    height: auto;
  }
}
.paragraph--type--image.layout-8-left .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-8-left .title {
    float: left;
    width: 83.33333333%;
  }
}
.paragraph--type--image.layout-8-left .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-8-left .image {
    float: left;
    width: 66.66666667%;
  }
}
.paragraph--type--image.layout-8-center .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-8-center .title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-8-center .title {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--image.layout-8-center .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-8-center .image {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-8-center .image {
    margin-left: 16.66666667%;
  }
}
.paragraph--type--image.layout-6-left .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-6-left .title {
    float: left;
    width: 83.33333333%;
  }
}
.paragraph--type--image.layout-6-left .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-6-left .image {
    float: left;
    width: 50%;
  }
}
.paragraph--type--image.layout-6-center .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-6-center .title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-6-center .title {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--image.layout-6-center .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-6-center .image {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-6-center .image {
    margin-left: 25%;
  }
}
.paragraph--type--image.layout-5-left .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-5-left .title {
    float: left;
    width: 83.33333333%;
  }
}
.paragraph--type--image.layout-5-left .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-5-left .image {
    float: left;
    width: 41.66666667%;
  }
}
.paragraph--type--image.layout-5-center .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-5-center .title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-5-center .title {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--image.layout-5-center .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--image.layout-5-center .image {
    float: left;
    width: 41.66666667%;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--image.layout-5-center .image {
    margin-left: 29.3%;
  }
}
.paragraph--type--image-text-teaser .teaser-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--image-text-teaser .teaser-wrapper {
    float: left;
    width: 100%;
  }
}
.paragraph--type--image-text-teaser .teaser-wrapper .inner {
  border: 2px solid #dadada;
  position: relative;
}
.paragraph--type--image-text-teaser .teaser-wrapper .inner:after {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + 4px);
  position: absolute;
  right: -2px;
  top: -2px;
  border-right: 5px solid transparent;
  -moz-border-image: -moz-linear-gradient(top, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  border-image: linear-gradient(to bottom, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  border-image-slice: 1;
}
.paragraph--type--image-text-teaser .teaser-wrapper .image {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--image-text-teaser .teaser-wrapper .image {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--image-text-teaser .teaser-wrapper .image {
    float: left;
    width: 33.33333333%;
  }
}
.paragraph--type--image-text-teaser .teaser-wrapper .image img {
  width: 100%;
  height: auto;
}
.paragraph--type--image-text-teaser .teaser-wrapper .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding: 20px 30px;
}
@media (min-width: 768px) {
  .paragraph--type--image-text-teaser .teaser-wrapper .text {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--image-text-teaser .teaser-wrapper .text {
    float: left;
    width: 66.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-text-teaser .teaser-wrapper .text {
    padding: 20px 30px 30px 15px;
  }
}
.paragraph--type--image-text-teaser .teaser-wrapper .text h3 {
  color: #575757;
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: #575757;
}
.paragraph--type--image-text-teaser .teaser-wrapper .text a.teaser-link {
  color: #209cd3;
  text-decoration: none !important;
  font-weight: 700;
}
.paragraph--type--image-text-teaser .teaser-wrapper .text a.teaser-link:before {
  content: "\f0da";
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #209cd3;
  background: transparent;
}
.paragraph--type--image-text-teaser .teaser-wrapper .text a.teaser-link span {
  margin-left: 5px;
}
.paragraph--type--image-text-teaser .teaser-wrapper .text a.teaser-link:hover {
  color: #209cd3;
}
.paragraph--type--image-text-teaser .teaser-wrapper .text a.teaser-link:hover span {
  border-bottom: 1px solid #209cd3;
}
.paragraph--type--icon-teaser {
  margin-bottom: 20px;
  position: relative;
}
.paragraph--type--icon-teaser .title {
  text-align: center;
}
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(2):first-child,
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(2):first-child ~ .icon-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(2):first-child,
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(2):first-child ~ .icon-item {
    float: left;
    width: 50%;
  }
}
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+3),
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+3) ~ .icon-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+3),
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+3) ~ .icon-item {
    float: left;
    width: 33.33333333%;
  }
}
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+4),
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+4) ~ .icon-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+4),
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+4) ~ .icon-item {
    float: left;
    width: 25%;
  }
}
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5),
.paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5) ~ .icon-item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5),
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5) ~ .icon-item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5),
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5) ~ .icon-item {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5):first-child,
  .paragraph--type--icon-teaser .icon-wrapper .icon-item:nth-last-child(n+5) ~ .icon-item:first-child {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--icon-teaser .icon {
  background: #1ea277;
  background: -moz-linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: -webkit-linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  background: linear-gradient(45deg, #1ea277 0%, #00949b 25%, #0083b9 51%, #005686 78%, #023a65 100%);
  width: 116px;
  height: 116px;
  display: block;
  position: relative;
  border-radius: 100%;
  margin-bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.paragraph--type--icon-teaser .icon:before {
  top: 21px;
  font-size: 68px;
  color: #575757;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.paragraph--type--icon-teaser .icon:after {
  content: "";
  text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: block;
  background: #ffffff;
  width: 112px;
  height: 112px;
  position: absolute;
  left: 2px;
  top: 2px;
}
.paragraph--type--icon-teaser .text {
  display: block;
  width: auto;
  color: #575757;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
}
.paragraph--type--icon-teaser .text .teaser-link {
  display: inline-block;
  font-size: 16px;
  color: #209cd3;
  text-decoration: none !important;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  position: relative;
  text-align: left;
  padding-left: 16px;
  display: block;
  text-align: inherit;
  margin-top: 5px;
}
.paragraph--type--icon-teaser .text .teaser-link:before {
  top: 3px;
  left: 0px;
}
.paragraph--type--icon-teaser .text .teaser-link:hover {
  color: #209cd3;
}
.paragraph--type--icon-teaser .text .teaser-link:hover span {
  border-bottom: 2px solid #209cd3;
}
.paragraph--type--icon-teaser .text .teaser-link:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  color: #209cd3;
  position: absolute;
  top: 14px;
  left: 15px;
}
.paragraph--type--icon-teaser .text .teaser-link:before {
  left: calc(50% - 50px);
  top: 2px;
}
.paragraph--type--icon-teaser .link {
  text-align: center;
  margin-top: 30px;
}
.paragraph--type--icon-teaser .link .teaser-link {
  display: inline-block;
  font-size: 18px;
  color: #209cd3;
  text-decoration: none !important;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  border: 2px solid #209cd3;
  padding: 10px 15px 10px 32px;
  letter-spacing: 1.1px;
  position: relative;
  text-align: left;
}
.paragraph--type--icon-teaser .link .teaser-link:hover {
  color: #ffffff;
  background: #209cd3;
}
.paragraph--type--icon-teaser .link .teaser-link:hover:before {
  color: #ffffff;
}
.paragraph--type--icon-teaser .link .teaser-link:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  color: #209cd3;
  position: absolute;
  top: 14px;
  left: 15px;
}
.paragraph--type--map.title_position_center .title {
  text-align: center;
}
.paragraph--type--map .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none !important;
  /*p {
      font-family: @font-family-sans-serif-2;
      font-size: 22px;
      line-height: 1.32;
      letter-spacing: normal;
      font-weight: 700;
    }*/
}
@media (min-width: 1200px) {
  .paragraph--type--map .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--map .text {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--map .link {
  margin-top: 50px;
  text-align: center;
}
.paragraph--type--map .link .teaser-link {
  display: inline-block;
  font-size: 18px;
  color: #002851;
  text-decoration: none !important;
  font-weight: 700;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  border: 2px solid #ffc800;
  padding: 10px 15px 10px 32px;
  letter-spacing: 1.1px;
  background: #ffc800;
  position: relative;
  text-align: left;
}
.paragraph--type--map .link .teaser-link:before {
  content: '\f0da';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
  color: #209cd3;
  position: absolute;
  top: 14px;
  left: 15px;
}
.paragraph--type--map .link .teaser-link:before {
  color: #002851;
}
.paragraph--type--map .link .teaser-link:hover {
  background: #f0bc00;
  border-color: #f0bc00;
}
.paragraph--type--map.layout-10-left .text {
  text-align: left;
}
.paragraph--type--map.layout-10-center .title > * {
  text-align: center;
}
.paragraph--type--map.layout-10-center .text {
  text-align: center;
}
.paragraph--type--map .map {
  margin-top: 50px;
}
.paragraph--type--map .no-cookie {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .paragraph--type--map .no-cookie {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--map .no-cookie {
    margin-left: 16.66666667%;
  }
}
.paragraph--type--slider-logos .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .paragraph--type--slider-logos .title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--slider-logos .title {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--slider-logos .text {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .paragraph--type--slider-logos .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--slider-logos .text {
    margin-left: 8.33333333%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--slider-logos .text {
    margin-bottom: 50px;
  }
}
.paragraph--type--slider-logos .content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--slider-logos .content {
    float: left;
    width: 100%;
  }
}
.paragraph--type--slider-logos .content .logo {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--slider-logos .content .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--slider-logos .content .logo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.paragraph--type--slider-logos .content .logo a.hover {
  display: block;
}
.paragraph--type--slider-logos .content .logo a.hover:hover,
.paragraph--type--slider-logos .content .logo a.hover:focus {
  text-decoration: none;
  cursor: pointer;
}
.paragraph--type--slider-logos .content .logo .image {
  position: relative;
}
.paragraph--type--slider-logos .content .logo .image img {
  display: block;
  width: 100%;
  height: auto;
}
.paragraph--type--call-to-action {
  text-align: center;
}
.paragraph--type--call-to-action .bg-blue {
  padding-bottom: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--call-to-action .bg-blue {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--call-to-action .bg-blue {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
.paragraph--type--call-to-action .phone,
.paragraph--type--call-to-action .mail {
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 49px;
  padding-left: 0px;
  position: relative;
  width: 100%;
}
.paragraph--type--call-to-action .phone .fa,
.paragraph--type--call-to-action .mail .fa {
  color: #002851;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--call-to-action .phone,
  .paragraph--type--call-to-action .mail {
    text-align: center;
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--call-to-action .phone.mail,
  .paragraph--type--call-to-action .mail.mail {
    padding-left: 80px;
  }
}
.paragraph--type--call-to-action p.text {
  line-height: 1.44;
}
.paragraph--type--call-to-action p.special-text {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .paragraph--type--call-to-action .btn:first-child {
    margin-right: 16px;
  }
  .paragraph--type--call-to-action h2 {
    text-align: center;
  }
}
.paragraph.paragraph--type--call-to-action p a:not(.btn) {
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .paragraph.paragraph--type--call-to-action p a:not(.btn):hover {
    border-bottom: 0px;
  }
}
.contact-person {
  margin-bottom: 35px;
  position: relative;
}
.contact-person:last-of-type {
  margin-bottom: 0;
}
.paragraph--type--contact-person.title_position_center .title {
  text-align: center;
}
.paragraph--type--contact-person .title {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--contact-person .title {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--contact-person .title {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--contact-person .text {
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .paragraph--type--contact-person .text {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--contact-person .text {
    margin-left: 8.33333333%;
  }
}
.paragraph--type--contact-person .contact-person-wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .paragraph--type--contact-person .contact-person-wrapper {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .paragraph--type--contact-person .contact-person-wrapper {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--contact-person .contact-person-wrapper {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .paragraph--type--contact-person .contact-person-wrapper {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--contact-person .contact-person-wrapper .row {
    display: flex;
  }
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person {
  margin-bottom: 35px;
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--contact-person .contact-person-wrapper .contact-person {
    display: flex;
    width: 50%;
  }
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .inner {
  border-right: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  border-left: 2px solid #dadada;
}
@media screen and (min-width: 768px) {
  .paragraph--type--contact-person .contact-person-wrapper .contact-person {
    max-width: none;
    margin-bottom: 0px;
  }
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .image {
  margin-left: -2px;
  margin-right: -2px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .image img {
  width: 100%;
  height: auto;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .position {
  margin-bottom: 10px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .task {
  margin-bottom: 20px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper {
  padding: 15px 15px 30px 15px;
  position: relative;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .name {
  color: #575757;
  background: none;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  text-transform: uppercase;
  font-size: 22px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data {
  margin-bottom: 10px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data a:not(.btn) {
  color: #209cd3;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data a:not(.btn):hover {
  text-decoration: none;
  color: #209cd3;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data a:not(.btn) span:hover {
  border-bottom: 1px solid #209cd3;
  color: #209cd3;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data:last-child {
  margin-bottom: 0;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  color: #575757;
  display: inline-block;
  width: 26px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data.phone:before {
  content: '\f095';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data.mobile:before {
  content: '\f10b';
  font-size: 22px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .data-wrapper .data.email:before {
  content: '\f0e0';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social {
  margin-top: 25px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a {
  display: block;
  width: 100%;
  line-height: 23px;
  margin-bottom: 10px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a:last-child {
  margin-right: 0;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a:before {
  font-family: 'FontAwesome';
  color: #575757;
  font-size: 21px;
  display: inline-block;
  width: 27px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a:after {
  color: #209cd3;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a:hover {
  text-decoration: none;
  color: #209cd3;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a:hover:after {
  text-decoration: none;
  border-bottom: 1px solid #209cd3;
  color: #209cd3;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="linkedin.com"]:before {
  content: '\f08c';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="linkedin.com"]:after {
  content: 'Linkedin Profil';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="xing.com"]:before {
  content: '\f169';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="xing.com"]:after {
  content: 'Xing Profil';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="facebook.com"]:before {
  content: '\f082';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="facebook.com"]:after {
  content: 'Facebook Profil';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="twitter.com"]:before {
  content: '\f081';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="twitter.com"]:after {
  content: 'Twitter Profil';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="google.com"]:before {
  content: '\f0d4';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .social a[href*="google.com"]:after {
  content: 'Google+ Profil';
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .to-contact-form {
  margin-top: 20px;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .to-contact-form .btn {
  width: 100%;
  text-align: center;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .paragraph--type--contact-person .contact-person-wrapper .contact-person .to-contact-form .btn {
    font-size: 18px;
  }
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .to-contact-form .btn:before {
  position: relative;
  left: -10px;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .to-contact-form .btn:hover span {
  color: #ffffff;
}
.paragraph--type--contact-person .contact-person-wrapper .contact-person .to-contact-form .btn:hover:before {
  color: #ffffff;
}
