@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,400i,600,700,900");
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
            animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important; } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/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, .product-single .product-docs .panel-title a:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column-wrapper {
  scrollbar-width: thin;
  scrollbar-color: #DD2E3E #fafafa; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column-wrapper::-webkit-scrollbar {
    width: 11px; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column-wrapper::-webkit-scrollbar-track {
    background: #fafafa; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column-wrapper::-webkit-scrollbar-thumb {
    background-color: #DD2E3E;
    border-radius: 6px;
    border: 3px solid #fafafa; }

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

.text-white {
  color: #FFFFFF; }

.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; }
  .visually-hidden:not(caption) {
    position: absolute !important; }

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

.btn.active:focus, .btn.active.focus {
  outline-width: 0 !important; }

.btn.focus, .btn:focus, .btn:active, .btn:active.focus {
  outline-width: 0 !important; }

.wrapper {
  position: relative; }

.spc-ic {
  display: inline-flex;
  height: 1em; }
  .spc-ic > svg {
    fill: currentColor; }

.spc-ic-2x {
  height: 2em; }

* {
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Nunito", Sans-serif;
  font-size: 16px;
  line-height: 1.45;
  color: #102C43;
  background-color: #FFFFFF; }

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

a {
  color: #d80a1d;
  text-decoration: none; }
  a:hover, a:focus {
    color: #AF0817;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #6c6c6c; }

.sr-only, .contact-block-preform .submit, .newsletter-subscription .ns-submit label, .lang-switcher li.it_IT {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

@media (min-width: 992px) {
  body {
    font-size: 16px; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .nav-square > li > a, .newsletter-subscription .ns-title, .posts-list .post .title, .product-single .header-content h3, .product-single .product-content h3, .product-single .product-docs .panel-title, .h3, .title-underline h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.45; }
  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, .nav-square > li > a small, .newsletter-subscription .ns-title small, .posts-list .post .title small, .product-single .header-content h3 small, .product-single .product-content h3 small, .product-single .product-docs .panel-title small,
  .h2 .small,
  .nav-square > li > a .small,
  .newsletter-subscription .ns-title .small,
  .posts-list .post .title .small,
  .product-single .header-content h3 .small,
  .product-single .product-content h3 .small,
  .product-single .product-docs .panel-title .small, .h3 small, .title-underline h3 small,
  .h3 .small,
  .title-underline h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1; }

h1, .h1,
h2, .h2, .nav-square > li > a, .newsletter-subscription .ns-title, .posts-list .post .title, .product-single .header-content h3, .product-single .product-content h3, .product-single .product-docs .panel-title,
h3, .h3, .title-underline h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  margin: 1.414em 0 0.5em;
  line-height: 1.2; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small, .nav-square > li > a small, .newsletter-subscription .ns-title small, .posts-list .post .title small, .product-single .header-content h3 small, .product-single .product-content h3 small, .product-single .product-docs .panel-title small,
  .h2 .small,
  .nav-square > li > a .small,
  .newsletter-subscription .ns-title .small,
  .posts-list .post .title .small,
  .product-single .header-content h3 .small,
  .product-single .product-content h3 .small,
  .product-single .product-docs .panel-title .small,
  h3 small,
  h3 .small, .h3 small, .title-underline h3 small,
  .h3 .small,
  .title-underline h3 .small,
  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: 65%; }

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

h1, .h1 {
  font-size: 1.9375em; }

h2, .h2, .nav-square > li > a, .newsletter-subscription .ns-title, .posts-list .post .title, .product-single .header-content h3, .product-single .product-content h3, .product-single .product-docs .panel-title {
  font-size: 1.5625em; }

h3, .h3, .title-underline h3 {
  font-size: 1.375em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.75em; }

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child, .nav-square > li > a:first-child, .newsletter-subscription .ns-title:first-child, .posts-list .post .title:first-child, .product-single .header-content h3:first-child, .product-single .product-content h3:first-child, .product-single .product-docs .panel-title:first-child,
h3:first-child, .h3:first-child, .title-underline h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0; }

p {
  margin: 0 0 1.3em; }

.lead {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #4d4d4d; }

.text-default {
  color: #102C43; }

.text-primary {
  color: #d80a1d; }

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

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

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

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

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

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

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

.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: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #6c6c6c; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11.5px;
  list-style-position: inside;
  padding-left: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

ul li {
  list-style-type: none; }

ul > li > ul {
  margin-left: 1em; }

.list-unstyled, .nav-square, .lpdts-lst, .posts-list {
  padding-left: 0;
  list-style: none; }
  .list-unstyled li:before, .nav-square li:before, .lpdts-lst li:before, .posts-list li:before {
    content: none !important; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline li:before {
    content: none !important; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

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

dt,
dd {
  line-height: 1.45; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16px;
  border-left: 2px solid #d80a1d; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 16px; } }
  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.45;
    color: #4d4d4d; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 16px; } }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d80a1d;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.45; }

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: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 1.45;
  word-break: break-all;
  word-wrap: break-word;
  color: #282828;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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: #FFFFFF; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 23px; }
  .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.45;
    vertical-align: top;
    border-top: 1px solid #E6DCD8; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #E6DCD8; }
  .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 #E6DCD8; }
  .table .table {
    background-color: #FFFFFF; }

.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 #E6DCD8; }
  .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 #E6DCD8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 17.25px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #E6DCD8; }
      .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; } }

.table {
  color: #6c6c6c; }
  .table thead > tr > th {
    background-color: #E6DCD8;
    font-weight: 700;
    color: #4d4d4d; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 23px;
  font-size: 24px;
  line-height: inherit;
  color: #FFFFFF;
  border: 0;
  border-bottom: 1px solid transparent; }

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 13px;
  font-size: 16px;
  line-height: 1.45;
  color: #102C43; }

.form-control {
  display: block;
  width: 100%;
  height: 49px;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45;
  color: #102C43;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #2C4D60;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #102C43;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(16, 44, 67, 0.6); }
  .form-control::-moz-placeholder {
    color: #C6AFA6;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #C6AFA6; }
  .form-control::-webkit-input-placeholder {
    color: #C6AFA6; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #F5F0EF;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 49px; }
  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: 38px; }
  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: 52px; } }

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 23px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

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

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

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

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

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

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

.form-control-static {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
  min-height: 39px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 38px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px; }

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: 38px;
  line-height: 38px; }

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: 38px;
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px; }

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

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

.form-group-sm .form-control-static {
  height: 38px;
  min-height: 39px;
  padding: 7px 8px;
  font-size: 16px;
  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: 52px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 8px; }

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: 52px;
  line-height: 52px; }

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: 52px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 8px; }

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

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

.form-group-lg .form-control-static {
  height: 52px;
  min-height: 39px;
  padding: 15px 24px;
  font-size: 16px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 61.25px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  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: 52px;
  height: 52px;
  line-height: 52px; }

.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: 38px;
  height: 38px;
  line-height: 38px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .contact-block-preform label.submit ~ .form-control-feedback, .contact-block-preform .has-feedback label.submit ~ .form-control-feedback, .has-feedback .newsletter-subscription .ns-submit label ~ .form-control-feedback, .newsletter-subscription .ns-submit .has-feedback label ~ .form-control-feedback {
  top: 0; }

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

@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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px; }

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

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 16px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 7px;
    font-size: 16px; } }

label {
  font-weight: 700; }

.form-group.radio {
  position: static;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 15px; }
  .form-group.radio > label {
    font-weight: 700;
    min-height: auto;
    padding-left: 0;
    margin-bottom: 5px;
    cursor: auto; }

.form-group.required label:after,
.text.required label:after,
.select.required label:after,
.textarea.required label:after,
.file.required label:after {
  content: ' *';
  color: #ef5350; }

.checkbox label,
.radio label {
  padding-left: 5px; }

@media (min-width: 992px) {
  legend {
    font-size: 24px; }
  output,
  .form-control {
    font-size: 16px; }
  .form-control {
    height: 49px; } }

.select-wrapper {
  position: relative; }
  .select-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f0dc';
    color: #102C43;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    width: 42px;
    background-color: #9fc0d3;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .select-wrapper select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: block;
    position: relative; }

.checkbox-2k22 {
  margin: 0;
  display: grid;
  grid-template-columns: 1em auto;
  grid-gap: 0.5em;
  gap: 0.5em; }
  .checkbox-2k22 + .checkbox-2k22 {
    margin-top: 1em; }
  .checkbox-2k22 input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    display: grid;
    align-content: center;
    justify-content: center;
    place-content: center;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 2px;
    -webkit-transform: translateY(0.07em);
            transform: translateY(0.07em); }
    .checkbox-2k22 input[type="checkbox"]::before {
      content: "";
      width: 0.65em;
      height: 0.65em;
      -webkit-transform: scale(0);
              transform: scale(0);
      transition: 120ms -webkit-transform ease-in-out;
      transition: 120ms transform ease-in-out;
      transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
      box-shadow: inset 1em 1em #d80a1d;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
              clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .checkbox-2k22 input[type="checkbox"]:checked::before {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .checkbox-2k22 input[type="checkbox"]:focus {
      outline: 1px solid currentColor;
      outline-offset: 2px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.45;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #102C43;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

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

.btn-default {
  color: #102C43;
  background-color: #FFFFFF;
  border-color: #2C4D60; }
  .btn-default:focus, .btn-default.focus {
    color: #102C43;
    background-color: #e6e6e6;
    border-color: #040709; }
  .btn-default:hover {
    color: #102C43;
    background-color: #e6e6e6;
    border-color: #192b36; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #102C43;
    background-color: #e6e6e6;
    border-color: #192b36; }
    .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: #102C43;
      background-color: #d4d4d4;
      border-color: #040709; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #FFFFFF;
    border-color: #2C4D60; }
  .btn-default .badge {
    color: #FFFFFF;
    background-color: #102C43; }

.btn-primary {
  color: #fff;
  background-color: #d80a1d;
  border-color: #d80a1d; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #a70816;
    border-color: #5e040d; }
  .btn-primary:hover {
    color: #fff;
    background-color: #a70816;
    border-color: #9e0715; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #a70816;
    border-color: #9e0715; }
    .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: #850612;
      border-color: #5e040d; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #d80a1d;
    border-color: #d80a1d; }
  .btn-primary .badge {
    color: #d80a1d;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #7cb342;
  border-color: #7cb342; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #628e34;
    border-color: #3b5620; }
  .btn-success:hover {
    color: #fff;
    background-color: #628e34;
    border-color: #5d8632; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #628e34;
    border-color: #5d8632; }
    .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: #50742b;
      border-color: #3b5620; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #7cb342;
    border-color: #7cb342; }
  .btn-success .badge {
    color: #7cb342;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #2C4D60;
  border-color: #2C4D60; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1c313d;
    border-color: #040709; }
  .btn-info:hover {
    color: #fff;
    background-color: #1c313d;
    border-color: #192b36; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1c313d;
    border-color: #192b36; }
    .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: #111d25;
      border-color: #040709; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #2C4D60;
    border-color: #2C4D60; }
  .btn-info .badge {
    color: #2C4D60;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #ffb300;
  border-color: #ffb300; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cc8f00;
    border-color: #805a00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #cc8f00;
    border-color: #c28800; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc8f00;
    border-color: #c28800; }
    .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: #a87600;
      border-color: #805a00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #ffb300;
    border-color: #ffb300; }
  .btn-warning .badge {
    color: #ffb300;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #ef5350;
  border-color: #ef5350; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #eb2521;
    border-color: #af1310; }
  .btn-danger:hover {
    color: #fff;
    background-color: #eb2521;
    border-color: #ea1c18; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #eb2521;
    border-color: #ea1c18; }
    .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: #d51713;
      border-color: #af1310; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #ef5350;
    border-color: #ef5350; }
  .btn-danger .badge {
    color: #ef5350;
    background-color: #fff; }

.btn-link {
  color: #d80a1d;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #AF0817;
    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: #4d4d4d;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.33333;
  border-radius: 8px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px; }

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

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

@media (min-width: 992px) {
  .btn {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.33333;
    border-radius: 8px; }
  .btn-lg, .btn-group-lg > .btn {
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.33333;
    border-radius: 8px; }
  .btn-sm, .btn-group-sm > .btn {
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px; }
  .btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px; } }

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

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.45;
    color: #282828;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1b1b1b;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #d80a1d; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #4d4d4d; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.45;
  color: #4d4d4d;
  white-space: nowrap; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

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

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

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

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

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

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

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

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

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

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

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

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 12px 16px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #102C43;
  text-align: center;
  background-color: #6c6c6c;
  border: 1px solid #2C4D60;
  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: 6px 8px;
    font-size: 16px;
    border-radius: 4px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 14px 24px;
    font-size: 16px;
    border-radius: 8px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #6c6c6c; }
    .nav > li.disabled > a {
      color: #4d4d4d; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #4d4d4d;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #6c6c6c;
    border-color: #d80a1d; }
  .nav .nav-divider {
    height: 1px;
    margin: 10.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #E6DCD8; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.45;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #D7C6C0 #D7C6C0 #E6DCD8; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #E6DCD8;
      background-color: #FFFFFF;
      border: 1px solid #E6DCD8;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #d80a1d; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 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 #E6DCD8; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #E6DCD8;
      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: #FFFFFF; } }

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

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

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

.nav li:before {
  content: none !important; }

.nav li > ul {
  margin-left: 0; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 23px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #4d4d4d; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 23px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 12px 16px;
      line-height: 1.45;
      text-decoration: none;
      color: #d80a1d;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #AF0817;
    background-color: #6c6c6c;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #d80a1d;
    border-color: #d80a1d;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #4d4d4d;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 6px 8px;
  font-size: 16px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.pager {
  padding-left: 0;
  margin: 23px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #6c6c6c; }
  .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: #4d4d4d;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #4d4d4d; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #343434; }

.label-primary {
  background-color: #d80a1d; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #a70816; }

.label-success {
  background-color: #7cb342; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #628e34; }

.label-info {
  background-color: #D7C6C0; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #c3aaa1; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #4d4d4d;
  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: #d80a1d;
    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; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 23px;
  line-height: 1.45;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #102C43; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #d80a1d; }

.alert {
  padding: 15px;
  margin-bottom: 23px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

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

.alert-info {
  background-color: #d7c6bf;
  border-color: #c9ada9;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #bf9e99; }
  .alert-info .alert-link {
    color: #245269; }

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

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

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #6c6c6c;
  color: #4d4d4d;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #4d4d4d; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #d80a1d;
  border-color: #d80a1d; }
  .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: #fbb3b9; }

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

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: #cdb8af; }
  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: 23px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 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-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #E6DCD8; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

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

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

.panel-group {
  margin-bottom: 23px; }
  .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: #282828;
    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: #282828; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #d80a1d; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #d80a1d;
    border-color: #d80a1d; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d80a1d; }
    .panel-primary > .panel-heading .badge {
      color: #d80a1d;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d80a1d; }

.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: #c9ada9; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d7c6bf;
    border-color: #c9ada9; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c9ada9; }
    .panel-info > .panel-heading .badge {
      color: #d7c6bf;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c9ada9; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 8px; }

.well-sm {
  padding: 9px;
  border-radius: 4px; }

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    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;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

[dir="ltr"] .tooltip{
  text-align: left; }

[dir="rtl"] .tooltip{
  text-align: right; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Nunito", Sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

[dir="ltr"] .popover{
  text-align: left; }

[dir="rtl"] .popover{
  text-align: right; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Nunito", Sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.45;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: 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: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 7px 7px 0 0; }

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

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

.popover > .arrow {
  border-width: 11px; }

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

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

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

@media screen and (min-width: 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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .nav-square:before, .newsletter-subscription .ns-submit:before, .timeline .tl-event > .tl-wrapper:before, .clearfix:after, .nav-square:after, .newsletter-subscription .ns-submit:after, .timeline .tl-event > .tl-wrapper:after {
  content: " ";
  display: table; }

.clearfix:after, .nav-square:after, .newsletter-subscription .ns-submit:after, .timeline .tl-event > .tl-wrapper:after {
  clear: both; }

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

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

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

.hide, .lang-switcher li.it_IT {
  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; } }

.pn, .p-n {
  padding: 0 !important; }

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

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

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

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

.mn, .m-n {
  margin: 0 !important; }

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

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

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

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

@media (max-width: 767px) {
  .pn-xs, .p-n-xs {
    padding: 0 !important; }
  .ptn-xs, .pt-n-xs {
    padding-top: 0 !important; }
  .prn-xs, .pr-n-xs {
    padding-right: 0 !important; }
  .pbn-xs, .pb-n-xs {
    padding-bottom: 0 !important; }
  .pln-xs, .pl-n-xs {
    padding-left: 0 !important; }
  .mn-xs, .m-n-xs {
    margin: 0 !important; }
  .mtn-xs, .mt-n-xs {
    margin-top: 0 !important; }
  .mrn-xs, .mr-n-xs {
    margin-right: 0 !important; }
  .mbn-xs, .mb-n-xs {
    margin-bottom: 0 !important; }
  .mln-xs, .ml-n-xs {
    margin-left: 0 !important; } }

.pts {
  padding-top: 6px; }

.ptm {
  padding-top: 8px; }

.ptl {
  padding-top: 24px; }

.pbs {
  padding-bottom: 6px; }

.pbm {
  padding-bottom: 8px; }

.pbl {
  padding-bottom: 24px; }

.mts {
  margin-top: 6px; }

.mtm {
  margin-top: 8px; }

.mtl {
  margin-top: 24px; }

.mbs {
  margin-bottom: 6px; }

.mbm {
  margin-bottom: 8px; }

.mbl {
  margin-bottom: 24px; }

/* Helpers */
.mt-xs {
  margin-top: 5px; }

.mt-sm {
  margin-top: 10px; }

.mt-md {
  margin-top: 15px; }

.mt-l {
  margin-top: 20px; }

.mt-xl {
  margin-top: 30px; }

.mt-xxl {
  margin-top: 40px; }

.mr-xs {
  margin-right: 5px; }

.mr-sm {
  margin-right: 10px; }

.mr-md {
  margin-right: 15px; }

.mr-l {
  margin-right: 20px; }

.mr-xl {
  margin-right: 30px; }

.mr-xxl {
  margin-right: 40px; }

.mb-xs {
  margin-bottom: 5px; }

.mb-sm {
  margin-bottom: 10px; }

.mb-md {
  margin-bottom: 15px; }

.mb-l {
  margin-bottom: 20px; }

.mb-xl {
  margin-bottom: 30px; }

.mb-xxl {
  margin-bottom: 40px; }

.ml-xs {
  margin-left: 5px; }

.ml-sm {
  margin-left: 10px; }

.ml-md {
  margin-left: 15px; }

.ml-l {
  margin-left: 20px; }

.ml-xl {
  margin-left: 30px; }

.ml-xxl {
  margin-left: 40px; }

.pt-xs {
  padding-top: 5px; }

.pt-sm {
  padding-top: 10px; }

.pt-md {
  padding-top: 15px; }

.pt-l {
  padding-top: 20px; }

.pt-xl, .product-single .product-content {
  padding-top: 30px; }

.pt-xxl {
  padding-top: 40px; }

.pr-xs {
  padding-right: 5px; }

.pr-sm {
  padding-right: 10px; }

.pr-md {
  padding-right: 15px; }

.pr-l {
  padding-right: 20px; }

.pr-xl {
  padding-right: 30px; }

.pr-xxl {
  padding-right: 40px; }

.pb-xs {
  padding-bottom: 5px; }

.pb-sm {
  padding-bottom: 10px; }

.pb-md {
  padding-bottom: 15px; }

.pb-l {
  padding-bottom: 20px; }

.pb-xl, .product-single .product-content {
  padding-bottom: 30px; }

.pb-xxl {
  padding-bottom: 40px; }

.pl-xs {
  padding-left: 5px; }

.pl-sm {
  padding-left: 10px; }

.pl-md {
  padding-left: 15px; }

.pl-l {
  padding-left: 20px; }

.pl-xl {
  padding-left: 30px; }

.pl-xxl {
  padding-left: 40px; }

/** helpers for horizontal / vertical Bootstrap values */
.mt-h-xs {
  margin-top: 5px; }

.mt-h-sm {
  margin-top: 8px; }

.mt-h-md {
  margin-top: 16px; }

.mt-h-l {
  margin-top: 24px; }

.mr-h-xs {
  margin-right: 5px; }

.mr-h-sm {
  margin-right: 8px; }

.mr-h-md {
  margin-right: 16px; }

.mr-h-l {
  margin-right: 24px; }

.mb-h-xs {
  margin-bottom: 5px; }

.mb-h-sm {
  margin-bottom: 8px; }

.mb-h-md {
  margin-bottom: 16px; }

.mb-h-l {
  margin-bottom: 24px; }

.ml-h-xs {
  margin-left: 5px; }

.ml-h-sm {
  margin-left: 8px; }

.ml-h-md {
  margin-left: 16px; }

.ml-h-l {
  margin-left: 24px; }

.mt-v-xs-alt {
  margin-top: 1px; }

.mt-v-sm-alt {
  margin-top: 6px; }

.mt-v-md-alt {
  margin-top: 12px; }

.mt-v-l-alt {
  margin-top: 14px; }

.mr-v-xs-alt {
  margin-right: 1px; }

.mr-v-sm-alt {
  margin-right: 6px; }

.mr-v-md-alt {
  margin-right: 12px; }

.mr-v-l-alt {
  margin-right: 14px; }

.mb-v-xs-alt {
  margin-bottom: 1px; }

.mb-v-sm-alt {
  margin-bottom: 6px; }

.mb-v-md-alt {
  margin-bottom: 12px; }

.mb-v-l-alt {
  margin-bottom: 14px; }

.ml-v-xs-alt {
  margin-left: 1px; }

.ml-v-sm-alt {
  margin-left: 6px; }

.ml-v-md-alt {
  margin-left: 12px; }

.ml-v-l-alt {
  margin-left: 14px; }

.pt-h-xs {
  padding-top: 5px; }

.pt-h-sm {
  padding-top: 8px; }

.pt-h-md {
  padding-top: 16px; }

.pt-h-l {
  padding-top: 24px; }

.pr-h-xs {
  padding-right: 5px; }

.pr-h-sm {
  padding-right: 8px; }

.pr-h-md {
  padding-right: 16px; }

.pr-h-l {
  padding-right: 24px; }

.pb-h-xs {
  padding-bottom: 5px; }

.pb-h-sm {
  padding-bottom: 8px; }

.pb-h-md {
  padding-bottom: 16px; }

.pb-h-l {
  padding-bottom: 24px; }

.pl-h-xs {
  padding-left: 5px; }

.pl-h-sm {
  padding-left: 8px; }

.pl-h-md {
  padding-left: 16px; }

.pl-h-l {
  padding-left: 24px; }

.pt-v-xs-alt {
  padding-top: 1px; }

.pt-v-sm-alt {
  padding-top: 6px; }

.pt-v-md-alt {
  padding-top: 12px; }

.pt-v-l-alt {
  padding-top: 14px; }

.pr-v-xs-alt {
  padding-right: 1px; }

.pr-v-sm-alt {
  padding-right: 6px; }

.pr-v-md-alt {
  padding-right: 12px; }

.pr-v-l-alt {
  padding-right: 14px; }

.pb-v-xs-alt {
  padding-bottom: 1px; }

.pb-v-sm-alt {
  padding-bottom: 6px; }

.pb-v-md-alt {
  padding-bottom: 12px; }

.pb-v-l-alt {
  padding-bottom: 14px; }

.pl-v-xs-alt {
  padding-left: 1px; }

.pl-v-sm-alt {
  padding-left: 6px; }

.pl-v-md-alt {
  padding-left: 12px; }

.pl-v-l-alt {
  padding-left: 14px; }

/* iCheck plugin custom springcard skin
 based on Square skin.
----------------------------------- */
.icheckbox_square-custom,
.iradio_square-custom {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(icheck-spc.png) no-repeat;
  border: none;
  cursor: pointer;
  top: -2px;
  margin-right: 10px; }

.icheckbox_square-custom {
  background-position: 0 0; }

.icheckbox_square-custom.hover {
  background-position: -24px 0; }

.icheckbox_square-custom.checked {
  background-position: -48px 0; }

.icheckbox_square-custom.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-custom.checked.disabled {
  background-position: -96px 0; }

.iradio_square-custom {
  background-position: -120px 0; }

.iradio_square-custom.hover {
  background-position: -144px 0; }

.iradio_square-custom.checked {
  background-position: -168px 0; }

.iradio_square-custom.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-custom.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-custom,
  .iradio_square-custom {
    background-image: url(icheck-spc@2x.png);
    background-size: 240px 24px; } }

body #main {
  min-height: calc(100vh - 69px);
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    body #main {
      min-height: calc(100vh - 113px); } }
  body #main > .container {
    flex: 1; }

.page-single,
.page-products,
.page-downloads,
.posts,
.post-single {
  max-width: 1024px;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .page-single,
    .page-products,
    .page-downloads,
    .posts,
    .post-single {
      padding-top: 50px;
      padding-bottom: 50px; } }

.page-products,
.page-downloads {
  max-width: none; }

.homepage .nav-square,
.homepage .home-custom-block,
.homepage .newsletter-subscription,
.homepage .last-products,
.homepage .last-posts {
  margin-bottom: 24px; }

.homepage .navbar-spc {
  border-bottom: 0; }

@media (min-width: 768px) {
  .homepage .newsletter-subscription {
    margin-top: 24px; }
  .homepage .navbar-spc {
    border-bottom: 1px solid #D7C6C0; } }

.login .brand {
  max-width: 250px;
  margin: 24px auto; }
  @media (min-width: 992px) {
    .login .brand {
      max-width: 300px;
      margin: 48px auto; } }

.box-ratio-16-9 {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0; }
  .box-ratio-16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .box-ratio-16-9 > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    display: flex;
    align-items: center; }
  .box-ratio-16-9 > * {
    display: block !important; }
  .box-ratio-16-9 > iframe {
    width: 100%;
    height: 100%; }

.pre-header {
  border-bottom: 1px solid rgba(215, 198, 192, 0.25);
  background-color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #282828; }
  .pre-header a {
    color: #282828; }
  .pre-header .navbar-brand {
    display: none;
    float: none;
    padding: 0;
    height: auto; }
    .pre-header .navbar-brand > img {
      max-height: 28px; }

@media (min-width: 1485px) {
  .is-sticky #main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%; }
  .is-sticky .navbar-spc {
    border-top: 0;
    background-color: #fff;
    padding-top: 0;
    min-height: 44px; }
    .is-sticky .navbar-spc .navbar-nav {
      margin-top: 0; }
      .is-sticky .navbar-spc .navbar-nav li > a {
        padding-top: 21px;
        padding-bottom: 21px; }
      .is-sticky .navbar-spc .navbar-nav li > a,
      .is-sticky .navbar-spc .navbar-nav li > span {
        font-size: 1em; }
    .is-sticky .navbar-spc .top-newsletter {
      padding-bottom: 12px; }
  .is-sticky .pre-header .navbar-brand {
    display: inline-block; }
  .is-sticky .pre-navbar-nav {
    display: none;
    overflow: hidden; } }

.contact-block {
  background: #2C4D60;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 48px;
  color: #FFFFFF; }

.contact-block-preform {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #102C43;
  position: relative; }

.contact-form-selector-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  color: #d80a1d; }

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .pagination-container .pagination {
    margin-left: 16px;
    margin-right: 16px; }

@media screen and (min-width: 480px) {
  .contact-row .contact-block {
    padding: 45px; } }

@media screen and (min-width: 992px) {
  .contact-row {
    display: flex; }
    .contact-row > *[class*="col-"]:first-child {
      order: 2; }
    .contact-row > *[class*="col-"]:last-child {
      order: 1; }
    .contact-row .contact-block {
      padding: 25px; } }

@media screen and (min-width: 1200px) {
  .contact-row .contact-infos {
    max-width: 768px;
    float: right;
    margin-right: 45px; }
  .contact-row .contact-block {
    margin-right: 65px;
    padding: 45px; } }

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hero {
  display: block;
  width: 100%;
  max-height: 100%; }
  @media (max-width: 767px) {
    .hero {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .hero {
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .hero img {
        display: none;
        width: 100%;
        max-width: auto;
        max-height: 644px; }
      .hero:after {
        content: '';
        display: block;
        padding-top: 53.6666%; } }
  .hero .hero__content {
    display: none; }
  @media (min-width: 768px) {
    .hero .hero__content {
      display: block;
      position: absolute;
      bottom: 20px;
      right: 30px;
      color: white;
      font-weight: 900;
      font-size: 1.5625em; }
    .hero:after {
      padding-top: 33%; }
    .hero--sm:after {
      padding-top: 20%; }
    .hero--xs:after {
      padding-top: 11%; } }
  @media (min-width: 1200px) {
    .hero .hero__content {
      bottom: 50px;
      right: 50px; } }

.services-menu {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 740px; }
  @media screen and (min-width: 1550px) {
    .services-menu {
      max-width: none; } }
  .services-menu > a {
    display: flex;
    flex-direction: column;
    width: calc(245px - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 45px;
    padding: 65px 15px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #d80a1d;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1);
    justify-content: center; }
    .services-menu > a span {
      display: block; }
    .services-menu > a .spc-icon {
      width: 70px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin: 0 auto; }
      .services-menu > a .spc-icon:after {
        content: '';
        display: block;
        padding-top: 100%; }
      .services-menu > a .spc-icon__electronics-products-conception {
        background-image: url("/img/pictos/pictoroueservice.png"); }
      .services-menu > a .spc-icon__development {
        background-image: url("/img/pictos/pictodeveloppementembarqueservice.png"); }
      .services-menu > a .spc-icon__qualifications {
        background-image: url("/img/pictos/pictodeveloppementsqualifsanscontactervice.png"); }
      .services-menu > a .spc-icon__engineering-office {
        background-image: url("/img/pictos/pictohardwareservice.png"); }
      .services-menu > a .spc-icon__software-libraries {
        background-image: url("/img/pictos/pictolibrairieembarque.png"); }
      .services-menu > a .spc-icon__training-support {
        background-image: url("/img/pictos/pictoformation.png"); }
    .services-menu > a .title {
      font-weight: bold;
      color: #d80a1d;
      margin-top: 30px;
      margin-bottom: 15px; }
    .services-menu > a .ext {
      color: #102C43;
      font-weight: 300;
      margin-top: auto;
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      border-bottom: 1px solid transparent; }
    .services-menu > a:hover .ext, .services-menu > a:focus .ext {
      border-color: #102C43; }
    .services-menu > a.is-current {
      background-color: #d80a1d;
      border-radius: 4px;
      border: 1px solid #d80a1d; }
      .services-menu > a.is-current .spc-icon__electronics-products-conception {
        background-image: url("/img/pictos/white/pictoproduitelectronique.png"); }
      .services-menu > a.is-current .spc-icon__development {
        background-image: url("/img/pictos/white/pictodeveloppement.png"); }
      .services-menu > a.is-current .spc-icon__qualifications {
        background-image: url("/img/pictos/white/pictoqualifications.png"); }
      .services-menu > a.is-current .spc-icon__engineering-office {
        background-image: url("/img/pictos/white/pictobureauetudes.png"); }
      .services-menu > a.is-current .spc-icon__software-libraries {
        background-image: url("/img/pictos/white/pictolibrairieslogicielles.png"); }
      .services-menu > a.is-current .spc-icon__training-support {
        background-image: url("/img/pictos/white/pictoformationetsupport.png"); }
      .services-menu > a.is-current .title {
        color: white; }
      .services-menu > a.is-current .ext {
        color: white;
        border-color: white; }

.title-underline {
  padding: 24px 0 24px;
  position: relative;
  overflow: hidden;
  margin-bottom: padding-large-horizontal; }
  .title-underline:after {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-left: 0;
    height: 2px;
    background: #d80a1d;
    border-radius: 1px;
    opacity: 1;
    transition: opacity 0.4s ease-out; }
  .title-underline h3 {
    height: 3.6em;
    overflow: hidden;
    margin-bottom: 0;
    color: #102C43;
    font-weight: 400; }

ul.list > li {
  margin-bottom: 1.3em;
  padding-left: 0; }

ul.list-bullet {
  list-style-position: inherit;
  list-style-type: disc;
  padding-left: 16px; }
  ul.list-bullet > li {
    list-style-type: disc; }

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default.focus {
  background-color: rgba(16, 44, 67, 0.2);
  border-color: rgba(16, 44, 67, 0.7); }

.btn-block {
  white-space: normal; }

.btn-w-wrap {
  white-space: normal; }

.btn-square {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  width: 75px;
  white-space: normal; }
  .btn-square:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .btn-square > * {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    display: flex;
    align-items: center; }
  .btn-square > * {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px; }

.btn-google {
  background-color: #cd201f;
  color: white; }
  .btn-google:hover, .btn-google:focus {
    background-color: #8b1615;
    color: white; }

.login-page {
  padding: 60px 0 40px; }
  .login-page > .container {
    max-width: 330px; }

.form-login {
  padding: 15px;
  margin: 0 auto; }

.nav-square > li {
  width: 100%; }
  .nav-square > li > a {
    display: block;
    text-align: center;
    border: 1px solid #D7C6C0;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 400; }
    .nav-square > li > a > div > div {
      padding: 24px 0; }
    .nav-square > li > a.has-bg-image > div > div {
      background-size: cover;
      background-position: center center; }
      .nav-square > li > a.has-bg-image > div > div > span {
        display: block;
        background-color: rgba(215, 198, 192, 0.6); }

@media (min-width: 480px) {
  .nav-square {
    margin-left: -15px;
    margin-right: -15px; }
    .nav-square > li {
      position: relative;
      width: 100%;
      display: block;
      overflow: hidden;
      padding: 0;
      width: 50%;
      float: left;
      padding: 15px; }
      .nav-square > li:before {
        background-color: transparent;
        content: '' !important; }
      .nav-square > li:before {
        content: "";
        display: block;
        padding-top: 50%; }
      .nav-square > li > * {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        display: flex;
        align-items: center; }
      .nav-square > li > * {
        display: block; }
    .nav-square > li > a {
      border: none;
      padding: 15px;
      margin-bottom: 0; }
    .nav-square > li > a > div {
      display: table;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: 1px solid #D7C6C0; }
    .nav-square > li > a > div > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .nav-square > li > a > div > div > span {
      display: block;
      width: 100%;
      padding: 16px 0; }
    .nav-square > li > a.has-bg-image > div > div > span {
      background-size: cover;
      background-position: center center;
      background-color: rgba(215, 198, 192, 0.6); } }

@media (min-width: 992px) {
  .nav-square li {
    width: 25%; }
    .nav-square li:before {
      padding-top: 100%; }
  .nav-square li > a {
    font-size: 1.75em; } }

.social-links a i.fa-youtube-square {
  color: #cd201f; }
  .social-links a i.fa-youtube-square:hover, .social-links a i.fa-youtube-square:focus {
    color: #8b1615; }

.social-links a i.fa-twitter-square {
  color: #55acee; }
  .social-links a i.fa-twitter-square:hover, .social-links a i.fa-twitter-square:focus {
    color: #1689e0; }

.social-links a i.fa-facebook-square {
  color: #3b5998; }
  .social-links a i.fa-facebook-square:hover, .social-links a i.fa-facebook-square:focus {
    color: #263961; }

.social-links a i.fa-linkedin-square {
  color: #0077b5; }
  .social-links a i.fa-linkedin-square:hover, .social-links a i.fa-linkedin-square:focus {
    color: #004569; }

.social-links a i.fa-rss-square {
  color: #f26522; }
  .social-links a i.fa-rss-square:hover, .social-links a i.fa-rss-square:focus {
    color: #bc440b; }

.social-links-hover-only a i.fa-youtube-square:hover, .social-links-hover-only a i.fa-youtube-square:focus {
  color: #cd201f; }

.social-links-hover-only a i.fa-twitter-square:hover, .social-links-hover-only a i.fa-twitter-square:focus {
  color: #55acee; }

.social-links-hover-only a i.fa-facebook-square:hover, .social-links-hover-only a i.fa-facebook-square:focus {
  color: #3b5998; }

.social-links-hover-only a i.fa-linkedin-square:hover, .social-links-hover-only a i.fa-linkedin-square:focus {
  color: #0077b5; }

.social-links-hover-only a i.fa-rss-square:hover, .social-links-hover-only a i.fa-rss-square:focus {
  color: #f26522; }

.home-custom-block {
  text-align: center;
  background: linear-gradient(135deg, #091926, #102C43); }
  .home-custom-block h2, .home-custom-block h3, .home-custom-block h4 {
    color: #102C43; }
  .home-custom-block .container {
    max-width: 540px; }
  @media screen and (min-width: 992px) {
    .home-custom-block {
      position: relative; }
      .home-custom-block:before {
        content: "";
        display: block;
        width: 58.33333%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .home-custom-block .container {
        max-width: none; } }
  .home-custom-block .hcb-content {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px; }
    .home-custom-block .hcb-content > * {
      display: flex; }
    @media screen and (min-width: 992px) {
      .home-custom-block .hcb-content {
        grid-template-columns: 1fr 380px;
        margin-top: 32px;
        margin-bottom: 32px; } }
    @media screen and (min-width: 1200px) {
      .home-custom-block .hcb-content {
        grid-template-columns: 1fr 460px; } }
  .home-custom-block .brand-pictos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 18px 0; }
    .home-custom-block .brand-pictos .brand-picto {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .home-custom-block .brand-pictos .brand-picto img {
        width: 80px; }
      .home-custom-block .brand-pictos .brand-picto .text {
        color: white;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
        margin-left: 18px; }
      @media screen and (min-width: 1200px) {
        .home-custom-block .brand-pictos .brand-picto img {
          width: 90px; }
        .home-custom-block .brand-pictos .brand-picto .text {
          font-size: 26px; } }
  .home-custom-block .social-links {
    padding: 16px 0; }
    .home-custom-block .social-links a {
      display: inline-block; }
    .home-custom-block .social-links h4 {
      color: #102C43; }
  .home-custom-block .brand-intro {
    align-self: center; }
  .home-custom-block .brand-intro-title {
    color: #FFFFFF;
    text-align: left !important;
    margin-bottom: 0 !important; }
  .home-custom-block .newsletter-subscription form > .inner {
    border-radius: 4px; }
  @media screen and (min-width: 992px) {
    .home-custom-block {
      text-align: left; } }

.newsletter-subscription .ns-title {
  color: #102C43;
  display: block;
  text-align: center;
  color: #102C43; }

.newsletter-subscription form > .inner {
  background-color: rgba(215, 198, 192, 0.6);
  padding: 30px;
  color: #7B645B;
  text-align: center; }
  .newsletter-subscription form > .inner .legend {
    font-size: 1.125em;
    line-height: inherit;
    color: #7B645B;
    border-bottom: none;
    display: block;
    width: 100%;
    margin-bottom: 17px; }
  @media screen and (min-width: 992px) {
    .newsletter-subscription form > .inner {
      background-color: transparent;
      text-align: left;
      padding: 0;
      color: #102C43; }
      .newsletter-subscription form > .inner .legend {
        color: #102C43;
        font-size: 1.25em; } }

.newsletter-subscription .ns-choices {
  text-align: center; }
  .newsletter-subscription .ns-choices > * {
    display: inline-block;
    margin-left: .3em;
    margin-right: .3em; }
  .newsletter-subscription .ns-choices label {
    font-size: 1.25em; }
  @media screen and (min-width: 992px) {
    .newsletter-subscription .ns-choices {
      text-align: left; } }

.newsletter-subscription .ns-submit {
  display: flex;
  width: 100%; }
  .newsletter-subscription .ns-submit > * {
    margin: 0; }
  .newsletter-subscription .ns-submit .form-group {
    width: 100%; }
    .newsletter-subscription .ns-submit .form-group input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top: 1px solid #8D7268;
      border-right: 0;
      border-bottom: 1px solid #8D7268;
      border-left: 1px solid #8D7268; }
  .newsletter-subscription .ns-submit .submit {
    flex: 1; }
    .newsletter-subscription .ns-submit .submit *[type="submit"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-left: auto;
      border-top: 1px solid #AF0817;
      border-right: 1px solid #AF0817;
      border-bottom: 1px solid #AF0817; }
  @media screen and (min-width: 992px) {
    .newsletter-subscription .ns-submit {
      display: flex;
      width: 100%; }
      .newsletter-subscription .ns-submit > * {
        display: block; }
      .newsletter-subscription .ns-submit .form-group {
        max-width: 365px;
        flex-grow: 1; }
        .newsletter-subscription .ns-submit .form-group input {
          padding-top: 24px;
          padding-bottom: 24px;
          line-height: 1.33333; }
      .newsletter-subscription .ns-submit .submit input.btn {
        height: 50px;
        width: auto; } }

.homepage .cards-list,
.page-fullwidth .cards-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 32px;
  grid-auto-rows: minmax(320px, auto);
  max-width: 768px;
  margin: 0 auto; }
  .homepage .cards-list > *,
  .page-fullwidth .cards-list > * {
    display: flex; }
  @media screen and (min-width: 768px) {
    .homepage .cards-list,
    .page-fullwidth .cards-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 992px) {
    .homepage .cards-list,
    .page-fullwidth .cards-list {
      max-width: 1180px;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 48px; } }

.homepage .section,
.page-fullwidth .section {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .homepage .section,
    .page-fullwidth .section {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .homepage .section .title,
  .page-fullwidth .section .title {
    font-size: 32px;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-weight: 700; }
  .homepage .section .header,
  .homepage .section .footer,
  .page-fullwidth .section .header,
  .page-fullwidth .section .footer {
    margin-top: 32px;
    margin-bottom: 32px; }
    @media screen and (min-width: 992px) {
      .homepage .section .header,
      .homepage .section .footer,
      .page-fullwidth .section .header,
      .page-fullwidth .section .footer {
        font-size: 18px;
        margin-top: 48px;
        margin-bottom: 48px; } }
  .homepage .section .container > *:last-child:not(.testimonials-slick),
  .page-fullwidth .section .container > *:last-child:not(.testimonials-slick) {
    margin-bottom: 0; }

.homepage .last-posts,
.page-fullwidth .last-posts {
  background-color: #102C43;
  color: #FFFFFF; }
  .homepage .last-posts .title,
  .page-fullwidth .last-posts .title {
    color: #FFFFFF; }

.lpdts-lst .lpdts-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center; }
  .lpdts-lst .lpdts-item > * {
    width: 50%;
    vertical-align: middle;
    border: 1px solid #D7C6C0;
    border-top: none;
    position: relative; }
    .lpdts-lst .lpdts-item > *:first-child {
      border-right: 0; }
  .lpdts-lst .lpdts-item:first-child > * {
    border-top: 1px solid #D7C6C0; }
  .lpdts-lst .lpdts-item:nth-child(odd) .lpdts-img {
    order: 2; }
  .lpdts-lst .lpdts-item:nth-child(odd) .lpdts-name {
    order: 1; }
  .lpdts-lst .lpdts-item:nth-child(odd) > *:first-child {
    border-right: 1px solid #D7C6C0;
    border-left: 0; }
  .lpdts-lst .lpdts-item a {
    color: #102C43; }
    .lpdts-lst .lpdts-item a:hover, .lpdts-lst .lpdts-item a:focus {
      color: #d80a1d;
      text-decoration: none; }

.lpdts-lst .lpdts-img a {
  display: block; }

.lpdts-lst .lpdts-name {
  text-align: center; }
  .lpdts-lst .lpdts-name > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .lpdts-lst .lpdts-name a {
    display: table;
    width: 100%;
    height: 100%; }
    .lpdts-lst .lpdts-name a > span {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      font-size: 1em; }

@media screen and (min-width: 992px) {
  .lpdts-lst {
    margin-left: -15px;
    margin-right: -15px; }
    .lpdts-lst:before, .lpdts-lst:after {
      content: " ";
      display: table; }
    .lpdts-lst:after {
      clear: both; }
    .lpdts-lst .lpdts-item {
      display: block;
      float: left;
      padding: 0 15px;
      margin-bottom: 30px;
      width: 25%; }
      .lpdts-lst .lpdts-item > * {
        width: 100%;
        border-top: 1px solid #D7C6C0; }
      .lpdts-lst .lpdts-item > *:first-child {
        border-right: 1px solid #D7C6C0;
        border-left: 1px solid #D7C6C0; }
      .lpdts-lst .lpdts-item:nth-child(odd) > *:first-child {
        border-right: 1px solid #D7C6C0;
        border-left: 1px solid #D7C6C0; }
    .lpdts-lst .lpdts-name {
      margin-top: 6px; }
      .lpdts-lst .lpdts-name > div {
        position: static;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        padding: 0;
        height: auto; }
        .lpdts-lst .lpdts-name > div:before {
          content: "";
          display: block;
          padding-top: 100%; }
        .lpdts-lst .lpdts-name > div > * {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          display: block;
          display: flex;
          align-items: center; }
        .lpdts-lst .lpdts-name > div > a:before {
          display: inline-block;
          width: 1px;
          height: 100%;
          content: '';
          vertical-align: middle;
          margin-left: -1px; }
        .lpdts-lst .lpdts-name > div > a span {
          display: inline-block;
          padding: 0 5px;
          width: 100%;
          height: auto;
          vertical-align: middle;
          text-align: center; }
    .lpdts-lst .lpdts-img > div {
      position: relative;
      width: 100%;
      display: block;
      overflow: hidden;
      padding: 0; }
      .lpdts-lst .lpdts-img > div:before {
        content: "";
        display: block;
        padding-top: 100%; }
      .lpdts-lst .lpdts-img > div > * {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        display: flex;
        align-items: center; }
      .lpdts-lst .lpdts-img > div > a {
        white-space: nowrap;
        justify-content: center; }
        .lpdts-lst .lpdts-img > div > a:before {
          display: inline-block;
          width: 1px;
          height: 100%;
          content: '';
          vertical-align: middle;
          margin-left: -1px; }
        .lpdts-lst .lpdts-img > div > a img {
          display: inline-block;
          width: auto;
          height: 100% !important;
          vertical-align: middle;
          text-align: center;
          max-width: none !important;
          text-align: center; } }

.spc-agency-address {
  margin-top: 35px;
  margin-bottom: 35px; }

.team-member-small-cards {
  display: flex;
  flex-direction: row;
  grid-gap: 24px;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  @media screen and (min-width: 992px) {
    .team-member-small-cards {
      justify-content: flex-start; } }
  .team-member-small-cards > * {
    width: 100%;
    max-width: 250px; }

.spc-team-card {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  background-color: #102C43;
  color: white;
  border-radius: 12px;
  padding: 12px; }
  .spc-team-card .spc-tmcrd-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 12px;
    gap: 12px;
    justify-content: space-around; }
  .spc-team-card .spc-tmcrd-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white; }
    .spc-team-card .spc-tmcrd-header:hover, .spc-team-card .spc-tmcrd-header:focus, .spc-team-card .spc-tmcrd-header:active {
      color: white;
      text-decoration: none; }
    .spc-team-card .spc-tmcrd-header ul {
      margin: 0;
      text-align: center; }
  .spc-team-card .spc-tmcrd-name {
    font-weight: 900;
    text-transform: none; }
  .spc-team-card .spc-tmcrd-job {
    text-align: center;
    color: #d80a1d; }
  .spc-team-card .spc-tmcrd-zone {
    font-size: small; }
  .spc-team-card .spc-tmcrd-picture {
    display: block;
    height: 180px;
    width: 180px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #102C43; }
    .spc-team-card .spc-tmcrd-picture .wrapper {
      width: 100%;
      height: 100%;
      position: relative; }
      .spc-team-card .spc-tmcrd-picture .wrapper:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 1rem, transparent 0);
        background-size: 3rem 3rem;
        background-position: 0rem 0rem; }
      .spc-team-card .spc-tmcrd-picture .wrapper > span {
        position: relative;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%; }
  .spc-team-card .spc-tmcrd-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    grid-gap: 6px;
    gap: 6px; }
    .spc-team-card .spc-tmcrd-details a {
      display: block;
      padding: 6px;
      color: white;
      text-decoration: none; }
      .spc-team-card .spc-tmcrd-details a:hover, .spc-team-card .spc-tmcrd-details a:focus {
        opacity: 0.7; }

@media (min-width: 768px) {
  .post {
    padding-top: 50px; } }

.post .title {
  display: block;
  margin-top: 16px !important; }
  @media (min-width: 768px) {
    .post .title {
      margin-bottom: 50px; } }

.post .excerpt {
  margin-top: 16px; }
  .post .excerpt p:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .post .excerpt {
      padding-top: 0; } }

.post .read-more {
  margin-top: 0.5em; }

.post .actions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .post .actions > * {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px; }

.posts-list .post {
  padding-top: 0 !important; }
  .posts-list .post .title {
    text-transform: none; }
  .posts-list .post .main-picture-wrapper {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0; }
    .posts-list .post .main-picture-wrapper:before {
      content: "";
      display: block;
      padding-top: 75%; }
    .posts-list .post .main-picture-wrapper > * {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: block;
      display: flex;
      align-items: center; }
  .posts-list .post .post-list-main-picture {
    display: block;
    width: 100%;
    max-height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .posts-list .post .post-list-main-picture img {
      display: none;
      width: 100%;
      max-width: auto;
      max-height: 644px; }

.posts-list .post + .post {
  margin-top: 50px; }

.posts .posts-list {
  margin-top: 50px; }

.posts .no-posts {
  display: block;
  padding: 1.5em;
  margin-top: 28px;
  border: 1px solid #D7C6C0; }

.timeline {
  display: table;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 14px;
  min-height: 300px; }
  .timeline > .tl-wrapper {
    display: table-cell;
    position: relative;
    height: 100%; }
    .timeline > .tl-wrapper:before {
      content: '';
      display: block;
      position: absolute;
      z-index: 10;
      width: 1px;
      background-color: #102C43;
      top: 0;
      left: 50%;
      height: 100%; }
  .timeline .tl-year {
    display: block;
    position: absolute;
    top: -10px;
    right: -10px; }
    .timeline .tl-year span {
      display: inline-block;
      margin-right: .3em;
      font-size: 1.33333em;
      font-weight: 600;
      line-height: 1;
      color: #102C43; }
    .timeline .tl-year:before {
      content: '';
      float: right;
      display: inline-block;
      position: relative;
      z-index: 15;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      background-color: #102C43; }
  .timeline .tl-event + .tl-event {
    margin-top: 1em; }
  .timeline .tl-event .tl-event-text {
    width: 100%;
    display: block;
    border: 1px solid #102C43;
    padding: 5px;
    text-align: center; }
    .timeline .tl-event .tl-event-text p {
      margin-bottom: 0; }
      .timeline .tl-event .tl-event-text p + p {
        margin-top: 1.3em; }
  .timeline .tl-event .tl-event-img {
    display: none; }
  @media (min-width: 768px) {
    .timeline .tl-event .tl-event-text {
      float: right;
      width: 75%; }
    .timeline .tl-event .tl-event-img {
      display: block;
      float: left;
      width: 25%;
      padding-right: 10px; } }
  .timeline .tl-item {
    position: relative;
    width: 50%;
    padding: 3em 1em 2em;
    float: left;
    clear: right; }
    .timeline .tl-item:first-child {
      padding-top: 3.83333em; }
      .timeline .tl-item:first-child .tl-year {
        top: 0; }
    .timeline .tl-item:nth-child(even) {
      float: right;
      clear: left; }
      .timeline .tl-item:nth-child(even) .tl-year {
        right: auto;
        left: -10px; }
        .timeline .tl-item:nth-child(even) .tl-year span {
          margin-right: 0;
          margin-left: .3em; }
        .timeline .tl-item:nth-child(even) .tl-year:before {
          float: left; }
      .timeline .tl-item:nth-child(even) .tl-event .tl-event-text {
        float: left; }
      .timeline .tl-item:nth-child(even) .tl-event .tl-event-img {
        float: right;
        padding-right: 0;
        padding-left: 10px; }

.search-form {
  margin-top: 24px;
  min-height: 37px; }
  @media (min-width: 992px) {
    .search-form {
      margin-top: 0; } }
  .search-form .form-wrapper {
    display: table;
    width: 100%; }
    .search-form .form-wrapper > * {
      display: table-cell;
      vertical-align: middle; }
  .search-form .form-group.text {
    padding-right: 6px; }
  .search-form input[type="text"] {
    height: 37px;
    margin-right: 6px;
    border-color: #6c6c6c;
    box-shadow: none; }
  .search-form input[type="submit"] {
    background: url(../img/loupe.svg?v.2) no-repeat center center white;
    border: none;
    width: 32px;
    min-width: 0;
    height: 27px;
    padding: 0;
    background-color: transparent;
    text-indent: -9999px; }

.gsc-control-cse {
  border: none !important;
  padding: 0 !important; }

.gsc-control-cse {
  font-family: "Open Sans", Sans-serif !important;
  font-size: 16px !important; }
  @media (min-width: 992px) {
    .gsc-control-cse {
      font-size: 16px !important; } }
  .gsc-control-cse .gs-spelling,
  .gsc-control-cse .gs-result .gs-title,
  .gsc-control-cse .gs-result .gs-title * {
    font-size: 20px !important; }
  .gsc-control-cse .gsc-table-result {
    font-size: 16px !important; }
    @media (min-width: 992px) {
      .gsc-control-cse .gsc-table-result {
        font-size: 16px !important; } }

.gsc-table-cell-thumbnail {
  display: none; }
  @media (min-width: 992px) {
    .gsc-table-cell-thumbnail {
      display: table-cell; } }

.gs-webResult .gs-visibleUrl-long {
  display: none !important; }
  @media (min-width: 992px) {
    .gs-webResult .gs-visibleUrl-long {
      display: block !important; } }

.gsc-result .gs-title,
.gsc-result .gs-title * {
  height: auto !important;
  text-decoration: none !important; }

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gs-webResult .gs-snippet,
.gs-imageResult .gs-snippet,
.gs-fileFormatType {
  padding-top: 12px;
  color: #102C43; }
  @media (min-width: 992px) {
    .gs-webResult .gs-snippet,
    .gs-imageResult .gs-snippet,
    .gs-fileFormatType {
      padding-top: 0;
      padding-left: 16px; } }

.spc-comment-form {
  margin-top: 69px;
  padding-top: 46px;
  border-top: 1px solid rgba(215, 198, 192, 0.25); }

.spc-comments {
  margin-top: 69px; }

.spc-comment {
  display: block;
  padding: 14px; }
  .spc-comment:nth-child(odd) {
    background-color: rgba(215, 198, 192, 0.1); }
  .spc-comment-header {
    margin-bottom: 23px; }
  .spc-comment-footer {
    margin-top: 23px; }
  .spc-comment-user {
    display: flex;
    align-items: center; }
  .spc-comment .icon {
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    background-color: rgba(215, 198, 192, 0.1);
    border: 1px solid #D7C6C0;
    border-radius: 50%;
    margin-right: 8px; }

.extra-newsletter {
  -webkit-animation-duration: 0;
          animation-duration: 0;
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  background-color: #E6DCD8;
  color: #7B645B;
  border-top: 1px solid #7B645B;
  width: 100%;
  overflow: hidden; }
  .extra-newsletter > .inner {
    padding: 16px;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      .extra-newsletter > .inner {
        max-width: 480px;
        margin: 0 auto; } }
  .extra-newsletter button {
    border: none;
    background-color: transparent; }
  .extra-newsletter .close {
    outline: none;
    display: none; }
  .extra-newsletter .extra-remove {
    outline: none;
    position: absolute;
    top: -26px;
    left: 0;
    background-color: #6c6c6c;
    border: 0; }
  .extra-newsletter .header {
    display: flex;
    flex-direction: column;
    height: 80px;
    align-items: center;
    justify-content: center; }
  .extra-newsletter .title {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: #7B645B;
    outline: none; }
  .extra-newsletter .form-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out; }
  .extra-newsletter .alert {
    margin-top: 24px; }
  .extra-newsletter form {
    border-top: 1px solid #9E8074;
    padding-top: 16px;
    padding-bottom: 24px; }
    .extra-newsletter form input:not([type=submit]) {
      border-color: white;
      box-shadow: none; }
    .extra-newsletter form ::-webkit-input-placeholder {
      color: #C6AFA6; }
    .extra-newsletter form ::-moz-placeholder {
      color: #C6AFA6; }
    .extra-newsletter form :-ms-input-placeholder {
      color: #C6AFA6; }
    .extra-newsletter form ::-ms-input-placeholder {
      color: #C6AFA6; }
    .extra-newsletter form ::placeholder {
      color: #C6AFA6; }
  .extra-newsletter.is-focused {
    outline: none; }
    .extra-newsletter.is-focused .form-wrapper {
      max-height: 600px; }
    .extra-newsletter.is-focused .close {
      display: block;
      position: absolute;
      right: 15px;
      top: 15px;
      color: #7B645B;
      opacity: 0.9;
      text-shadow: none; }
  @media screen and (min-width: 992px) {
    .extra-newsletter {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      width: 380px;
      left: auto;
      right: 15px;
      bottom: 50px;
      border-top: 0;
      border-radius: 4px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); } }

.simple-banner {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #d80a1d;
  color: white;
  padding: 8px 13.5px;
  height: 60px; }
  @media screen and (min-width: 768px) {
    .simple-banner {
      height: 39px; } }
  .simple-banner a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em; }

.card {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  border: 1px solid #102C43;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); }
  .card:hover, .card:focus {
    outline: none;
    color: #102C43; }
  .card__thumb {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.4s ease-out; }
    .card__thumb:before {
      content: '';
      display: block;
      padding-top: 66.66%; }
  .card__body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 18px;
    background-color: #FFFFFF; }
  .card__title {
    font-size: 16px;
    font-weight: 700;
    color: #4d4d4d;
    margin-bottom: 12px; }
    @media screen and (min-width: 992px) {
      .card__title {
        font-size: 18px; } }
  .card__excerpt {
    margin-top: 12px;
    margin-bottom: 12px; }
  .card__cta {
    align-self: flex-start;
    margin-top: 16px; }
  .card.card--no-border {
    border: none; }

.product-single .container {
  max-width: 1075px !important;
  margin: 0 auto; }

.product-single .product-bg {
  width: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .product-single .product-bg {
      background-image: none !important; } }

.product-single .product-main-picture {
  display: block;
  width: 100%;
  max-height: 100%; }
  @media (max-width: 767px) {
    .product-single .product-main-picture {
      background-image: none !important; } }
  @media (min-width: 768px) {
    .product-single .product-main-picture {
      position: absolute;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      .product-single .product-main-picture img {
        display: none;
        width: 100%;
        max-width: auto;
        max-height: 644px; }
      .product-single .product-main-picture:after {
        content: '';
        display: block;
        padding-top: 53.6666%; } }

.product-single header > .container {
  position: relative;
  height: 100%; }

.product-single .header-content {
  display: inline-block; }
  .product-single .header-content h1 {
    margin-top: 0.707em; }
  .product-single .header-content h2 {
    margin-top: 1em; }
  .product-single .header-content h1, .product-single .header-content h2 {
    text-transform: none;
    color: #102C43;
    margin-bottom: 0; }
  .product-single .header-content .product-title h2 {
    font-weight: 400; }
  .product-single .header-content .product-cta {
    display: flex;
    margin-top: 2.1875em;
    margin-right: -15px;
    margin-left: -15px; }
    .product-single .header-content .product-cta > * {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      margin-right: 15px;
      margin-left: 15px; }
    .product-single .header-content .product-cta .btn {
      white-space: normal; }
  @media (min-width: 768px) {
    .product-single .header-content {
      margin-top: 2.5em;
      margin-bottom: 2.5em; }
      .product-single .header-content h1 {
        margin-top: 0; }
      .product-single .header-content .product-title {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 60px 15px;
        border-radius: 4px; } }
  @media (min-width: 992px) {
    .product-single .header-content {
      margin-top: 3.75em;
      margin-bottom: 5.625em; } }

.product-single .product-arguments {
  border: 1px solid #d80a1d;
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  padding: 15px; }
  @media (min-width: 768px) {
    .product-single .product-arguments {
      padding: 30px; } }
  @media (min-width: 992px) {
    .product-single .product-arguments {
      margin-top: -5.625em; } }

@media (min-width: 992px) {
  .product-single .product-content {
    margin-bottom: 2.1875em; }
    .product-single .product-content > .container {
      position: relative; }
    .product-single .product-content.product-content--videos {
      margin-bottom: 0.3125em; } }

.product-single .product-specifications span[itemprop="name"].h5 {
  color: #71050F;
  text-transform: uppercase;
  font-weight: 700; }

.product-single .product-specifications ul li {
  margin-bottom: 0.3em; }

.product-single .product-specifications:not(:first-child) span[itemprop="name"].h5 {
  margin-top: 1.2em; }

@media (min-width: 768px) {
  .product-single .product-specifications,
  .product-single .product-related,
  .product-single .product-videos {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .product-single .product-related {
    margin-top: 2.5em; } }

.product-single .product-related-links {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .product-single .product-related-links .btn {
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 10px; }

.product-single .product-docs .panel-heading {
  margin-bottom: 1.25em;
  padding-bottom: 0;
  border-radius: 0; }

.product-single .product-docs .panel-heading:not(:first-child) {
  border-top: 1px solid #102C43;
  padding-top: 1.25em; }

.product-single .product-docs .panel-title {
  margin-bottom: 0; }
  .product-single .product-docs .panel-title a {
    display: block;
    text-decoration: none;
    padding-right: 2em;
    position: relative;
    text-transform: uppercase; }
    .product-single .product-docs .panel-title a:after {
      font-size: .6em;
      content: "\e253";
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      padding-top: .6em; }
    .product-single .product-docs .panel-title a.collapsed {
      color: #102C43; }
      .product-single .product-docs .panel-title a.collapsed:after {
        content: "\e252"; }

.product-single .product-docs .panel-body {
  padding: 0 15px;
  padding-bottom: 1.25em; }

.product-single .product-tool + .product-tool {
  margin-top: 1.2em; }

.product-single .product-tool__content {
  position: relative;
  border-radius: 4px;
  border: 1px solid #d80a1d;
  overflow: hidden; }
  .product-single .product-tool__content:focus {
    outline: none; }
    .product-single .product-tool__content:focus .product-tool__over {
      opacity: 1; }
      .product-single .product-tool__content:focus .product-tool__over a, .product-single .product-tool__content:focus .product-tool__over .excerpt {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .product-single .product-tool__content:focus .product-tool__image {
      background-color: #DD2E3E; }
  .product-single .product-tool__content:hover .product-tool__over {
    opacity: 1; }
    .product-single .product-tool__content:hover .product-tool__over a, .product-single .product-tool__content:hover .product-tool__over .excerpt {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .product-single .product-tool__content:hover .product-tool__image {
    background-color: #DD2E3E; }

.product-single .product-tool__image {
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: multiply;
  background-color: transparent;
  transition: background-color 0.25s ease; }
  .product-single .product-tool__image:before {
    content: '';
    display: block;
    padding-bottom: 30.12%; }

.product-single .product-tool__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease; }
  .product-single .product-tool__over .excerpt,
  .product-single .product-tool__over a {
    display: block;
    max-width: 95%;
    text-align: center;
    color: white;
    font-weight: 700; }
  .product-single .product-tool__over .excerpt {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .product-single .product-tool__over a {
    margin-top: 12px;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    outline: none; }

.product-extra-images-container {
  overflow: hidden;
  max-height: 190px;
  padding: 0 30px; }
  .product-extra-images-container .product-extra-image {
    padding: 0 10px;
    outline: 0;
    display: block; }
    .product-extra-images-container .product-extra-image img {
      display: block;
      border: 1px solid #d80a1d;
      border-radius: 3px; }

@media screen and (min-width: 1485px) {
  .product-extra-images-container {
    margin-top: 0;
    display: block;
    width: auto;
    min-width: 0;
    position: absolute;
    top: 10px;
    left: -160px;
    width: 160px;
    height: 560px;
    max-height: none;
    overflow: hidden;
    padding: 30px 0;
    opacity: 1; }
    .product-extra-images-container .slick-dots {
      bottom: -50px; }
    .product-extra-images-container .slick-next {
      top: auto;
      right: auto;
      left: 50%;
      bottom: -25px;
      margin-left: -12px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .product-extra-images-container .slick-prev {
      left: 50%;
      top: -30px;
      margin-left: -12px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }

.product-video-list.is-multi {
  padding-left: 15px;
  padding-right: 15px; }

.products {
  width: 100%; }
  .products .products-inner {
    width: 100%;
    position: relative; }
    .products .products-inner__header {
      padding: 15px; }
      @media screen and (min-width: 1200px) {
        .products .products-inner__header {
          padding-top: 32px;
          padding-left: 375px;
          padding-right: 20px; } }
      .products .products-inner__header .title {
        margin: 0;
        padding: 24px 0 24px;
        position: relative; }
        .products .products-inner__header .title:after {
          content: '';
          display: block;
          width: 80px;
          position: absolute;
          bottom: 0;
          left: 0%;
          margin-left: 0;
          height: 2px;
          background: #d80a1d;
          border-radius: 1px;
          opacity: 1;
          transition: opacity 0.4s ease-out; }
      .products .products-inner__header .excerpt {
        margin-top: 1.414em;
        color: #4d4d4d; }
  .products .products-inner-container {
    display: flex;
    flex-direction: column;
    padding-top: 24px; }
    @media screen and (min-width: 1200px) {
      .products .products-inner-container {
        flex-direction: row;
        padding-top: 42px; } }

.product-downloads .h5 {
  text-transform: uppercase; }

.product-downloads .dl-title {
  margin-bottom: 0; }

.product-downloads .dl-language {
  text-transform: uppercase; }
  .product-downloads .dl-language:before {
    content: "["; }
  .product-downloads .dl-language:after {
    content: "]"; }

.product-downloads ul li {
  margin-bottom: 0.3em; }

.product-categories-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1200px) {
    .product-categories-list {
      margin-top: 0;
      justify-content: flex-start; } }
  .product-categories-list > * {
    width: calc(265px - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 45px; }
  .product-categories-list > .wrapper {
    background-color: white;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); }
    .product-categories-list > .wrapper:after {
      content: '';
      display: block;
      padding-bottom: 200%; }
    .product-categories-list > .wrapper > .inner {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .product-categories-list .pdt-cat-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    transition: -webkit-transform 0.35s ease-out;
    transition: transform 0.35s ease-out;
    transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out; }
    .product-categories-list .pdt-cat-img .pdt-cat-img-clip {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-color: transparent;
      background-position: top center; }
  .product-categories-list .pdt-cat-l {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 70%, 0);
            transform: translate3d(0, 70%, 0);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .product-categories-list .pdt-cat-title {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    height: 100px;
    display: flex;
    padding: 16px;
    margin: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .product-categories-list .pdt-cat-title > span {
      display: flex;
      align-items: center;
      height: 100%;
      overflow: hidden; }
  .product-categories-list .pdt-cat-pdts {
    opacity: 0;
    padding: 16px;
    padding-top: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
    .product-categories-list .pdt-cat-pdts a {
      display: block;
      text-align: center;
      color: white; }
  .product-categories-list .pdt-cat-logos {
    position: absolute;
    bottom: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: transparent;
    opacity: 1;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-property: opacity; }
    .product-categories-list .pdt-cat-logos .pictos-list--passes {
      justify-content: center !important; }
      .product-categories-list .pdt-cat-logos .pictos-list--passes > * + * {
        margin-left: 6px; }
  .product-categories-list > .wrapper.transit .pdt-cat-img {
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  .product-categories-list > .wrapper.transit .pdt-cat-l {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0); }
  .product-categories-list > .wrapper.transit .pdt-cat-pdts {
    opacity: 1; }
  .product-categories-list > .wrapper.transit .pdt-cat-logos {
    opacity: 0; }
  .product-categories-list > .wrapper.transit.has-large-list .pdt-cat-l {
    -webkit-transform: translate3d(0, 15%, 0);
            transform: translate3d(0, 15%, 0); }

.products-tags-filters .inner {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: white;
  color: #102C43; }
  .products-tags-filters .inner > .modal-header {
    padding: 25px; }
  .products-tags-filters .inner > .modal-body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0; }
  @media screen and (min-width: 1200px) {
    .products-tags-filters .inner > .modal-header {
      margin-left: 15px;
      margin-right: 30px;
      padding: 12px 0; }
      .products-tags-filters .inner > .modal-header .modal-title {
        font-weight: 400; }
      .products-tags-filters .inner > .modal-header button {
        display: none; }
    .products-tags-filters .inner > .modal-body {
      padding-top: 0;
      padding-left: 15px;
      padding-right: 30px;
      padding-bottom: 48px; } }

.products-tags-filters label {
  font-weight: 400; }

.products-tags-filters .close {
  width: 24px;
  height: 24px;
  position: relative;
  top: -8px;
  right: -8px; }

.products-tags-filters .refinement {
  padding: 12px 15px;
  border-bottom: 1px solid #e5e5e5; }
  .products-tags-filters .refinement > span {
    font-weight: 700; }
  @media screen and (min-width: 1200px) {
    .products-tags-filters .refinement {
      padding-left: 0;
      padding-right: 0; } }

.products-tags-filters__triggers {
  display: flex;
  justify-content: flex-end;
  padding: 6px 15px; }
  .products-tags-filters__triggers > * {
    margin: 0 5px; }
  .products-tags-filters__triggers button[type="button"] {
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 6px 8px;
    border-radius: 4px; }
    .products-tags-filters__triggers button[type="button"] > span {
      margin-right: 0.33em;
      font-weight: 400; }
    .products-tags-filters__triggers button[type="button"] .filters-counter {
      font-size: 13px; }
  .products-tags-filters__triggers .clear {
    background-color: transparent;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; }
    .products-tags-filters__triggers .clear:hover, .products-tags-filters__triggers .clear:focus {
      opacity: 0.9; }
    .products-tags-filters__triggers .clear [aria-hidden="true"] {
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 16px;
      border-radius: 16px;
      background-color: #ddd;
      margin-left: 3px; }
  @media screen and (min-width: 1200px) {
    .products-tags-filters__triggers {
      justify-content: flex-start;
      padding: 0;
      position: relative;
      height: 36px; }
      .products-tags-filters__triggers #products-tags-filters-btn-open {
        display: none; } }

.products-tags-filters__group {
  padding: 20px 15px; }
  .products-tags-filters__group + .products-tags-filters__group {
    border-top: 1px solid #e5e5e5; }
  @media screen and (min-width: 1200px) {
    .products-tags-filters__group {
      padding-left: 0;
      padding-right: 0; } }

.products-tags-filters__group-title {
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 16px;
  text-transform: capitalize;
  color: #d80a1d; }

@media screen and (min-width: 1200px) {
  .products-tags-filters {
    width: 340px;
    margin-top: -34px; }
    .products-tags-filters .inner {
      display: block;
      position: static;
      height: auto;
      background-color: transparent; }
    .products-tags-filters label {
      font-size: 14px; } }

.spc-search-mobile, .menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  border: none; }
  @media screen and (min-width: 1485px) {
    .spc-search-mobile, .menu-toggle {
      display: none;
      height: 65px; } }

body {
  padding-top: 69px;
  background-color: #fafafa; }
  body.has-simple-banner {
    padding-top: 129px; }
  @media screen and (min-width: 1485px) {
    body {
      padding-top: 77px; }
      body.has-simple-banner {
        padding-top: 116px; } }

.main-header {
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .has-simple-banner .main-header {
    top: 60px; }
  @media screen and (min-width: 1485px) {
    .main-header {
      padding-top: 0;
      padding-bottom: 12px;
      height: auto; }
      .has-simple-banner .main-header {
        top: 39px; } }
  .main-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 1485px) {
      .main-header__container {
        position: relative;
        height: 65px;
        top: 12px; } }
  .main-header .extra-menu {
    display: none; }
    .main-header .extra-menu a {
      display: none;
      color: #d80a1d;
      text-decoration: none;
      font-weight: 700;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 1.1; }
      @media screen and (min-width: 1485px) {
        .main-header .extra-menu a {
          display: block;
          margin-right: 16px;
          margin-left: 32px; } }
      .main-header .extra-menu a:hover, .main-header .extra-menu a:active, .main-header .extra-menu a:focus {
        text-decoration: none;
        color: #AF0817;
        outline: none; }
      .main-header .extra-menu a.contact {
        color: #ffffff; }
    @media screen and (min-width: 1485px) {
      .main-header .extra-menu {
        display: flex;
        align-items: center;
        height: 100%; }
        .main-header .extra-menu > *:nth-child(2) {
          display: none; } }
    @media screen and (min-width: 1485px) {
      .main-header .extra-menu > *:nth-child(2) {
        display: block; } }
  .main-header .logos {
    display: flex;
    align-items: center;
    grid-gap: 12px;
    gap: 12px; }
    .main-header .logos .logo {
      width: auto;
      height: 30px; }
    .main-header .logos .spc-logo,
    .main-header .logos .fl-logo {
      height: 30px !important; }
    .main-header .logos .fl-logo {
      position: relative;
      top: -5px; }
    @media screen and (min-width: 1485px) {
      .main-header .logos {
        width: 380px;
        position: absolute;
        left: 32px; }
        .main-header .logos .logos {
          margin-left: 16px; }
        .main-header .logos .spc-logo,
        .main-header .logos .fl-logo {
          height: 33px !important; } }

.spc-search-mobile {
  position: relative;
  z-index: 1000; }
  .spc-search-mobile .spc-search-toggle {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #6c6c6c;
    outline: none;
    background-color: transparent;
    border: none; }
  .spc-search-mobile .spc-searchbox {
    max-width: 0;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: absolute;
    right: 45px;
    transition: max-width 0.32s ease;
    will-change: max-width; }
    @media screen and (min-width: 768px) {
      .spc-search-mobile .spc-searchbox {
        top: 0;
        right: inherit;
        left: 51px; } }
    .spc-search-mobile .spc-searchbox .search-form {
      display: flex;
      align-items: center;
      white-space: nowrap;
      margin: 0;
      height: 45px;
      background-color: #FFFFFF; }
      .spc-search-mobile .spc-searchbox .search-form .form-wrapper {
        border: 2px solid #e6e6e6;
        border-radius: 4px;
        position: relative;
        padding: 4px 8px;
        display: flex;
        align-items: center; }
      .spc-search-mobile .spc-searchbox .search-form .form-group {
        padding-right: 0;
        margin: 0; }
      .spc-search-mobile .spc-searchbox .search-form .search-ic {
        display: block;
        margin-left: 4px;
        margin-right: 4px; }
        .spc-search-mobile .spc-searchbox .search-form .search-ic .fa {
          color: #c0c0c0; }
      .spc-search-mobile .spc-searchbox .search-form input[name=s] {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: none;
        padding: 0;
        width: 280px;
        max-width: 280px;
        color: #4d4d4d;
        font-weight: 700;
        border-radius: 0;
        padding: 0 12px; }
        .spc-search-mobile .spc-searchbox .search-form input[name=s] ::-webkit-input-placeholder {
          color: #969696 !important; }
        .spc-search-mobile .spc-searchbox .search-form input[name=s] ::-moz-placeholder {
          color: #969696 !important; }
        .spc-search-mobile .spc-searchbox .search-form input[name=s] :-ms-input-placeholder {
          color: #969696 !important; }
        .spc-search-mobile .spc-searchbox .search-form input[name=s] ::-ms-input-placeholder {
          color: #969696 !important; }
        .spc-search-mobile .spc-searchbox .search-form input[name=s] ::placeholder {
          color: #969696 !important; }
      .spc-search-mobile .spc-searchbox .search-form .submit {
        display: none; }
    .spc-search-mobile .spc-searchbox.is-open {
      width: auto;
      z-index: 1000;
      max-width: 265px; }
  .spc-search-mobile .spc-hits {
    position: absolute;
    top: 100%;
    left: 0;
    width: 520px;
    height: 350px;
    overflow: auto; }

.menu-toggle {
  outline: none; }
  @media screen and (min-width: 1485px) {
    .main-header .menu-toggle {
      position: absolute;
      top: 0;
      left: 0;
      width: 80px; } }
  .menu-toggle__t {
    display: none; }
    @media screen and (min-width: 1485px) {
      .menu-toggle__t {
        display: block;
        width: 35px;
        margin-left: 5px;
        text-transform: uppercase;
        font-size: 0.75em;
        line-height: 1; } }
  .menu-toggle__hb {
    display: block;
    width: 24px; }
    .menu-toggle__hb span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background-color: #d80a1d; }
    .menu-toggle__hb span:first-child {
      margin-bottom: 6px; }
    .menu-toggle__hb span:last-child {
      margin-top: 6px; }
  .menu-toggle__cross {
    position: relative;
    display: block;
    width: 24px;
    height: 24px; }
    .menu-toggle__cross:before, .menu-toggle__cross:after {
      position: absolute;
      left: 11px;
      content: ' ';
      height: 24px;
      width: 2px;
      background-color: #d80a1d;
      -webkit-transform-origin: center;
              transform-origin: center; }
    .menu-toggle__cross:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .menu-toggle__cross:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.main-footer__container {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #2C4D60;
  color: #FFFFFF; }
  .main-footer__container.alt {
    background: #102C43;
    color: #FFFFFF; }
  .main-footer__container > .inner {
    max-width: 1360px;
    margin: 0 auto; }

.main-footer ul {
  margin-bottom: 0; }
  .main-footer ul li {
    font-size: 16px; }

.main-footer a {
  color: white; }

.main-footer__container:first-child > .inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .main-footer__container:first-child > .inner > * {
    margin: 15px; }
  @media screen and (min-width: 480px) {
    .main-footer__container:first-child > .inner > * {
      width: calc(50% - 30px); }
      .main-footer__container:first-child > .inner > *.section--social {
        width: 100%; } }
  @media screen and (min-width: 768px) {
    .main-footer__container:first-child > .inner > * {
      width: calc(25% - 30px); } }
  @media screen and (min-width: 1200px) {
    .main-footer__container:first-child > .inner > .section--social {
      width: auto; } }

.main-footer .section__title {
  font-weight: 700;
  text-transform: uppercase; }

.main-footer .section--social {
  text-align: center;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 73px;
  bottom: 0;
  left: 0;
  background: white;
  margin: 0 !important;
  padding: 12px 0;
  border-top: 1px solid #ddd; }
  @media screen and (min-width: 1200px) {
    .main-footer .section--social {
      width: auto;
      height: auto;
      top: 250px;
      left: auto;
      right: 0;
      padding: 8px;
      padding-right: 16px;
      bottom: auto;
      border-top: 0;
      background-color: white;
      border-radius: 0 3px 3px 0;
      border: 1px solid #ddd;
      border-right: 0; } }
  .main-footer .section--social .social-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1200px) {
      .main-footer .section--social .social-list {
        flex-direction: column; } }
    .main-footer .section--social .social-list a {
      display: flex;
      width: 35px;
      height: 35px;
      justify-content: center;
      align-items: center;
      margin: 5.33333px;
      color: white;
      background-color: #d80a1d;
      border-radius: 3px;
      text-decoration: none; }
  .main-footer .section--social .fa {
    font-size: 1.33em; }

.main-footer .section--extra-logo {
  width: 100%; }
  .main-footer .section--extra-logo img {
    display: block;
    max-width: 75% !important; }

.spc-footer-logo {
  max-width: 180px; }

.spc-card {
  padding-top: 24px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 480px) {
    .spc-card > [itemscope] {
      display: flex;
      flex-direction: column;
      max-width: 480px; } }
  @media screen and (min-width: 572px) {
    .spc-card > [itemscope] {
      max-width: 572px; } }

.spc-footer-agencies {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: -15px;
  margin-right: -15px; }
  .spc-footer-agencies > * {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px; }
  @media screen and (min-width: 572px) {
    .spc-footer-agencies {
      flex-wrap: nowrap; }
      .spc-footer-agencies > * {
        width: auto;
        max-width: calc(33% - 30px); } }
  .spc-footer-agencies .item {
    font-size: 0.875em; }

.last-footer {
  padding-top: 24px;
  padding-bottom: 14px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #102C43;
  color: #FFFFFF;
  margin-bottom: 73px; }
  @media screen and (min-width: 1200px) {
    .last-footer {
      margin-bottom: 0; } }
  .last-footer > .inner {
    max-width: 1360px;
    margin: 0 auto; }

.main-menu {
  position: fixed;
  z-index: 1031;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  background-color: #DD2E3E;
  color: #FFFFFF;
  transition: left 0.32s ease;
  will-change: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .main-menu.is-open {
    left: 0; }
  .main-menu__container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto; }
  .main-menu a {
    text-decoration: none; }
    .main-menu a:hover, .main-menu a:active {
      text-decoration: none; }
  .main-menu .menu-toggle {
    position: absolute;
    z-index: 1000;
    top: 12px;
    right: 10px;
    background-color: transparent;
    border: none; }
  .main-menu .lang-switcher {
    position: absolute;
    z-index: 1000;
    background-color: #FFFFFF;
    top: 24px;
    left: 16px;
    margin-top: px; }
  .main-menu .section {
    padding-top: 32px;
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px; }
    .main-menu .section.section--main {
      background-color: #FFFFFF;
      color: #102C43; }
      .main-menu .section.section--main a {
        color: #d80a1d; }
    .main-menu .section__title {
      margin-bottom: 16px;
      font-weight: 700;
      text-transform: uppercase; }
      .main-menu .section__title:not(:first-child) {
        margin-top: 24px; }
    .main-menu .section ul {
      margin-bottom: 0;
      padding-left: 12px; }
    .main-menu .section a {
      color: #FFFFFF;
      display: inline-block;
      padding: 6px 0; }
      .main-menu .section a.contact {
        margin-top: 16px;
        border-bottom: 1px solid #d80a1d;
        font-weight: 700; }
  .main-menu .products-b {
    margin-top: 16px; }
    .main-menu .products-b a {
      font-size: 14px;
      color: #DD2E3E; }

.lang-switcher {
  list-style: none;
  margin-bottom: 0; }
  .lang-switcher a {
    display: flex;
    font-size: 14px;
    color: #969696; }
    .lang-switcher a > img {
      display: inline-block;
      margin-right: 0.3em; }
    .lang-switcher a .flag-icon {
      display: inline-block;
      width: 32px;
      height: 17px;
      margin-right: 0.3em;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 32px 17px; }
      .lang-switcher a .flag-icon-en {
        background-image: url("/flags/custom/us-uk.png"); }
      .lang-switcher a .flag-icon-fr {
        background-image: url("/flags/custom/fr.png"); }
    .lang-switcher a:active, .lang-switcher a:focus, .lang-switcher a:hover {
      color: #969696;
      text-decoration: inherit; }
  .lang-switcher--desktop {
    display: none;
    position: absolute;
    top: 0;
    right: 16px; }
    @media screen and (min-width: 1485px) {
      .lang-switcher--desktop {
        display: block; } }

.cbp-hrmenu {
  width: 100%; }

/* general ul style */
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* first level ul style */
.cbp-hrmenu > ul {
  display: flex;
  align-items: center;
  justify-content: start; }
  .cbp-hrmenu > ul > li > a {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    color: #2d2d2d;
    padding: 12px 16px;
    text-decoration: none; }
    .cbp-hrmenu > ul > li > a:hover, .cbp-hrmenu > ul > li > a:focus {
      color: #d80a1d; }
  .cbp-hrmenu > ul > li.cbp-hropen > a {
    color: #d80a1d; }
  .cbp-hrmenu > ul a.menu-search {
    position: relative; }
    .cbp-hrmenu > ul a.menu-search:before {
      content: '';
      display: block;
      background-color: #c0c0c0;
      position: absolute;
      left: 0.3rem;
      height: 2.4rem;
      top: 50%;
      margin-top: -1.2rem;
      width: 1px; }

.cbp-hrmenu a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block; }

.cbp-hrsub.cbp-hrsub--single .cbp-hrsub__in-wrapper {
  border-radius: 4px;
  background-color: white;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 24px; }

.cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__in-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6; }

.cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__content {
  display: flex;
  justify-content: flex-start;
  width: 980px;
  height: 100%; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__content > div {
    height: 100%;
    overflow-y: auto; }

.cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column {
  padding: 24px 32px;
  padding-right: 0; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column:first-of-type {
    width: 228px; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column:last-of-type {
    width: auto;
    position: relative; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column + .cbp-hrsub__column {
    width: 286px;
    border-left: 1px solid #e6e6e6; }
  .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column.with-sep {
    overflow: hidden; }
    .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column.with-sep:after, .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column.with-sep:before {
      content: '';
      display: none;
      width: 100px;
      height: 1px;
      background-color: #e6e6e6;
      position: absolute;
      left: 32px;
      margin-left: 0; }
    .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column.with-sep.with-sep--b:after {
      display: block;
      bottom: 24px; }
    .cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column.with-sep.with-sep--t:before {
      display: block;
      top: 24px; }

.cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto; }

.cbp-hrsub.cbp-hrsub--mega .cbp-hrsub__column:last-child {
  min-width: 33%;
  flex: 1; }

.cbp-hrsub .icon-wrapper {
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 32px;
  margin-bottom: 32px; }
  .cbp-hrsub .icon-wrapper .icon {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat; }

.cbp-hrsub .menu-items {
  padding: 0; }
  .cbp-hrsub .menu-items .separator {
    display: block;
    background-color: #969696;
    height: 1px;
    width: 35px;
    margin-top: 8px;
    margin-bottom: 8px; }
  .cbp-hrsub .menu-items .link-wrapper {
    padding-right: 6px; }
    .cbp-hrsub .menu-items .link-wrapper a {
      color: #4d4d4d;
      font-weight: 700;
      display: block;
      padding: 6px 0; }
      .cbp-hrsub .menu-items .link-wrapper a:hover, .cbp-hrsub .menu-items .link-wrapper a:active, .cbp-hrsub .menu-items .link-wrapper a.is-selected {
        color: #d80a1d; }

.cbp-hrsub .menu-items--alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.1s ease-in-out; }
  .cbp-hrsub .menu-items--alt h4 {
    margin-top: 6px;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 900;
    color: #6c6c6c;
    position: relative;
    display: inline-block; }
    .cbp-hrsub .menu-items--alt h4::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -6px;
      left: 0;
      width: calc(100% + 2px);
      height: 2px;
      background-color: #d80a1d;
      border-radius: 2px; }

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
  display: flex;
  justify-items: center;
  padding-top: 6px;
  position: absolute;
  z-index: 2001;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0s ease-in-out; }
  .cbp-hrmenu .cbp-hrsub--single {
    width: auto;
    min-width: 280px;
    background-color: transparent; }
  .cbp-hrmenu .cbp-hrsub--mega {
    display: none;
    overflow: hidden;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: white; }

.cbp-hrmenu > ul > li.cbp-hropen .cbp-hrsub {
  visibility: visible;
  opacity: 1;
  display: block; }

.cbp-hrsub ul > li.cbp-hropen .cbp-srsub {
  visibility: visible;
  opacity: 1; }

.cbp-hrmenu {
  display: none; }

@media screen and (min-width: 1485px) {
  .cbp-hrmenu {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center; } }

/* ----------------------------- */
.menu-mo {
  margin: 0;
  position: relative;
  background-color: white;
  min-height: 100%;
  padding-top: 69px;
  border-bottom: 1px solid #2d2d2d; }
  .menu-mo ul {
    margin: 0; }
  .menu-mo a {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 12px 16px;
    font-weight: 700;
    color: #d80a1d;
    border-bottom: 1px solid #f6f6f6; }
    .menu-mo a .slick-arrow {
      position: static !important;
      -webkit-transform: none;
              transform: none;
      width: 16px;
      height: 15px; }
      .menu-mo a .slick-arrow:before {
        opacity: 1; }
    .menu-mo a .slick-next {
      margin-left: auto !important; }
      .menu-mo a .slick-next:before {
        font-size: 17px; }
  .menu-mo > li:first-child {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  .menu-mo > li ul {
    background-color: white; }
    .menu-mo > li ul a {
      color: #282828; }
      .menu-mo > li ul a .slick-arrow {
        color: #282828;
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
      .menu-mo > li ul a .slick-next:before, .menu-mo > li ul a .slick-prev:before {
        color: #282828;
        font-size: 17px; }
      .menu-mo > li ul a.active .slick-arrow {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .menu-mo > li ul a.back .slick-prev + span {
        margin-left: 0.3em; }
  .menu-mo > li.contact a {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #282828;
    text-align: left; }
  .menu-mo > li > .child {
    position: absolute;
    z-index: 15;
    top: 69px;
    width: 100%;
    height: calc(100% - 69px);
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: all 0.25s ease;
    background-color: white; }
    .menu-mo > li > .child.active {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .menu-mo > li > .child a[data-close="parent"] {
      background-color: #f4f4f4; }
    .menu-mo > li > .child > ul > li:first-child {
      box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
    .menu-mo > li > .child ul > li > ul {
      opacity: 0;
      max-height: 0;
      transition: all 0.25s ease;
      overflow: hidden;
      background-color: #fafafa;
      box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
      .menu-mo > li > .child ul > li > ul.active {
        opacity: 1;
        max-height: 500px; }
      .menu-mo > li > .child ul > li > ul a {
        font-weight: 400;
        padding-left: 24px;
        border-bottom: 1px solid #f1f1f1; }

.spc-search-menu {
  width: 100%;
  overflow: hidden;
  padding: 24px; }
  .spc-search-menu__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    .spc-search-menu__inner > * + * {
      margin-top: 24px; }
  .spc-search-menu .spc-hits {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #DD2E3E #fafafa; }
    .spc-search-menu .spc-hits::-webkit-scrollbar {
      width: 11px; }
    .spc-search-menu .spc-hits::-webkit-scrollbar-track {
      background: #fafafa; }
    .spc-search-menu .spc-hits::-webkit-scrollbar-thumb {
      background-color: #DD2E3E;
      border-radius: 6px;
      border: 3px solid #fafafa; }

.hero-home {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .hero-home {
      max-height: 575px; } }
  .hero-home__img {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: gainsboro;
    width: 100%;
    max-height: 575px; }
    .hero-home__img::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      padding-bottom: 65%; }
      @media screen and (min-width: 768px) {
        .hero-home__img::before {
          padding-bottom: 40%; } }
      @media screen and (min-width: 992px) {
        .hero-home__img::before {
          padding-bottom: 33%; } }
      @media screen and (min-width: 1200px) {
        .hero-home__img::before {
          padding-bottom: 28%; } }
  .hero-home__content {
    display: flex;
    background-color: #102C43; }
    .hero-home__content p:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .hero-home__content {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 40%;
        max-width: 380px; }
        .hero-home__content::before {
          content: '';
          display: flex;
          border-radius: 100%;
          background: linear-gradient(75deg, #102C43, #06111a);
          border: 4px solid white;
          -webkit-transform: scale(1.75);
                  transform: scale(1.75);
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          margin-left: 65px;
          box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); } }
    @media screen and (min-width: 1200px) {
      .hero-home__content {
        max-width: 440px; }
        .hero-home__content::before {
          margin-left: 95px; } }
    @media screen and (min-width: 1485px) {
      .hero-home__content {
        max-width: 520px; }
        .hero-home__content::before {
          margin-left: 105px; } }
  .hero-home__content-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding: 24px;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1200px) {
      .hero-home__content-inner {
        max-width: 380px; } }
  .hero-home .content-text {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .hero-home .content-text {
        font-size: 24px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .hero-home .content-text {
        font-size: 28px; } }
  .hero-home .content-link {
    margin-top: 32px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .hero-home .content-link {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 1200px) {
      .hero-home .content-link a {
        font-size: 20px; } }

.testimonials-slick {
  max-width: 780px;
  margin: 0 auto;
  opacity: 0; }

.testimonial {
  padding: 22px; }
  .testimonial > .inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); }
    @media screen and (min-width: 768px) {
      .testimonial > .inner {
        flex-direction: row;
        height: 296px; } }
  .testimonial__logo {
    width: 33%;
    max-width: 250px;
    display: flex;
    padding: 18px;
    justify-content: flex-start; }
    @media screen and (min-width: 768px) {
      .testimonial__logo {
        align-items: center;
        justify-content: flex-start;
        width: 25%;
        max-width: 250px; } }
  .testimonial__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding: 18px;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .testimonial__content {
        padding: 24px; } }
    .testimonial__content .text {
      margin: 0;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .testimonial__content .text {
          overflow: hidden; } }
    .testimonial__content .signature,
    .testimonial__content .cta {
      display: flex;
      align-self: flex-end; }
      .testimonial__content .signature > p,
      .testimonial__content .cta > p {
        margin: 0; }
    .testimonial__content .signature {
      flex-direction: column;
      grid-gap: 12px;
      gap: 12px; }
  .testimonial__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px; }

.pictos-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  .pictos-list > * + * {
    margin-left: 16px; }
  .pictos-list img {
    display: block;
    width: 3em;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.1); }
  .pictos-list.pictos-list--rounded img {
    border-radius: 25.757575%; }
  .pictos-list.pictos-list--passes {
    justify-content: flex-start;
    margin-left: -4px; }
    .pictos-list.pictos-list--passes > * + * {
      margin-left: 0; }
    .pictos-list.pictos-list--passes img {
      width: 2em;
      box-shadow: none; }

.tiles {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
  grid-auto-rows: minmax(auto, 280px); }
  @media screen and (min-width: 768px) {
    .tiles {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: minmax(auto, 320px); } }
  @media screen and (min-width: 992px) {
    .tiles {
      max-width: 1180px;
      grid-gap: 0; }
      .tiles > .tile--double {
        grid-column: span 2; } }

.tile {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: #102C43;
  max-height: 320px;
  overflow: hidden; }
  .tile:hover, .tile:focus {
    outline: none;
    text-decoration: none; }
    .tile:hover .tile__img, .tile:focus .tile__img {
      opacity: 1; }
  .tile__img {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: background-color 0.4s ease-out;
    opacity: 0.4;
    transition: opacity 0.3s ease; }
  .tile__text {
    position: relative;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF; }

.contact-profile-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 720px;
  margin: 0 auto; }
  .contact-profile-card > *:first-child {
    display: flex;
    flex-direction: column;
    grid-gap: 32px;
    gap: 32px;
    background-color: #102C43;
    padding: 24px 0;
    border-radius: 16px; }
  .contact-profile-card .header {
    --pictureSize: 130px;
    position: relative;
    display: grid;
    grid-template-columns: var(--pictureSize) 1fr;
    align-items: center;
    grid-gap: 12px;
    gap: 12px;
    padding: 0 12px; }
    .contact-profile-card .header > div:first-child {
      display: none; }
    .contact-profile-card .header .img {
      width: var(--pictureSize);
      height: var(--pictureSize); }
      .contact-profile-card .header .img > span {
        position: relative;
        z-index: 10;
        display: block;
        width: 100%;
        height: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 100%;
        border: 3px solid #102C43; }
    .contact-profile-card .header .effect > div {
      display: block;
      position: absolute;
      z-index: 0;
      overflow: hidden;
      top: 0;
      left: 0;
      bottom: 0;
      width: calc(var(--pictureSize) + 12px);
      border-top-right-radius: var(--pictureSize);
      border-bottom-right-radius: var(--pictureSize); }
    .contact-profile-card .header .ext > img {
      width: 100%;
      max-width: 280px !important; }
    @media screen and (min-width: 380px) {
      .contact-profile-card .header {
        --pictureSize: 150px; } }
    @media screen and (min-width: 440px) {
      .contact-profile-card .header {
        --pictureSize: 180px; } }
    @media screen and (min-width: 480px) {
      .contact-profile-card .header {
        --firstColWidth: 50px;
        grid-template-columns: var(--firstColWidth) var(--pictureSize) 1fr; }
        .contact-profile-card .header > div:first-child {
          display: block; }
        .contact-profile-card .header .effect > div {
          width: calc(var(--firstColWidth) + 12px + var(--pictureSize)); } }
    @media screen and (min-width: 560px) {
      .contact-profile-card .header {
        --firstColWidth: 95px; } }
    @media screen and (min-width: 768px) {
      .contact-profile-card .header {
        --firstColWidth: 1fr;
        --pictureSize: 210px; }
        .contact-profile-card .header .effect > div {
          width: calc(50% + (var(--pictureSize) / 2)); } }
  .contact-profile-card .pres {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    grid-gap: 6px;
    gap: 6px;
    align-items: center;
    justify-content: center; }
    .contact-profile-card .pres .logo {
      display: block;
      width: 100%;
      max-width: 180px; }
    .contact-profile-card .pres .name {
      color: white;
      font-size: 24px;
      font-weight: 700; }
    .contact-profile-card .pres .job {
      color: #d80a1d; }
  .contact-profile-card .main-actions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    gap: 12px; }
    .contact-profile-card .main-actions > .btn {
      min-width: 120px; }
      .contact-profile-card .main-actions > .btn:hover, .contact-profile-card .main-actions > .btn:focus {
        outline: white;
        outline-offset: 2px;
        outline-width: thin;
        outline-style: solid; }
  .contact-profile-card .sec-actions {
    margin-top: 24px;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 100%; }
    .contact-profile-card .sec-actions > .wrapper {
      display: grid;
      grid-template-columns: repeat(1, minmax(0, 1fr));
      grid-gap: 24px;
      gap: 24px;
      width: 100%; }
    .contact-profile-card .sec-actions .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      width: 100%;
      padding: 18px;
      cursor: pointer; }
      .contact-profile-card .sec-actions .btn:hover, .contact-profile-card .sec-actions .btn:focus {
        outline: #102C43;
        outline-offset: 2px;
        outline-width: medium;
        outline-style: solid; }
      .contact-profile-card .sec-actions .btn > .wrapper {
        display: inline-flex;
        align-items: center;
        grid-gap: 16px;
        gap: 16px;
        width: 100%;
        overflow: hidden; }
        .contact-profile-card .sec-actions .btn > .wrapper > span {
          display: block;
          width: 100%;
          white-space: normal;
          text-align: left; }
      .contact-profile-card .sec-actions .btn:nth-child(even) {
        background-color: #102C43; }
    @media screen and (min-width: 380px) {
      .contact-profile-card .sec-actions > .wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 452px; }
      .contact-profile-card .sec-actions .btn {
        justify-content: start; }
        .contact-profile-card .sec-actions .btn:hover {
          background-color: #2C4D60; }
        .contact-profile-card .sec-actions .btn:nth-child(even) {
          background-color: #2C4D60;
          border-color: #2C4D60; }
        .contact-profile-card .sec-actions .btn:first-child {
          background-color: #102C43;
          border-color: #102C43; }
        .contact-profile-card .sec-actions .btn:nth-child(4) {
          background-color: #102C43;
          border-color: #102C43; }
        .contact-profile-card .sec-actions .btn:nth-child(5) {
          background-color: #102C43;
          border-color: #102C43; } }

.halftone {
  height: 100%;
  width: 100%; }
  .halftone:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 1rem, transparent 0);
    background-size: 3rem 3rem;
    background-position: 0rem 0rem; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow: hidden;
  position: fixed !important;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 10001;
  position: fixed !important;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.ais-Breadcrumb-list,
.ais-CurrentRefinements-list,
.ais-HierarchicalMenu-list,
.ais-Hits-list,
.ais-Results-list,
.ais-InfiniteHits-list,
.ais-InfiniteResults-list,
.ais-Menu-list,
.ais-NumericMenu-list,
.ais-Pagination-list,
.ais-RatingMenu-list,
.ais-RefinementList-list,
.ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button,
.ais-CurrentRefinements-delete,
.ais-CurrentRefinements-reset,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-InfiniteResults-loadMore,
.ais-Menu-showMore,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-SearchBox-submit,
.ais-SearchBox-reset,
.ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-ClearRefinements-button::-moz-focus-inner,
.ais-CurrentRefinements-delete::-moz-focus-inner,
.ais-CurrentRefinements-reset::-moz-focus-inner,
.ais-GeoSearch-redo::-moz-focus-inner,
.ais-GeoSearch-reset::-moz-focus-inner,
.ais-HierarchicalMenu-showMore::-moz-focus-inner,
.ais-InfiniteHits-loadPrevious::-moz-focus-inner,
.ais-InfiniteHits-loadMore::-moz-focus-inner,
.ais-InfiniteResults-loadMore::-moz-focus-inner,
.ais-Menu-showMore::-moz-focus-inner,
.ais-RangeInput-submit::-moz-focus-inner,
.ais-RefinementList-showMore::-moz-focus-inner,
.ais-SearchBox-submit::-moz-focus-inner,
.ais-SearchBox-reset::-moz-focus-inner,
.ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.ais-ClearRefinements-button[disabled],
.ais-CurrentRefinements-delete[disabled],
.ais-CurrentRefinements-reset[disabled],
.ais-GeoSearch-redo[disabled],
.ais-GeoSearch-reset[disabled],
.ais-HierarchicalMenu-showMore[disabled],
.ais-InfiniteHits-loadPrevious[disabled],
.ais-InfiniteHits-loadMore[disabled],
.ais-InfiniteResults-loadMore[disabled],
.ais-Menu-showMore[disabled],
.ais-RangeInput-submit[disabled],
.ais-RefinementList-showMore[disabled],
.ais-SearchBox-submit[disabled],
.ais-SearchBox-reset[disabled],
.ais-VoiceSearch-button[disabled] {
  cursor: default; }

.ais-InfiniteHits-loadPrevious,
.ais-InfiniteHits-loadMore,
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  overflow-anchor: none; }

.ais-Breadcrumb-list,
.ais-Breadcrumb-item,
.ais-Pagination-list,
.ais-RangeInput-form,
.ais-RatingMenu-link,
.ais-PoweredBy {
  display: flex;
  align-items: center; }

.ais-GeoSearch,
.ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear,
.ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/**
 * Reset
 */
[class^='ais-'] {
  box-sizing: border-box; }

/**
 * Disabled
 */
[class^='ais-'][class$='--disabled'],
[class^='ais-'][class$='--disabled'] *,
.ais-VoiceSearch-button:disabled {
  cursor: not-allowed; }

/**
 * Buttons
 */
.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore,
.ais-ClearRefinements-button,
.ais-InfiniteHits-loadMore,
.ais-RangeInput-submit,
.ais-InfiniteHits-loadPrevious,
.ais-Pagination-link,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-VoiceSearch-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  color: #23263b;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  justify-content: center;
  line-height: 1.85rem;
  padding: 0 1.6rem;
  align-items: center;
  justify-items: center;
  place-items: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  height: 2.1rem; }

.ais-HierarchicalMenu-showMore,
.ais-Menu-showMore,
.ais-RefinementList-showMore {
  margin-top: 1.6rem; }

.ais-HierarchicalMenu-showMore:hover,
.ais-Menu-showMore:hover,
.ais-RefinementList-showMore:hover,
.ais-ClearRefinements-button:hover,
.ais-InfiniteHits-loadMore:hover,
.ais-RangeInput-submit:hover,
.ais-InfiniteHits-loadPrevious:hover,
.ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled) .ais-Pagination-link:hover,
.ais-GeoSearch-redo:hover,
.ais-GeoSearch-reset:hover,
.ais-VoiceSearch-button:hover {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #d6d6e7; }

.ais-HierarchicalMenu-showMore:focus,
.ais-Menu-showMore:focus,
.ais-RefinementList-showMore:focus,
.ais-ClearRefinements-button:focus,
.ais-InfiniteHits-loadMore:focus,
.ais-RangeInput-submit:focus,
.ais-InfiniteHits-loadPrevious:focus,
.ais-GeoSearch-redo:focus,
.ais-GeoSearch-reset:focus,
.ais-VoiceSearch-button:focus {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #3c4fe0;
  box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 1px;
  outline: currentcolor none medium; }

.ais-HierarchicalMenu-showMore:active,
.ais-Menu-showMore:active,
.ais-RefinementList-showMore:active,
.ais-ClearRefinements-button:active,
.ais-InfiniteHits-loadMore:active,
.ais-InfiniteHits-loadPrevious:active,
.ais-Pagination-item--selected .ais-Pagination-link,
.ais-Pagination-link:active,
.ais-GeoSearch-redo:active,
.ais-GeoSearch-reset:active,
.ais-VoiceSearch-button:active {
  border-color: #d6d6e7;
  box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset, rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0; }

.ais-ClearRefinements-button:disabled[disabled],
.ais-InfiniteHits-loadMore:disabled[disabled],
.ais-InfiniteHits-loadPrevious:disabled[disabled],
.ais-Pagination-item--disabled .ais-Pagination-link,
.ais-GeoSearch-redo--disabled,
.ais-GeoSearch-reset--disabled,
.ais-VoiceSearch-button:disabled {
  background-image: linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #efeff5;
  box-shadow: none;
  color: #b6b7d5; }

.ais-HierarchicalMenu-showMore--disabled[disabled],
.ais-Menu-showMore--disabled[disabled],
.ais-RefinementList-showMore--disabled[disabled] {
  display: none; }

/**
 * Labels
 */
.ais-NumericMenu-label,
.ais-ToggleRefinement-label,
.ais-HierarchicalMenu-item,
.ais-Menu-item,
.ais-RatingMenu-item,
.ais-RefinementList-item {
  display: block;
  font-size: 1.475rem;
  line-height: 2.35rem; }

.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-RatingMenu-link,
.ais-RefinementList-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap; }

.ais-Breadcrumb-link,
.ais-HierarchicalMenu-link,
.ais-Menu-link,
.ais-RatingMenu-link {
  color: inherit;
  text-decoration: none; }

.ais-Breadcrumb-link:hover {
  text-decoration: underline; }

.ais-HierarchicalMenu-label,
.ais-Menu-label,
.ais-RefinementList-labelText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link > .ais-HierarchicalMenu-label,
.ais-Menu-item--selected .ais-Menu-label,
.ais-RefinementList-item--selected,
.ais-RatingMenu-item--selected {
  font-weight: 600; }

/**
 * Count
 */
.ais-ToggleRefinement-count,
.ais-HierarchicalMenu-count,
.ais-Menu-count,
.ais-RatingMenu-count,
.ais-RefinementList-count {
  background: #f5f5fa none repeat scroll 0% 0%;
  border: 1px solid #b6b7d5;
  border-radius: 99999px;
  color: #23263b;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.6rem;
  margin-left: 1.1rem;
  overflow: hidden;
  padding: 0 0.85rem; }

/**
 * No Results
 */
.ais-Menu-noResults,
.ais-HierarchicalMenu-noResults,
.ais-RefinementList-noResults {
  color: #5a5e9a;
  font-size: 1.475rem;
  line-height: 1.85rem;
  margin-top: 1.6rem; }

/**
 * Selectors
 */
.ais-MenuSelect-select,
.ais-HitsPerPage-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #fcfcfd);
  background-position: right 1.6rem center, 0 0;
  background-repeat: no-repeat;
  background-size: 10px, auto;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
  color: #23263b;
  cursor: pointer;
  font: inherit;
  height: 3.1rem;
  outline: currentcolor none medium;
  padding: 0 3.1rem 0 1.6rem;
  position: relative;
  width: 100%; }

.ais-HitsPerPage-select:-moz-focusring,
.ais-HitsPerPage-select::-moz-focus-inner,
.ais-SortBy-select:-moz-focusring,
.ais-SortBy-select::-moz-focus-inner {
  color: transparent;
  outline: currentcolor none medium; }

.ais-HitsPerPage-select > option:not(:checked),
.ais-SortBy-select > option:not(:checked) {
  color: #23263b; }

.ais-HitsPerPage-select > option:disabled,
.ais-SortBy-select > option:disabled {
  color: #b6b7d5; }

.ais-HitsPerPage-select:hover,
.ais-SortBy-select:hover {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fcfcfd, #f5f5fa);
  border-color: #d6d6e7; }

.ais-HitsPerPage-select:focus,
.ais-SortBy-select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #3c4fe0;
  box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 0; }

.ais-HitsPerPage-select:disabled,
.ais-SortBy-select:disabled {
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'), linear-gradient(-180deg, #fff, #f5f5fa);
  border-color: #efeff5;
  box-shadow: none;
  color: #b6b7d5;
  cursor: not-allowed; }

/**
 * Panel
 */
.ais-Panel {
  margin-bottom: 2.6rem; }

.ais-Panel-header {
  color: #5a5e9a;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-bottom: 1.6rem;
  text-transform: uppercase; }

.ais-Panel-footer {
  color: #5a5e9a;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin-top: 1.6rem; }

.ais-Panel--collapsible {
  position: relative; }

.ais-Panel--collapsible .ais-Panel-collapseButton {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0; }

.ais-Panel--collapsed .ais-Panel-body,
.ais-Panel--collapsed .ais-Panel-footer {
  display: none; }

/**
 * SearchBox
 */
.ais-SearchBox-form {
  background-color: #fff;
  display: flex;
  font-size: 1.475rem;
  height: 5.1rem;
  line-height: 1.85rem;
  position: relative;
  width: 100%; }

.ais-SearchBox-form::before {
  font-family: 'FontAwesome';
  content: '\f002';
  color: #102C43;
  font-size: 18px;
  width: 18px;
  height: 18px;
  left: 1.6rem;
  margin-top: -9px;
  position: absolute;
  top: 50%; }

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #E6DCD8;
  border-radius: 2px;
  caret-color: #102C43;
  color: #102C43;
  flex: 1 1 0%;
  font: inherit;
  max-width: 100%;
  padding-left: 4rem; }

.ais-SearchBox-input::-webkit-input-placeholder {
  color: #6c6c6c; }

.ais-SearchBox-input:-ms-input-placeholder {
  color: #6c6c6c; }

.ais-SearchBox-input::-moz-placeholder {
  color: #6c6c6c; }

.ais-SearchBox-input::-ms-input-placeholder {
  color: #6c6c6c; }

.ais-SearchBox-input::placeholder {
  color: #6c6c6c; }

.ais-SearchBox-input:focus {
  border-color: #D7C6C0;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset, rgba(215, 198, 192, 0.6) 0px 0px 8px 0px;
  outline: currentcolor none medium; }

.ais-SearchBox-input:disabled {
  background: transparent linear-gradient(-180deg, #fff, #f5f5fa) repeat scroll 0% 0%;
  border-color: #efeff5;
  box-shadow: none;
  cursor: not-allowed; }

.ais-SearchBox-input:disabled::-webkit-input-placeholder {
  color: #b6b7d5;
  pointer-events: none; }

.ais-SearchBox-input:disabled:-ms-input-placeholder {
  color: #b6b7d5;
  pointer-events: none; }

.ais-SearchBox-input:disabled::-moz-placeholder {
  color: #b6b7d5;
  pointer-events: none; }

.ais-SearchBox-input:disabled::-ms-input-placeholder {
  color: #b6b7d5;
  pointer-events: none; }

.ais-SearchBox-input:disabled::placeholder {
  color: #b6b7d5;
  pointer-events: none; }

.ais-SearchBox-input::-webkit-search-cancel-button,
.ais-SearchBox-input::-webkit-search-decoration,
.ais-SearchBox-input::-webkit-search-results-button,
.ais-SearchBox-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none; }

.ais-SearchBox-loadingIndicator,
.ais-SearchBox-reset {
  align-items: center;
  border-radius: 50%;
  display: flex;
  fill: #102C43;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px; }

.ais-SearchBox-reset:focus {
  background: #969696;
  fill: #fff;
  outline: 0; }

.ais-RefinementList-searchBox .ais-SearchBox-loadingIndicator,
.ais-RefinementList-searchBox .ais-SearchBox-reset {
  right: 1.1rem; }

.ais-SearchBox-loadingIndicator[hidden],
.ais-SearchBox-reset[hidden] {
  display: none; }

.ais-SearchBox-submit {
  display: none; }

.ais-Menu-searchBox,
.ais-RefinementList-searchBox {
  margin-bottom: 1.1rem; }

.ais-Menu-searchBox .ais-SearchBox-form,
.ais-RefinementList-searchBox .ais-SearchBox-form {
  height: 2.6rem; }

.ais-Menu-searchBox .ais-SearchBox-form::before,
.ais-RefinementList-searchBox .ais-SearchBox-form::before {
  left: 1.1rem; }

.ais-Menu-searchBox .ais-SearchBox-input,
.ais-RefinementList-searchBox .ais-SearchBox-input {
  padding-left: 2.6rem; }

/**
 * VoiceSearch
 */
.ais-VoiceSearch-button {
  color: #5a5e9a;
  height: 48px;
  width: 48px; }

.ais-VoiceSearch-button svg {
  color: currentcolor; }

/**
 * Highlighting and Snippeting
 */
.ais-Highlight-highlighted,
.ais-Snippet-highlighted {
  background-color: rgba(216, 10, 29, 0.2);
  color: #d80a1d;
  font-style: normal;
  border-radius: 2px;
  padding: 0 0.2em; }

/**
 * Hits
 */
.ais-Hits-item,
.ais-InfiniteHits-item {
  align-items: center;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.05), 0 1px 3px 0 rgba(35, 38, 59, 0.15);
  display: flex;
  font-size: 1.475rem;
  font-weight: 400;
  padding: 12px; }

.ais-Hits-item:first-of-type,
.ais-InfiniteHits-item:first-of-type {
  border-radius: 3px 3px 0 0; }

.ais-Hits-item:last-of-type,
.ais-InfiniteHits-item:last-of-type {
  border-radius: 0 0 3px 3px; }

.ais-Hits-item:only-of-type,
.ais-InfiniteHits-item:only-of-type {
  border-radius: 3px; }

.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious {
  display: flex;
  margin: 1.6rem auto; }

.spc-Hits-itemLink {
  color: inherit;
  text-decoration: none;
  display: block;
  width: 100%; }
  .spc-Hits-itemLink:hover, .spc-Hits-itemLink:focus {
    color: #d80a1d; }

.spc-Hits-itemTitleContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.spc-Hits-itemTitle {
  font-weight: 700; }

.spc-Hits-itemExcerpt {
  color: #4d4d4d; }

.spc-Hits-itemCategory {
  font-size: 0.7em;
  line-height: 1;
  background-color: #e6e6e6;
  color: #969696;
  text-transform: uppercase;
  padding: 4px;
  border-radius: 2px; }

/**
 * GeoSearch
 */
.ais-GeoSearch {
  position: relative; }

.ais-GeoSearch-control {
  left: 4.35rem;
  position: absolute;
  top: 1.6rem; }

.ais-GeoSearch-label {
  align-items: center;
  background-color: #f5f5fa;
  border: 1px solid #b6b7d5;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.475rem;
  line-height: 1.5;
  min-height: 2.1rem;
  padding: 0.85rem 1.1rem; }

.ais-GeoSearch-label,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset {
  white-space: nowrap; }

.ais-GeoSearch-reset {
  bottom: 1.85rem;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

/**
 * RefinementList
 */
.ais-RefinementList-checkbox,
.ais-GeoSearch-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-size: 180%;
  border: 1px solid currentcolor;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  color: #d6d6e7;
  cursor: inherit;
  height: 1.6rem;
  margin: 0 1.1rem 0 0;
  min-width: 1.6rem; }

.ais-RefinementList-item--selected .ais-RefinementList-checkbox,
.ais-GeoSearch-input:checked {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-size: 14px;
  border-color: currentcolor;
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset;
  color: #3c4fe0; }

.ais-RefinementList-checkbox:focus,
.ais-GeoSearch-input:focus {
  outline: currentcolor none medium; }

.ais-RefinementList-item--selected .ais-RefinementList-checkbox:focus,
.ais-GeoSearch-input:checked:focus {
  box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset, currentcolor 0 0 0 1px; }

/**
 * NumericMenu
 */
.ais-NumericMenu-label {
  align-items: center;
  cursor: pointer;
  display: flex; }

.ais-NumericMenu-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 50%;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  height: 16px;
  margin: 0 1.1rem 0 0;
  outline: 0;
  position: relative;
  width: 16px; }

.ais-NumericMenu-radio:checked,
.ais-NumericMenu-radio:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05); }

.ais-NumericMenu-radio:focus {
  box-shadow: 0 0 0 1px #3c4fe0, 0 1px 0 0 rgba(35, 38, 59, 0.05); }

.ais-NumericMenu-radio:checked:after {
  background: #3c4fe0;
  border-radius: 50%;
  bottom: 4px;
  content: '';
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px; }

/**
 * HierarchicalMenu
 */
.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 2.1rem; }

.ais-HierarchicalMenu-link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23b6b7d5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2218%2015%2012%209%206%2015%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 1.6rem;
  margin-right: 1.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1.6rem; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link::before {
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E"); }

/**
 * RatingMenu
 */
.ais-RatingMenu-starIcon {
  margin-right: 0.85rem; }

.ais-RatingMenu-starIcon {
  fill: #5a5e9a;
  position: relative;
  width: 16px; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
  fill: #b6b7d5; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count,
.ais-RatingMenu-item--disabled .ais-RatingMenu-label {
  color: #b6b7d5; }

/**
 * ClearRefinements
 */
.ais-ClearRefinements-button {
  width: 100%; }

/**
 * CurrentRefinements
 */
.ais-CurrentRefinements-list {
  display: inline-grid;
  grid-gap: 1.6rem;
  gap: 1.6rem;
  grid-auto-flow: column; }

.ais-CurrentRefinements-item {
  align-items: center;
  background-color: #f5f5fa;
  border: 1px solid #b6b7d5;
  border-radius: 3px;
  display: flex;
  display: inline-flex;
  font-size: 1.475rem;
  line-height: 1.5;
  min-height: 2.1rem;
  padding: 0.65rem 1.1rem; }

.ais-CurrentRefinements-category {
  display: flex;
  margin-left: 1.1rem; }

.ais-CurrentRefinements-delete {
  color: #9698c3;
  height: 100%;
  margin-left: 0.85rem;
  outline-width: 0; }

/**
 * ToggleRefinement
 */
.ais-ToggleRefinement-label {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }

.ais-ToggleRefinement-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(65, 66, 71, 0.08);
  background: #f5f5fa;
  border-radius: 9999px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
  height: 18px;
  pointer-events: none;
  position: relative;
  width: 32px; }

.ais-ToggleRefinement-checkbox:checked {
  background: #3c4fe0;
  box-shadow: inset 0 1px 4px 0 rgba(35, 38, 59, 0.1); }

.ais-ToggleRefinement-checkbox:focus {
  outline: 0; }

.ais-ToggleRefinement-checkbox::after {
  background: linear-gradient(-180deg, #fff, #f5f5fa);
  border-radius: 9999px;
  box-shadow: 1px 1px 1px 0 rgba(35, 38, 59, 0.05);
  content: '';
  height: 16px;
  left: 1px;
  position: absolute;
  top: 1px;
  transition: all 100ms ease-in-out;
  width: 16px; }

.ais-ToggleRefinement-checkbox:checked::after {
  -webkit-transform: translateX(14px);
  transform: translateX(14px); }

/**
 * RangeInput
 */
.ais-RangeInput-input {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
  caret-color: #5a5e9a;
  color: #23263b;
  cursor: text;
  display: flex;
  flex: 1;
  font-size: 1.475rem;
  height: 2.6rem;
  line-height: 1.85rem;
  min-width: 0;
  overflow: hidden;
  padding: 0 1.6rem;
  position: relative; }

.ais-RangeInput-input:focus {
  border-color: #3c4fe0;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  outline: 0; }

.ais-RangeInput-separator {
  margin: 0 1.1rem; }

.ais-RangeInput-submit {
  margin-left: 1.1rem; }

/**
 * RangeSlider
 */
.ais-RangeSlider .rheostat {
  margin: 40px 6px; }

.ais-RangeSlider .rheostat-horizontal {
  cursor: pointer;
  width: calc(100% - 15px); }

.ais-RangeSlider .rheostat-background {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 0.5px 0 0 rgba(255, 255, 255, 0.05);
  height: 4px; }

.ais-RangeSlider .rheostat-progress {
  background-color: #3c4fe0;
  border-radius: 3px;
  height: 4px;
  max-width: 100%;
  top: 0; }

.ais-RangeSlider .rheostat-tooltip {
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-RangeSlider .rheostat-handle {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  height: 24px;
  margin-left: -6px;
  top: -11px;
  width: 12px; }

.ais-RangeSlider .rheostat-handle::before,
.ais-RangeSlider .rheostat-handle::after {
  background-color: #d6d6e7;
  content: '';
  height: 12px;
  position: absolute;
  top: 6px;
  width: 1px; }

.ais-RangeSlider .rheostat-handle::before {
  left: 4px; }

.ais-RangeSlider .rheostat-handle::after {
  right: 4px; }

.ais-RangeSlider .rheostat-marker {
  background-color: #d6d6e7; }

/**
 * Pagination
 */
.ais-Pagination-item:first-child > .ais-Pagination-link {
  border-radius: 3px 0 0 3px; }

.ais-Pagination-item + .ais-Pagination-item > .ais-Pagination-link {
  border-radius: 0;
  margin-left: -1px; }

.ais-Pagination-item:last-child > .ais-Pagination-link {
  border-radius: 0 3px 3px 0; }

.ais-Pagination-item {
  display: inline-block; }

.ais-Pagination-item--selected .ais-Pagination-link {
  font-weight: bold; }

/**
 * Breadrumb
 */
.ais-Breadcrumb-link,
.ais-Breadcrumb-separator {
  color: #5a5e9a; }

.ais-Breadcrumb-separator {
  display: flex;
  margin: 0 1.1rem; }

.ais-Breadcrumb-item--selected {
  font-weight: 600; }

.ais-Breadcrumb-item--selected .ais-Breadcrumb-separator {
  font-weight: normal; }

@media (max-width: 767px) {
  .ais-SearchBox-input,
  .ais-RangeInput-input {
    font-size: 1.6rem; } }
