@charset "UTF-8";


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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/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";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -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: "ralewayregular", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background-color: #f5f2ee;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  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.5;
  background-color: #f5f2ee;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 41px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.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: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  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.5;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@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;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f5f2ee;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 33px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 49px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 29px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #0067B2;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f2ee;
  }
}

.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: 24px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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: 768px) {
  .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 13px 15px;
  font-size: 20px;
  line-height: 24px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    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: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.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);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-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: 6px;
  margin-bottom: 6px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .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: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.5;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 24px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #731473;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #480c48;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.5;
  background-color: #f5f2ee;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix: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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 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;
  }
}


.psv-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: radial-gradient(#fff 0%, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  overflow: hidden;
}

.psv-canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity linear 100ms;
  transition: opacity linear 100ms;
}

.psv-canvas {
  display: block;
}

.psv-loader-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.psv-loader {
  position: relative;
  text-align: center;
  color: rgba(61, 61, 61, 0.7);
  width: 150px;
  height: 150px;
  border: 10px solid transparent;
}

.psv-loader::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.psv-loader, .psv-loader-image, .psv-loader-text {
  display: inline-block;
  vertical-align: middle;
}

.psv-loader-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.psv-loader-text {
  font: 14px sans-serif;
}

.psv-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 90;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(61, 61, 61, 0.5);
  -webkit-transition: bottom ease-in-out .1s;
  transition: bottom ease-in-out .1s;
}

.psv-navbar--open {
  bottom: 0;
}

.psv-navbar,
.psv-navbar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.psv-caption {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-align: center;
}

.psv-caption-icon {
  height: 20px;
  width: 20px;
  cursor: pointer;
}

.psv-caption-icon * {
  fill: rgba(255, 255, 255, 0.7);
}

.psv-caption-content {
  display: inline-block;
  padding: 10px;
  font: 16px sans-serif;
  white-space: nowrap;
}

.psv-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}

.psv-button--active {
  background: rgba(255, 255, 255, 0.2);
}

.psv-button--disabled {
  pointer-events: none;
  opacity: 0.5;
}

.psv-button .psv-button-svg {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.psv-button .psv-button-svg * {
  fill: rgba(255, 255, 255, 0.7);
}

.psv-button--hover-scale:not(.psv-button--disabled):hover .psv-button-svg {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.psv-hud {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.psv-hud-svg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.psv-marker {
  cursor: pointer;
  display: none;
}

.psv-marker--normal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  background-size: contain;
  background-repeat: no-repeat;
}

.psv-marker--transparent {
  display: block;
  opacity: 0;
}

.psv-marker--visible {
  display: block;
}

.psv-panel {
  position: absolute;
  z-index: 90;
  right: 0;
  height: 100%;
  width: 400px;
  max-width: calc(100% - 24px);
  background: rgba(10, 10, 10, 0.7);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  cursor: default;
  margin-left: 9px;
}

.psv-container--has-navbar .psv-panel {
  height: calc(100% - 40px);
}

.psv-panel-close-button {
  display: none;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.9);
}

.psv-panel-close-button::before, .psv-panel-close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transition-property: width, left, -webkit-transform;
  transition-property: width, left, -webkit-transform;
  transition-property: width, left, transform;
  transition-property: width, left, transform, -webkit-transform;
}

.psv-panel-close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.psv-panel-close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.psv-panel-close-button:hover::before, .psv-panel-close-button:hover::after {
  left: 0;
  width: 23px;
}

.psv-panel-close-button:hover::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.psv-panel-close-button:hover::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.psv-panel-resizer {
  display: none;
  position: absolute;
  top: 0;
  left: -9px;
  width: 9px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: col-resize;
}

.psv-panel-resizer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -14.5px;
  width: 1px;
  height: 1px;
  -webkit-box-shadow: 1px 0 #fff, 3px 0px #fff, 5px 0px #fff, 1px 2px #fff, 3px 2px #fff, 5px 2px #fff, 1px 4px #fff, 3px 4px #fff, 5px 4px #fff, 1px 6px #fff, 3px 6px #fff, 5px 6px #fff, 1px 8px #fff, 3px 8px #fff, 5px 8px #fff, 1px 10px #fff, 3px 10px #fff, 5px 10px #fff, 1px 12px #fff, 3px 12px #fff, 5px 12px #fff, 1px 14px #fff, 3px 14px #fff, 5px 14px #fff, 1px 16px #fff, 3px 16px #fff, 5px 16px #fff, 1px 18px #fff, 3px 18px #fff, 5px 18px #fff, 1px 20px #fff, 3px 20px #fff, 5px 20px #fff, 1px 22px #fff, 3px 22px #fff, 5px 22px #fff, 1px 24px #fff, 3px 24px #fff, 5px 24px #fff, 1px 26px #fff, 3px 26px #fff, 5px 26px #fff, 1px 28px #fff, 3px 28px #fff, 5px 28px #fff;
  box-shadow: 1px 0 #fff, 3px 0px #fff, 5px 0px #fff, 1px 2px #fff, 3px 2px #fff, 5px 2px #fff, 1px 4px #fff, 3px 4px #fff, 5px 4px #fff, 1px 6px #fff, 3px 6px #fff, 5px 6px #fff, 1px 8px #fff, 3px 8px #fff, 5px 8px #fff, 1px 10px #fff, 3px 10px #fff, 5px 10px #fff, 1px 12px #fff, 3px 12px #fff, 5px 12px #fff, 1px 14px #fff, 3px 14px #fff, 5px 14px #fff, 1px 16px #fff, 3px 16px #fff, 5px 16px #fff, 1px 18px #fff, 3px 18px #fff, 5px 18px #fff, 1px 20px #fff, 3px 20px #fff, 5px 20px #fff, 1px 22px #fff, 3px 22px #fff, 5px 22px #fff, 1px 24px #fff, 3px 24px #fff, 5px 24px #fff, 1px 26px #fff, 3px 26px #fff, 5px 26px #fff, 1px 28px #fff, 3px 28px #fff, 5px 28px #fff;
  background: transparent;
}

.psv-panel-content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: gainsboro;
  font: 16px sans-serif;
  overflow: auto;
}

.psv-panel-content:not(.psv-panel-content--no-margin) {
  padding: 1em;
}

.psv-panel-content--no-interaction {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.psv-panel--open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
}

.psv-panel--open .psv-panel-close-button,
.psv-panel--open .psv-panel-resizer {
  display: block;
}

.psv-tooltip {
  position: absolute;
  z-index: 50;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 200px;
  background-color: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.psv-tooltip-content {
  color: white;
  font: 14px sans-serif;
  text-shadow: 0 1px #000;
}

.psv-tooltip-arrow {
  position: absolute;
  height: 0;
  width: 0;
  border: 7px solid transparent;
}

.psv-tooltip--bottom-center {
  -webkit-box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
  box-shadow: 0 3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--bottom-center .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--center-left {
  -webkit-box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
  box-shadow: -3px 0 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(5px, 0, 0);
  transform: translate3d(5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--center-left .psv-tooltip-arrow {
  border-left-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--top-center {
  -webkit-box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
  box-shadow: 0 -3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--top-center .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--center-right {
  -webkit-box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
  box-shadow: 3px 0 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--center-right .psv-tooltip-arrow {
  border-right-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--bottom-left {
  -webkit-box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
  box-shadow: -3px 3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--bottom-left .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--bottom-right {
  -webkit-box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
  box-shadow: 3px 3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--bottom-right .psv-tooltip-arrow {
  border-bottom-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--top-left {
  -webkit-box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
  box-shadow: -3px -3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--top-left .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--top-right {
  -webkit-box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
  box-shadow: 3px -3px 0 rgba(90, 90, 90, 0.7);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.psv-tooltip--top-right .psv-tooltip-arrow {
  border-top-color: rgba(61, 61, 61, 0.8);
}

.psv-tooltip--visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

.psv-notification {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 2em;
  opacity: 0;
  -webkit-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.psv-notification-content {
  max-width: 50em;
  background-color: rgba(61, 61, 61, 0.8);
  border-radius: 4px;
  padding: 0.5em 1em;
  font: 14px sans-serif;
  color: white;
}

.psv-notification--visible {
  opacity: 100;
  bottom: 80px;
}

.psv-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: radial-gradient(#fff 0%, #fdfdfd 16%, #fbfbfb 33%, #f8f8f8 49%, #efefef 66%, #dfdfdf 82%, #bfbfbf 100%);
  opacity: 0.8;
}

.psv-overlay-image {
  margin-bottom: 4vh;
}

.psv-overlay-image svg {
  width: 50vw;
}

@media screen and (orientation: landscape) {
  .psv-overlay-image svg {
    width: 25vw;
  }
}

.psv-overlay-text {
  font: 30px sans-serif;
  text-align: center;
}

.psv-overlay-subtext {
  font: 20px sans-serif;
  opacity: .8;
  text-align: center;
}

.psv-markers-list-title {
  font: 24px sans-serif;
  margin: 1em 0;
  text-align: center;
  text-shadow: 2px 1px #000;
}

.psv-markers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.psv-markers-list-item {
  clear: both;
  min-height: 20px;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.psv-markers-list-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  margin-left: -10px;
}

.psv-markers-list-item:nth-child(odd), .psv-markers-list-item:nth-child(odd)::before {
  background: rgba(255, 255, 255, 0.1);
}

.psv-markers-list-item:nth-child(even), .psv-markers-list-item:nth-child(even)::before {
  background: transparent;
}

.psv-markers-list-item:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.psv-markers-list-image {
  float: left;
  width: 20px;
}

.psv-markers-list-name {
  margin: 0;
  padding: 0;
}

.psv-markers-list-image + .psv-markers-list-name {
  padding-left: calc(20px + 0.5em);
}

.psv-autorotate-button {
  width: 25px;
  height: 25px;
  padding: 7.5px;
}

.psv-zoom-button {
  cursor: default;
  width: 128px;
}

.psv-zoom-button-minus, .psv-zoom-button-plus {
  float: left;
  position: relative;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.psv-zoom-button-minus .psv-button-svg, .psv-zoom-button-plus .psv-button-svg {
  position: relative;
  top: 20%;
}

.psv-zoom-button-range {
  float: left;
  padding: 9.5px 8px;
}

.psv-zoom-button-line {
  position: relative;
  cursor: pointer;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.psv-zoom-button-handle {
  position: absolute;
  border-radius: 50%;
  top: -3px;
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-line {
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

.psv-zoom-button:not(.psv-button--disabled):hover .psv-zoom-button-handle {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width: 600px) {
  .psv-zoom-button {
    width: auto;
    padding: 0;
  }
  .psv-zoom-button-range {
    display: none;
  }
  .psv-zoom-button-minus, .psv-zoom-button-plus {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .psv-zoom-button-minus .psv-button-svg, .psv-zoom-button-plus .psv-button-svg {
    top: 0;
  }
}

@media (max-width: 600px) {
  .psv-is-touch .psv-zoom-button {
    display: none;
  }
}

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
}

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
}

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
}

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms;
}

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
}

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
  transition-duration: 850ms;
}

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms;
}

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
  transition-duration: 900ms;
}

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
  transition-duration: 950ms;
}

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
  transition-duration: 1050ms;
}

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
  -webkit-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
  transition-duration: 1100ms;
}

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
  transition-duration: 1150ms;
}

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
  -webkit-transition-delay: 1150ms;
  transition-delay: 1150ms;
}

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
  transition-duration: 1200ms;
}

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
  transition-duration: 1250ms;
}

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
  -webkit-transition-delay: 1250ms;
  transition-delay: 1250ms;
}

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
  transition-duration: 1300ms;
}

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
  transition-duration: 1350ms;
}

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
  -webkit-transition-delay: 1350ms;
  transition-delay: 1350ms;
}

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
  transition-duration: 1400ms;
}

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
  transition-duration: 1450ms;
}

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
  -webkit-transition-delay: 1450ms;
  transition-delay: 1450ms;
}

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
}

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
  transition-duration: 1550ms;
}

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
  -webkit-transition-delay: 1550ms;
  transition-delay: 1550ms;
}

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
  transition-duration: 1600ms;
}

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
  transition-duration: 1650ms;
}

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
  -webkit-transition-delay: 1650ms;
  transition-delay: 1650ms;
}

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
  transition-duration: 1700ms;
}

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
  -webkit-transition-delay: 1700ms;
  transition-delay: 1700ms;
}

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
  transition-duration: 1750ms;
}

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
  -webkit-transition-delay: 1750ms;
  transition-delay: 1750ms;
}

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
  transition-duration: 1800ms;
}

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
  transition-duration: 1850ms;
}

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
  -webkit-transition-delay: 1850ms;
  transition-delay: 1850ms;
}

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
  transition-duration: 1900ms;
}

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
  -webkit-transition-delay: 1900ms;
  transition-delay: 1900ms;
}

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
  transition-duration: 1950ms;
}

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
  -webkit-transition-delay: 1950ms;
  transition-delay: 1950ms;
}

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
  transition-duration: 2000ms;
}

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
  transition-duration: 2050ms;
}

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
  -webkit-transition-delay: 2050ms;
  transition-delay: 2050ms;
}

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
  transition-duration: 2100ms;
}

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
  -webkit-transition-delay: 2100ms;
  transition-delay: 2100ms;
}

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
  transition-duration: 2150ms;
}

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
  -webkit-transition-delay: 2150ms;
  transition-delay: 2150ms;
}

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
  transition-duration: 2200ms;
}

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
  -webkit-transition-delay: 2200ms;
  transition-delay: 2200ms;
}

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
  transition-duration: 2250ms;
}

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
  -webkit-transition-delay: 2250ms;
  transition-delay: 2250ms;
}

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
  transition-duration: 2300ms;
}

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
  -webkit-transition-delay: 2300ms;
  transition-delay: 2300ms;
}

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
  transition-duration: 2350ms;
}

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
  -webkit-transition-delay: 2350ms;
  transition-delay: 2350ms;
}

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
  transition-duration: 2400ms;
}

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
  transition-duration: 2450ms;
}

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
  -webkit-transition-delay: 2450ms;
  transition-delay: 2450ms;
}

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
  transition-duration: 2500ms;
}

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
  -webkit-transition-delay: 2500ms;
  transition-delay: 2500ms;
}

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
  transition-duration: 2550ms;
}

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
  -webkit-transition-delay: 2550ms;
  transition-delay: 2550ms;
}

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
  transition-duration: 2600ms;
}

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
  -webkit-transition-delay: 2600ms;
  transition-delay: 2600ms;
}

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
  transition-duration: 2650ms;
}

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
  -webkit-transition-delay: 2650ms;
  transition-delay: 2650ms;
}

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
  transition-duration: 2700ms;
}

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
  -webkit-transition-delay: 2700ms;
  transition-delay: 2700ms;
}

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
  transition-duration: 2750ms;
}

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
  -webkit-transition-delay: 2750ms;
  transition-delay: 2750ms;
}

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
  transition-duration: 2800ms;
}

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
  -webkit-transition-delay: 2800ms;
  transition-delay: 2800ms;
}

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
  transition-duration: 2850ms;
}

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
  -webkit-transition-delay: 2850ms;
  transition-delay: 2850ms;
}

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
  transition-duration: 2900ms;
}

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
  -webkit-transition-delay: 2900ms;
  transition-delay: 2900ms;
}

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
  transition-duration: 2950ms;
}

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
  -webkit-transition-delay: 2950ms;
  transition-delay: 2950ms;
}

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
  transition-duration: 3000ms;
}

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
}

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}


[data-aos^='fade'][data-aos^='fade'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='fade'][data-aos^='fade'].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-aos='fade-up'] {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

[data-aos='fade-down'] {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

[data-aos='fade-right'] {
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

[data-aos='fade-left'] {
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

[data-aos='fade-up-right'] {
  -webkit-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

[data-aos='fade-up-left'] {
  -webkit-transform: translate(100px, 100px);
  transform: translate(100px, 100px);
}

[data-aos='fade-down-right'] {
  -webkit-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px);
}

[data-aos='fade-down-left'] {
  -webkit-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
}


[data-aos^='zoom'][data-aos^='zoom'] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[data-aos='zoom-in'] {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

[data-aos='zoom-in-up'] {
  -webkit-transform: translate(0, 100px) scale(0.6);
  transform: translate(0, 100px) scale(0.6);
}

[data-aos='zoom-in-down'] {
  -webkit-transform: translate(0, -100px) scale(0.6);
  transform: translate(0, -100px) scale(0.6);
}

[data-aos='zoom-in-right'] {
  -webkit-transform: translate(-100px, 0) scale(0.6);
  transform: translate(-100px, 0) scale(0.6);
}

[data-aos='zoom-in-left'] {
  -webkit-transform: translate(100px, 0) scale(0.6);
  transform: translate(100px, 0) scale(0.6);
}

[data-aos='zoom-out'] {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

[data-aos='zoom-out-up'] {
  -webkit-transform: translate(0, 100px) scale(1.2);
  transform: translate(0, 100px) scale(1.2);
}

[data-aos='zoom-out-down'] {
  -webkit-transform: translate(0, -100px) scale(1.2);
  transform: translate(0, -100px) scale(1.2);
}

[data-aos='zoom-out-right'] {
  -webkit-transform: translate(-100px, 0) scale(1.2);
  transform: translate(-100px, 0) scale(1.2);
}

[data-aos='zoom-out-left'] {
  -webkit-transform: translate(100px, 0) scale(1.2);
  transform: translate(100px, 0) scale(1.2);
}


[data-aos^='slide'][data-aos^='slide'] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^='slide'][data-aos^='slide'].aos-animate {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-aos='slide-up'] {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

[data-aos='slide-down'] {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

[data-aos='slide-right'] {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[data-aos='slide-left'] {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}


[data-aos^='flip'][data-aos^='flip'] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos='flip-left'] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos='flip-left'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-right'] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos='flip-right'].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[data-aos='flip-up'] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos='flip-up'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[data-aos='flip-down'] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos='flip-down'].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica,Calibri,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    -webkit-box-align: unset;
    align-items: unset;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  -webkit-box-flex: 0;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

@font-face {
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'ralewayregular';
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
}

@font-face {
  font-family: 'ralewaymedium';
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'ralewaybold';
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.woff2") format("woff2");
}

[class^="icon-"], [class*=" icon-"] {
  
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-chevron-right-calm:before {
  content: "\e900";
}

.pika-label:last-of-type::after {
  content: " ▼";
}

.navmobile__list,
.navmobile__sublist, .navmobile__quicklinkslist, .navmobile__otherlinkslist, .navmobile__speciallinkslist, .index__navlist, .googlemaps__locations, .aside__listwrap ul, .page__footer ul, .page__footersociallist {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

body {
  font-variant-numeric: lining-nums;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-weight: normal;
}

a {
  color: #0067B2;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

a:hover {
  color: #0067B2;
}

input,
textarea {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: 'ralewayregular', Verdana, sans-serif;
  color: #731473;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: 'ralewayregular', Verdana, sans-serif;
  color: #731473;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: 'ralewayregular', Verdana, sans-serif;
  color: #731473;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: 'ralewayregular', Verdana, sans-serif;
  color: #731473;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

.page {
  background-color: #FFF;
}

.btn {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  background-color: #731473;
  color: #fff;
  border: none;
  border-bottom: 4px solid #731473;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.btn:hover {
  border-color: #EF7900;
}

.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#facet_site {
  display: none;
}

.yearoverview__main {
  overflow-x: hidden;
}

.btn__more {
  position: relative;
  padding-right: 38px !important;
}

.btn__more:after {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 7px;
  height: 12px;
  content: '';
  background-image: url(../../images/icons/icon-chevron-right-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page__search {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #fff;
}

.page__search-search {
  min-height: 44px;
}

.page__search .d-none {
  display: none !important;
}

.page__searchform {
  position: relative;
  display: inline-block;
  width: 270px;
}

.page__searchinput {
  padding: 0 30px 0 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border: none;
  border-bottom: 1px solid #731473;
}

.page__searchinput::-webkit-input-placeholder {
  font-size: 19px;
  color: #731473;
}

.page__searchinput::-moz-placeholder {
  font-size: 19px;
  color: #731473;
}

.page__searchinput:-moz-placeholder {
  font-size: 19px;
  color: #731473;
}

.page__searchinput:-ms-input-placeholder {
  font-size: 19px;
  color: #731473;
}

.page__searchsubmit {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 5px 0 0;
  width: 24px;
  height: 44px;
  border-radius: 0;
  border: none;
  background-color: transparent;
}

.icon__searchglass {
  width: 24px;
  height: 24px;
}

.icon__searchglass .st0 {
  fill: none;
  stroke: #731473;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-miterlimit: 10;
}

.icon__searchglass .st1 {
  fill: none;
  stroke: #731473;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

.page__mobilebuttons {
  position: relative;
  top: 6px;
  float: right;
  width: 93px;
  -webkit-transition: margin 200ms ease-out;
  transition: margin 200ms ease-out;
}

.page__mobilebuttons:after {
  position: absolute;
  top: 4px;
  left: 37px;
  width: 1px;
  height: 28px;
  background-image: url(../images/borders/dotted-mobile-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.page__mobilesearch {
  position: relative;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
}

.page__mobilesearch--inner {
  padding: 2px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.page__navmobile {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #efeae2;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.page__navmobile.d-none {
  display: none !important;
}

.page__navmobile.open__nav {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.page__navmobile--inner {
  padding-top: 100px;
  background-color: #efeae2;
}

.navmobile__list,
.navmobile__sublist {
  margin-bottom: 5px;
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.navmobile__list > li,
.navmobile__sublist > li {
  position: relative;
}

.navmobile__list > li > a,
.navmobile__list > li > button,
.navmobile__sublist > li > a,
.navmobile__sublist > li > button {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
  width: 100%;
  line-height: 44px;
  text-align: left;
  font-size: 19px;
  background-color: transparent;
  border: none;
  color: #731473;
}

.navmobile__list > li > a:hover,
.navmobile__list > li > button:hover,
.navmobile__sublist > li > a:hover,
.navmobile__sublist > li > button:hover {
  text-decoration: none;
}

.navmobile__list > li > a:after,
.navmobile__list > li > button:after,
.navmobile__sublist > li > a:after,
.navmobile__sublist > li > button:after {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 7px;
  height: 13px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.navmobile__list {
  position: relative;
  padding-bottom: 25px;
}

.navmobile__list:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dotted-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.navmobile__list .dropdown-toggle:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.navmobile__list .dropdown {
  background-color: transparent;
  -webkit-transition: all 200ms ease-in-out 50ms;
  transition: all 200ms ease-in-out 50ms;
}

.navmobile__list .dropdown.open {
  background-color: #f5f2ee;
}

.navmobile__list .dropdown.open .dropdown-toggle:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.navmobile__sublist {
  margin-bottom: 20px;
}

.navmobile__sublist > li > a {
  color: #000;
}

.navmobile__sublist > li > a:after {
  display: none;
}

.navmobile__title,
.navmobile__subtitle {
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 28px;
  color: #731473;
}

.navmobile__dropdown {
  position: relative;
  margin: 0;
  padding-top: 1px;
  width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f2ee;
}

.navmobile__sublist {
  margin-bottom: 10px;
}

.navmobile__quicklinks {
  margin-bottom: 20px;
  padding: 5px 20px 20px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #731473;
}

.navmobile__quicklinkstitle {
  font-size: 19px;
  color: #fff;
}

.navmobile__quicklinkslist > li > a {
  position: relative;
  padding-left: 20px;
  display: block;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
}

.navmobile__quicklinkslist > li > a:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  content: '';
}

.navmobile__otherlinkslist {
  font-family: 'ralewayregular', Verdana, sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
}

.navmobile__otherlinkslist > li > a {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 32px;
}

.navmobile__speciallinkslist {
  margin-right: 20px;
  margin-bottom: 25px;
  margin-left: 20px;
}

.navmobile__speciallinkslist > li {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.navmobile__speciallinkslist > li > a {
  position: relative;
  padding-left: 20px;
  font-family: 'ralewaybold', Verdana, sans-serif;
  display: block;
  line-height: 52px;
  color: #731473;
}

.navmobile__speciallinkslist > li > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 8px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page__closemenu {
  padding-bottom: 50px;
  text-align: center;
}

.page__closemenu .btn--calm {
  padding: 0 25px;
  font-size: 12px;
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.page__hamburger {
  position: absolute;
  top: -13px;
  right: 0;
  outline: none;
}

.hamburger {
  padding: 17px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  -webkit-transform: scale(0.55, 0.55);
  transform: scale(0.55, 0.55);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #731473;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}


.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.page__navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  background-color: #fff;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -webkit-transform: translateY(-84px);
  transform: translateY(-84px);
}

.page__navigation.nav__pushdown {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page__navwrap .container-fluid {
  padding: 0;
}

.page__navbar {
  margin-right: -15px;
  margin-bottom: 0;
  border: none;
}

.page__logo {
  position: relative;
  top: 9px;
  margin-left: 15px;
  display: inline-block;
  width: 90px;
}

.page__searchbutton {
  margin-top: 5px;
  margin-left: 2px;
  padding: 5px !important;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
}

.page__searchbutton:after {
  display: none;
}

.page__searchbutton .icon__searchglass {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

.page__searchbutton .icon__searchglass.hide {
  opacity: 0;
}

.page__searchbutton .icon__close {
  margin-top: 2px;
  width: 20px;
  height: 20px;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

.page__searchbutton .icon__close.hide {
  opacity: 0;
}

.page__searchbutton .icon__close .st0 {
  fill: none;
  stroke: #731473;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-miterlimit: 10;
}

.page__searchbutton .icon__close .st1 {
  fill: none;
}

.page__navigationtop {
  padding-right: 0;
  height: 40px;
  text-align: right;
  background-color: #fff;
}

.page__navigationtop .col-xs-12 {
  height: inherit;
}

.page__navigationtop .col-xs-12:after {
  position: absolute;
  bottom: -1px;
  left: -15px;
  width: inherit;
  height: 1px;
  content: '';
  background-color: #F5F2EE;
}

.page__navigationtop ul {
  margin-right: 15px;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
  list-style: none;
}

.page__navigationtop ul li {
  float: left;
  padding-top: 8px;
  padding-left: 16px;
  line-height: 26px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 16px;
  color: #0067B2;
}

.page__navigationtop ul a {
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: inherit;
  color: inherit;
}

@media (max-width: 376px) {
  .page__navigationtop ul a {
    font-size: 14px;
  }
}

.skip-link {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1060;
  margin: -1px;
  padding: 0;
  display: inline-block;
  width: 1px;
  height: 1px;
  text-decoration: none;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  outline-offset: 0;
  outline-color: #0067B2;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.skip-link:focus-visible {
  margin: 0;
  padding: 0 20px;
  width: auto;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-family: 'ralewaybold', Verdana, sans-serif;
  background-color: #731473;
  color: #fff;
  clip: auto;
  opacity: 1;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.content__nav {
  margin-bottom: 30px;
  padding-top: 5px;
}

.content__navtitle {
  margin-top: 10px;
  margin-bottom: 30px;
}

.content__navlist {
  margin-right: -6px;
  margin-left: -6px;
  padding-left: 0 !important;
  list-style: none;
}

.content__navlistitem {
  float: left;
  padding-left: 0 !important;
}

.content__navlistlink {
  padding: 5px 6px;
  display: block;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 18px;
  text-align: center;
}

.content__navlistlink.inactive {
  color: #000;
  opacity: .5;
}

.content__searchform {
  margin-bottom: 15px;
  width: 100%;
}

.content__searchform .content__searchinput {
  padding: 0 30px 0 0;
}

.az__section {
  margin-bottom: 40px;
}

.az__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 18px !important;
}

.az__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dashed-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.az__title a {
  color: #731473 !important;
}

.az__title a:hover {
  text-decoration: none;
}

.az__title a:focus {
  color: #731473 !important;
}

.az__list {
  padding-left: 0 !important;
  list-style: none;
}

.az__listitem {
  padding-left: 0 !important;
  margin-bottom: 30px;
}

.az__listitemtitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 18px !important;
}

.az__listiteminfo {
  color: #000;
}

.page__navbacktowebsite {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
}

.page__navbacktolink {
  position: relative;
  padding-right: 12px;
  display: inline-block;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 12px;
  color: #000;
  opacity: .5;
}

.page__navbacktolink:after {
  position: absolute;
  top: 1px;
  right: 0;
  width: 11px;
  height: 12px;
  content: '';
  background-image: url(../../images/icons/icon-backtolink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 9px;
}

.page__navbacktolink:hover {
  color: #000;
  opacity: 1;
}

.yearoverview__top--inner {
  padding-right: 10px;
  padding-top: 70px;
  padding-left: 10px;
}

.yearoverview__top .index__nav--img {
  background-color: transparent;
}

header {
  margin-top: 102px;
}

.page__header .container {
  background-color: #f8f7f5;
}

.header__breadcrumb {
  position: relative;
  z-index: 12;
  margin-top: 85px;
}

.header__copy .label {
  margin-right: 10px;
  margin-left: 3px;
  padding: .3em .8em;
  display: inline-block;
  border-radius: 0;
  font-size: inherit;
  line-height: 21px;
}

.header__backbtn {
  position: relative;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-right: 36px;
  padding-bottom: 8px;
  padding-left: 13px;
  display: block;
  font-size: 12px;
  color: #fff;
  background-color: #0067B2;
}

.header__backbtn:hover {
  color: #fff;
}

.header__backbtn:after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 13px;
  height: 14px;
  content: '';
  background-image: url(../images/icons/icon-backtolink-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__backbtn span {
  display: block;
}

.header__info {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 3px;
  font-size: 16px;
}

.header__info-blog {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.breadcrumb__list {
  margin-bottom: 20px;
  padding: 0;
  font-size: 13px;
  border-radius: 0;
}

.breadcrumb__list a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.breadcrumb__list a:hover {
  text-decoration: none;
}

.breadcrumb__list > li {
  position: relative;
}

.breadcrumb__list > li.active {
  color: #000;
}

.breadcrumb__list > li + li {
  padding-left: 15px;
}

.breadcrumb__list > li + li:before {
  position: absolute;
  top: 7px;
  left: 3px;
  width: 4px;
  height: 7px;
  background-image: url(../images/icons/icon-breadcrumb.svg);
  background-repeat: no-repeat;
  background-size: 4px 7px;
  content: '';
}

.header__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  color: #731473;
}

.header__btns {
  margin-top: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  margin-left: -10px;
  padding-bottom: 0;
}

.header__btns .btn-group {
  width: 100%;
}

.header__btn {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px !important;
  padding: 0;
  width: calc(50% - 20px);
  font-size: 13px;
}

.header__message {
  margin-top: 20px;
  margin-bottom: 30px;
}

.header__message .well {
  font-size: 13px;
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.header__message .well {
  font-size: 13px;
}

.header__messagetitle {
  margin-top: 0;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 24px;
  color: #731473;
}

.message__appointment a[href^=tel] {
  position: relative;
  padding-left: 22px;
  color: #731473;
  font-style: normal;
}

.message__appointment a[href^=tel]:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  background-image: url(../images/icons/icon-phone-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.askquestion__form label {
  font-weight: normal;
}

.askquestion__form span {
  color: #731473;
}

.askquestion__form .form-control {
  background-color: #f8f7f5;
  border-color: #efeae2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}

.askquestion__form .form-control::-webkit-input-placeholder {
  font-family: 'Verdana', 'Geneva', sans-serif;
  font-style: italic;
  color: rgba(88, 88, 84, 0.5);
}

.askquestion__form .form-control::-moz-placeholder {
  font-family: 'Verdana', 'Geneva', sans-serif;
  font-style: italic;
}

.askquestion__form .form-control:-moz-placeholder {
  font-family: 'Verdana', 'Geneva', sans-serif;
  font-style: italic;
}

.askquestion__form .form-control:-ms-input-placeholder {
  font-family: 'Verdana', 'Geneva', sans-serif;
  font-style: italic;
}

.askquestion__name,
.askquestion__email {
  padding-left: 0;
  padding-right: 0;
}

.askquestion__close {
  margin-left: 10px;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  color: #000;
  text-decoration: underline;
}

.askquestion__close:hover {
  color: #000;
  text-decoration: none;
}

#whyContentMobile {
  font-size: 12px;
  padding-bottom: 0;
}

#whyContentMobile h3 {
  font-size: 18px;
}

#whyContentMobile ul li {
  padding-right: 25px;
}

#whyContentMobile ul li:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#whyContentMobile .aside__listlink--icon {
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page__yearoverviewtitle {
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 46px;
  text-align: center;
  color: #731473;
  opacity: 0;
  visibility: hidden;
}

.page__yearoverviewyear {
  display: block;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 16px;
}

.page__yearoverviewcard {
  width: 200px !important;
}

.page__yearoverviewcard.left {
  right: auto !important;
  left: 40px;
}

.page__yearoverviewcard h2 {
  font-size: 20px !important;
}

.page__yearoverviewcard span {
  float: right;
  color: rgba(0, 0, 0, 0.55);
}

.yearoverview__header {
  padding-bottom: 190px;
}



.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  
  -webkit-transform: translateZ(0);
}


.bx-wrapper {
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}


.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}


.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}


.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}


.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}


.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.index__header {
  width: 100%;
}

.index__header-no-header {
  height: 250px;
}

.index__pagetitle {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}

.index__navwrap {
  padding-right: 0;
  padding-left: 0;
}

.index__nav {
  position: relative;
  z-index: 1;
  top: 190px;
}

.index__nav--top {
  padding-bottom: 5%;
  height: 0;
}

.index__nav--img {
  width: 100%;
  height: 100%;
  background-color: #731473;
}

.index__nav--inner {
  background-color: #731473;
  text-align: center;
}

.index__nav--inner-light {
  background-color: #fff;
}

.index__nav-card {
  position: relative;
  top: 15px;
  margin-right: 15px;
  margin-bottom: 41px;
  margin-left: 15px;
  width: calc(100% - 30px);
  background-color: #fff;
}

.index__nav-card-link {
  position: relative;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #000;
}

.index__nav-card-link:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}

.index__nav-card-link:before {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 9px;
  height: 15px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.index__nav-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.index__nav-card h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #731473;
}

.index__nav-card p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 19px;
}

.index__navtitle {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 67%;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.index__navtitle--calm {
  color: #731473;
}

.index__navlist {
  margin-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.index__navlistitem {
  position: relative;
  display: block;
  width: 100%;
}

.index__navlistitem:after {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  height: 1px;
  background-image: url(../images/borders/dotted-light.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.index__navlistitem:last-child:after {
  display: none;
}

.index__navlink {
  position: relative;
  padding: 0 35px 0 55px;
  display: block;
  width: 100%;
  line-height: 44px;
  text-align: left;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  border-left: 8px solid transparent;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.index__navlink:focus, .index__navlink:hover {
  color: #fff;
  border-color: #EF7900;
  text-decoration: none;
}

.index__navlink.active {
  border-color: #EF7900;
}

.index__navlink:after {
  position: absolute;
  top: 16px;
  left: 25px;
  width: 6px;
  height: 10px;
  background-image: url(../images/icons/icon-chevron-right-light.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.index__navlink--chevron {
  display: none;
}

.index__headercard {
  display: none;
}

.header__index--img {
  width: 100%;
  height: 226px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.no-js .header__index--img {
  width: 100%;
  height: 226px;
  background-image: url(../images/dummy-index-header-pic-1075x750.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.index__slider {
  width: 100%;
  height: 100%;
}

.index__slide {
  width: 100%;
  height: 226px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bx-wrapper {
  margin-bottom: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  margin-top: -25px;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  background-color: rgba(88, 88, 84, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
}

.bx-wrapper .bx-controls-direction a:hover, .bx-wrapper .bx-controls-direction a:focus {
  background-position: center;
}

.bx-wrapper .bx-controls-direction a:hover {
  background-color: rgba(88, 88, 84, 0.7);
}

.bx-wrapper .bx-prev {
  left: 0;
  background-image: url(../images/icons/icon-chevron-left-light.svg);
}

.bx-wrapper .bx-next {
  right: 0;
  background-image: url(../images/icons/icon-chevron-right-light.svg);
}

.bx-wrapper .bx-loading {
  background: url("../../images/heart.svg") center center no-repeat transparent;
}

.index__googlemaps--mobile {
  margin-top: 190px;
  background-color: #fff;
}

.googlemaps__loctionstitle {
  font-size: 27px;
  color: #731473;
}

.googlemaps__introtext {
  margin-bottom: 30px;
}

.googlemaps__introtext,
.googlemaps__text {
  font-size: 16px;
}

.googlemaps__locations {
  position: relative;
  padding-top: 1px;
}

.googlemaps__locations:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background-image: url(../images/borders/dashed-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.googlemaps__location {
  position: relative;
  padding-bottom: 25px;
}

.googlemaps__location:after {
  position: absolute;
  bottom: 0;
  left: -15px;
  width: calc(100% + 30px);
  height: 1px;
  background-image: url(../images/borders/dashed-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.googlemaps__location:last-child:after {
  display: none;
}

.googlemaps__locationtitle {
  font-size: 18px;
  color: #731473;
}

.googlemaps__phonelink {
  position: relative;
  padding-left: 15px;
}

.googlemaps__phonelink:before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/icon-phone-cool.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.googlemaps__phonelink,
.googlemaps__visitinglink {
  display: block;
}

.index__news,
.index__calendar,
.news__overview {
  background-color: #f8f7f5;
}

.index__newsblocktitle,
.index__calendarblocktitle {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #731473;
  font-size: 28px;
}

.index__newswrap,
.index__calendarwrap {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.index__newsblock {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index__newsblock::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: '';
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index__newsblock:hover::after {
  opacity: 1;
}

.index__newslink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

.index__newscontent {
  position: relative;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 50px;
  padding-left: 15px;
  background-color: #fff;
}

.index__newscontent:after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 7px;
  height: 12px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.index__newsmeta,
.index__calendarmeta {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  color: #731473;
}

.index__calendardate {
  float: right;
  font-size: 14px;
  color: #000;
  line-height: 26px;
}

.index__newstitle,
.index__calendarcardtitle {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 20px;
}

.index__newscards,
.index__calendarcards {
  position: relative;
  margin-right: -8px;
  margin-bottom: -16px;
  margin-left: -8px;
}

.index__newscard,
.index__calendarcard {
  position: relative;
  float: left;
  margin-right: 8px;
  margin-bottom: 16px;
  margin-left: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index__newscard:after,
.index__calendarcard:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.21);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.index__newscard:hover:after,
.index__calendarcard:hover:after {
  opacity: 1;
}

.index__newscard {
  width: calc(100% - 16px);
}

.index__calendarcard {
  width: calc(100% - 16px);
}

.index__newscardlink,
.index__calendarcardlink {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  display: block;
  width: 100%;
  height: 100%;
}

.index__newscardlink:focus, .index__newscardlink:hover,
.index__calendarcardlink:focus,
.index__calendarcardlink:hover {
  color: #000;
  text-decoration: none;
}

.index__newscardlink:after,
.index__calendarcardlink:after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 7px;
  height: 12px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.index__newscardtitle,
.index__calendarcardtitle {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  font-size: 18px;
  font-family: 'ralewaymedium', Verdana, sans-serif;
  color: #000;
  line-height: 1.2;
}

.index__newscard--stable {
  background-color: #731473;
  font-family: 'ralewaybold', Verdana, sans-serif;
}

.index__newscardlink--stable {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.2;
}

.index__newscardlink--stable:after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 7px;
  height: 12px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.index__newsmore,
.index__calendarmore {
  margin-top: 0;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

.index__newsmore .btn:first-child {
  margin-right: 10px;
}

.index__video {
  padding-top: 40px;
  font-family: Verdana, sans-serif;
  background-color: #F8F7F5;
}

.index__videoaside {
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  background-color: #fff;
}

.index__videosubtitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.21;
  color: #731473;
}

.index__videotitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: 'ralewaymedium', Verdana, sans-serif;
  font-size: 21px;
  line-height: 1.19;
}

.index__videotext {
  margin-bottom: 0;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.42;
}

.page__content {
  background-color: #fff;
}

.page__content-video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin-top: 35px;
}

.page__content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content__section {
  padding-top: 35px;
  padding-bottom: 35px;
}

.content__section.has__why {
  min-height: 340px;
}

.content__section,
.panel-body {
  font-size: 16px;
}

.content__section h2,
.panel-body h2 {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 27px;
  color: #731473;
}

.content__section h3,
.panel-body h3 {
  margin-top: 0;
  font-size: 20px;
}

.content__section h4,
.content__section h5,
.content__section h6,
.panel-body h4,
.panel-body h5,
.panel-body h6 {
  margin-top: 0;
  font-size: 18px;
}

.content__section p,
.panel-body p {
  margin: 0 0 20px;
}

.content__section ul,
.content__section ol,
.panel-body ul,
.panel-body ol {
  padding-left: 18px;
}

.content__section ul li,
.content__section ol li,
.panel-body ul li,
.panel-body ol li {
  padding-left: 10px;
}

.content__section ol,
.panel-body ol {
  padding-left: 24px;
}

.content__section blockquote,
.panel-body blockquote {
  color: #d991be;
  border-color: #d991be;
}

.content__section img,
.panel-body img {
  max-width: 100%;
  height: auto !important;
}

.content__section cite,
.panel-body cite {
  display: block;
  color: rgba(88, 88, 84, 0.5);
  font-size: 12px;
  line-height: 1.6;
}

.content__section table,
.panel-body table {
  margin-bottom: 20px;
  width: 100%;
}

.content__section table td,
.panel-body table td {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.content__section thead td,
.panel-body thead td {
  padding-bottom: 8px;
  font-weight: bold;
}

.content__section tbody tr:nth-child(odd),
.panel-body tbody tr:nth-child(odd) {
  background-color: #f5f2ee;
}

.content__section tbody tr:nth-child(odd) td,
.panel-body tbody tr:nth-child(odd) td {
  border-right: 1px solid #fff;
}

.content__centra {
  padding-top: 19px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.content__centratitle {
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: 'ralewaymedium', Verdana, sans-serif;
}

.content__centratitle:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: url(../images/borders/dotted-light.svg);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  opacity: .5;
}

.content__centratext {
  margin-bottom: 8px;
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.content__centralink {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 16px;
  color: inherit;
}

.content__centralink:hover {
  color: #fff;
}

.content__centra--blue {
  background-color: #0067B2;
  color: #fff;
}

.aside__section {
  position: absolute;
  top: 0;
  left: 35px;
  z-index: 1;
  margin-right: 25px;
  max-width: 310px;
  font-size: 14px;
}

.aside__section .aside__blog-author li {
  padding-left: 0;
}

.aside__section .aside__blog-author li:before {
  display: none;
}

.aside__top {
  height: 0;
  padding-bottom: 15px;
  overflow: hidden;
}

.aside__top--bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #731473;
}

.index__nav--shape {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  fill: #731473;
}

.aside__listwrap {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #731473;
  color: #fff;
}

.aside__listwrap a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.aside__listwrap a:hover {
  color: #fff;
  text-decoration: none;
}

.aside__listwrap h3 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 27px;
}

.aside__listwrap h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dotted-why-light.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: 1;
}

.aside__listwrap ul li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  line-height: 1.71428571;
}

.aside__listwrap ul li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dotted-light.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.aside__listwrap ul li:before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url(../images/icons/icon-check-mark-bullet.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.aside__listwrap ul li:last-child:after {
  display: none;
}

.aside__listwraplink a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.aside__listwraplink a:hover {
  text-decoration: underline;
}

.aside__listlink--icon {
  margin-left: 10px;
  margin-bottom: -2px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background-image: url(../images/icons/icon-chevron-right-light.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.aside__review {
  position: relative;
  margin-top: 40px;
  line-height: 1.2;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 16px;
  color: #731473;
}

.aside__reviewtext {
  padding-right: 5px;
  width: calc(100% - 47px);
}

.aside__reviewlink {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 18px;
}

.aside__reviewlink:after {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 15px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aside__reviewnumber {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 16px;
  width: 47px;
  height: 47px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  background-color: #731473;
  color: #fff;
}

#collapseWhyAlrijne .aside__review {
  margin-top: 20px;
}

.content__listlink--icon {
  margin-bottom: -2px;
  margin-left: 7px;
  display: inline-block;
  width: 8px;
  height: 13px;
  background-image: url(../images/icons/download.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.content__pdflink--icon {
  margin-bottom: -2px;
  margin-left: 7px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/icons/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.content__listlink--mailicon {
  width: 20px;
  height: 18px;
  background-image: url(../images/icons/mail.svg);
}

.content__important {
  margin-top: 20px;
  background-color: #f8f7f5;
}

.important__title {
  position: relative;
  margin-top: 0;
  padding-bottom: 10px;
  font-family: 'ralewaymedium', Verdana, sans-serif;
  font-size: 24px !important;
  color: #731473;
}

.important__title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: url(../images/borders/dotted-calm.svg);
  background-repeat: repeat-x;
  opacity: .5;
}

.important__link {
  position: relative;
  padding-right: 15px;
  display: inline-block;
  font-size: 16px;
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.important__link:after {
  position: absolute;
  top: 6px;
  right: 0;
  width: 5px;
  height: 9px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.important__text--full,
.important__text,
.important__img {
  float: left;
}

.important__text--full {
  padding: 20px;
  width: 100%;
}

.important__text {
  padding: 20px;
  width: 100%;
}

.important__text p {
  position: relative;
  height: 50px;
  overflow: hidden;
}

.important__text p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 247, 245, 0)), to(#f8f7f5));
  background: linear-gradient(rgba(248, 247, 245, 0), #f8f7f5);
}

.content__section .col-xs-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content__folder-btn {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 8px;
  display: inline-block;
  width: 44px;
  height: 44px;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

@media (min-width: 768px) {
  .content__folder-btn {
    margin-left: 5px;
  }
}

@media (min-width: 992px) {
  .content__folder-btn {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .content__folder-btn {
    margin-left: 25px;
  }
}

.content__folder-btn--download {
  margin-left: 8px;
  padding: 10px;
}

.content__folder-btn--download img {
  max-width: 100%;
}

.page__accordion {
  position: relative;
  padding-bottom: 60px;
  background-color: #fff;
}

.page__accordion:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dotted-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.accordion__group {
  position: relative;
}

.accordion__group .panel {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  border-left: 5px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.accordion__group .panel:focus {
  border-color: transparent;
}

.accordion__group .panel:hover, .accordion__group .panel.open {
  border-color: #731473;
}

.accordion__group .panel.open a::after {
  -webkit-transform: rotateZ(-90deg);
  transform: rotateZ(-90deg);
}

.accordion__group .panel::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dotted-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.accordion__group .panel:last-child::after {
  display: none;
}

.accordion__group .faq__panel.active a::before {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.accordion__group .panel-heading {
  position: relative;
  padding: 0;
}

.accordion__group .panel-title {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 20px;
  line-height: 80px;
  color: #731473;
}

.accordion__group .panel-title a {
  position: relative;
  padding-right: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.accordion__group .panel-title a:focus, .accordion__group .panel-title a:hover {
  color: #731473;
  text-decoration: none;
}

.accordion__group .panel-title a::after, .accordion__group .panel-title a::before {
  position: absolute;
  content: '';
}

.accordion__group .panel-title a::after {
  top: 34px;
  right: 5px;
  width: 7px;
  height: 13px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.accordion__group .panel-body {
  font-size: 16px;
  line-height: 1.71428571;
}

.accordion__group .panel-body h2 {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 27px;
}

.accordion__group .panel-body h3 {
  font-size: 20px;
}

.accordion__group .panel-body h4 {
  font-size: 16px;
}

.accordion__group .panel-body ul,
.accordion__group .panel-body ol {
  padding-left: 17px;
}

.poli__all {
  margin-bottom: 30px;
  background-color: #f8f7f5;
}

.poli__all--inner {
  position: relative;
  background-image: url(../images/borders/poli-all-inner-border.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

.poli__intro {
  padding-bottom: 18px;
  font-size: 16px;
}

.poli__wrap {
  position: relative;
  z-index: 0;
  height: 256px;
  text-align: center;
  background-color: #f8f7f5;
  color: #000;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.poli__wrap:last-child {
  border-right: 2px solid #fff;
}

.poli__wrap:hover {
  z-index: 1;
  background-color: #731473;
  color: #fff;
  border-color: #731473;
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

.poli__wrap:hover .poli__title {
  color: #fff;
}

.poli__wrap:hover .poli__title::after {
  background-image: url(../images/borders/dashed-light.svg);
}

.poli__wrap--disabled:hover {
  background-color: #f8f7f5;
  color: #000;
  border-color: #fff;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.poli__wrap--disabled:hover .poli__title {
  color: #731473;
}

.poli__wrap--disabled:hover .poli__title::after {
  background-image: url(../images/borders/dashed-calm.svg);
}

.poli__wrap--disabled .poli__link {
  cursor: default;
}

.poli__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.poli__wrap--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.poli__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  color: #731473;
}

.poli__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dashed-calm.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.poli__info {
  width: 100%;
  line-height: 1.57142857;
  font-size: 16px;
  font-weight: 300;
}

.poli__info tr {
  background-color: transparent !important;
}

.poli__info th {
  width: 50%;
  text-align: right;
}

.poli__info td {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 10px !important;
  width: 50%;
  text-align: left;
  border-right: none !important;
}

.accordion__faq .panel:hover, .accordion__faq .panel.active {
  border-color: transparent;
}

.accordion__faq .panel.active {
  background-color: #f8f7f5;
}

.accordion__faq .panel::after {
  display: none;
}

.accordion__faq .panel-body {
  padding-top: 0;
  border-top: none !important;
}

.accordion__faq .btn--calm {
  font-size: 13px;
}

.panel-default .accordion__faqheading {
  background-color: transparent;
}

.panel-default .accordion__faqtitle {
  line-height: 1.2;
  vertical-align: middle;
}

.panel-default .accordion__faqtitle::after {
  display: none;
}

.panel-default .accordion__faqtitle a:focus, .panel-default .accordion__faqtitle a:hover {
  color: #0067B2;
}

.accordion__faqtitle {
  position: relative;
  padding-top: 20px;
}

.accordion__faqtitle a {
  padding-left: 20px;
  font-size: 18px;
  color: #0067B2;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow: visible !important;
}

.accordion__faqtitle a::after {
  display: none;
}

.accordion__faqtitle a::before {
  top: 3px;
  left: 0;
  width: 7px;
  height: 13px;
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.accordion__faqbody {
  padding-top: 20px !important;
  padding-left: 30px;
  font-size: 16px;
}

.accordion__treatments {
  padding-bottom: 10px;
  font-size: 16px;
}

.accordion__treatments ul {
  padding-left: 20px;
}

.accordion__treatments h4 {
  margin-top: 20px;
}

.accordion__treatments h4:first-child {
  margin-top: 12px;
}

.accordion__treatments .panel-body {
  padding: 0 15px 15px 15px;
}

.accordion__quotewrap {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
}

.accordion__quotewrap::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/borders/dotted-calm.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
  content: '';
}

.accordion__quote {
  position: relative;
  margin-bottom: 50px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  text-align: right;
  font-size: 16px;
  border-left-color: transparent;
  color: #EF7900;
  line-height: 1.277777778;
  overflow: hidden;
}

.accordion__quote::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  content: '';
  background-color: #EF7900;
  border-radius: 2px;
}

.accordion__cite {
  display: block;
  font-size: 16px;
  line-height: 2.125;
  color: #000;
}

.accordion__name {
  position: relative;
  padding-right: 15px;
  margin-right: 4px;
  display: inline-block;
}

.accordion__name::after {
  position: absolute;
  top: 13px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background-color: rgba(88, 88, 84, 0.5);
}

.accordion__mediawrap {
  margin-left: -4%;
  width: 108%;
}

.accordion__mediacaption {
  padding-top: 20px;
  color: #c8bbaf;
}

.accordion__teamwrap {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.accordion__teammembers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.accordion__teammember {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  max-width: 50%;
  width: 50%;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.accordion__teammember--click {
  position: relative;
}

.accordion__teammember--click::after {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 9px;
  height: 15px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 13px;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
}

.accordion__teammember--click:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.accordion__teammemberimg {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.accordion__teammemberinfo {
  padding-top: 15px;
}

.accordion__teammemberlink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.accordion__teammembername {
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}

.accordion__teammembername--cool {
  color: #0067B2;
}

.accordion__position {
  font-size: 14px;
  color: #000;
  line-height: 1.28571429;
  text-align: center;
}

.accordion__more {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.showmore__btn {
  margin-bottom: 15px;
}

.story__storycards {
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
}

.story__storycard {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0;
  padding-left: 0;
}

.story__storycard::before {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  width: 8px;
  height: 13px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.story__storycard img {
  width: 110%;
}

.story__content {
  background-color: #f8f7f5;
}

.search__results {
  background-color: #fff !important;
}

.search__results .page__search {
  text-align: left;
  padding-left: 6px;
}

.search__column {
  padding-right: 0;
  padding-left: 0;
}

.search__column .page__searchform {
  width: 100%;
}

.search__result {
  position: relative;
  padding-bottom: 30px;
  border-left: 5px solid transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search__result:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: url(../images/borders/blocked-calm.svg);
  background-repeat: repeat-x;
  opacity: .5;
}

.search__result:hover {
  background-color: #fdfdfc;
  border-color: #731473;
}

.search__result:hover .search__title {
  text-decoration: underline;
}

.search__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

.search__title {
  color: #731473;
}

.search__readmore {
  position: relative;
  padding-right: 15px;
  display: inline-block;
}

.search__readmore:after {
  position: absolute;
  top: 7px;
  right: 0;
  width: 5px;
  height: 9px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.search__filedownload {
  padding-left: 27px;
}

.search__filedownload:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 26px;
  content: '';
  background-image: url(../images/icons/icon-filedownload.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.search__counts,
.search__readmore {
  color: #0067B2;
}

.search__title,
.search__readmore {
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.content__filter {
  padding-top: 8px;
}

.filter__title {
  margin-left: 4px;
  font-size: 20px;
}

.filter__checkbox {
  position: relative;
  margin-bottom: 10px;
}

.filter__checkbox input[type="checkbox"] {
  position: absolute;
  top: -2px;
  left: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  opacity: 0;
}

.filter__checkbox label {
  position: relative;
}

.filter__checkbox input[type="checkbox"]:focus + label span::before {
  outline-width: 2px;
  outline-offset: 0;
  outline-style: solid;
  outline-color: #0067B2;
}

.filter__checkbox input[type="checkbox"]:checked + label span.checkerbox::after,
.filter__checkbox input[type="checkbox"]:checked + label span.checked::after {
  background-image: url(../images/icons/icon-checkbox-calm.svg);
}

.filter__filters label {
  font-size: 15px;
  font-style: italic;
  font-weight: normal;
  cursor: pointer;
}

.filter__filters .disabled {
  opacity: .5;
}

.filter__checkbox span {
  padding-left: 35px;
}

.filter__checkbox span:before, .filter__checkbox span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}

.filter__checkbox .checkerbox:before {
  width: 20px;
  height: 20px;
  left: 5px;
  background-color: #f8f7f5;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 5px;
}

.filter__checkbox .checkerbox:after {
  left: 5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.page__pagination {
  padding-bottom: 30px;
}

.pagination__wrap {
  text-align: center;
}

.pagination__prev a {
  margin-right: 0;
  padding-left: 20px !important;
}

.pagination__prev a:before {
  left: 15px;
  background-image: url(../images/icons/icon-chevron-left-light.svg);
}

.pagination__listitem a {
  border-color: transparent !important;
  color: #731473 !important;
  background-color: transparent !important;
}

.pagination__listitem a:hover {
  background-color: transparent !important;
}

.pagination__listitem.active a {
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
}

.pagination__listitem.active a:focus, .pagination__listitem.active a:hover {
  background-color: transparent;
}

.pagination__next a {
  margin-left: 0 !important;
  padding-right: 20px !important;
}

.pagination__next a:after {
  right: 15px;
  background-image: url(../images/icons/icon-chevron-right-light.svg);
}

.pagination__prev a,
.pagination__next a {
  width: 38px;
  height: 38px;
  background-color: #731473 !important;
  color: #fff !important;
  border-radius: 0 !important;
  border: none;
  border-color: transparent !important;
  text-align: center;
  border-bottom: 8px solid #731473;
}

.pagination__prev a:hover,
.pagination__next a:hover {
  border-bottom-color: #EF7900 !important;
}

.pagination__prev a:after, .pagination__prev a:before,
.pagination__next a:after,
.pagination__next a:before {
  position: absolute;
  top: 13px;
  width: 7px;
  height: 12px;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
}

.news__overview {
  padding-bottom: 30px;
}

.news__newssection,
.news__newscard {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 0 !important;
  font-size: 16px;
}

.news__newssection {
  background-color: #fff;
}

.news__newssection .index__newscontent:after {
  display: none;
}

.news__newssection:before {
  position: absolute;
  right: 15px;
  bottom: 10px;
  z-index: 1;
  width: 7px;
  height: 13px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.news__newssectiontitle,
.news__newscardtitle {
  margin-bottom: 15px !important;
}

.news__newscontent,
.news__newscardcontent {
  position: relative;
  overflow: hidden;
}

.news__newscontent:after,
.news__newscardcontent:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  opacity: 0;
}

.news__newscontent {
  height: 300px;
}

.news__newscard:after {
  display: none;
}

.news__newscard--chevron:after {
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: 7px;
  height: 12px;
  background-image: url(/images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.news__newscard--inner {
  background-color: #fff;
}

.news__newscard--inner .index__newscontent:after {
  content: normal;
}

.news__newscard--inner .index__newscontent p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

@media (min-width: 48em) {
  .news__newscard--inner .index__newscontent p {
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 62em) {
  .news__newscard--inner .index__newscontent p {
    -webkit-line-clamp: 4;
  }
}

@media (min-width: 75em) {
  .news__newscard--inner .index__newscontent p {
    -webkit-line-clamp: 7;
  }
}

.news__newscard--inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: '';
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.34);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.news__newscard--inner:hover:after {
  opacity: 1;
}

.news__newscardcontent {
  height: 274px;
}

.news__newspagination {
  padding-bottom: 0;
  background-color: #f8f7f5;
}

.contour legend,
.umbraco-forms-form legend {
  font-size: 27px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  line-height: 1.2;
  color: #731473;
  border-bottom: none;
}

.contour .umbraco-forms-fieldset,
.umbraco-forms-form .umbraco-forms-fieldset {
  margin-bottom: 25px;
  padding: 0;
  width: 100%;
  max-width: 555px;
}

.contour .row-fluid,
.umbraco-forms-form .row-fluid {
  margin-right: -15px;
  margin-left: -15px;
}

.contour .umbraco-forms-field-wrapper,
.umbraco-forms-form .umbraco-forms-field-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.contour .fieldLabel,
.contour .umbraco-forms-label,
.umbraco-forms-form .fieldLabel,
.umbraco-forms-form .umbraco-forms-label {
  margin-bottom: 5px;
  font-size: 16px;
}

.contour .text,
.umbraco-forms-form .text {
  padding-right: 10px;
  padding-left: 10px;
  height: 38px;
  line-height: 38px;
}

.contour textarea,
.umbraco-forms-form textarea {
  padding: 10px;
  width: 100%;
  height: 170px;
}

.contour .text,
.contour textarea,
.umbraco-forms-form .text,
.umbraco-forms-form textarea {
  width: 100%;
  background-color: #f8f7f5;
  border: 1px solid rgba(0, 0, 0, 0.55);
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contour .text:focus,
.contour textarea:focus,
.umbraco-forms-form .text:focus,
.umbraco-forms-form textarea:focus {
  border-color: #731473;
}

.contour .umbraco-forms-field,
.umbraco-forms-form .umbraco-forms-field {
  margin-bottom: 30px;
}

.contour .radiobuttonlist,
.umbraco-forms-form .radiobuttonlist {
  display: block;
}

.contour .radiobuttonlist label,
.umbraco-forms-form .radiobuttonlist label {
  margin-left: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}

.contour .checkboxlist label,
.umbraco-forms-form .checkboxlist label {
  margin-left: 10px;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
}

.contour .radiobuttonlist br,
.contour .checkboxlist br,
.contour .checkbox br,
.umbraco-forms-form .radiobuttonlist br,
.umbraco-forms-form .checkboxlist br,
.umbraco-forms-form .checkbox br {
  display: none;
}

.contour .radiobuttonlist label:not(.umbraco-forms-label),
.contour .checkboxlist label:not(.umbraco-forms-label),
.contour .checkbox label:not(.umbraco-forms-label),
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label),
.umbraco-forms-form .checkboxlist label:not(.umbraco-forms-label),
.umbraco-forms-form .checkbox label:not(.umbraco-forms-label) {
  position: relative;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  display: block;
  cursor: pointer;
}

.contour .radiobuttonlist label:not(.umbraco-forms-label)::before, .contour .radiobuttonlist label:not(.umbraco-forms-label)::after,
.contour .checkboxlist label:not(.umbraco-forms-label)::before,
.contour .checkboxlist label:not(.umbraco-forms-label)::after,
.contour .checkbox label:not(.umbraco-forms-label)::before,
.contour .checkbox label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .checkboxlist label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .checkboxlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .checkbox label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .checkbox label:not(.umbraco-forms-label)::after {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  content: '';
}

.contour .radiobuttonlist label:not(.umbraco-forms-label)::after,
.contour .checkboxlist label:not(.umbraco-forms-label)::after,
.contour .checkbox label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .checkboxlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .checkbox label:not(.umbraco-forms-label)::after {
  opacity: 0;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}

.contour .checkboxlist label:not(.umbraco-forms-label)::before,
.contour .checkbox label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .checkboxlist label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .checkbox label:not(.umbraco-forms-label)::before {
  border: 1px solid rgba(0, 0, 0, 0.55);
}

.contour .checkboxlist label:not(.umbraco-forms-label)::after,
.contour .checkbox label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .checkboxlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .checkbox label:not(.umbraco-forms-label)::after {
  background-image: url(../images/icons/icon-checkbox-calm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
}

.contour .radiobuttonlist label:not(.umbraco-forms-label)::before, .contour .radiobuttonlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::after {
  border-radius: 50%;
}

.contour .radiobuttonlist label:not(.umbraco-forms-label)::before,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::before {
  border: 1px solid #000;
}

.contour .radiobuttonlist label:not(.umbraco-forms-label)::after,
.umbraco-forms-form .radiobuttonlist label:not(.umbraco-forms-label)::after {
  top: 7px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #731473;
}

.contour input[type=checkbox],
.contour input[type=radio],
.umbraco-forms-form input[type=checkbox],
.umbraco-forms-form input[type=radio] {
  position: absolute;
  margin: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.contour input[type=checkbox]:focus + label::before,
.contour input[type=radio]:focus + label::before,
.umbraco-forms-form input[type=checkbox]:focus + label::before,
.umbraco-forms-form input[type=radio]:focus + label::before {
  outline-width: 2px;
  outline-offset: 0;
  outline-style: solid;
  outline-color: #0067B2;
}

.contour input[type=checkbox]:checked + label::after,
.contour input[type=radio]:checked + label::after,
.umbraco-forms-form input[type=checkbox]:checked + label::after,
.umbraco-forms-form input[type=radio]:checked + label::after {
  opacity: 1;
}

.contour .field-validation-error,
.umbraco-forms-form .field-validation-error {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  font-style: italic;
  color: #f35c5c;
}

.contour .help-block,
.umbraco-forms-form .help-block {
  font-size: 80%;
}

.contour .input-validation-error,
.umbraco-forms-form .input-validation-error {
  border-color: #f35c5c;
}

.contour .checkbox input[type="checkbox"],
.umbraco-forms-form .checkbox input[type="checkbox"] {
  top: 2px;
  left: 0;
  margin-left: 0;
}

.contour .mediapicker input[type=radio],
.umbraco-forms-form .mediapicker input[type=radio] {
  position: absolute;
  left: -99999px;
}

.contour .mediapicker label:not(.umbraco-forms-label),
.umbraco-forms-form .mediapicker label:not(.umbraco-forms-label) {
  position: relative;
  display: inline-block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid transparent;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.contour .mediapicker label:not(.umbraco-forms-label) img,
.umbraco-forms-form .mediapicker label:not(.umbraco-forms-label) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.contour .mediapicker label:not(.umbraco-forms-label):hover,
.umbraco-forms-form .mediapicker label:not(.umbraco-forms-label):hover {
  border-color: #731473;
}

.contour .mediapicker input[type=radio]:checked + label:not(.umbraco-forms-label),
.umbraco-forms-form .mediapicker input[type=radio]:checked + label:not(.umbraco-forms-label) {
  border-color: #731473;
}

.contour .recaptcha2 .g-recaptcha div div .embed-responsive-16by9,
.umbraco-forms-form .recaptcha2 .g-recaptcha div div .embed-responsive-16by9 {
  padding-bottom: 85.25%;
}

.contour .recaptcha2 .g-recaptcha .embed-responsive-16by9,
.umbraco-forms-form .recaptcha2 .g-recaptcha .embed-responsive-16by9 {
  padding-bottom: 0;
}

.search__results {
  background-color: #fff !important;
}

.search__results .page__search {
  text-align: left;
  padding-left: 6px;
}

.search__column {
  padding-right: 0;
  padding-left: 0;
}

.search__column .page__searchform {
  width: 100%;
}

.search__result {
  position: relative;
  padding-bottom: 30px;
  border-left: 5px solid transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search__result:after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-image: url(../images/borders/blocked-calm.svg);
  background-repeat: repeat-x;
  opacity: .5;
}

.search__result:hover {
  background-color: #fdfdfc;
  border-color: #731473;
}

.search__result:hover .search__title {
  text-decoration: underline;
}

.search__link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

.search__title {
  color: #731473;
}

.search__readmore {
  position: relative;
  padding-right: 15px;
  display: inline-block;
}

.search__readmore:after {
  position: absolute;
  top: 7px;
  right: 0;
  width: 5px;
  height: 9px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.search__filedownload {
  padding-left: 27px;
}

.search__filedownload:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 26px;
  content: '';
  background-image: url(../images/icons/icon-filedownload.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.search__counts,
.search__readmore {
  color: #0067B2;
}

.search__title,
.search__readmore {
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.page__linkstitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 20px;
  color: #000;
}

.centra .index__calendarcard {
  background-color: #0067B2;
}

.centra .page__linkstitle {
  color: #fff;
}

.centra .index__calendarcardlink {
  display: block;
}

.centra .index__calendarcardlink::after {
  background-image: url(../images/icons/icon-chevron-right-light.svg);
}

.profile__header .header__btns {
  padding-bottom: 20px;
}

.profile__header .header__btn {
  width: calc(80% - 20px);
  max-width: 320px;
}

.profile__header .header__info {
  margin-bottom: 20px;
}

.mobile__profileimage {
  margin-bottom: 15px;
  height: 80px;
}

.mobile__profileimage .page__profileimage {
  left: 55px;
}

.page__profileimage {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.yearoverview__bg--light {
  background-color: #fff;
}

.yearoverview__bg--calm {
  background-color: #731473;
}

.yearoverview__title {
  font-size: 26px;
  text-align: left;
  color: #731473;
}

.yearoverview__title--light {
  color: #fff;
}

.yearoverview__title.index__navtitle {
  top: 80px;
  left: 10px;
  padding-left: 68px;
  width: calc(100% - 20px);
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.yearoverview__content {
  padding-bottom: 40px;
  padding-left: 88px;
  font-size: 14px;
}

.yearoverview__contenttop {
  width: 100%;
  height: 31px;
  background-image: url(../../images/yearoverview-bottom-bg-light.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yearoverview__contentinfo {
  margin-top: 55px;
}

.yearoverview__content p {
  margin-bottom: 21px;
}

.yearoverview__content blockquote {
  border-left: none;
  border-right: 5px solid #731473;
  text-align: right;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.22;
  color: #731473;
}

.yearoverview__content cite {
  margin-top: 10px;
  display: block;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 1.6;
  color: #000;
}

.yearoverview__content h3 {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 17px;
  color: #731473;
}

.yearoverview__sectioninfo {
  position: absolute;
  top: 0;
  left: 10px;
  padding-top: 5px;
  display: inline-block;
  width: 100%;
  max-width: 75px;
  font-family: 'ralewaybold', Verdana, sans-serif;
  color: #000;
  opacity: .5;
  text-align: center;
  line-height: 1;
}

.yearoverview__sectionnumber {
  display: block;
  font-size: 64px;
}

.yearoverview__sectiontitle {
  font-size: 14px;
}

.yearoverview__lists {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 12px;
}

.yearoverview__liststitle {
  margin-top: 0;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 14px;
  color: #731473;
}

.yearoverview__lists a {
  padding-left: 15px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yearoverview__lists a:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 6px;
  height: 9px;
  content: '';
  background-image: url(../../images/icons/icon-chevron-right-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px 6px;
}

.yearoverview {
  overflow: hidden;
}

.yearoverview__carrousel {
  margin-right: -15px;
  margin-left: -15px;
  height: 309px;
  overflow: hidden;
}

.yearoverview__carrousel--large {
  height: 400px;
}

.yearoverview__carrouseltop, .yearoverview__carrouselbottom {
  z-index: 2;
}

.yearoverview__carrouseltop {
  padding-bottom: 11.46484%;
  height: 0;
  background-color: transparent;
}

.yearoverview__carrouselbottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31px;
  background-image: url(../../images/yearoverview-bottom-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yearoverview__carrouselinner {
  top: 0;
  left: 0;
  width: 100%;
}

.yearoverview__carrouselslider {
  padding-left: 0;
}

.yearoverview__carrouselslide {
  height: 309px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yearoverview__carrouselslide .container,
.yearoverview__carrouselslide .row,
.yearoverview__carrouselslide .col {
  height: inherit;
}

.yearoverview__carrousel .bx-wrapper .bx-pager {
  bottom: 48px;
}

.yearoverview__carrousel .bx-wrapper .bx-pager a {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
}

.yearoverview__carrousel .bx-wrapper .bx-pager a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  content: '';
  background-color: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yearoverview__carrousel .bx-wrapper .bx-pager a.active {
  width: 16px;
  height: 16px;
  background-color: #731473;
}

.yearoverview__quote {
  position: absolute;
  top: 70%;
  left: 50%;
  margin-bottom: 0;
  padding: 0;
  width: 80%;
  border: none;
  text-align: right;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.yearoverview__quote.left {
  text-align: left;
}

.yearoverview__quote--large {
  top: 44%;
  text-align: left;
  font-size: 12px;
}

.yearoverview__quote--large.right {
  text-align: right;
}

.yearoverview__quote--large.right .yearoverview__quotemore {
  right: 0;
}

.yearoverview__quote--large .block {
  margin-left: 10px;
}

.yearoverview__quote .line {
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  background-color: #731473;
}

.yearoverview__quote .line--large {
  padding-right: 20px;
}

.yearoverview__quote cite {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  display: inline-block;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-size: 10px;
  font-style: normal;
  background-color: #fff;
  color: black;
}

.yearoverview__quotemore {
  top: 25px;
  z-index: -1;
  margin-left: 10px;
  padding: 20px 10px 10px;
  width: 235px;
  background-color: #fff;
  color: #000;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-size: 10px;
}

.yearoverview__quotemore cite {
  margin-top: 5px;
  padding-left: 5px;
}

.yearoverview__timeline::after, .yearoverview__timeline::before {
  position: absolute;
  content: '';
}

.yearoverview__timeline::before {
  top: 15px;
  left: 0;
  width: 2px;
  height: calc(100% - 90px);
  background-color: rgba(0, 0, 0, 0.1);
}

.yearoverview__timeline::after {
  z-index: 2;
  top: 14px;
  left: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e5e5e5;
}

.yearoverview__timelinewrap {
  padding-bottom: 40px;
}

.yearoverview__timelinepanel {
  display: inline-block;
}

.yearoverview__timelinepanel.panel-group {
  margin-bottom: 0;
}

.yearoverview__timelinepanel .panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.yearoverview__timelinepanel .panel:nth-child(4) .yearoverview__timelinequarter::after {
  bottom: 35px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
}

.yearoverview__timelinepanel .panel:nth-child(4) .yearoverview__timelinequarter::before {
  position: absolute;
  bottom: 36px;
  left: 0;
  width: 2px;
  height: 50px;
  content: '';
  background-color: #fff;
}

.yearoverview__timelinepanel .panel.open:nth-child(2):before, .yearoverview__timelinepanel .panel.open:nth-child(3):before, .yearoverview__timelinepanel .panel.open:nth-child(4):before {
  position: absolute;
  top: 30px;
  left: 0;
  width: 2px;
  height: 30px;
  content: '';
  background-color: #fff;
}

.yearoverview__timelinepanel .panel-heading {
  padding: 0;
  border-radius: 0;
}

.yearoverview__timelinepanel .panel-title {
  font-size: 14px;
}

.yearoverview__timelinepanel .panel-body {
  padding: 0;
  border: none !important;
}

.yearoverview__timelinequarter::after {
  position: absolute;
  bottom: -65px;
  left: -5px;
  width: 12px;
  height: 140px;
  content: '';
  background-image: url(../../images/timeline-bottom-large.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 140px;
}

.yearoverview__timelinebtns {
  padding-bottom: 5px;
  text-align: center;
}

.yearoverview__timelinebtn {
  padding: 0;
  line-height: 40px;
  height: 40px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 14px;
  background-color: transparent;
  color: #731473 !important;
  border: none;
}

.yearoverview__timelinerow {
  position: relative;
}

.yearoverview__timelinecard {
  position: relative;
  margin-bottom: 35px;
  padding-left: 40px;
  max-width: 380px;
}

.yearoverview__timelinecard::after, .yearoverview__timelinecard::before {
  position: absolute;
  content: '';
}

.yearoverview__timelinecard::after {
  top: 90px;
  left: -7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../../images/icons/icon-circle-calm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.yearoverview__timelinecard::before {
  top: 97px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}

.yearoverview__timelinecard .index__newsimg {
  height: 175px;
}

.yearoverview__timelinecard .index__newscontent {
  text-align: left;
  padding-bottom: 20px;
}

.yearoverview__timelinecard .index__newstitle {
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 20px;
  color: #000;
}

.yearoverview__timeline .index__newsblock::after {
  opacity: .05;
  -webkit-box-shadow: 0 0 15px 0 #000;
  box-shadow: 0 0 15px 0 #000;
}

.yearoverview__timeline .index__newsblock:hover::after {
  opacity: .34;
}

.yearoverview__facts {
  margin-right: -15px;
  margin-left: -15px;
  height: 280px;
  overflow: hidden;
}

.yearoverview__factsinner {
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
}

.yearoverview__factstitle {
  margin-top: 70px;
}

.yearoverview__facts .yearoverview__carrouselinner {
  top: auto;
  bottom: 0;
}

.yearoverview__factsslide {
  height: 113px;
  background-size: cover;
}

.yearoverview__facts .bx-wrapper .bx-controls-direction a {
  background-color: rgba(255, 255, 255, 0.3);
}

.yearoverview__footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.yearoverview__footerlist {
  margin-right: -5px;
  margin-left: -5px;
  padding-left: 0;
  margin-bottom: 0;
  height: 40px;
  list-style: none;
}

.yearoverview__footerlist > li {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}

.yearoverview__footerlink {
  width: 40px;
  height: 40px;
  opacity: .5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 200ms opacity ease-out;
  transition: 200ms opacity ease-out;
}

.yearoverview__footerlink:hover {
  opacity: 1;
}

.yearoverview__footerlink--twitter {
  background-image: url(../../images/icons/icon-twitter-dark.svg);
}

.yearoverview__footerlink--facebook {
  background-image: url(../../images/icons/icon-facebook-dark.svg);
}

.yearoverview__footerlink--linkedin {
  background-image: url(../../images/icons/icon-linkedin-dark.svg);
}

.yearoverview__footerlink span {
  display: none;
}

.yearoverview__share {
  margin-bottom: 10px;
}

.yearoverview__sharetext {
  float: left;
  padding-right: 15px;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  color: #000;
  opacity: .5;
}

.yearoverview__download {
  padding-top: 20px;
}

.yearoverview__download:before {
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  content: '';
  background-image: url(../../images/borders/dotted-calm.svg);
  background-repeat: repeat-x;
  opacity: .5;
}

.centra__header .index__nav--inner {
  padding-top: 15px;
  background-color: #0067B2;
}

.centra__header .index__navtitle {
  margin-left: 5px;
  padding-bottom: 15px;
  padding-left: 0;
  color: #fff;
}

.centra__header .index__nav--img-blue {
  background-color: #0067B2;
}

.centra__header__title-no-header {
  height: 100%;
}

.centra__header-no-header {
  background-color: #731473;
  height: 100%;
}

.centra__header-no-header h1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 36px;
  padding: 20px;
}

.centra__intro {
  padding-bottom: 15px;
  font-size: 12px;
  background-color: #0067B2;
  color: #fff;
}

.centra__intro .header__btns {
  padding-top: 20px;
}

.centra__intro .header__btns .header__btn {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #0067B2;
}

.centra__intro .header__btns .header__btn:hover {
  border-bottom-color: #EF7900;
}

.centra__contentvideo {
  margin-bottom: 20px;
  background-color: #f5f2ee;
}

.centra__contentvideotext {
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
}

.centra__contentvideotext h3 {
  margin-top: 12px;
}

.centra__contentvideotext p {
  margin-bottom: 12px;
}

.centra .header__title {
  color: #0067B2;
}

.centra .accordion__group .btn,
.centra .header__btns .btn {
  background-color: #0067B2;
  border-bottom-color: #0067B2;
}

.centra .accordion__group .btn:hover,
.centra .header__btns .btn:hover {
  border-bottom-color: #EF7900;
}

.centra .header__messagetitle,
.centra .page__content h2,
.centra .accordion__group .panel-title,
.centra .accordion__group .panel-title a:focus,
.centra .accordion__group .panel-title a:hover,
.centra .poli__title {
  color: #0067B2;
}

.centra .accordion__group .panel-title a:after {
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
}

.centra .page__accordion:before {
  background-image: url(../images/borders/dotted-cool.svg);
}

.centra .poli__title:after {
  background-image: url(../images/borders/dashed-cool.svg);
}

.centra .message__appointment a[href^=tel]:before {
  background-image: url(../images/icons/icon-phone-cool.svg);
}

.centra .aside__reviewnumber {
  background-color: #0067B2;
}

.centra .aside__reviewtext {
  color: #979797;
}

.page__centralinks {
  padding-bottom: 35px;
  background-color: #fff;
}

.page__centralinkstitle {
  margin-top: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 23px;
  color: #0067B2;
}

.page__centratabsnav .nav-tabs-mobile {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page__centratabsnav .nav-tabs-mobile li {
  float: none;
}

.page__centratabsnav .nav-tabs-mobile li:first-child a:after {
  display: none;
}

.page__centratabsnav .nav-tabs-mobile a {
  padding-left: 32px;
  display: block;
}

.page__centratabsnav .nav-tabs-mobile a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 9px;
  height: 15px;
  content: '';
  background-image: url(../images/icons/icon-chevron-right-cool.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page__centratabsnav .nav-tabs-mobile a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background-image: url(../images/borders/dotted-cool.svg);
  background-repeat: repeat-x;
  background-size: 6px 1px;
}

.page__footer {
  color: #fff;
  font-size: 14px;
  line-height: 1.71428571;
}

.page__footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #731473;
}

.page__footer a {
  position: relative;
  padding-left: 15px;
  color: #fff;
}

.page__footer a:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 5px;
  height: 8px;
  background-image: url(../images/icons/icon-chevron-right-light.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.page__footer li:first-child a {
  padding-left: 0;
}

.page__footer li:first-child a:before {
  display: none;
}

.page__footer h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.41666667;
}

.footer__cols {
  position: relative;
  margin-right: -8px;
  margin-left: -8px;
}

.footer__col {
  position: relative;
  float: left;
  margin-right: 8px;
  margin-left: 8px;
  width: calc(100% - 16px);
}

.footer__col--4,
.footer__col--8 {
  float: left;
  margin-right: 8px;
  margin-left: 8px;
  width: calc(50% - 16px);
}

.page__footerlist {
  padding-bottom: 20px;
  line-height: 2;
  display: inline-block;
}

.page__footerlist address {
  margin-bottom: 0;
  line-height: 2;
}

.page__footerlistitem--social {
  margin: -5px -13px -13px 0;
}

a.page__footer--tel,
a.page__footer--email,
a.page__footer--facebook,
a.page__footer--twitter,
a.page__footer--linkedin,
a.page__footer--instagram,
address a {
  padding-left: 0;
}

a.page__footer--tel:before,
a.page__footer--email:before,
a.page__footer--facebook:before,
a.page__footer--twitter:before,
a.page__footer--linkedin:before,
a.page__footer--instagram:before,
address a:before {
  display: none;
}

a.page__footer--tel,
a.page__footer--email,
address a {
  display: inline-block;
}

.page__footersociallist {
  padding-top: 4px;
}

.page__footersociallist li {
  display: inline-block;
  float: left;
}

.page__footersociallist li:first-child {
  margin-left: 8px;
  margin-right: 10px;
  line-height: 50px;
}

.page__footer--facebook,
.page__footer--twitter,
.page__footer--linkedin,
.page__footer--instagram {
  position: relative;
  float: left;
  padding: 13px;
  -webkit-transition: -webkit-transform 250ms ease-out;
  transition: -webkit-transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page__footer--facebook:hover,
.page__footer--twitter:hover,
.page__footer--linkedin:hover,
.page__footer--instagram:hover {
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}

.page__footerinfo {
  position: relative;
  padding-top: 20px;
  font-size: 12px;
}

.footer__border {
  height: 1px;
  background-image: url(../images/borders/dotted-light.svg);
  background-repeat: repeat-x;
}

.page__totopwrap {
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 13;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.page__totopwrap.fadeIn {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.page__totopwrap {
  width: 50px;
  height: 50px;
}

.page__totopwrap:hover .totop__hover {
  width: 150px;
}

.totop__hover {
  position: absolute;
  top: 0;
  right: 50px;
  width: 0;
  height: 50px;
  line-height: 50px;
  font-family: 'ralewaybold', Verdana, sans-serif;
  text-align: center;
  -webkit-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
  background-color: #731473;
  color: #fff;
  overflow: hidden;
}

.page__totop {
  position: relative;
  padding: 0;
  margin: 0;
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(88, 88, 84, 0.3);
  border: none;
  overflow: hidden;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}

.page__totop:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 12px;
  content: '';
  background-image: url(../images/icons/icon-back-to-top.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page__totop:hover {
  background-color: #731473;
}

.page__totop span {
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.page__disclaimerlink {
  display: block;
}

.page__disclaimerlink:before {
  display: none;
}

.page__backtocenter {
  bottom: 150px;
  opacity: 1;
  visibility: visible;
}

.page__backtocenter:hover .totop__hover {
  width: 200px;
}

.page__tocentra {
  height: 90px;
  background-color: rgba(0, 103, 178, 0.7);
}

.page__tocentra:after {
  width: 15px;
  height: 16px;
  background-image: url(../images/icons/icon-backtolink-light.svg);
}

.page__tocentra:hover {
  background-color: #0067B2;
}

.page__tocentra span {
  display: inline-block;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.tocenter__hover {
  height: 90px;
  background-color: #0067B2;
  text-align: left;
  line-height: 1.1;
}

.tocenter__hover .relative {
  height: 90px;
}

.tocenter__hover .relative > div {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 200px;
  padding-right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tocenter__hover span {
  display: block;
}

.page__readspeaker {
  margin-top: -15px;
}

.page__readspeaker .rsbtn {
  z-index: 0;
}

.page__readspeaker .rsbtn .rsbtn_play,
.page__readspeaker .rs_addtools .rsbtn_play,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools {
  background-color: #f8f7f5;
}

.page__readspeaker .rsbtn .rsbtn_play:hover,
.page__readspeaker .rs_addtools .rsbtn_play:hover,
.page__readspeaker .rsbtn .rsbtn_play:focus,
.page__readspeaker .rs_addtools .rsbtn_play:focus,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus,
.page__readspeaker .rsbtn .rsbtn_tooltoggle:hover,
.page__readspeaker .rs_addtools .rsbtn_tooltoggle:hover,
.page__readspeaker .rsbtn .rsbtn_tooltoggle:focus,
.page__readspeaker .rs_addtools .rsbtn_tooltoggle:focus,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus {
  background-color: #ebe9e8;
}

.page__readspeaker .rsbtn .rsbtn_play .rsbtn_right,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:active,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:active,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover,
.page__readspeaker .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus,
.page__readspeaker .rs_addtools .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus,
.page__readspeaker .rsbtn .rsbtn_play:hover .rsbtn_right:before,
.page__readspeaker .rs_addtools .rsbtn_play:hover .rsbtn_right:before,
.page__readspeaker .rsbtn .rsbtn_play:focus .rsbtn_right:before,
.page__readspeaker .rs_addtools .rsbtn_play:focus .rsbtn_right:before,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_stop:focus,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause:focus,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_closer:hover,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_closer:focus,
.page__readspeaker .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active {
  color: #731473;
}

.page__readspeaker .rsbtn .rsbtn_left .rsbtn_text span {
  font-family: "ralewayregular", Verdana, sans-serif;
}




.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  
  overflow: hidden;
  width: auto;
  height: auto;
}


.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}


.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}


.mCSB_scrollTools {
  
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}


.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}


.mCSB_scrollTools .mCSB_draggerContainer {
  
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  
  cursor: pointer;
  width: 100%;
  height: 30px;
  
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}


.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}


.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}


.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}


.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}


.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}


.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}


.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  
  margin-left: 0;
}


.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}


.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}




.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}


.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}



.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}


.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}



.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}


.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}



.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}


.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}



.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}


.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}


.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}


.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}



.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}


.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}



.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}



.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}


.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}


.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}



.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}



.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}


.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}


.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}


.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}


.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc-window {
  position: fixed;
  right: 0;
  bottom: 20px;
  left: auto !important;
  display: block;
  overflow: hidden;
  padding: 20px !important;
  width: 375px !important;
  background-color: rgba(88, 88, 84, 0.98);
  color: #fff;
}

.cc-window .cc-btn {
  color: #731473;
  padding: 8px;
  background-color: #fff;
  width: 182px;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
  font-size: 10px;
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.cc-window .cc-btn:first-child {
  color: #fff;
  border-color: #fff !important;
}

.cc-window .cc-btn:first-child:after {
  display: none;
}

.cc-window .cc-message {
  margin: 0 0 15px;
  padding: 0;
  display: block;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-size: 16px;
}

.cc-window .cc-message .cc-link {
  text-decoration: underline;
  color: #fff;
  font-style: italic;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.cc-window .cc-message .cc-link:hover {
  text-decoration: none;
}

.cc-window h3.cc_header {
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 27px;
  color: #fff;
}

.cc-window h3.cc_header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url(../images/borders/dotted-light.svg);
  background-repeat: repeat-x;
  content: '';
  opacity: .5;
}

.cc-window .cc_insertedheader {
  font-size: 30px;
}

.cc-window .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  opacity: 0.9;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

.cc-window .cc_logo:hover, .cc-window .cc_logo:active {
  opacity: 1;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.cc_container {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.imgFltRight img {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}

.imgFltLft img {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.inline-block-link {
  padding-top: 10px;
  display: inline-block;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.textcenter {
  text-align: center;
}

.text-right {
  text-align: right;
}

.m-bottom-0 {
  margin-bottom: 0 !important;
}

.m-right-0 {
  margin-right: 0 !important;
}

.m-left-0 {
  margin-left: 0 !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pl-15 {
  padding-right: 15px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 48em) {
  .visually-md-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 62em) {
  .visually-lg-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 75em) {
  .visually-xl-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.folder__important, .folder__dept {
  margin-bottom: 20px;
  padding-top: 1px;
  padding-right: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  background-color: #f5f2ee;
}

@media (min-width: 48em) {
  .folder__important, .folder__dept {
    margin-bottom: 30px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}

@media (min-width: 62em) {
  .folder__important, .folder__dept {
    margin-bottom: 40px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}

.folder__important table tr td, .folder__dept table tr td {
  border: none !important;
}

.folder__nav {
  background-color: #731473;
  color: #fff;
}

.folder__nav ul {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 75em) {
  .folder__nav ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.folder__nav ul li.is-active a {
  font-weight: 700;
}

.folder__nav ul li.is-active a:hover {
  text-decoration: none;
}

.folder__nav ul li.is-active a:before {
  background-color: #EF7900;
}

.folder__nav ul a {
  position: relative;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  display: block;
  line-height: 1.2;
  color: inherit;
}

@media (min-width: 62em) {
  .folder__nav ul a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}

@media (min-width: 75em) {
  .folder__nav ul a {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.folder__nav ul a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: '';
  background-color: transparent;
}

.folder__nav-wrap {
  position: fixed;
  bottom: 64px;
  left: 0;
  z-index: 12;
  padding-top: 30px;
  width: 100%;
  height: calc(100% - 64px);
  background-color: #fff;
  border-top: 1px solid #F2F2F2;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

@media (min-width: 48em) {
  .folder__nav-wrap {
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    padding-top: 40px;
    width: 33.33333%;
    height: auto;
    border-top: none;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 75em) {
  .folder__nav-wrap {
    padding-top: 45px;
  }
}

.folder__nav-wrap.is-hidden {
  display: none;
}

@media (min-width: 48em) {
  .folder__nav-wrap.is-hidden {
    display: block;
  }
}

.folder__nav-wrap.slide-up {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.folder__nav-scroll {
  width: 100%;
  height: inherit;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

@media (min-width: 48em) {
  .folder__nav-scroll {
    overflow-y: visible;
  }
}

@media (min-width: 48em) {
  .folder__nav-sticky {
    position: sticky;
    top: 112px;
    padding-bottom: 112px;
  }
}

@media (min-width: 62em) {
  .folder__nav-sticky {
    top: 116px;
    padding-bottom: 116px;
  }
}

@media (min-width: 75em) {
  .folder__nav-sticky {
    top: 126px;
    padding-bottom: 126px;
  }
}

.folder__dept {
  margin-bottom: 0;
}

.folder__dept h3 {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.2;
  color: #731473;
}

.folder__dept ul {
  padding-left: 0;
  list-style: none;
}

.folder__dept ul li {
  padding-left: 0;
}

.folder__dept ul a {
  position: relative;
  padding-left: 15px;
  display: block;
  line-height: 1.733;
  color: #000;
}

.folder__dept ul a:hover {
  text-decoration: underline;
}

.folder__dept ul a:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 8px;
  background-image: url(../images/icons/icon-chevron-right-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

@media (min-width: 48em) {
  .folder__dept ul a:before {
    top: 10px;
    left: 0;
    width: 5px;
    height: 8px;
  }
}

.folder-btns {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 64px;
  background-color: #efeae2;
}

@media (min-width: 48em) {
  .folder-btns {
    display: none;
  }
}

.folder__checkboxes li {
  position: relative;
  list-style: none;
}

.folder__checkboxes li:before {
  position: absolute;
  top: 5px;
  left: -17px;
  width: 16px;
  height: 14px;
  content: '';
  background-image: url(../images/checkbox-folder-unchecked.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 22.5em) {
  .content__navlist {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
  .content__navlistlink {
    padding: 5px 7.5px;
  }
  .header__index--img {
    height: 230px;
  }
  .index__slide {
    height: 230px;
  }
  .yearoverview__factsslide {
    height: 127px;
  }
}

@media (min-width: 23.4375em) {
  .content__navlist {
    margin-right: -8px;
    margin-left: -8px;
  }
  .content__navlistlink {
    padding: 5px 8px;
  }
  .header__index--img {
    height: 233px;
  }
  .index__slide {
    height: 233px;
  }
  .yearoverview__factsslide {
    height: 133px;
  }
}

@media (min-width: 24em) {
  .yearoverview__factsslide {
    height: 136px;
  }
}

@media (min-width: 25em) {
  .yearoverview__download:before {
    left: 190px;
    width: calc(100% - 380px);
  }
  .yearoverview__factsslide {
    height: 142px;
  }
}

@media (min-width: 25.6875em) {
  .yearoverview__factsslide {
    height: 145px;
  }
}

@media (min-width: 25.875em) {
  .content__nav {
    padding-right: 5px;
    padding-left: 5px;
  }
  .content__navlist {
    margin-right: -10px;
    margin-left: -10px;
  }
  .content__navlistlink {
    padding: 5px 10px;
  }
  .profile__header .header__btns {
    padding-bottom: 20px;
  }
  .profile__header .header__info {
    margin-bottom: 20px;
  }
  .mobile__profileimage .page__profileimage {
    margin-top: -25px;
  }
  .header__index--img {
    height: 237px;
  }
  .index__slide {
    height: 237px;
  }
  .yearoverview__factsslide {
    height: 147px;
  }
  .yearoverview__factsslide {
    height: 147px;
  }
}

@media (min-width: 35.5em) {
  .page__disclaimerlink {
    display: inline-block;
  }
  .news__newswrap {
    width: 50%;
  }
  .news__newscard {
    width: 33.33333%;
  }
  .news__newscardcontent {
    height: 185px;
  }
  .story__outercard {
    width: 50%;
  }
  .cc-window {
    right: 20px !important;
    width: 410px !important;
  }
  .cc-window.cc-bottom {
    bottom: 25px !important;
  }
  .header__index--img {
    height: 254px;
  }
  .index__slide {
    height: 254px;
  }
  .yearoverview__top--inner {
    padding-top: 50px;
  }
  .yearoverview__title.index__navtitle {
    padding-right: 30px;
    padding-left: 78px;
  }
  .yearoverview__content {
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 98px;
  }
  .yearoverview__content blockquote {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 80px;
    width: calc(100% + 30px);
  }
  .yearoverview__facts {
    height: 320px;
  }
  .yearoverview__factsslide {
    height: 201px;
  }
  .centra__header .index__navtitle {
    padding-left: 0;
  }
  .centra__introtext {
    max-width: 80%;
  }
  .centra__content {
    background-color: transparent;
  }
}

@media (min-width: 41.6875em) {
  .yearoverview__facts {
    height: 360px;
  }
  .yearoverview__factsslide {
    height: 236px;
  }
}

@media (min-width: 46em) {
  .header__index--img {
    height: 274px;
  }
  .index__slide {
    height: 274px;
  }
  .yearoverview__facts {
    height: 380px;
  }
  .yearoverview__factsslide {
    height: 260px;
  }
}

@media (min-width: 48em) {
  .navsub__navlist, .navsub__otherlinkslist, .navsub__contentlist, .navsub__quicklinkslist, .navsub__toplist, .navsub__speciallinkslist {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .page__main {
    position: relative;
  }
  .page__searchform {
    width: 432px;
  }
  .page__mobilebuttons {
    display: none;
  }
  .page__navigation {
    height: 195px;
  }
  .page__logo {
    margin-left: -15px;
    width: 155px;
  }
  .page__logo.--vh {
    width: 214px;
  }
  .page__nav > li,
  .vh__nav > li {
    position: relative;
    display: none;
  }
  .page__nav > li:nth-last-child(2), .page__nav > li:last-child,
  .vh__nav > li:nth-last-child(2),
  .vh__nav > li:last-child {
    display: block;
  }
  .page__nav > li:nth-last-child(2),
  .vh__nav > li:nth-last-child(2) {
    cursor: pointer;
  }
  .page__nav > li > a,
  .page__nav > li > span,
  .vh__nav > li > a,
  .vh__nav > li > span {
    padding: 10px;
    font-family: 'ralewayregular', Verdana, sans-serif;
    font-size: 14px;
    color: #731473;
  }
  .page__nav > li > a:focus, .page__nav > li > a:hover,
  .page__nav > li > span:focus,
  .page__nav > li > span:hover,
  .vh__nav > li > a:focus,
  .vh__nav > li > a:hover,
  .vh__nav > li > span:focus,
  .vh__nav > li > span:hover {
    background-color: transparent;
  }
  .page__nav > li > a:after,
  .page__nav > li > span:after,
  .vh__nav > li > a:after,
  .vh__nav > li > span:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 25px;
    background-image: url(../images/borders/dotted-vert-calm.svg);
    background-repeat: repeat-y;
    content: '';
    opacity: .5;
  }
  .page__nav .page__hamburger,
  .vh__nav .page__hamburger {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0;
  }
  .trigger__menu {
    position: relative;
    display: inline-block;
    margin-top: 0;
    padding-top: 10px;
    padding-right: 45px !important;
    border: none;
    background-color: transparent;
    color: #731473;
  }
  .trigger__menu-btn {
    top: 7px !important;
  }
  .icon__navlink {
    position: relative;
    top: 2px;
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(../images/icons/icon-navlink.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .page__fontsize {
    position: absolute;
    top: 40px;
    right: 0;
  }
  .page__fontsize > a {
    display: inline-block;
    padding: 1px;
    color: #000;
  }
  .page__fontsize > a.active {
    text-decoration: underline;
  }
  .page__fontsize--normal {
    font-size: 12px;
  }
  .page__fontsize--big {
    font-size: 14px;
  }
  .page__fontsize--bigger {
    font-size: 16px;
  }
  .page__navigationtop ul {
    margin-right: 0;
  }
  .page__navigationtop ul li {
    padding-left: 32px;
  }
  .page__navsub {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0;
    background-color: #f5f2ee;
    font-family: 'ralewayregular', Verdana, sans-serif;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .page__navsub.show__navsub {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  .navsub__nav {
    padding-top: 214px;
  }
  .navsub__content {
    padding-top: 208px;
    padding-left: 30px;
  }
  .navsub__content .navsub__toplist .toplist__item a {
    color: #000;
  }
  .navsub__content .navsub__toplist .toplist__item--blue a {
    color: #0067B2;
    opacity: 1;
  }
  .navsub__nav {
    padding-right: 20px;
    padding-left: 20px;
    height: 100vh;
    background-color: #efeae2;
  }
  .navsub__nav--inner {
    position: relative;
    padding-bottom: 30px;
  }
  .navsub__nav--inner--divider {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .navsub__nav--inner--divider::after {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    content: '';
    background-image: url(../images/borders/dashed-dark.svg);
    background-repeat: repeat-x;
    background-size: 6px 1px;
  }
  .navsub__quicklinks {
    padding: 15px;
    background-color: #731473;
  }
  .navsub__title,
  .navsub__quicklinkstitle {
    margin-top: 0;
  }
  .navsub__title {
    font-size: 36px;
    color: #731473;
  }
  .navsub__title--blue,
  .navsub__title--blue a {
    color: #0067B2;
  }
  .navsub__quicklinkstitle {
    font-size: 15px;
    color: #fff;
  }
  .navsub__navlist {
    position: relative;
    border-bottom: none;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .navsub__navlist > li {
    float: none;
  }
  .navsub__navlist > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #731473;
  }
  .navsub__navlist > li.active > a {
    font-family: 'ralewaybold', Verdana, sans-serif;
    font-weight: bold;
  }
  .navsub__otherlinkslist > li > a {
    display: block;
    line-height: 1.866666666667;
    font-size: 14px;
    color: #0067B2;
  }
  .navsub__otherlinkslist > li.active a {
    font-family: 'ralewaybold', Verdana, sans-serif;
    font-weight: bold;
  }
  .navsub__divider {
    padding-top: 40px;
    width: 100%;
    height: 1px;
    background-image: url(../images/borders/dashed-dark.svg);
    background-repeat: repeat-x;
    background-size: 6px 1px;
  }
  .navsub__section {
    position: relative;
  }
  .navsub__section--divider:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../images/borders/dashed-dark.svg);
    background-repeat: repeat-x;
    background-size: 6px 1px;
  }
  .navsub__section--divider:first-child {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .navsub__intro {
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
  }
  .navsub__searchbox {
    padding-bottom: 10px;
  }
  .navsub__searchbox input {
    height: 60px;
    border: 1px solid rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0 2px 8px rgba(182, 182, 182, 0.5);
    box-shadow: 0 2px 8px rgba(182, 182, 182, 0.5);
  }
  .navsub__contactinfo {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    font-size: 14px;
    background-color: #fff;
  }
  .navsub__contentlist > li {
    position: relative;
    margin-top: 4px;
    margin-bottom: 10px;
  }
  .navsub__contentlist > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    font-size: 15px;
    color: #731473;
  }
  .remote__link {
    position: relative;
    display: inline-block !important;
    padding-right: 17px;
  }
  .remote__link:after {
    position: absolute;
    top: 6px;
    right: 0;
    width: 11px;
    height: 11px;
    content: '';
    background-image: url(../images/icons/icon-remote-link.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navsub__quicklinks {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .navsub__quicklinkslist {
    margin-bottom: 0;
  }
  .navsub__quicklinkslist > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .navsub__toplist {
    padding-left: 0;
  }
  .navsub__toplist > li > a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    opacity: .8;
  }
  .navsub__toplist > li > a:hover {
    opacity: 1;
  }
  .navsub__toplist--color > li:first-child > a {
    opacity: .8;
  }
  .toplist__item > a {
    font-size: 17px;
    color: #000;
  }
  .toplist__item--blue > a {
    position: relative;
    padding-right: 16px;
    display: inline-block;
    color: #0067B2;
  }
  .toplist__item--blue > a::after {
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    width: 9px;
    height: 15px;
    content: '';
    background-image: url(../images/icons/icon-chevron-right-cool.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 78% 78%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .toplist__topitem {
    width: 100%;
    color: #731473;
  }
  .toplist__topitem--blue {
    color: #0067B2;
  }
  .toplist__moreitem {
    margin-bottom: 20px;
  }
  .toplist__moreitem a {
    color: #000;
    text-decoration: underline;
  }
  .toplist__moreitem a:hover {
    text-decoration: none;
  }
  .navsub__speciallinkslist {
    margin-bottom: 0;
  }
  .navsub__speciallinkslist > li {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #fff;
  }
  .navsub__speciallinkslist > li > a {
    position: relative;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 15px;
    display: block;
    line-height: 1.23529412;
    font-size: 15px;
    color: #731473;
  }
  .navsub__speciallinkslist > li > a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 5px;
    height: 8px;
    content: '';
    background-image: url(../images/icons/icon-chevron-right-calm.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navsub__contentlist--chevron {
    vertical-align: middle;
    font-size: 8px;
    color: #731473;
  }
  .menu2016 .navsub__toplist > li > a {
    font-size: 13px;
  }
  .menu2016 .navsub__contentlist--chevron,
  .menu2016 .toplist__topitem a {
    color: #731473;
  }
  .menu2016 .toplist__topitem a {
    padding-right: 15px;
    font-size: 15px !important;
  }
  .content__nav {
    margin-bottom: 30px;
    padding-top: 5px;
  }
  .content__navlist {
    padding-left: 0 !important;
  }
  .content__navlistitem {
    padding-left: 0 !important;
  }
  .content__navlistlink {
    padding: 5px 4.5px;
    font-size: 14px;
  }
  .content__searchform {
    width: 100%;
  }
  .az__section {
    margin-bottom: 40px;
  }
  .az__title {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 27px !important;
  }
  .az__list {
    padding-left: 0 !important;
  }
  .az__listitem {
    padding-left: 0 !important;
    margin-bottom: 30px;
  }
  .az__listitemtitle {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px !important;
  }
  .page__navbacktowebsite {
    top: 5px;
    right: 0;
  }
  .page__navbacktolink {
    padding-right: 13px;
    font-size: 14px;
  }
  .page__navbacktolink:after {
    top: 4px;
    background-size: 9px 10px;
  }
  .page__header {
    position: relative;
  }
  .header__breadcrumb {
    margin-top: 129px;
  }
  .header__title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 56px;
  }
  .header__info {
    margin-bottom: 0;
  }
  .header__info-blog {
    margin-bottom: 10px !important;
  }
  .header__imgwrap {
    position: relative;
    overflow: hidden;
  }
  .header__img {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 50px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .header__newsimg img {
    max-width: 120%;
  }
  .header__copy {
    margin-bottom: 40px;
  }
  .header__btns {
    margin-right: -5px;
    margin-left: -5px;
    padding-bottom: 40px;
  }
  .header__btn {
    margin-right: 5px;
    margin-left: 5px !important;
    padding: 0 18px;
    width: auto;
    font-size: 16px;
  }
  .search__header .header__title {
    margin-bottom: 10px;
  }
  .search__header .header__info {
    margin-bottom: 40px;
    font-family: 'ralewayregular', Verdana, sans-serif;
  }
  .search__header .breadcrumb__list {
    font-family: 'ralewayregular', Verdana, sans-serif;
  }
  .header__message {
    margin-top: 20px;
    max-width: 469px;
  }
  .header__message .well {
    font-size: 14px;
  }
  .header__messagetitle {
    font-size: 27px;
  }
  .askquestion__name {
    padding-right: 15px;
    padding-left: 0;
  }
  .askquestion__email {
    padding-right: 0;
    padding-left: 15px;
  }
  .page__yearoverviewtitle {
    top: calc(50% - 30px);
    font-size: 56px;
  }
  .page__yearoverviewyear {
    font-size: 26px;
  }
  .page__yearoverviewcard {
    right: 50px;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    padding-left: 25px !important;
    display: block;
    width: 444px !important;
    -webkit-transform: translateY(-14%);
    transform: translateY(-14%);
  }
  .page__yearoverviewcard.left {
    right: auto !important;
    left: 50px;
  }
  .page__yearoverviewcard h2 {
    font-size: 28px !important;
  }
  .index__header {
    margin-top: 35px;
    height: 750px;
  }
  .index__header-no-header {
    height: 250px;
  }
  .index__navwrap {
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .index__nav--inner {
    padding-top: 0;
  }
  .index__nav {
    top: 550px;
  }
  .index__nav--top {
    padding-bottom: 8%;
  }
  .index__nav-card {
    display: none;
  }
  .index__navtitle {
    position: absolute;
    top: 30px;
    left: 50px;
    text-align: left;
  }
  .index__navlist {
    margin-top: 20px;
    padding-bottom: 0;
    display: inline-block;
  }
  .index__navlistitem {
    display: inline-block;
    width: 18%;
  }
  .index__navlistitem:after {
    display: none;
  }
  .index__navlistitem:first-child .index__navlink:before {
    display: none;
  }
  .index__navlink {
    padding: 10px 25px 40px;
    width: 103%;
    line-height: 1.5;
    text-align: center;
    font-family: 'ralewaybold', Verdana, sans-serif;
    font-size: 16px;
    color: #fff;
    border-bottom: 8px solid transparent;
    border-left: none;
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .index__navlink:after {
    display: none;
  }
  .index__navlink:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 80%;
    background-image: url(../images/borders/dotted-vert-light.svg);
    background-repeat: repeat-y;
    content: '';
  }
  .index__navlink--chevron {
    display: inline-block;
    width: 6px;
    height: 10px;
    background-image: url(../images/icons/icon-chevron-right-light.svg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .index__headercard {
    top: 50%;
    right: 40px;
    display: block;
    width: 430px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    width: 310px;
  }
  .index__headercard h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'ralewaymedium', Verdana, sans-serif;
    font-size: 36px;
    line-height: 36px;
    color: #731473;
  }
  .index__headercard p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .header__index--img {
    height: 751px;
  }
  .no-js .header__index--img {
    background-image: url(../images/dummy-index-header-pic-1075x750.jpg);
  }
  .index__slide {
    height: 751px;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    background-size: 12px 20px;
  }
  .index__googlemap {
    overflow: hidden;
    width: auto;
  }
  .index__googlemap .page__searchform {
    margin-bottom: 30px;
  }
  .index__googlemap .icon__searchglass .st0,
  .index__googlemap .icon__searchglass .st1 {
    stroke: #731473;
  }
  .index__map {
    position: relative;
    width: 100%;
    height: 635px;
  }
  .index__googlemapwrap {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: top 300ms ease-in-out;
    transition: top 300ms ease-in-out;
  }
  .index__googlemapwrap.wrap__up {
    top: -160px;
  }
  .index__googlemapsearch {
    position: relative;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 15px;
    background-color: #fff;
  }
  .index__googlemapsearch:after {
    position: absolute;
    top: 60px;
    right: 2%;
    width: 1px;
    height: calc(100% - 80px);
    content: '';
    background-image: url(../images/borders/dotted-vert-calm.svg);
    background-repeat: repeat-y;
    opacity: .5;
  }
  .index__googlemapsearch .page__searchform {
    margin-top: 10px;
    width: 100%;
  }
  .index__googlemapsearch .page__searchform-invalid {
    margin-top: 4px;
    font-size: 14px;
    font-style: italic;
    color: #E3051B;
  }
  .index__googlemapregion {
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #fff;
  }
  .index__googlemapregiontitle,
  .index__googlemaptitle {
    margin-top: 25px;
    font-size: 28px;
    color: #731473;
  }
  .index__googlemapregiontitle {
    padding-left: 0;
  }
  .index__googlemapinfo,
  .index__googlemapregioninfo {
    font-size: 16px;
  }
  .btn__moreabout {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .page__infowindow {
    text-align: center;
  }
  .page__infowindow h3 {
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    color: #731473;
  }
  .page__infowindow h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url(../images/borders/dotted-calm.svg);
    background-repeat: repeat-x;
    content: '';
    opacity: .5;
  }
  .page__infowindow p {
    font-size: 14px;
    color: #0067B2;
  }
  .index__newsblock {
    margin-bottom: 0;
    min-height: 410px;
  }
  .index__newsblock .index__newstitle {
    height: auto;
    min-height: 135px;
  }
  .index__newscard {
    width: calc(50% - 16px);
  }
  .index__calendarcard {
    width: calc(25% - 16px);
  }
  .index__newscardtitle,
  .index__calendarcardtitle {
    height: 63px;
    overflow: hidden;
  }
  .aside__section {
    top: -109px;
    left: 25px;
  }
  .content__section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content__section,
  .panel-body {
    font-size: 16px;
  }
  .content__section h2,
  .panel-body h2 {
    font-size: 27px;
  }
  .content__section cite,
  .panel-body cite {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .content__centra {
    margin-top: 40px;
  }
  .important__title {
    font-size: 20px !important;
  }
  .important__link {
    font-size: 18px;
  }
  .important__link:after {
    top: 8px;
  }
  .important__text {
    width: 60%;
  }
  .important__img {
    width: 40%;
  }
  .page__content-video {
    margin-top: 40px;
  }
  .page__accordion {
    padding-bottom: 60px;
  }
  .accordion__group .panel-title {
    font-size: 27px;
  }
  .accordion__group .panel-title a:after {
    padding-right: 0;
    top: 33px;
    right: 15px;
    width: 9px;
    height: 15px;
  }
  .accordion__group .panel-body {
    font-size: 16px;
    line-height: 1.71428571;
  }
  .accordion__group .panel-body h2 {
    font-size: 27px;
  }
  .accordion__group .panel-body h3 {
    font-size: 20px;
  }
  .accordion__group .panel-body h4 {
    font-size: 16px;
  }
  .accordion__group .panel-body ul,
  .accordion__group .panel-body ol {
    padding-left: 17px;
  }
  .poli__all {
    margin-bottom: 30px;
  }
  .poli__intro {
    padding-bottom: 18px;
    font-size: 16px;
  }
  .poli__wrap {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .poli__title {
    height: 86px;
    font-size: 18px;
    overflow: hidden;
  }
  .poli__info th {
    width: 53%;
  }
  .poli__info td {
    width: 47%;
  }
  .accordion__faq .btn--calm {
    font-size: 16px;
  }
  .accordion__faqtitle {
    position: relative;
    padding-top: 20px;
  }
  .accordion__faqtitle a {
    padding-left: 40px;
    font-size: 20px;
  }
  .accordion__faqtitle a:before {
    top: 4px;
    left: 15px;
    width: 9px;
    height: 15px;
  }
  .accordion__faqbody {
    padding-left: 40px;
    font-size: 16px;
  }
  .accordion__treatments {
    font-size: 16px;
  }
  .accordion__quote {
    font-size: 36px;
  }
  .accordion__teammember {
    display: block;
    max-width: 25%;
    width: 25%;
  }
  .accordion__teammemberinfo {
    padding-top: 20px;
  }
  .accordion__teammembername {
    font-size: 16px;
  }
  .accordion__position {
    font-size: 16px;
  }
  .story__storycard {
    margin-bottom: 15px;
    min-height: 0;
  }
  .story__storycard img {
    width: 100%;
  }
  .showmore__btn {
    margin-bottom: 20px;
  }
  .search__results .page__search {
    text-align: left;
    padding-left: 6px;
  }
  .search__column .page__searchform {
    margin-bottom: 10px;
    width: 80%;
    max-width: 430px;
  }
  .search__result {
    padding-bottom: 30px;
  }
  .search__result:after {
    width: calc(100% - 15px);
  }
  .filter__title {
    margin-top: 31px;
  }
  .filter__checkbox span {
    display: inline-block;
  }
  .page__pagination {
    padding-bottom: 40px;
  }
  .pagination__prev a {
    margin-right: 30px;
  }
  .pagination__prev a,
  .pagination__next a {
    width: 125px;
  }
  .pagination__next a {
    margin-left: 30px !important;
  }
  .news__overview {
    padding-bottom: 40px;
  }
  .news__newssection {
    font-size: 16px;
  }
  .evenementenoverzicht .news__newssection {
    font-size: 16px;
  }
  .news__newscardcontent {
    height: 227px;
  }
  .news__newspagination {
    padding-bottom: 0;
  }
  .profile__header .header__btn {
    width: calc(50% - 20px);
  }
  .profile__header .header__breadcrumb {
    width: 100%;
  }
  .page__profileimage {
    margin-top: -80px;
    margin-left: -80px;
    width: 160px;
    height: 160px;
  }
  .yearoverview__title {
    font-size: 36px;
  }
  .yearoverview__top {
    top: 600px;
  }
  .yearoverview__top--inner {
    height: 93px;
  }
  .yearoverview__title.index__navtitle {
    top: 88px;
    padding-right: 36px;
    padding-left: 88px;
    width: calc(100% - 34px);
  }
  .yearoverview__content {
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 138px;
    font-size: 16px;
    line-height: 1.65;
  }
  .yearoverview__contentinfo {
    margin-top: 52px;
  }
  .yearoverview__content p {
    margin-bottom: 26px;
  }
  .yearoverview__content blockquote {
    padding-left: 100px;
    width: calc(100% + 50px);
    font-size: 22px;
    line-height: 1.3;
  }
  .yearoverview__content cite {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .yearoverview__content h3 {
    font-size: 22px;
  }
  .yearoverview__sectioninfo {
    padding-top: 40px;
    max-width: 110px;
  }
  .yearoverview__sectionnumber {
    margin-bottom: 10px;
    font-size: 70px;
  }
  .yearoverview__sectiontitle {
    font-size: 20px;
  }
  .yearoverview__listswrap {
    margin-top: -30px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .yearoverview__lists > div:nth-child(n+2):before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-image: url(../../images/borders/dotted-vert-calm.svg);
    background-repeat: repeat-y;
    opacity: .5;
  }
  .yearoverview__lists a {
    line-height: 2;
  }
  .yearoverview__lists a:before {
    top: 6px;
  }
  .yearoverview__carrousel {
    height: 409px;
  }
  .yearoverview__carrousel--large {
    height: 500px;
  }
  .yearoverview__carrouselslide {
    height: 409px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager {
    bottom: 68px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager a {
    width: 18px;
    height: 18px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager a:before {
    width: 14px;
    height: 14px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager a.active {
    width: 18px;
    height: 18px;
  }
  .yearoverview__quote {
    font-size: 30px;
    line-height: 1.8;
  }
  .yearoverview__quote--large {
    font-size: 18px;
  }
  .yearoverview__quote--large .block {
    margin-left: 15px;
  }
  .yearoverview__quote .line {
    padding-right: 15px;
    padding-left: 15px;
  }
  .yearoverview__quote .line--large {
    padding-right: 30px;
  }
  .yearoverview__quote cite {
    margin-top: 20px;
    font-size: 14px;
  }
  .yearoverview__quotemore {
    top: 50px;
    margin-left: 15px;
    padding: 25px 15px 15px;
    width: 345px;
    font-size: 12px;
  }
  .yearoverview__quotemore cite {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 12px;
  }
  .yearoverview__facts {
    height: 420px;
  }
  .yearoverview__factstitle {
    margin-top: 100px;
  }
  .yearoverview__factsslide {
    height: 272px;
  }
  .yearoverview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .yearoverview__share {
    margin-bottom: 0;
    height: 40px;
  }
  .yearoverview__download {
    padding-top: 0;
  }
  .yearoverview__download:before {
    top: -5px;
    left: 0;
    width: 1px;
    height: calc(100% + 10px);
    background-image: url(../../images/borders/dotted-vert-calm.svg);
    background-repeat: repeat-y;
  }
  .centra__header .index__nav--inner {
    height: auto;
  }
  .centra__header .index__navtitle {
    position: static;
    top: auto;
    left: auto;
    margin-left: 15px;
    padding-top: 20px;
    padding-left: 0;
    font-size: 36px;
  }
  .centra__header .index__nav--img-blue {
    background-color: transparent;
  }
  .centra__header .yearoverview__quote {
    text-align: right;
  }
  .centra__header .yearoverview__quotemore {
    right: 0;
    left: auto;
    margin-left: 0;
    text-align: left;
  }
  .centra__header .yearoverview__quotemore cite {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
  .centra__header .yearoverview__quote .line {
    background-color: #731473;
  }
  .centra__header .aside__section {
    top: -125px;
  }
  .centra__header .aside__links {
    position: relative;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .centra__header .aside__links:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-image: url(../images/borders/dashed-dark.svg);
    background-repeat: repeat-x;
    background-size: 6px 1px;
  }
  .centra__header .aside__links > a {
    position: relative;
    padding-top: 3px;
    padding-left: 40px;
    line-height: 23px;
    display: block;
  }
  .centra__header .aside__links > a:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 15px;
    width: 9px;
    height: 15px;
    content: '';
    background-image: url(../images/icons/icon-chevron-right-cool.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .centra__headerquote {
    display: inline-block;
    text-align: left;
  }
  .centra__intro {
    margin-top: -4px;
    padding-bottom: 0;
    font-size: 14px;
    background-color: transparent;
  }
  .centra__introtext {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    max-width: 100%;
    background-color: #0067B2;
  }
  .centra__introtext p {
    width: 66.66667%;
  }
  .centra__intro .header__btns {
    display: none;
  }
  .centra__contentvideo {
    background-color: #fff;
  }
  .page__centralinks {
    padding-bottom: 40px;
  }
  .page__centralinkstitle {
    font-size: 25px;
  }
  .page__centratabs {
    background-color: #fff;
  }
  .page__centratabsnav .nav-tabs li {
    width: 33.33333%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page__centratabsnav .nav-tabs li:after, .page__centratabsnav .nav-tabs li:first-child:before, .page__centratabsnav .nav-tabs li:nth-child(4n+4):before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: '';
    background-image: url(../images/borders/dotted-vert-cool.svg);
    background-repeat: repeat-y;
    background-size: 1px 6px;
  }
  .page__centratabsnav .nav-tabs li:after {
    right: 0;
  }
  .page__centratabsnav .nav-tabs li:first-child:before {
    left: 0;
    z-index: 1;
  }
  .page__centratabsnav .nav-tabs a {
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 32px;
    font-family: 'ralewaybold', Verdana, sans-serif;
    font-size: 16px;
    color: #000;
  }
  .page__centratabsnav .nav-tabs a:hover {
    background-color: transparent;
    color: #0067B2;
  }
  .page__centratabsnav .nav-tabs a:before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 9px;
    height: 15px;
    content: '';
    background-image: url(../images/icons/icon-chevron-right-cool.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page__centratabsnav a:hover:after,
  .page__centratabsnav li.active a:after {
    position: absolute;
    bottom: 0;
    left: 8px;
    width: calc(100% - 16px);
    height: 4px;
    content: '';
    background-color: #0067B2;
  }
  .page__centratabs .tab-content {
    padding-top: 48px;
    padding-bottom: 48px;
    line-height: 1.33;
  }
  .page__centratabs .tab-content h3 {
    margin-top: 0;
    margin-bottom: 7px;
    line-height: .94;
    font-size: 30px;
    color: #0067B2;
  }
  .page__centratabs .tab-content .tab__links {
    margin-bottom: 45px;
    padding-top: 28px;
  }
  .page__centratabs .tab-content .index__calendarcard {
    background-color: #0067B2;
  }
  .page__centratabs .tab-content .index__calendarcardlink:after {
    background-image: url(../images/icons/icon-chevron-right-light.svg);
  }
  .page__centratabs .tab-content .page__linkstitle {
    font-family: 'ralewayregular', Verdana, sans-serif;
    font-size: 21px;
    line-height: 1.19;
    color: #fff;
  }
  .page__centratabs .tab-content blockquote {
    margin-bottom: 0;
    font-family: 'ralewayregular', Verdana, sans-serif;
    font-size: 22px;
    text-align: right;
    color: #0067B2;
    border-right: 5px solid rgba(0, 103, 178, 0.25);
    border-left: none;
  }
  .page__centratabs .tab-content cite {
    margin-top: 30px;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #000;
  }
  .page__centratabs .tab-content .tab__quoteimg {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .page__footer {
    font-size: 14px;
  }
  .page__footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page__footer a:before {
    top: 8px;
    left: 0;
    width: 5px;
    height: 8px;
  }
  .page__footer h3 {
    font-size: 24px;
  }
  .footer__col,
  .footer__col--4 {
    width: calc(25% - 16px);
  }
  .footer__col--8 {
    width: calc(75% - 16px);
  }
  .page__footerinfo {
    padding-top: 40px;
    padding-left: 0;
    position: relative;
  }
  .page__footerinfo:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 67%;
    height: 1px;
    background-image: url(../images/borders/dotted-light.svg);
    background-repeat: repeat-x;
    background-size: 6px 1px;
    content: '';
  }
  .page__footersociallist {
    padding-top: 27px;
  }
  .page__disclaimerlink {
    display: inline-block !important;
  }
  .cc-window {
    width: 440px !important;
    max-width: none !important;
  }
  .cc-window .cc-btn {
    font-size: .9em;
  }
  .no-padding-left-sm {
    padding-left: 0;
  }
  .no-padding-right-sm {
    padding-right: 0;
  }
}

@media (min-width: 62em) {
  .page__nav > li,
  .vh__nav > li {
    display: block;
  }
  .page__nav > li > a,
  .page__nav > li > span,
  .vh__nav > li > a,
  .vh__nav > li > span {
    padding: 10px 15px;
    font-size: 16px;
  }
  .navsub__nav {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navsub__quicklinkstitle {
    font-size: 17px;
  }
  .navsub__quicklinks {
    padding: 20px;
  }
  .navsub__navlist > li > a {
    font-size: 16px;
  }
  .navsub__quicklinkstitle {
    font-size: 16px;
  }
  .navsub__otherlinkslist > li > a {
    font-size: 15px;
  }
  .navsub__otherlinkslist > li > a:before {
    top: 14px;
  }
  .remote__link:after {
    top: 8px;
  }
  .navsub__contentlist > li > a {
    font-size: 16px;
  }
  .navsub__contentlist > li > a:before {
    top: 10px;
    width: 6px;
    height: 10px;
  }
  .navsub__quicklinkslist > li > a {
    font-size: 16px;
  }
  .navsub__quicklinkslist > li > a:before {
    top: 11px;
  }
  .navsub__speciallinkslist > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }
  .navsub__toplist > li > a {
    font-size: 16px;
  }
  .toplist__item > a {
    font-size: 19px;
  }
  .navsub__contactinfo {
    font-size: 16px;
  }
  .menu2016 .navsub__toplist > li > a {
    font-size: 14px;
  }
  .menu2016 .toplist__topitem a {
    font-size: 16px !important;
  }
  .content__navlistlink {
    padding: 5px 5.5px;
    font-size: 16px;
  }
  .content__searchform {
    margin-bottom: 25px;
  }
  .page__navbacktowebsite {
    top: 8px;
  }
  .page__navbacktolink {
    padding-right: 15px;
    font-size: 16px;
  }
  .page__navbacktolink:after {
    background-size: 10px 11px;
  }
  .header__btns {
    margin-right: -10px;
    margin-left: -10px;
  }
  .header__btn {
    margin-right: 10px;
    margin-left: 10px !important;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__copy .label {
    padding: .3em .8em .4em;
  }
  .search__header .header__info {
    margin-bottom: 50px;
  }
  .header__imgwrap {
    padding-top: 70px;
  }
  .header__img {
    margin-top: 70px;
  }
  .page__yearoverviewtitle {
    top: calc(50% - 40px);
    font-size: 66px;
  }
  .page__yearoverviewyear {
    font-size: 36px;
  }
  .index__nav {
    top: 543px;
  }
  .index__navwrap {
    width: 83.33333%;
  }
  .index__navtitle {
    top: 40px;
    left: 60px;
    font-size: 32px;
  }
  .index__navlist {
    margin-top: 40px;
  }
  .index__navlink {
    padding: 10px 25px 50px;
    border-width: 10px;
  }
  .index__headercard {
    right: calc(8.33333% + 15px);
  }
  .no-js .header__index--img {
    background-image: url(../images/dummy-index-header-pic-1300x750.jpg);
  }
  .index__googlemap .page__searchform {
    margin-bottom: 40px;
  }
  .index__map {
    height: 700px;
  }
  .index__googlemaptitle {
    margin-top: 35px;
    font-size: 32px;
  }
  .maps-hidden .googlemaps__locations {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .maps-hidden .googlemaps__location::after {
    background: none;
  }
  .index__newsblock .index__newstitle {
    height: auto;
    min-height: 101px;
  }
  .index__newsblocktitle,
  .index__calendarblocktitle {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 60px;
  }
  .index__newswrap,
  .index__calendarwrap {
    margin-bottom: 40px;
  }
  .index__newscontent {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 25px;
  }
  .index__newsmore,
  .index__calendarmore {
    margin-bottom: 50px;
  }
  .aside__section {
    top: -89px;
  }
  .content__important {
    margin-top: 30px;
  }
  .important__title {
    padding-bottom: 15px;
  }
  .important__text p {
    height: 70px;
  }
  .important__text p:after {
    height: 40px;
  }
  .content__section .table-wide,
  .panel-body .table-wide {
    width: 160% !important;
  }
  .aside__reviewtext {
    padding-right: 20px;
    width: calc(100% - 47px);
  }
  .aside__reviewlink:after {
    top: 50%;
  }
  .aside__reviewnumber {
    right: 15px;
  }
  .page__accordion {
    padding-bottom: 75px;
  }
  .poli__wrap--inner {
    width: calc(100% - 50px);
  }
  .poli__title {
    font-size: 20px;
  }
  .poli__info {
    font-size: 16px;
  }
  .accordion__faq .panel-heading {
    padding: 0 15px 0 0;
  }
  .accordion__faqtitle {
    padding-left: 0;
  }
  .accordion__mediawrap {
    margin-left: -5%;
    width: 110%;
  }
  .accordion__treatments {
    padding-bottom: 20px;
  }
  .accordion__treatments ul li {
    padding-left: 10px;
  }
  .accordion__teammembername {
    font-size: 16px !important;
  }
  .page__pagination {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .pagination__prev a {
    margin-right: 40px;
  }
  .pagination__listitem a {
    padding: 6px 15px !important;
  }
  .pagination__next a {
    margin-left: 40px !important;
  }
  .news__overview {
    padding-bottom: 50px;
  }
  .news__newswrap {
    width: 41.66667%;
  }
  .news__newscard {
    width: 27.77778% !important;
  }
  .news__newscard .index__newscontent {
    padding-left: 20px;
  }
  .news__newscardcontent {
    height: 239px;
  }
  .news__newspagination {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .page__profileimage {
    margin-top: -90px;
    margin-left: -90px;
    width: 180px;
    height: 180px;
  }
  .yearoverview__title {
    font-size: 46px;
  }
  .yearoverview__top {
    top: 584px;
  }
  .yearoverview__top--inner {
    height: 104px;
  }
  .yearoverview__title.index__navtitle {
    top: 96px;
    padding-right: 40px;
  }
  .yearoverview__content {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .yearoverview__contentinfo {
    margin-top: 66px;
  }
  .yearoverview__contenttitle {
    margin-bottom: 15px;
  }
  .yearoverview__sectioninfo {
    left: 0;
    padding-top: 60px;
  }
  .yearoverview__carrousel {
    height: 509px;
  }
  .yearoverview__carrousel--large {
    height: 600px;
  }
  .yearoverview__carrouselslide {
    height: 509px;
  }
  .yearoverview__quote {
    font-size: 40px;
    line-height: 2;
  }
  .yearoverview__quote--large {
    font-size: 22px;
  }
  .yearoverview__quote--large .block {
    margin-left: 20px;
  }
  .yearoverview__quote .line {
    padding-right: 20px;
    padding-left: 20px;
  }
  .yearoverview__quote .line--large {
    padding-right: 35px;
  }
  .yearoverview__quote cite {
    position: relative;
    top: -15px;
    font-size: 18px;
  }
  .yearoverview__quotemore {
    top: 70px;
    margin-left: 20px;
    padding: 30px 20px 20px;
    width: 415px;
    font-size: 14px;
  }
  .yearoverview__quotemore cite {
    margin-top: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .yearoverview__timeline::after, .yearoverview__timeline::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .yearoverview__timeline::before {
    top: 1px;
    height: 100%;
  }
  .yearoverview__timeline::after {
    top: 0;
  }
  .yearoverview__timelinewrap {
    margin-right: auto;
    margin-left: auto;
    width: 778px;
  }
  .yearoverview__timelinepanel {
    display: block;
  }
  .yearoverview__timelinepanel .panel:nth-child(1) {
    z-index: 1;
  }
  .yearoverview__timelinepanel .panel:nth-child(2) {
    z-index: 2;
  }
  .yearoverview__timelinepanel .panel:nth-child(3) {
    z-index: 3;
  }
  .yearoverview__timelinepanel .panel:nth-child(4) {
    z-index: 4;
  }
  .yearoverview__timelinepanel .panel:nth-child(4) .yearoverview__timelinequarter::after {
    bottom: -25px;
  }
  .yearoverview__timelinepanel .panel:nth-child(4) .yearoverview__timelinequarter::before {
    bottom: -24px;
    left: 50%;
    height: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .yearoverview__timelinepanel .panel.open {
    padding-bottom: 30px;
  }
  .yearoverview__timelinepanel .panel.open:nth-child(2)::before, .yearoverview__timelinepanel .panel.open:nth-child(3)::before, .yearoverview__timelinepanel .panel.open:nth-child(4)::before {
    position: absolute;
    top: 40px;
    left: 50%;
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .yearoverview__timelinepanel .panel.open .yearoverview__timelinebtns {
    padding-bottom: 20px;
  }
  .yearoverview__timelinequarter::after {
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .yearoverview__timelinebtn {
    font-size: 16px;
  }
  .yearoverview__timelinecard {
    margin-top: -15px;
  }
  .yearoverview__timelinecard:nth-child(odd) {
    float: left;
    padding-right: 40px;
    padding-left: 0;
  }
  .yearoverview__timelinecard:nth-child(odd)::after, .yearoverview__timelinecard:nth-child(odd)::before {
    left: auto;
  }
  .yearoverview__timelinecard:nth-child(odd)::after {
    right: -17px;
  }
  .yearoverview__timelinecard:nth-child(odd)::before {
    right: -1px;
  }
  .yearoverview__timelinecard:nth-child(even) {
    float: right;
    top: 60px;
    padding-left: 40px;
  }
  .yearoverview__timelinecard:nth-child(even)::after {
    left: -17px;
  }
  .yearoverview__timelinecard:nth-child(even)::before {
    left: -1px;
  }
  .yearoverview__facts {
    height: 560px;
  }
  .yearoverview__factstitle {
    margin-top: 120px;
  }
  .yearoverview__factsslide {
    height: 362px;
  }
  .centra__header .yearoverview__title.index__navtitle {
    top: 108px;
  }
  .centra__header .yearoverview__quotemore {
    padding-bottom: 0;
  }
  .centra__header .yearoverview__quotemore cite {
    margin-top: 30px;
  }
  .centra__header .index__navwrap {
    width: 100%;
  }
  .centra__introtext p {
    position: relative;
    z-index: 1;
  }
  .page__footer .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page__footer--inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .no-padding-left-md {
    padding-left: 0;
  }
  .no-padding-right-md {
    padding-right: 0;
  }
}

@media (min-width: 75em) {
  .page__navigation {
    height: 206px;
  }
  .page__nav,
  .vh__nav {
    margin-top: 10px;
  }
  .page__logo {
    top: 13px;
    margin-left: -15px;
    -webkit-transition: width 200ms ease-out;
    transition: width 200ms ease-out;
  }
  .page__fontsize {
    top: 50px;
  }
  .navsub__nav {
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 218px;
  }
  .navsub__content {
    padding-top: 215px;
    padding-left: 40px;
  }
  .navsub__divider {
    padding-top: 50px;
  }
  .navsub__section {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .navsub__navlist > li > a {
    font-size: 18px;
  }
  .navsub__toplist > li > a {
    font-size: 18px;
  }
  .toplist__item > a {
    font-size: 21px;
  }
  .navsub__contactinfo {
    font-size: 18px;
  }
  .navsub__otherlinkslist > li > a {
    font-size: 16px;
  }
  .navsub__otherlinkslist > li > a:before {
    top: 16px;
  }
  .navsub__title {
    margin-bottom: 15px;
  }
  .navsub__contentlist > li > a {
    font-size: 17px;
  }
  .navsub__contentlist > li > a:before {
    top: 10px;
    width: 8px;
    height: 14px;
  }
  .navsub__quicklinkslist > li > a {
    font-size: 17px;
  }
  .navsub__speciallinkslist > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
  }
  .menu2016 .navsub__toplist > li > a {
    font-size: 15px;
  }
  .menu2016 .toplist__topitem a {
    font-size: 17px !important;
  }
  .content__navlistlink {
    padding: 5px;
    font-size: 18px;
  }
  .content__searchform {
    margin-bottom: 35px;
  }
  .page__navbacktowebsite {
    top: 10px;
  }
  .page__navbacktolink {
    padding-right: 17px;
    font-size: 18px;
  }
  .page__navbacktolink:after {
    top: 6.5px;
    background-size: 11px 12px;
  }
  .header__title {
    margin-top: 25px;
  }
  .header__copy {
    margin-bottom: 45px;
  }
  .header__breadcrumb {
    margin-top: 148px;
  }
  .header__btns {
    padding-bottom: 46px;
  }
  .header__backbtn {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 13px;
  }
  .search__header .header__info {
    margin-bottom: 60px;
  }
  .header__imgwrap {
    padding-top: 85px;
  }
  .header__img {
    margin-top: 55px;
  }
  .page__yearoverviewtitle {
    top: calc(50% - 60px);
    font-size: 76px;
  }
  .page__yearoverviewyear {
    font-size: 46px;
  }
  .page__yearoverviewcard h2 {
    font-size: 32px !important;
  }
  .page__yearoverviewcard.left {
    right: auto !important;
    left: calc(8.33333% - 15px);
  }
  .index__nav {
    top: 567px;
  }
  .index__nav--top {
    padding-bottom: 5%;
  }
  .index__navtitle {
    top: 32px;
    font-size: 36px;
  }
  .index__googlemap .page__searchform {
    margin-bottom: 50px;
  }
  .index__map {
    height: 850px;
  }
  .index__googlemapsearch {
    padding-right: 55px;
    padding-left: 40px;
  }
  .index__googlemapsearch:after {
    right: 4%;
  }
  .index__googlemapsearch .page__searchform {
    max-width: 430px;
  }
  .index__googlemaptitle {
    margin-top: 45px;
    font-size: 36px;
  }
  .maps-hidden.index__googlemaps--mobile {
    margin-top: 60px;
  }
  .index__newsblock {
    min-height: 463px;
  }
  .index__newsblock .index__newstitle {
    height: auto;
    min-height: 49px;
  }
  .index__newsblocktitle,
  .index__calendarblocktitle {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 36px;
  }
  .index__newswrap,
  .index__calendarwrap {
    margin-bottom: 50px;
  }
  .index__newscontent {
    padding-top: 15px;
    padding-right: 75px;
    padding-bottom: 55px;
    padding-left: 25px;
  }
  .index__newscardtitle,
  .index__calendarcardtitle {
    height: 84px;
  }
  .index__newscardlink,
  .index__calendarcardlink {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .index__newscardlink--stable {
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 20px;
  }
  .index__newsmore,
  .index__calendarmore {
    margin-bottom: 60px;
  }
  .index__video {
    padding-top: 60px;
  }
  .index__videosubtitle, .index__videotitle {
    margin-bottom: 15px;
  }
  .content__aside {
    margin-top: -90px;
    font-size: 14px;
  }
  .aside__section {
    top: 0;
    margin-right: 80px;
  }
  .aside__listwrap ul li:before {
    top: 21px;
  }
  .important__text p {
    height: 73px;
  }
  .important__text p:after {
    height: 30px;
  }
  .content__section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .content__section .table-wide,
  .panel-body .table-wide {
    width: 150% !important;
  }
  .content__section cite,
  .panel-body cite {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .content__centra {
    margin-top: 45px;
    padding-top: 24px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .content__centratitle {
    padding-bottom: 12px;
    font-size: 27px;
  }
  .content__centratext {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .content__centralink {
    font-size: 18px;
  }
  .aside__review {
    margin-top: 45px;
    font-size: 20px;
  }
  .aside__reviewtext {
    padding-right: 10px;
    width: calc(100% - 57px);
  }
  .aside__reviewlink:after {
    top: calc(50% - 1px);
    background-size: 7px 12px;
  }
  .aside__reviewnumber {
    right: 0;
    padding-top: 20px;
    width: 57px;
    height: 57px;
    font-size: 20px;
  }
  .page__content-video {
    margin-top: 45px;
  }
  .page__accordion {
    padding-bottom: 90px;
  }
  .accordion__mediawrap {
    margin-left: -15%;
    width: 130%;
  }
  .poli__wrap--inner {
    width: calc(100% - 40px);
  }
  .accordion__teammember {
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .accordion__teammember--four {
    max-width: 25%;
    width: 25%;
  }
  .accordion__teammembername {
    font-size: 16px !important;
  }
  .story__storycard {
    min-height: 0;
  }
  .story__content {
    padding-right: 25px;
  }
  .search__column .page__searchform {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 12.5%;
    width: 100%;
    max-width: 523px;
  }
  .search__result {
    padding-bottom: 40px;
    padding-left: 12.5%;
  }
  .filter__title {
    margin-top: 36px;
  }
  .page__pagination {
    margin-top: 40px;
    margin-bottom: 120px;
  }
  .pagination__prev a {
    margin-right: 50px;
  }
  .pagination__listitem a {
    padding: 6px 20px !important;
  }
  .pagination__next a {
    margin-left: 50px !important;
  }
  .news__overview {
    padding-bottom: 120px;
  }
  .news__newssection .index__newscontent {
    padding-right: 25px;
  }
  .news__newscontent {
    height: 394px;
  }
  .news__newscard .index__newscontent {
    padding-right: 25px;
    padding-bottom: 45px;
  }
  .news__newscardcontent {
    height: 278px;
  }
  .news__newspagination {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .page__contentprofile .content__section {
    line-height: 1.6;
    font-size: 15px;
  }
  .page__profileimage {
    margin-top: -110px;
    margin-left: -110px;
    width: 220px;
    height: 220px;
  }
  .yearoverview__title {
    top: 147px;
    font-size: 56px;
  }
  .yearoverview__top {
    top: 555px;
  }
  .yearoverview__top--inner {
    height: 148px;
  }
  .yearoverview__title.index__navtitle {
    top: 112px;
    padding-right: 80px;
    padding-left: 108px;
  }
  .yearoverview__content {
    padding-top: 40px;
    padding-right: 100px;
    padding-bottom: 90px;
    padding-left: 158px;
    font-size: 18px;
    line-height: 1.78;
  }
  .yearoverview__contentinfo {
    margin-top: 84px;
  }
  .yearoverview__contenttitle {
    margin-bottom: 20px;
  }
  .yearoverview__content p {
    margin-bottom: 32px;
  }
  .yearoverview__content blockquote {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 140px;
    width: calc(100% + 85px);
    font-size: 26px;
    line-height: 1.385;
  }
  .yearoverview__content cite {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .yearoverview__content h3 {
    font-size: 27px;
  }
  .yearoverview__sectioninfo {
    left: -20px;
    padding-top: 60px;
    max-width: 140px;
  }
  .yearoverview__sectionnumber {
    margin-bottom: 20px;
    font-size: 76px;
  }
  .yearoverview__sectiontitle {
    font-size: 26px;
  }
  .yearoverview__lists {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 15px;
  }
  .yearoverview__listswrap {
    margin-top: -60px;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 90px;
  }
  .yearoverview__liststitle {
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-size: 17px;
  }
  .yearoverview__lists a:before {
    top: 10px;
    background-size: 6px 9px;
  }
  .yearoverview__carrousel {
    height: 709px;
  }
  .yearoverview__carrousel--large {
    height: 800px;
  }
  .yearoverview__carrousel--large .yearoverview__carrouselslide {
    height: 800px;
  }
  .yearoverview__carrouselslide {
    height: 709px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager {
    bottom: 88px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager a {
    width: 20px;
    height: 20px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager a:before {
    width: 16px;
    height: 16px;
  }
  .yearoverview__carrousel .bx-wrapper .bx-pager a.active {
    width: 20px;
    height: 20px;
  }
  .yearoverview__quote--large {
    top: 50%;
    font-size: 26px;
  }
  .yearoverview__quotemore {
    top: 80px;
    padding: 40px 30px 30px;
    width: 500px;
    font-size: 18px;
    line-height: 1.778;
  }
  .yearoverview__quotemore cite {
    padding-left: 15px;
    font-size: 16px;
  }
  .yearoverview__quote .line--large {
    padding-right: 40px;
  }
  .yearoverview__timelineblock {
    padding-top: 40px;
  }
  .yearoverview__timelinewrap {
    width: 100%;
  }
  .yearoverview__timelinebtn {
    font-size: 17px;
  }
  .yearoverview__timelinecard {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .yearoverview__timelinecard::before {
    width: 92px;
  }
  .yearoverview__timelinecard:nth-child(odd)::after {
    right: -61px;
  }
  .yearoverview__timelinecard:nth-child(odd)::before {
    right: -52px;
  }
  .yearoverview__timelinecard:nth-child(even)::after {
    left: -61px;
  }
  .yearoverview__timelinecard:nth-child(even)::before {
    left: -52px;
  }
  .yearoverview__timeline .index__newstitle {
    min-height: 25px;
  }
  .yearoverview__facts {
    height: 680px;
  }
  .yearoverview__factstitle {
    margin-top: 160px;
  }
  .yearoverview__factsslide {
    height: 424px;
  }
  .yearoverview__footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .yearoverview__footerlist {
    margin-right: -10px;
    margin-left: -10px;
    height: 50px;
  }
  .yearoverview__footerlist > li {
    padding-right: 10px;
    padding-left: 10px;
  }
  .yearoverview__footerlink {
    width: 50px;
    height: 50px;
  }
  .yearoverview__share {
    height: 50px;
  }
  .yearoverview__sharetext {
    padding-right: 25px;
    height: 50px;
    line-height: 50px;
  }
  .yearoverview__download {
    padding-top: 5px;
  }
  .yearoverview__download:before {
    top: -10px;
    height: calc(100% + 20px);
  }
  .centra__header .index__nav {
    top: 580px;
  }
  .centra__header .index__navtitle {
    padding-left: 69px;
  }
  .centra__header .yearoverview__quotemore {
    padding-bottom: 10px;
  }
  .centra__header .yearoverview__quote--large {
    top: 44%;
  }
  .centra__header .aside__section {
    top: -40px;
  }
  .centra__introtext {
    padding-bottom: 40px;
    padding-left: 95px;
  }
  .centra__introtext p {
    margin-top: -20px;
    padding-right: 15px;
  }
  .centra__contentvideo {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page__centralinks {
    padding-bottom: 55px;
  }
  .page__centralinkstitle {
    font-size: 27px;
  }
  .page__centratabsnav .nav-tabs a {
    padding-top: 18px;
    padding-right: 32px;
    padding-left: 64px;
    font-size: 20px;
  }
  .page__centratabsnav .nav-tabs a:before {
    left: 32px;
  }
  .page__centratabsnav .nav-tabs a:hover:after,
  .page__centratabsnav .nav-tabs li.active a:after {
    left: 18px;
    width: calc(100% - 36px);
    height: 6px;
  }
  .page__centratabs .tab-content {
    padding-top: 64px;
    padding-bottom: 24px;
    font-size: 18px;
  }
  .page__centratabs .tab-content h3 {
    margin-bottom: 14px;
    font-size: 36px;
  }
  .page__centratabs .tab-content .tab__links {
    padding-top: 36px;
  }
  .page__centratabs .tab-content blockquote {
    margin-bottom: 48px;
    padding: 16px 28px;
    font-size: 26px;
  }
  .page__centratabs .tab-content cite {
    margin-top: 40px;
    font-size: 16px;
  }
  .page__centratabs .tab-content .tab__quoteimg {
    top: calc(50% - 24px);
    right: 15px;
    width: 138px;
    height: 138px;
  }
  .page__footer .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page__footer--inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.clinics__navigation {
  position: relative;
  width: 100%;
  height: 88px;
  top: 0;
  left: 0;
}

.clinics__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 128px;
  background-color: white;
}

.clinics__nav-top {
  height: 80px;
}

.clinics__nav-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

@media (min-width: 768px) {
  .clinics__nav-top .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.clinics__nav-phone {
  position: relative;
  display: inline-block;
  font-family: 'ralewaymedium';
  color: #731473;
}

@media (min-width: 768px) {
  .clinics__nav-phone {
    padding-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .clinics__nav-phone {
    overflow: hidden;
    text-indent: -9999px;
  }
}

@media (min-width: 768px) {
  .clinics__nav-phone::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url(../images/icons/icon-phone-calm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.clinics__nav-phone-link {
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.clinics__nav-phone-link:focus {
  outline: 0;
}

.clinics__nav-phone-link:focus-visible {
  outline-offset: 3px;
  outline-color: #731473;
  outline-style: dotted;
  outline-width: 2px;
}

@media (max-width: 767.98px) {
  .clinics__nav-phone-link {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767.98px) {
  .clinics__nav-phone-link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    content: '';
    background-image: url(../images/icons/icon-phone-calm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.clinics__nav-logo {
  display: inline-block;
  width: 120px;
}

@media (min-width: 768px) {
  .clinics__nav-logo {
    width: 180px;
  }
}

.clinics__nav-logo:focus {
  text-decoration: none;
  outline: 0;
}

.clinics__nav-logo:focus-visible {
  outline-offset: 2px;
  outline-color: #731473;
  outline-style: dotted;
  outline-width: 2px;
}

.clinics__nav-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
  text-align: right;
}

.clinics__nav-list a {
  font-family: 'ralewaymedium';
  color: #731473;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.clinics__nav-list a:focus {
  text-decoration: none;
  outline: 0;
}

.clinics__nav-list a:focus-visible {
  text-decoration: none;
  outline-offset: 0;
  outline-color: #731473;
  outline-style: dotted;
  outline-width: 2px;
}

.clinics__nav-toggler {
  border: none;
  background-color: transparent;
}

@media (min-width: 768px) {
  .clinics__nav-toggler {
    display: none;
  }
}

.clinics__nav-toggler .hamburger-box {
  margin-top: 8px;
}

.clinics__nav-toggler .hamburger-inner {
  background-color: #1A1A1A;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.clinics__nav-toggler .hamburger-inner::before, .clinics__nav-toggler .hamburger-inner::after {
  background-color: #1A1A1A;
}

.clinics__nav-menu {
  width: inherit;
  height: 48px;
  background-color: #00b3ba;
}

.clinics__nav-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #00b8bc;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  }
}

@media (min-width: 768px) {
  .clinics__nav-collapse {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse.slide-enter {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.clinics__nav-collapse-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse-list {
    position: relative;
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .clinics__nav-collapse-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .clinics__nav-collapse-list {
    -webkit-column-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .clinics__nav-collapse-list {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .clinics__nav-collapse-list {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse-list li:not(.clinics__nav-collapse-close) {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.clinics__nav-collapse-list a {
  color: #1A1A1A;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

@media (min-width: 768px) {
  .clinics__nav-collapse-list a {
    padding-right: 4px;
    padding-left: 4px;
  }
}

@media (min-width: 992px) {
  .clinics__nav-collapse-list a {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.clinics__nav-collapse-list a:hover {
  text-decoration: underline;
}

.clinics__nav-collapse-list a:focus {
  text-decoration: none;
  outline: 0;
}

.clinics__nav-collapse-list a:focus-visible {
  outline-offset: 3px;
  outline-color: #1A1A1A;
  outline-style: dotted;
  outline-width: 2px;
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse-list a {
    font-size: 24px;
  }
}

.clinics__nav-collapse-close {
  display: none;
}

@media (max-width: 767.98px) {
  .clinics__nav-collapse-close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
  }
}

.clinics__nav-collapse-close button {
  padding: 0;
  width: 44px;
  height: 44px;
  border: none;
  background-color: transparent;
  background-image: url(../images/icons/close-black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.clinics__nav-collapse-close button:focus {
  outline: 0;
}

.clinics__nav-collapse-close button:focus-visible {
  outline-offset: 3px;
  outline-color: #1A1A1A;
  outline-style: dotted;
  outline-width: 2px;
}

.clinics__nav .container {
  margin-right: auto;
  margin-left: auto;
}

.clinics__nav .container::after, .clinics__nav .container::before {
  display: none;
}

.clinics .centra__header {
  margin-top: 40px;
}

.clinics__header-actions {
  top: 20px;
  left: 50%;
  z-index: 100;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .clinics__header-actions {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 430px) {
  .clinics__header-actions {
    top: 10px;
  }
}

.clinics__header-actions-list {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
}

@media (max-width: 430px) {
  .clinics__header-actions-list > li:nth-last-child(2) .dropdown-menu, .clinics__header-actions-list > li:last-child .dropdown-menu {
    right: 0;
    left: auto;
  }
}

.clinics__header-actions-list > li > button {
  white-space: nowrap;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 55px;
  display: block;
  font-family: 'ralewaymedium';
  outline-offset: 3px;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: transparent;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #1A1A1A;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

@media (max-width: 768px) {
  .clinics__header-actions-list > li > button {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 44px;
    height: 44px;
  }
}

.clinics__header-actions-list > li > button:focus {
  text-decoration: none;
}

.clinics__header-actions-list > li > button:focus-visible {
  text-decoration: none;
  outline-color: #1A1A1A;
}

.clinics__header-actions-list > li > button::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 24px;
  height: 24px;
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .clinics__header-actions-list > li > button::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.clinics__header-actions-list > li > button.--appearance::before {
  background-image: url(../images/icons/appearance.svg);
}

.clinics__header-actions-list > li > button.--senses::before {
  background-image: url(../images/icons/senses.svg);
}

.clinics__header-actions-list > li > button.--intestine::before {
  background-image: url(../images/icons/intestine.svg);
}

.clinics__header-actions-list > li > button.--move::before {
  background-image: url(../images/icons/move.svg);
}

.clinics__header-actions-list > li > button.--tooth::before {
  background-image: url(../images/icons/tooth.svg);
}

.clinics__header-actions-list > li > button.--hand::before {
  background-image: url(../images/icons/hand.svg);
}

.clinics__header-actions-list > li > button.--skin-glass::before {
  background-image: url(../images/icons/skin-glass.svg);
}

.clinics__header-actions-list > li > button.--body::before {
  background-image: url(../images/icons/body.svg);
}

@media (max-width: 768px) {
  .clinics__header-actions-list > li > button span {
    margin: -1px !important;
    padding: 0 !important;
    display: inline-block;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.clinics__header-actions-list .dropdown-menu {
  border-radius: 0;
  border-color: #CCC;
}

.clinics__header-actions-list .dropdown-menu li {
  background-color: #FFF;
}

.clinics__header-actions-list .dropdown-menu li.selected {
  background-color: #00B3BA;
}

.clinics__header-actions-list .dropdown-menu a {
  font-size: 15px;
  outline-offset: 3px;
  outline-width: 2px;
  outline-style: dotted;
  outline-color: transparent;
}

.clinics__header-actions-list .dropdown-menu a:hover {
  text-decoration: underline;
  background-color: inherit;
}

.clinics__header-actions-list .dropdown-menu a:focus-visible {
  text-decoration: none;
  outline-color: #1A1A1A;
}

.clinics__header-actions-list .dropdown-menu span {
  padding: 3px 20px;
  display: block;
  font-size: 15px;
  color: #1A1A1A;
}

.clinics__header-actions-list .dropdown .selected {
  background-color: #00B3BA;
  color: #1A1A1A;
}

.clinics__title {
  bottom: 62px;
  left: 55px;
  z-index: 1;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  background-color: #FFF;
  color: #00b3ba;
}

@media (max-width: 429.98px) {
  .clinics__title {
    right: 15px;
    bottom: 52px;
  }
}

@media (max-width: 42em) {
  .clinics__title {
    left: auto !important;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 26.875em) and (max-width: 42em) {
  .clinics__title {
    right: 80px;
  }
}

@media (min-width: 23.6875em) {
  .clinics__title {
    bottom: 63px;
  }
}

@media (min-width: 24.9375em) {
  .clinics__title {
    bottom: 64px;
  }
}

@media (min-width: 26.1875em) {
  .clinics__title {
    bottom: 65px;
  }
}

@media (min-width: 26.875em) {
  .clinics__title {
    bottom: 83px;
  }
}

@media (min-width: 27.5em) {
  .clinics__title {
    bottom: 66px;
  }
}

@media (min-width: 41.6875em) {
  .clinics__title {
    bottom: 60px;
  }
}

@media (min-width: 43.6875em) {
  .clinics__title {
    bottom: 79px;
    left: 60px;
  }
}

@media (min-width: 45em) {
  .clinics__title {
    bottom: 80px;
  }
}

@media (min-width: 46.1875em) {
  .clinics__title {
    bottom: 81px;
  }
}

@media (min-width: 47.4375em) {
  .clinics__title {
    bottom: 82px;
  }
}

@media (min-width: 48em) {
  .clinics__title {
    bottom: 61px;
    left: 40px;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-left: 25px;
  }
}

@media (min-width: 62em) {
  .clinics__title {
    bottom: 66px;
  }
}

@media (min-width: 75em) {
  .clinics__title {
    bottom: 75px;
    left: 110px;
  }
}

.clinics__title h1 {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 42em) {
  .clinics__title h1 {
    font-size: 25px;
  }
}

.clinics__title span {
  display: block;
  font-family: 'ralewayregular';
  font-size: 28px;
  color: #731473;
}

@media (max-width: 42em) {
  .clinics__title span {
    font-size: 17px;
  }
}

.clinics__header-content {
  padding-top: 40px;
}

.clinics__header-btns {
  background-color: #00b3ba;
}

.clinics__header-btns .header__btn {
  color: #1A1A1A !important;
}

@media (min-width: 48em) and (max-width: 61.99875em) {
  .clinics__top {
    top: 608px;
  }
}

@media (min-width: 62em) and (max-width: 74.99875em) {
  .clinics__top {
    top: 585px;
  }
}

@media (min-width: 26.875em) and (max-width: 42em) {
  .clinics__top .index__nav--top {
    padding-bottom: 2.5%;
  }
}

.clinics__top .yearoverview__top--inner {
  padding-top: 0;
  background-color: #731473;
}

.clinics__top .yearoverview__top--inner .fw-normal {
  font-family: 'ralewayregular';
}

@media (min-width: 48em) and (max-width: 61.99875em) {
  .clinics__top .yearoverview__title {
    font-size: 24px;
  }
}

@media (min-width: 62em) and (max-width: 74.99875em) {
  .clinics__top .yearoverview__title {
    font-size: 28px;
  }
}

@media (max-width: 26.87375em) {
  .clinics__top .yearoverview__title span {
    display: block;
  }
}

@media (max-width: 47.99875em) {
  .clinics__top .index__nav--img-blue {
    background-color: #731473;
  }
}

.clinics__listwrap {
  background-color: #731473;
}

.clinics__listwrap.--green, .clinics__listwrap.--blue {
  color: #1A1A1A;
}

.clinics__listwrap.--green a, .clinics__listwrap.--blue a {
  color: inherit;
}

.clinics__listwrap.--green ul li::before, .clinics__listwrap.--blue ul li::before {
  background-image: url(../images/icons/icon-check-mark-bullet-black.svg);
}

.clinics__listwrap.--green .aside__listlink--icon, .clinics__listwrap.--blue .aside__listlink--icon {
  background-image: url(../images/icons/icon-chevron-right-black.svg);
}

.clinics__listwrap.--green {
  background-color: #00b3ba !important;
}

.clinics__listwrap.--blue {
  background-color: #00a8e7;
}

.clinics__aside-icons {
  margin-top: 20px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  list-style: none;
}

.clinics__aside-icons li {
  width: 32px;
}

.clinics__aside .aside__top--bg {
  background-color: #731473;
}

.clinics__aside .aside__listwrap {
  background-color: #731473;
}

.clinics__aside .aside__listwrap,
.clinics__aside .aside__listwrap a {
  color: #FFF;
}

.clinics__aside ul li::before {
  background-image: url(../images/icons/icon-check-mark-bullet.svg);
}

.clinics__aside .aside__listlink--icon {
  background-image: url(../images/icons/icon-chevron-right-light.svg);
}

.clinics__aside .aside__links > a {
  padding-top: 4px;
  padding-left: 35px;
  font-family: 'ralewaybold';
  font-size: 16px;
  color: #00B3BA;
}

@media (min-width: 48em) {
  .clinics__aside .aside__links > a::before {
    top: calc(50% + 2px);
    background-image: url(../images/icons/icon-chevron-right-green.svg);
  }
}

.clinics__aside .--green .aside__top--bg,
.clinics__aside .--green .aside__listwrap {
  background-color: #00b3ba;
}

.clinics__aside .--green .aside__listwrap {
  color: #1A1A1A;
}

.clinics__aside .--green .aside__listwrap a {
  color: inherit;
}

.clinics__aside .--green .aside__listwrap ul li::before {
  background-image: url(../images/icons/icon-check-mark-bullet-black.svg);
}

.clinics__aside .--green .aside__listwrap .aside__listlink--icon {
  background-image: url(../images/icons/icon-chevron-right-black.svg);
}

.clinics__aside .--blue .aside__top--bg,
.clinics__aside .--blue .aside__listwrap {
  background-color: #00a8e7;
}

.clinics__aside .--blue .aside__listwrap {
  color: #1A1A1A;
}

.clinics__aside .--blue .aside__listwrap a {
  color: inherit;
}

.clinics__aside .--blue .aside__listwrap ul li::before {
  background-image: url(../images/icons/icon-check-mark-bullet-black.svg);
}

.clinics__aside .--blue .aside__listwrap .aside__listlink--icon {
  background-image: url(../images/icons/icon-chevron-right-black.svg);
}

@media (max-width: 47.99875em) {
  .clinics__intro {
    overflow-x: hidden;
    background-color: #00b3ba;
  }
}

.clinics__introtext {
  font-size: 16px;
  background-color: #731473;
  color: #FFF;
}

@media (max-width: 47.99875em) {
  .clinics__introtext {
    position: relative;
    z-index: 1;
  }
}

@media (min-width: 48em) {
  .clinics__introtext {
    margin-top: -20px;
  }
}

@media (min-width: 75em) {
  .clinics__introtext {
    margin-top: -35px;
    padding-bottom: 20px;
  }
}

@media (max-width: 47.99875em) {
  .clinics__introtext::before {
    position: absolute;
    top: -2px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 2px);
    content: '';
    background-color: #731473;
  }
}

@media (min-width: 35.5em) and (max-width: 47.99875em) {
  .clinics__introtext::before {
    width: calc(100% + 200px);
  }
}

@media (max-width: 47.99875em) {
  .clinics__introtext p {
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 48em) {
  .clinics__introtext p {
    padding-top: 20px;
  }
}

.clinics__headerquote {
  color: #1A1A1A;
}

@media (min-width: 768px) {
  .clinics__headerquote .line {
    background-color: #00b3ba !important;
  }
}

.clinics__content-section {
  position: relative;
  padding-top: 75px;
}

.clinics__appointment {
  position: relative;
  margin-bottom: 15px;
  padding-left: 45px;
  font-family: 'ralewayregular';
  font-size: 15px;
  background-color: #0067B2;
  border-bottom-color: #0067B2;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.clinics__appointment:hover {
  border-bottom-color: #1A1A1A;
}

.clinics__appointment:focus-visible {
  outline-offset: 3px;
  outline-color: #0067B2;
  outline-style: dotted;
  outline-width: 2px;
}

.clinics__appointment::before {
  position: absolute;
  top: calc(50% + 1px);
  left: 20px;
  width: 16px;
  height: 16px;
  content: '';
  background-image: url(../images/icons/icon-appointment-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clinics__appointment.--mobile {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-left: 12px;
}

.clinics__appointment.--mobile::before {
  display: none;
}

.clinics__tabsnav .nav-tabs > li > a::before {
  background-image: url(../images/icons/icon-chevron-right-black.svg);
}

.clinics__tabsnav .nav-tabs > li > a:hover,
.clinics__tabsnav .nav-tabs > li.active > a {
  color: #00b3ba;
}

.clinics__tabsnav .nav-tabs > li > a:hover::after,
.clinics__tabsnav .nav-tabs > li.active > a::after {
  background-color: #00b3ba;
}

.clinics__tabsnav .nav-tabs > li > a:hover::before,
.clinics__tabsnav .nav-tabs > li.active > a::before {
  background-image: url(../images/icons/icon-chevron-right-green.svg);
}

@media (min-width: 48em) {
  .clinics__tabs .tab-content {
    padding-top: 0;
  }
}

@media (min-width: 75em) {
  .clinics__tabs .tab-content {
    padding-top: 0;
  }
}

.clinics__tabs .tab-content h3,
.clinics__tabs .tab-content blockquote {
  color: #00b3ba;
}

.clinics__tabs .tab-content blockquote {
  font-family: 'ralewaybold';
  border-right-color: #00b3ba;
}

.clinics__tabs .tab-content .index__calendarcard {
  background-color: #00b3ba;
}

.clinics__tabs .tab-content .index__calendarcardlink::after {
  background-image: url(../images/icons/icon-chevron-right-black.svg);
}

.clinics__tabs .tab-content .page__linkstitle {
  color: #1A1A1A;
}

.clinics__content-title,
.clinics .header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clinics__content-title span,
.clinics .header__title span {
  margin-top: -5px;
  margin-left: 20px;
  aspect-ratio: 1 / 1;
}

.clinics__content-title img,
.clinics .header__title img {
  max-width: 100%;
}

.clinics__content-title span {
  width: 24px;
}

.clinics .header__title {
  color: #00b3ba;
}

.clinics .header__title span {
  width: 32px;
}

.clinics .aside__top--bg,
.clinics .aside__listwrap,
.clinics.centra .index__calendarcard {
  background-color: #731473;
}

.clinics .header__breadcrumb {
  z-index: 1;
}

.clinics .header__btns .btn,
.clinics .header__backbtn,
.clinics.centra .index__calendarcard {
  background-color: #00b3ba;
  color: #1A1A1A;
}

.clinics .header__backbtn::after {
  background-image: url(../images/icons/icon-backtolink-dark.svg);
}

.clinics .header__btns .btn {
  border-bottom-color: #00b3ba !important;
}

.clinics .page__tocentra,
.clinics .tocenter__hover {
  background-color: rgba(0, 179, 186, 0.7);
}

.clinics .page__tocentra::after {
  background-image: url(../images/icons/icon-backtolink-dark.svg);
}

.clinics .page__centralinkstitle,
.clinics .accordion__teammembername--cool {
  color: #00b3ba;
}

.clinics .tocenter__hover,
.clinics.centra .index__calendarcard,
.clinics.centra .page__linkstitle {
  color: #1A1A1A;
}

.clinics.centra .page__linkstitle {
  font-family: 'ralewayregular', Verdana, sans-serif;
}

.clinics .index__calendarcardlink:after {
  background-image: url(../images/icons/icon-chevron-right-black.svg);
}

.dropdown-menu {
  display: none;
}

.dropdown.show .dropdown-menu {
  display: block;
}

.visually-hidden {
  margin: -1px !important;
  padding: 0 !important;
  display: inline-block;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 75em) {
  .nursing-homes {
    font-size: 20px;
    line-height: 1.7;
  }
}

.nursing-homes .page__main .container {
  background-color: #F8F7F5;
}

.nursing-homes .search__results {
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  .nursing-homes .search__results {
    padding-bottom: 40px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .search__results {
    padding-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .search__results {
    padding-bottom: 120px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .search__result {
    padding-right: 8.33333%;
    padding-left: 8.33333%;
  }
}

.nursing-homes .search__result:after {
  width: 100%;
}

@media (min-width: 75em) {
  .nursing-homes .search__column .page__searchform {
    padding-left: 8.33333%;
  }
}

.nursing-homes .centra__contentvideo {
  padding-top: 40px;
}

@media (min-width: 48em) {
  .nursing-homes .centra__contentvideo {
    padding-top: 90px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .centra__contentvideo {
    margin-top: 0;
  }
}

@media (min-width: 75em) {
  .nursing-homes .centra__contentvideo {
    margin-bottom: 0;
  }
}

.nursing-homes .centra__contentvideo .embed-responsive {
  width: 100%;
}

@media (min-width: 48em) {
  .nursing-homes .page__navigationtop ul {
    margin-top: 3px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .page__navigationtop ul {
    margin-top: 0;
  }
}

@media (min-width: 48em) {
  .nursing-homes .page__navigationtop ul li {
    line-height: 22px;
  }
}

.nursing-homes .page__navigationtop .col-xs-12:after {
  left: 0;
  width: calc(100% - 15px);
}

.nursing-homes .index__headercard {
  padding: 0;
  width: auto;
  background-color: transparent;
}

.nursing-homes .index__headercard h2 {
  margin-bottom: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 20px;
  line-height: 1.333;
  color: #731473;
}

@media (min-width: 48em) {
  .nursing-homes .index__headercard h2 {
    font-size: 28px;
    line-height: 1.467;
  }
}

.nursing-homes .index__headercard h2 span {
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  background-color: #FFF;
}

.nursing-homes .index__headercard h2 span:first-child {
  display: inline-block;
}

.nursing-homes .index__headercard h2 span:last-child {
  display: block;
}

.nursing-homes .index__navlist {
  margin-top: 20px;
}

@media (min-width: 30em) {
  .nursing-homes .index__navlist {
    margin-top: 0;
    padding-top: 20px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .index__navlist {
    margin-top: 20px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .index__navlist {
    margin-top: 30px;
  }
}

.nursing-homes .index__navlistitem {
  line-height: 44px;
}

@media (min-width: 48em) {
  .nursing-homes .index__navlistitem {
    width: 24%;
  }
}

.nursing-homes .index__navlink {
  display: inline-block;
  line-height: 24px;
}

@media (min-width: 75em) {
  .nursing-homes .index__navlink {
    font-size: 20px;
  }
}

.nursing-homes .index__navlink:after {
  top: 5px;
}

.nursing-homes .index__nav--inner {
  padding-top: 5px;
}

@media (min-width: 568px) {
  .nursing-homes .index__nav--inner {
    padding-top: 0;
  }
}

.nursing-homes .header-row {
  height: 186px;
}

@media (min-width: 22.5em) {
  .nursing-homes .header-row {
    height: 190px;
  }
}

@media (min-width: 23.4375em) {
  .nursing-homes .header-row {
    height: 191px;
  }
}

@media (min-width: 41.6875em) {
  .nursing-homes .header-row {
    height: 192px;
  }
}

@media (min-width: 25.875em) {
  .nursing-homes .header-row {
    height: 180px;
  }
}

@media (min-width: 46em) {
  .nursing-homes .header-row {
    height: 191px;
  }
}

@media (min-width: 48em) {
  .nursing-homes .header-row {
    height: 585px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .header-row {
    height: 545px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .header-row {
    height: 555px;
  }
}

.nursing-homes .header-content__intro {
  padding-bottom: 20px;
  text-align: left;
}

@media (min-width: 48em) {
  .nursing-homes .header-content__intro {
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .header-content__intro {
    padding-bottom: 50px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .header-content__intro {
    padding-right: 96px;
    padding-bottom: 70px;
    padding-left: 96px;
  }
}

.nursing-homes .header-content__intro p {
  margin-bottom: 0;
}

.nursing-homes .header__title {
  color: #731473;
}

@media (min-width: 75em) {
  .nursing-homes .header__title {
    font-size: 56px;
  }
}

@media (min-width: 48em) {
  .nursing-homes .header__title-blog {
    margin-bottom: 10px;
  }
}

.nursing-homes .header__info {
  font-size: 16px;
}

@media (min-width: 75em) {
  .nursing-homes .header__info {
    font-size: 20px;
    line-height: 1.7;
  }
}

.nursing-homes .header__info-blog {
  font-size: 14px;
}

@media (min-width: 75em) {
  .nursing-homes .header__info-blog {
    font-size: 18px;
  }
}

.nursing-homes .header__breadcrumb {
  z-index: 10;
}

.nursing-homes .header__breadcrumb .breadcrumb__list {
  background-color: transparent;
}

.nursing-homes .header__copy .label {
  background-color: #731473;
}

.nursing-homes .yearoverview__header {
  padding-bottom: 0;
}

@media (min-width: 48em) {
  .nursing-homes .yearoverview__header {
    background-color: #FFF;
  }
}

.nursing-homes .yearoverview__top {
  top: 0;
}

.nursing-homes .yearoverview__top:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: '';
  background-color: #FFF;
}

@media (min-width: 75em) {
  .nursing-homes .yearoverview__top:before {
    top: 196px;
    height: calc(100% - 196px);
  }
}

@media (min-width: 48em) {
  .nursing-homes .yearoverview__top--inner {
    height: auto;
  }
}

.nursing-homes .yearoverview__title {
  position: static;
  margin-bottom: 10px;
  margin-right: 0;
  padding-left: 0;
  width: 100%;
  white-space: normal;
  text-overflow: clip;
  overflow: visible;
}

@media (min-width: 75em) {
  .nursing-homes .yearoverview__title {
    margin-bottom: 20px;
  }
}

.nursing-homes .bx-wrapper .bx-controls-direction a {
  background-color: rgba(115, 20, 115, 0.5);
}

@media (min-width: 48em) {
  .nursing-homes .bx-wrapper .bx-controls-direction a {
    width: 64px;
    height: 64px;
    background-size: 50% 50%;
  }
}

.nursing-homes .header-content__intro .header__breadcrumb {
  margin-top: 0;
}

.nursing-homes .header-content__intro .breadcrumb__list {
  margin-bottom: 10px;
  background-color: transparent;
}

@media (min-width: 75em) {
  .nursing-homes .header-content__intro .breadcrumb__list {
    margin-top: 10px;
  }
}

.nursing-homes .breadcrumb__list {
  opacity: 1;
}

@media (min-width: 75em) {
  .nursing-homes .breadcrumb__list {
    font-size: 15px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .breadcrumb__list > li + li:before {
    top: 10px;
  }
}

.nursing-homes .index__newscards {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.nursing-homes .index__newscard {
  float: none;
  margin-bottom: 30px;
  margin-left: 0;
  width: 100%;
  height: calc(50% - 15px);
}

.nursing-homes .index__newscard:last-child {
  margin-bottom: 0;
}

.nursing-homes .index__newscardtitle {
  font-size: 22px;
  line-height: 1.273;
}

@media (min-width: 48em) {
  .nursing-homes .index__newscardtitle {
    height: auto;
  }
}

.nursing-homes .index__newsmeta {
  font-size: 16px;
}

.nursing-homes .index__newstitle {
  font-size: 24px;
  line-height: 1.208;
}

.nursing-homes .index__newsmore {
  margin-top: 2px;
}

.nursing-homes .index__calendarblocktitle {
  margin-top: 0;
}

.nursing-homes .index__calendardate {
  float: none;
  position: absolute;
  right: 15px;
  opacity: 1;
}

@media (min-width: 75em) {
  .nursing-homes .index__calendardate {
    top: 21px;
    right: 20px;
  }
}

.nursing-homes .index__calendarmeta, .nursing-homes .index__calendardate {
  font-size: 16px;
}

.nursing-homes .index__calendartitle {
  font-size: 20px;
  line-height: 1.2;
}

.nursing-homes .cards {
  margin-right: auto;
  margin-left: auto;
  padding-top: 61px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 48em) {
  .nursing-homes .cards {
    margin-bottom: -50px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .cards {
    margin-bottom: -40px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .cards {
    margin-bottom: 0;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.nursing-homes .cards__row {
  margin-right: -30px;
  margin-bottom: -60px;
  margin-left: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

@media (min-width: 48em) {
  .nursing-homes .cards__row {
    margin-bottom: -90px;
  }
}

.nursing-homes .cards__card {
  position: relative;
  margin-bottom: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 48em) {
  .nursing-homes .cards__card {
    margin-bottom: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 75em) {
  .nursing-homes .cards__card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.nursing-homes .cards__card:last-child {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .nursing-homes .cards__card:last-child {
    margin-bottom: 90px;
  }
}

.nursing-homes .cards__card-inner {
  position: relative;
  padding-top: 64px;
  padding-right: 20px;
  padding-bottom: 56px;
  padding-left: 20px;
  height: 100%;
  font-size: 16px;
  line-height: 1.4375;
  text-align: center;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 48em) {
  .nursing-homes .cards__card-inner {
    padding-top: 84px;
  }
}

.nursing-homes .cards__card-inner:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.nursing-homes .cards__card-inner:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.nursing-homes .cards__card-inner:hover:after {
  opacity: 1;
}

.nursing-homes .cards__card-icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #731473;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 48em) {
  .nursing-homes .cards__card-icon {
    width: 100px;
    height: 100px;
  }
}

.nursing-homes .cards__card-icon img {
  position: relative;
  top: 50%;
  left: 50%;
  width: 61.803398875%;
  height: 61.803398875%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nursing-homes .cards__card h2 {
  margin-top: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 24px;
  color: #731473;
}

@media (min-width: 48em) {
  .nursing-homes .cards__card h2 {
    font-size: 28px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .cards__card h2 {
    font-size: 32px;
  }
}

.nursing-homes .cards__card p {
  margin-bottom: 0;
}

.nursing-homes .cards__card-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: calc(100% + 40px);
}

@media (min-width: 48em) {
  .nursing-homes .cards__card-link {
    top: -50px;
    height: calc(100% + 50px);
  }
}

.nursing-homes .cards__card-link span {
  display: none;
}

.nursing-homes .facilities {
  padding-top: 40px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .nursing-homes .facilities {
    padding-top: 90px;
    padding-right: 65px;
    padding-left: 65px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .facilities {
    padding-right: 121px;
    padding-left: 121px;
  }
}

.nursing-homes .facilities-news {
  padding-right: 15px;
  padding-left: 15px;
}

.nursing-homes .facilities__title {
  margin-top: 0;
  color: #731473;
}

.nursing-homes .facilities__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 48em) {
  .nursing-homes .facilities__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

.nursing-homes .facilities__list li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 48em) {
  .nursing-homes .facilities__list li {
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

@media (min-width: 75em) {
  .nursing-homes .facilities__list li {
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.nursing-homes .facilities__icon {
  position: absolute;
  top: 7px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

@media (min-width: 48em) {
  .nursing-homes .facilities__icon {
    top: 8px;
    width: 24px;
    height: 24px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .facilities__icon {
    top: 18px;
    width: 40px;
    height: 40px;
  }
}

.nursing-homes .facilities__name {
  padding-left: 28px;
  display: inline-block;
}

@media (min-width: 48em) {
  .nursing-homes .facilities__name {
    padding-left: 34px;
    min-height: 72px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .facilities__name {
    min-height: 48px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .facilities__name {
    padding-left: 60px;
    min-height: 68px;
  }
}

.nursing-homes .content {
  padding-bottom: 40px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .nursing-homes .content {
    padding-bottom: 90px;
  }
}

.nursing-homes .content__inner {
  padding-top: 40px;
}

@media (min-width: 48em) {
  .nursing-homes .content__inner {
    padding-top: 90px;
    padding-right: 65px;
    padding-left: 65px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__inner {
    padding-right: 121px;
    padding-left: 121px;
  }
}

.nursing-homes .content__inner-news {
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}

.nursing-homes .content__aside .aside__top--bg {
  background-image: url(../images/header/blog-bg.svg);
}

.nursing-homes .content__aside .aside__listwrap {
  background-color: #731473;
}

.nursing-homes .content__aside .aside__blog-author {
  padding-left: 0;
}

@media (min-width: 75em) {
  .nursing-homes .content__aside .aside__blog-author li {
    font-size: 18px;
  }
}

.nursing-homes .content__img {
  float: left;
  position: relative;
  padding-top: 40px;
  width: 100%;
}

@media (min-width: 48em) {
  .nursing-homes .content__img {
    padding-top: 90px;
  }
}

.nursing-homes .content__img-caption {
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1170px;
  font-size: 14px;
  font-style: italic;
}

@media (min-width: 48em) {
  .nursing-homes .content__img-caption {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .content__img-caption {
    margin-right: auto;
    margin-left: auto;
    width: 83.33333%;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__img-caption {
    padding-right: 96px;
    padding-left: 96px;
    font-size: 18px;
  }
}

.nursing-homes .content__img-caption-news {
  padding-right: 15px;
  padding-left: 15px;
}

.nursing-homes .content__img-360 {
  padding-top: 40px;
  width: 100%;
  height: 56.25vw;
}

@media (min-width: 48em) {
  .nursing-homes .content__img-360 {
    padding-top: 90px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__img-360 {
    max-height: 658px;
  }
}

.nursing-homes .content__img-360-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.nursing-homes .content__img-360 .psv-loader {
  color: rgba(115, 20, 115, 0.7);
}

.nursing-homes .content__img-360 .psv-loader-canvas {
  fill: rgba(115, 20, 115, 0.7);
}

.nursing-homes .content__img-360 .psv-navbar {
  z-index: 11;
  background: rgba(115, 20, 115, 0.5);
}

@media (min-width: 75em) {
  .nursing-homes .content__img-360 .psv-zoom-button-minus .psv-button-svg,
  .nursing-homes .content__img-360 .psv-zoom-button-plus .psv-button-svg {
    top: 50%;
    -webkit-transform: translateY(-85%);
    transform: translateY(-85%);
  }
}

.nursing-homes .content__img-text {
  padding-top: 40px;
}

@media (min-width: 48em) {
  .nursing-homes .content__img-text {
    padding-top: 90px;
    padding-right: 40px;
    padding-left: 40px;
    overflow: hidden;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__img-text {
    padding-right: 96px;
    padding-left: 96px;
  }
}

.nursing-homes .content__img-text-news {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 48em) {
  .nursing-homes .content__img-text-img {
    padding-right: 0;
  }
}

@media (min-width: 48em) {
  .nursing-homes .content__img-text-card {
    margin-bottom: -185px;
    padding-left: 0;
  }
}

@media (min-width: 62em) {
  .nursing-homes .content__img-text-card {
    margin-bottom: -232px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__img-text-card {
    margin-bottom: -278px;
  }
}

.nursing-homes .content__img-text-card > div {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #F8F7F5;
}

@media (min-width: 48em) {
  .nursing-homes .content__img-text-card > div {
    position: relative;
    top: -193px;
    z-index: 1;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .content__img-text-card > div {
    top: -242px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__img-text-card > div {
    top: -290px;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
}

.nursing-homes .content__img-text-card h3 {
  margin-bottom: 8px !important;
  font-family: 'ralewayregular', Verdana, sans-serif;
  font-size: 28px !important;
  line-height: 1.143;
  color: #731473;
}

.nursing-homes .content__img-slider {
  padding-top: 40px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .nursing-homes .content__img-slider {
    padding-top: 90px;
  }
}

.nursing-homes .content__img-slider ul {
  margin-bottom: 0;
  padding-left: 0;
}

.nursing-homes .content__img-slider ul li {
  left: 0;
}

.nursing-homes .content h2,
.nursing-homes .content h3 {
  margin-top: 0;
}

.nursing-homes .content h2 {
  margin-bottom: 16px;
  font-family: "ralewayregular", Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #731473;
}

@media (min-width: 48em) {
  .nursing-homes .content h2 {
    font-size: 24px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content h2 {
    font-size: 28px;
  }
}

.nursing-homes .content h3 {
  margin-bottom: 0;
  font-size: 20px;
}

@media (min-width: 48em) {
  .nursing-homes .content h3 {
    font-size: 22px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content h3 {
    font-size: 24px;
  }
}

.nursing-homes .content h4,
.nursing-homes .content h5,
.nursing-homes .content h6 {
  font-size: 16px;
}

.nursing-homes .content ul,
.nursing-homes .content ol {
  padding-left: 20px;
}

.nursing-homes .content p,
.nursing-homes .content ul,
.nursing-homes .content ol,
.nursing-homes .content table {
  margin-bottom: 16px;
}

@media (min-width: 62em) {
  .nursing-homes .content p,
  .nursing-homes .content ul,
  .nursing-homes .content ol,
  .nursing-homes .content table {
    margin-bottom: 24px;
  }
}

.nursing-homes .content img {
  max-width: 100%;
  height: auto !important;
}

.nursing-homes .content blockquote {
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 22px;
  line-height: 1.25;
  text-align: right;
  color: #731473;
  border-right: 5px solid #731473;
  border-left: none;
}

@media (min-width: 48em) {
  .nursing-homes .content blockquote {
    font-size: 32px;
  }
}

.nursing-homes .content cite {
  margin-top: 10px;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.778;
  color: #000;
  opacity: .5;
}

@media (min-width: 48em) {
  .nursing-homes .content cite {
    margin-top: 30px;
    font-size: 18px;
  }
}

.nursing-homes .content table {
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: inherit;
}

.nursing-homes .content table tr:nth-child(2n+2) {
  background-color: #F5F2EE;
}

.nursing-homes .content table tr td {
  padding-top: 5px;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
}

.nursing-homes .content table tr td:nth-child(n+2) {
  border-left: 1px solid #FFF;
}

.nursing-homes .content .content__pdf--icon {
  position: relative;
}

.nursing-homes .content .content__pdf--icon:after {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(../images/icons/icon-pdf.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media (min-width: 48em) {
  .nursing-homes .content .content__pdf--icon:after {
    top: 6px;
    width: 28px;
    height: 28px;
  }
}

.nursing-homes .content__quote {
  padding-top: 40px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .nursing-homes .content__quote {
    padding-top: 90px;
  }
}

.nursing-homes .content__quote-img {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 30em) {
  .nursing-homes .content__quote-img {
    width: 108px;
    height: 108px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__quote-img {
    right: 15px;
    width: 138px;
    height: 138px;
  }
}

.nursing-homes .content__quote blockquote {
  margin-bottom: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 22px;
  text-align: right;
  color: #731473;
  border-right: 5px solid #731473;
  border-left: none;
}

@media (min-width: 48em) {
  .nursing-homes .content__quote blockquote {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__quote blockquote {
    margin-bottom: 0;
    padding: 16px 28px;
  }
}

.nursing-homes .content__quote cite {
  margin-top: 30px;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #000;
}

@media (min-width: 75em) {
  .nursing-homes .content__quote cite {
    margin-top: 40px;
    font-size: 16px;
  }
}

@media (min-width: 48em) {
  .nursing-homes .content__quote .table-wide {
    width: 160% !important;
  }
}

@media (min-width: 75em) {
  .nursing-homes .content__quote .table-wide {
    width: 150% !important;
  }
}

.nursing-homes .featured {
  padding-top: 40px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .nursing-homes .featured {
    padding-top: 90px;
  }
}

.nursing-homes .featured__title {
  margin-top: 0;
  font-size: 36px;
  color: #731473;
}

@media (min-width: 48em) {
  .nursing-homes .featured__title {
    margin-bottom: 24px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .featured__title {
    margin-bottom: 32px;
  }
}

.nursing-homes .featured__accordion {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.nursing-homes .featured__accordion .panel-body {
  font-size: 16px;
}

@media (min-width: 75em) {
  .nursing-homes .featured__accordion .panel-body {
    font-size: 20px;
  }
}

.nursing-homes .featured__accordion .panel:after {
  left: -6px;
  width: calc(100% + 6px);
}

@media (min-width: 48em) {
  .nursing-homes .featured__accordion .panel-title a:after {
    top: 40px;
  }
}

.nursing-homes .featured__accordion .accordion__link {
  padding-top: 20px;
  padding-bottom: 15px;
  display: block;
  line-height: 1.333;
}

.nursing-homes .featured__accordion .accordion__link-date {
  display: block;
  font-size: 16px;
  color: #585854;
}

.nursing-homes .featured__accordion .accordion__link-title {
  padding-right: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.nursing-homes .tabs {
  background-color: #FFF;
}

.nursing-homes .tabs.page__centratabsnav {
  padding-top: 40px;
}

@media (min-width: 48em) {
  .nursing-homes .tabs.page__centratabsnav {
    padding-top: 90px;
  }
}

.nursing-homes .tabs__icon {
  text-align: center;
}

.nursing-homes .tabs__icon span:first-child {
  position: relative;
  top: 4px;
  left: -5px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

@media (min-width: 48em) {
  .nursing-homes .tabs__icon span:first-child {
    left: -8px;
    width: 22px;
    height: 22px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs__icon span:first-child {
    top: 5px;
    left: -10px;
    width: 24px;
    height: 24px;
  }
}

.nursing-homes .tabs__icon span:last-child {
  display: block;
  font-size: 12px;
}

@media (min-width: 48em) {
  .nursing-homes .tabs__icon span:last-child {
    display: inline;
    text-align: left;
    font-size: 16px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs__icon span:last-child {
    font-size: 20px;
  }
}

.nursing-homes .tabs__icon:before {
  display: none;
}

.nursing-homes .tabs .nav-tabs > li.active > a,
.nursing-homes .tabs .nav-tabs > li.active > a:hover,
.nursing-homes .tabs .nav-tabs > li.active > a:focus {
  background-color: #FFF;
  color: #731473;
}

.nursing-homes .tabs .nav-tabs > li.active > a:after,
.nursing-homes .tabs .nav-tabs > li.active > a:hover:after,
.nursing-homes .tabs .nav-tabs > li.active > a:focus:after {
  background-color: #731473;
}

.nursing-homes .tabs .nav-tabs li {
  width: 33.33333%;
}

@media (min-width: 48em) {
  .nursing-homes .tabs .nav-tabs li {
    width: auto;
  }
}

.nursing-homes .tabs .nav-tabs li:after, .nursing-homes .tabs .nav-tabs li:first-child:before, .nursing-homes .tabs .nav-tabs li:nth-child(4n+4):before {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: '';
  background-image: url(../images/borders/dotted-vert-calm.svg);
  background-repeat: repeat-y;
  background-size: 1px 6px;
}

.nursing-homes .tabs .nav-tabs li:first-child:before, .nursing-homes .tabs .nav-tabs li:first-child:after {
  opacity: 0;
}

@media (min-width: 48em) {
  .nursing-homes .tabs .nav-tabs li:first-child:before, .nursing-homes .tabs .nav-tabs li:first-child:after {
    opacity: 1;
  }
}

.nursing-homes .tabs .nav-tabs li a {
  font-family: 'ralewaybold', Verdana, sans-serif;
  color: #000;
}

@media (min-width: 48em) {
  .nursing-homes .tabs .nav-tabs li a {
    padding-left: 48px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .tabs .nav-tabs li a {
    padding-left: 56px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs .nav-tabs li a {
    padding-left: 70px;
  }
}

.nursing-homes .tabs .nav-tabs li a:hover {
  color: #731473;
  border-color: #FFF;
}

.nursing-homes .tabs .nav-tabs li a:hover:after {
  background-color: #731473;
}

@media (min-width: 62em) {
  .nursing-homes .tabs .nav-tabs li a:before {
    left: 20px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs .nav-tabs li a:before {
    left: 40px;
  }
}

.nursing-homes .tabs .tab-content {
  padding-bottom: 0;
}

.nursing-homes .tabs .tab-content .tab-pane {
  line-height: 1.5;
}

@media (min-width: 48em) {
  .nursing-homes .tabs .tab-content .tab-pane {
    line-height: 1.6;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs .tab-content .tab-pane {
    line-height: 1.7;
    font-size: 20px;
  }
}

.nursing-homes .tabs .tab-content .tab-pane > h3 {
  color: #731473;
}

.nursing-homes .tabs .tab-content .tab-pane > ul {
  padding-left: 0;
  list-style: none;
}

.nursing-homes .tabs .tab-content .tab-pane > ul li {
  position: relative;
}

.nursing-homes .tabs .tab-content .tab-pane > ul li:before {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 5px;
  display: inline-block;
  width: 18px;
  height: 14px;
  content: '';
  background-image: url(../images/icons/icon-check-mark-calm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nursing-homes .tabs .tab-content blockquote {
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  color: #731473;
  border-right-color: #731473;
}

.nursing-homes .tabs .tab-content cite {
  font-size: 18px;
  line-height: 1.778;
}

.nursing-homes .tabs .index__calendarcard {
  background-color: #731473;
  border: 1px solid #731473;
}

.nursing-homes .tabs .index__calendarcardlink:after {
  background-image: url(../images/icons/icon-chevron-right-light.svg);
}

.nursing-homes .tabs .index__calendarcard.inverted {
  background-color: transparent;
}

@media (min-width: 48em) {
  .nursing-homes .tabs .index__calendarcard.inverted:hover {
    background-color: #731473;
  }
}

@media (min-width: 48em) {
  .nursing-homes .tabs .index__calendarcard.inverted:hover .page__linkstitle {
    color: #FFF;
  }
}

@media (min-width: 48em) {
  .nursing-homes .tabs .index__calendarcard.inverted:hover .index__calendarcardlink:after {
    background-image: url(../images/icons/icon-chevron-right-light.svg);
  }
}

.nursing-homes .tabs .index__calendarcard.inverted .index__calendarcardlink:after {
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
}

@media (min-width: 48em) {
  .nursing-homes .tabs .index__calendarcard.inverted .index__calendarcardlink:after {
    background-image: url(../images/icons/icon-chevron-right-calm.svg);
  }
}

.nursing-homes .tabs .index__calendarcard.inverted .page__linkstitle {
  color: #731473;
}

.nursing-homes .tabs .index__calendarcard:hover {
  background-color: transparent;
}

.nursing-homes .tabs .index__calendarcard:hover .page__linkstitle {
  color: #731473;
}

.nursing-homes .tabs .index__calendarcard:hover .index__calendarcardlink:after {
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
}

@media (min-width: 48em) {
  .nursing-homes .tabs__links {
    margin-bottom: -16px;
    padding-top: 24px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs__links {
    padding-top: 40px;
  }
}

.nursing-homes .tabs__quote {
  padding-bottom: 30px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .nursing-homes .tabs__quote {
    padding-top: 48px;
    padding-bottom: 55px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .tabs__quote {
    padding-bottom: 65px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs__quote {
    padding-top: 64px;
    padding-bottom: 75px;
  }
}

.nursing-homes .tabs__quote-img {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 30em) {
  .nursing-homes .tabs__quote-img {
    width: 108px;
    height: 108px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs__quote-img {
    right: 15px;
    width: 138px;
    height: 138px;
  }
}

.nursing-homes .tabs__quote blockquote {
  margin-bottom: 0;
  font-family: 'ralewaybold', Verdana, sans-serif;
  font-size: 22px;
  text-align: right;
  color: #731473;
  border-right: 5px solid #731473;
  border-left: none;
}

@media (min-width: 48em) {
  .nursing-homes .tabs__quote blockquote {
    font-size: 32px;
    line-height: 1.25;
  }
}

@media (min-width: 75em) {
  .nursing-homes .tabs__quote blockquote {
    padding: 16px 28px;
  }
}

.nursing-homes .tabs__quote cite {
  margin-top: 30px;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #000;
}

@media (min-width: 75em) {
  .nursing-homes .tabs__quote cite {
    margin-top: 40px;
    font-size: 16px;
  }
}

.nursing-homes .tabs .page__linkstitle {
  color: #FFF;
}

.nursing-homes .overviews .index__newstitle {
  font-size: 26px;
}

@media (min-width: 75em) {
  .nursing-homes .overviews .news__newssection {
    font-size: 20px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .overviews .news__newscard .index__calendardate {
    top: 18px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .overviews .news__newscard:nth-child(2) .index__calendardate {
    top: 3px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .overviews .news__newscard .index__newscontent {
    font-size: 18px;
  }
}

@media (min-width: 48em) {
  .nursing-homes .overviews .news__newscardcontent {
    height: 300px;
  }
}

@media (min-width: 62em) {
  .nursing-homes .overviews .news__newscardcontent {
    height: 330px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .overviews .news__newscontent .index__calendardate {
    top: 6px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .news__newspagination .pagination__prev a,
  .nursing-homes .news__newspagination .pagination__next a {
    height: 48px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .news__newspagination .pagination__prev a:before {
    top: 17px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .news__newspagination .pagination__next a {
    width: 145px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .news__newspagination .pagination__next a:after {
    top: 17px;
  }
}

@media (min-width: 48em) {
  .nursing-homes .page__footer {
    font-size: 15px;
  }
}

@media (min-width: 75em) {
  .nursing-homes .page__footer {
    font-size: 16px;
  }
}

.nursing-homes .page__footer a:before {
  top: 3px;
}

@media (min-width: 48em) {
  .nursing-homes .page__footer a:before {
    top: 6px;
  }
}

.nursing-homes .last-block {
  padding-bottom: 40px;
}

@media (min-width: 48em) {
  .nursing-homes .last-block {
    padding-bottom: 90px;
  }
}

.nursing-homes .visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 48em) {
  .nursing-homes .visually-md-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 62em) {
  .nursing-homes .visually-lg-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

@media (min-width: 75em) {
  .nursing-homes .visually-xl-hidden {
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}

.intro {
  padding-top: 190px;
}

@media (min-width: 48em) {
  .intro {
    padding-top: 52px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 62em) {
  .intro {
    padding-top: 63px;
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (min-width: 75em) {
  .intro {
    padding-top: 52px;
    padding-bottom: 22px;
  }
}

.intro__alert {
  background-color: #FFF;
}

.intro__alert-wrap {
  margin-top: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #F8F7F5;
}

@media (min-width: 48em) {
  .intro__alert-wrap {
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 10px;
    padding-left: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 62em) {
  .intro__alert-wrap {
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 75em) {
  .intro__alert-wrap {
    margin-right: 35px;
    margin-left: 35px;
    padding-top: 30px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 35px;
  }
}

@media (min-width: 48em) {
  .intro__alert-msg {
    padding-right: 30px;
  }
}

.intro__alert h2 {
  position: relative;
  margin-top: 0;
  padding-left: 32px;
  font-size: 28px;
  color: #731473;
}

@media (min-width: 48em) {
  .intro__alert h2 {
    margin-bottom: 0;
    padding-left: 36px;
  }
}

@media (min-width: 62em) {
  .intro__alert h2 {
    padding-left: 40px;
    font-size: 30px;
  }
}

@media (min-width: 75em) {
  .intro__alert h2 {
    padding-left: 44px;
    font-size: 32px;
  }
}

.intro__alert h2:before {
  position: absolute;
  top: -1px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  content: '';
  background-image: url(../images/alert-calm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 62em) {
  .intro__alert h2:before {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 75em) {
  .intro__alert h2:before {
    width: 28px;
    height: 28px;
  }
}

.intro__video, .intro__content {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #FFF;
}

@media (min-width: 48em) {
  .intro__video, .intro__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 62em) {
  .intro__video, .intro__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 75em) {
  .intro__video, .intro__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 48em) {
  .intro__video {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 62em) {
  .intro__video {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 75em) {
  .intro__video {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 48em) {
  .intro__video:after {
    position: absolute;
    top: 25px;
    right: 0;
    width: 1px;
    height: calc(100% - 50px);
    content: '';
    background-image: url(../images/borders/dotted-vert-calm.svg);
    background-repeat: repeat-y;
    opacity: .5;
  }
}

@media (min-width: 62em) {
  .intro__video:after {
    top: 30px;
    height: calc(100% - 60px);
  }
}

@media (min-width: 75em) {
  .intro__video:after {
    top: 40px;
    height: calc(100% - 80px);
  }
}

.intro__video img {
  max-width: 100%;
}

@media (min-width: 48em) {
  .intro__content {
    padding-right: 30px;
    padding-left: 25px;
  }
}

@media (min-width: 62em) {
  .intro__content {
    padding-right: 40px;
  }
}

@media (min-width: 75em) {
  .intro__content {
    padding-right: 50px;
    padding-left: 30px;
  }
}

.intro__content h2 {
  margin-top: 0;
  font-size: 28px;
  color: #731473;
}

@media (min-width: 62em) {
  .intro__content h2 {
    font-size: 30px;
  }
}

@media (min-width: 75em) {
  .intro__content h2 {
    font-size: 32px;
  }
}

.intro__content ul {
  padding-left: 0;
  list-style: none;
}

.intro__content ul li {
  position: relative;
  padding-left: 30px;
}

@media (min-width: 75em) {
  .intro__content ul li {
    padding-left: 35px;
  }
}

.intro__content ul li:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  background-image: url(../images/icons/icon-check-mark-calm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}

@media (min-width: 75em) {
  .intro__content ul li:before {
    top: 7px;
    background-size: 100% 100%;
  }
}

.wishes {
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 40em) {
  .wishes {
    margin-top: 32px;
  }
}

@media (min-width: 48em) {
  .wishes {
    margin-top: 0;
  }
}

.wishes__item {
  margin-bottom: 20px;
}

@media (min-width: 48em) {
  .wishes__item {
    margin-bottom: 30px;
  }
}

@media (min-width: 75em) {
  .wishes__item {
    margin-bottom: 40px;
  }
}

.wishes__item:last-child {
  margin-bottom: 0;
}

.wishes__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #585854;
}

.wishes__link:before, .wishes__link:after {
  position: absolute;
  content: '';
}

.wishes__link:before {
  top: 0;
  right: 0;
  width: calc(100% - 28px);
  height: 100%;
  background-color: #FFF;
}

@media (min-width: 40em) {
  .wishes__link:before {
    width: calc(100% - 56px);
  }
}

@media (min-width: 48em) {
  .wishes__link:before {
    width: calc(100% - 132px);
  }
}

.wishes__link:after {
  position: absolute;
  right: 15px;
  bottom: 10px;
  width: 7px;
  height: 12px;
  background-image: url(../images/icons/icon-chevron-right-calm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.wishes__link:hover {
  text-decoration: none;
  color: inherit;
}

.wishes__link:hover .wishes__title {
  text-decoration: underline;
}

.wishes__img {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 40em) {
  .wishes__img {
    width: 112px;
    height: 112px;
  }
}

@media (min-width: 48em) {
  .wishes__img {
    width: 264px;
    height: 264px;
  }
}

.wishes__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wishes__body {
  position: relative;
  padding-top: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  width: calc(100% - 56px);
}

@media (min-width: 40em) {
  .wishes__body {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    width: calc(100% - 112px);
  }
}

@media (min-width: 48em) {
  .wishes__body {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    width: calc(100% - 264px);
    height: 264px;
  }
}

.wishes__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
}

@media (min-width: 48em) {
  .wishes__title {
    margin-bottom: 20px;
  }
}

.wishes__msg {
  margin-bottom: 0;
}

.wishes__msg-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wishes__msg-sender {
  margin-top: 16px;
  display: block;
  font-weight: 700;
}

@media (min-width: 48em) {
  .wishes__msg-sender {
    margin-top: 20px;
  }
}

.wishes__date {
  margin-top: 8px;
  font-size: 12px;
  color: #000;
}

@media (min-width: 48em) {
  .wishes__date {
    margin-top: 12px;
  }
}

.wish__nav {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 48em) {
  .wish__nav {
    margin-bottom: 32px;
  }
}

.wish__nav-link {
  font-family: 'ralewayregular';
  text-decoration: underline;
  color: #585854;
}

.wish__nav-link:hover {
  text-decoration: none;
  color: inherit;
}

.wish__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 48em) {
  .wish__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    height: inherit;
  }
}

.wish__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: radial-gradient(circle, #9e199e 0%, #852085 100%);
  color: #FFF;
}

@media (min-width: 40em) {
  .wish__card-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 48em) {
  .wish__card-content {
    padding-top: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 574px;
  }
}

.wish__card-content, .wish__card-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.wish__card-gif {
  width: 100%;
}

@media (min-width: 48em) {
  .wish__card-gif {
    width: 50%;
  }
}

.wish__card-candle {
  position: relative;
  margin-top: 24px;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 40em) {
  .wish__card-candle {
    margin-right: 0;
    margin-left: 24px;
    width: 144px;
    height: 144px;
  }
}

@media (min-width: 48em) {
  .wish__card-candle {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 75em) {
  .wish__card-candle {
    width: 184px;
    height: 184px;
  }
}

.wish__card-candle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wish__card-img {
  padding-bottom: 56.25%;
  display: block;
  height: 0;
}

@media (min-width: 48em) {
  .wish__card-img {
    padding-bottom: 0;
    height: inherit;
  }
}

.wish__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wish__card-body {
  position: relative;
  padding-right: 24px;
  padding-bottom: 40px;
  padding-left: 24px;
}

@media (min-width: 40em) {
  .wish__card-body {
    padding-top: 24px;
    width: calc(100% - 144px);
  }
}

@media (min-width: 48em) {
  .wish__card-body {
    padding-top: 0;
    padding-right: 32px;
    padding-bottom: 56px;
    padding-left: 32px;
    width: 100%;
  }
}

.wish__card-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
}

@media (min-width: 48em) {
  .wish__card-title {
    margin-bottom: 24px;
  }
}

.wish__card-msg {
  margin-bottom: 0;
}

.wish__card-text {
  display: block;
}

.wish__card-sender {
  margin-top: 16px;
  display: block;
  font-weight: 700;
}

@media (min-width: 48em) {
  .wish__card-sender {
    margin-top: 24px;
  }
}

.wish__card-date {
  margin-top: 8px;
  font-size: 12px;
  opacity: .89;
}

.umbraco-forms-form {
  font-size: 15px;
}

@media (min-width: 48em) {
  .umbraco-forms-form {
    padding-right: 50px;
  }
}

@media (min-width: 75em) {
  .umbraco-forms-form {
    padding-right: 106px;
  }
}

.umbraco-forms-form .kaarsjesmediapicker input[type=radio] {
  position: absolute;
  left: -99999px;
}

.umbraco-forms-form .kaarsjesmediapicker label:not(.umbraco-forms-label) {
  position: relative;
  display: inline-block;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid transparent;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.umbraco-forms-form .kaarsjesmediapicker label:not(.umbraco-forms-label) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.umbraco-forms-form .kaarsjesmediapicker label:not(.umbraco-forms-label):hover {
  border-color: #731473;
}

.umbraco-forms-form .kaarsjesmediapicker input[type=radio]:checked + label:not(.umbraco-forms-label) {
  border-color: #731473;
}

.umbraco-forms-form .recaptcha2 .g-recaptcha .embed-responsive-16by9 {
  padding-bottom: 85.25%;
}

.umbraco-forms-form .recaptcha2 .g-recaptcha .embed-responsive-16by9 {
  padding-bottom: 0;
}

.umbraco-forms-hidden {
  display: none;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    -ms-overflow-x: hidden;
  }
  img[src$=".svg"] {
    width: 100%;
  }
  .page__footer--twitter img {
    width: 20px !important;
    height: 17px !important;
  }
  .page__footer--facebook img {
    width: 11px !important;
    height: 20px !important;
  }
  .cc-window h3.cc_header .after, .cc-window h3.cc_header::after {
    background-size: 6px 1px;
  }
  .cc-window .cc-compliance > .cc-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
