@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Ubuntu:300,400,500';
@-webkit-keyframes x-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 55, 15, 0.6);
            box-shadow: 0 0 0 0 rgba(224, 55, 15, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(224, 55, 15, 0);
            box-shadow: 0 0 0 10px rgba(224, 55, 15, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 55, 15, 0);
            box-shadow: 0 0 0 0 rgba(224, 55, 15, 0); } }
@-o-keyframes x-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(224, 55, 15, 0.6); }
  70% {
    box-shadow: 0 0 0 10px rgba(224, 55, 15, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(224, 55, 15, 0); } }
@keyframes x-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 55, 15, 0.6);
            box-shadow: 0 0 0 0 rgba(224, 55, 15, 0.6); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(224, 55, 15, 0);
            box-shadow: 0 0 0 10px rgba(224, 55, 15, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(224, 55, 15, 0);
            box-shadow: 0 0 0 0 rgba(224, 55, 15, 0); } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes roll {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes roll {
  from {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes roll {
  from {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes drawBorder {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    border-top-color: transparent;
    border-left-color: transparent;
    width: 100%;
    height: 100%; } }

@-o-keyframes drawBorder {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    border-top-color: transparent;
    border-left-color: transparent;
    width: 100%;
    height: 100%; } }

@keyframes drawBorder {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 100%;
    height: 0; }
  50% {
    width: 100%;
    height: 100%; }
  100% {
    border-top-color: transparent;
    border-left-color: transparent;
    width: 100%;
    height: 100%; } }

@-webkit-keyframes bg-slide {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  60% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-o-keyframes bg-slide {
  0% {
    -o-transform: scale(1);
       transform: scale(1); }
  10% {
    -o-transform: scale(1);
       transform: scale(1); }
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1); }
  60% {
    -o-transform: scale(1.1);
       transform: scale(1.1); }
  100% {
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes bg-slide {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  10% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
  60% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes car-flightmode {
  0% {
    opacity: 1; }
  33% {
    opacity: 0; }
  66% {
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes car-flightmode {
  0% {
    opacity: 1; }
  33% {
    opacity: 0; }
  66% {
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes car-flightmode {
  0% {
    opacity: 1; }
  33% {
    opacity: 0; }
  66% {
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes car-flightmode2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-o-keyframes car-flightmode2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes car-flightmode2 {
  0% {
    opacity: 0; }
  33% {
    opacity: 1; }
  66% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@-webkit-keyframes car-flightmode3 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  90% {
    opacity: 0; } }

@-o-keyframes car-flightmode3 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  90% {
    opacity: 0; } }

@keyframes car-flightmode3 {
  0% {
    opacity: 0; }
  33% {
    opacity: 0; }
  66% {
    opacity: 1; }
  67% {
    opacity: 0; }
  90% {
    opacity: 0; } }

@-webkit-keyframes car-flight {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes car-flight {
  0% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  60% {
    -o-transform: translateY(-10px);
       transform: translateY(-10px); }
  70% {
    -o-transform: translateY(0);
       transform: translateY(0); }
  80% {
    -o-transform: translateY(-5px);
       transform: translateY(-5px); }
  90% {
    -o-transform: translateY(-10px);
       transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes car-flight {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  80% {
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px); }
  90% {
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

.navbar.navbar-variant .my-nexperia.edit-mode {
  position: relative;
  display: none; }

nav.navbar-collapse .navbar-top.edit-mode {
  position: absolute; }

@font-face {
  font-family: "nexperia";
  src: url("../fonts/nexperia-icon-font/fonts/nexperia.eot?osua5m");
  src: url("../fonts/nexperia-icon-font/fonts/nexperia.eot?osua5m#iefix") format("embedded-opentype"), url("../fonts/nexperia-icon-font/fonts/nexperia.ttf?osua5m") format("truetype"), url("../fonts/nexperia-icon-font/fonts/nexperia.woff?osua5m") format("woff"), url("../fonts/nexperia-icon-font/fonts/nexperia.svg?osua5m#nexperia") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="x-"], [class*=" x-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "nexperia" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.x-play2:before {
  content: ""; }

.x-star:before {
  content: ""; }

.x-documentation:before {
  content: ""; }

.x-pip-car:before {
  content: ""; }

.x-pip-rnd:before {
  content: ""; }

.x-pip-temp:before {
  content: ""; }

.x-pip-power:before {
  content: ""; }

.x-pip-smaller:before {
  content: ""; }

.x-pip-error:before {
  content: ""; }

.x-whatsapp:before {
  content: ""; }

.x-calendar:before {
  content: ""; }

.x-clock:before {
  content: ""; }

.x-chemical-content:before {
  content: ""; }

.x-chemical-content2:before {
  content: ""; }

.x-wechat:before {
  content: ""; }

.x-wechat-outline:before {
  content: ""; }

.x-vote-up:before {
  content: ""; }

.x-vote-down:before {
  content: ""; }

.x-xref-noresults:before {
  content: ""; }

.x-trash:before {
  content: ""; }

.x-app-ref-designs:before {
  content: ""; }

.x-youtube:before {
  content: ""; }

.x-app-subsystem:before {
  content: ""; }

.x-lock:before {
  content: ""; }

.x-weibo:before {
  content: ""; }

.x-instagram:before {
  content: ""; }

.x-linkedin:before {
  content: ""; }

.x-twitter:before {
  content: ""; }

.x-facebook:before {
  content: ""; }

.x-xref:before {
  content: ""; }

.x-cart:before {
  content: ""; }

.x-language:before {
  content: ""; }

.x-filter:before {
  content: ""; }

.x-contact:before {
  content: ""; }

.x-refresh:before {
  content: ""; }

.x-compare:before {
  content: ""; }

.x-account:before {
  content: ""; }

.x-share:before {
  content: ""; }

.x-arrow-right:before {
  content: ""; }

.x-arrow-left:before {
  content: ""; }

.x-arrow-top:before {
  content: ""; }

.x-arrow-bottom:before {
  content: ""; }

.x-plus:before {
  content: ""; }

.x-doc-xls:before {
  content: ""; }

.x-doc-pdf:before {
  content: ""; }

.x-doc-img:before {
  content: ""; }

.x-doc:before {
  content: ""; }

.x-app-consumer:before {
  content: ""; }

.x-app-computing:before {
  content: ""; }

.x-app-communication:before {
  content: ""; }

.x-app-industrial:before {
  content: ""; }

.x-app-mobile:before {
  content: ""; }

.x-package:before {
  content: ""; }

.x-print:before {
  content: ""; }

.x-support:before {
  content: ""; }

.x-chip:before {
  content: ""; }

.x-characteristics:before {
  content: ""; }

.x-family:before {
  content: ""; }

.x-nexperia-x:before {
  content: ""; }

.x-exclamation:before {
  content: ""; }

.x-close:before {
  content: ""; }

.x-check:before {
  content: ""; }

.x-task:before {
  content: ""; }

.x-settings:before {
  content: ""; }

.x-weibo-outline:before {
  content: ""; }

.x-instagram-outline:before {
  content: ""; }

.x-linkedin-outline:before {
  content: ""; }

.x-twitter-outline:before {
  content: ""; }

.x-facebook-outline:before {
  content: ""; }

.x-doc-zip:before {
  content: ""; }

.x-car:before {
  content: ""; }

.x-download:before {
  content: ""; }

.x-search:before {
  content: ""; }

.x-play:before {
  content: ""; }

.x-parametric:before {
  content: ""; }

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "Ubuntu", sans-serif, verdana;
  font-size: 15px;
  line-height: 1.53;
  color: #252525;
  background-color: #fff; }

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

a {
  color: #5b555a;
  text-decoration: none; }
  a:hover, a:focus {
    color: #e0370f;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #0f6f7b; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

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

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

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

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

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

p {
  margin: 0 0 11px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #0f6f7b; }

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

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

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

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

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

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

dt,
dd {
  line-height: 1.53; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

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

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

@media (min-width: 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; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.53;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: "\2014 \00A0"; }

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

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.53; }

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: 0; }

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

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 14px;
  line-height: 1.53;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  .container:before, .container:after {
    display: table;
    content: " "; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: " "; }
  .container-fluid:after {
    clear: both; }

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .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.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .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.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  .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.53;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 16.5px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

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

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

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

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.53;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #8b8b8b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 139, 139, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(139, 139, 139, 0.6); }
  .form-control::-moz-placeholder {
    color: #a5a4a4;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #a5a4a4; }
  .form-control::-webkit-input-placeholder {
    color: #a5a4a4; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio.disabled label,
  fieldset[disabled] .radio label,
  .checkbox.disabled label,
  fieldset[disabled]
  .checkbox label {
    cursor: not-allowed; }
  .radio label,
  .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer; }

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }
  .radio-inline.disabled,
  fieldset[disabled] .radio-inline,
  .checkbox-inline.disabled,
  fieldset[disabled]
  .checkbox-inline {
    cursor: not-allowed; }

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

.form-control-static {
  min-height: 37px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .navbar-nav > .dropdown > .dropdown-menu .input-group-lg > .input-group-btn > a.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, .navbar-nav > .dropdown > .dropdown-menu .input-group-sm > .input-group-btn > a.form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .navbar-nav > .dropdown > .dropdown-menu .input-group-sm > .input-group-btn > a.btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

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

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: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 35px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .navbar-nav > .dropdown > .dropdown-menu .input-group-lg > .input-group-btn > a.btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0; }

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

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: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 45px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  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, .navbar-nav > .dropdown > .dropdown-menu .input-group-lg > .input-group-btn > a.btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px; }

.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, .navbar-nav > .dropdown > .dropdown-menu .input-group-sm > .input-group-btn > a.btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

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

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

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

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

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

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

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

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

a.btn.disabled, .navbar-nav > .dropdown > .dropdown-menu a.disabled.btn,
fieldset[disabled] a.btn,
fieldset[disabled] .navbar-nav > .dropdown > .dropdown-menu a.btn,
.navbar-nav > .dropdown > .dropdown-menu fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #5b555a;
  background-color: transparent;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #5b555a;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover {
    color: #5b555a;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #5b555a;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-color: rgba(0, 0, 0, 0); }
    .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: #5b555a;
      background-color: rgba(0, 0, 0, 0);
      border-color: rgba(0, 0, 0, 0); }
  .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: transparent;
    border-color: transparent; }
  .btn-default .badge {
    color: transparent;
    background-color: #5b555a; }

.btn-primary, .promotion-packages .promotion-package-wrapper .btn.show-more, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.show-more.btn, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.show-more.btn {
  color: #fff;
  background-color: #0f6f7b;
  border-color: #0c5a64; }
  .btn-primary:focus, .promotion-packages .promotion-package-wrapper .btn.show-more:focus, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.show-more.btn:focus:hover, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.show-more.btn:focus:hover, .btn-primary.focus, .promotion-packages .promotion-package-wrapper .focus.btn.show-more, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.focus.show-more.btn:hover, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.focus.show-more.btn:hover {
    color: #fff;
    background-color: #09464e;
    border-color: black; }
  .btn-primary:hover, .promotion-packages .promotion-package-wrapper .btn.show-more:hover, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.show-more.btn:hover, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.show-more.btn:hover {
    color: #fff;
    background-color: #09464e;
    border-color: #06292e; }
  .btn-primary:active, .promotion-packages .promotion-package-wrapper .btn.show-more:active, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.show-more.btn:active:hover, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.show-more.btn:active:hover, .btn-primary.active, .promotion-packages .promotion-package-wrapper .active.btn.show-more, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.active.show-more.btn:hover, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.active.show-more.btn:hover,
  .open > .btn-primary.dropdown-toggle,
  .promotion-packages .promotion-package-wrapper .open > .dropdown-toggle.btn.show-more,
  .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu .open > a.dropdown-toggle.show-more.btn:hover {
    color: #fff;
    background-color: #09464e;
    background-image: none;
    border-color: #06292e; }
    .btn-primary:active:hover, .promotion-packages .promotion-package-wrapper .btn.show-more:active:hover, .btn-primary:active:focus, .promotion-packages .promotion-package-wrapper .btn.show-more:active:focus, .btn-primary:active.focus, .promotion-packages .promotion-package-wrapper .btn.show-more:active.focus, .btn-primary.active:hover, .promotion-packages .promotion-package-wrapper .active.btn.show-more:hover, .btn-primary.active:focus, .promotion-packages .promotion-package-wrapper .active.btn.show-more:focus, .btn-primary.active.focus, .promotion-packages .promotion-package-wrapper .active.focus.btn.show-more,
    .open > .btn-primary.dropdown-toggle:hover,
    .promotion-packages .promotion-package-wrapper .open > .dropdown-toggle.btn.show-more:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .promotion-packages .promotion-package-wrapper .open > .dropdown-toggle.btn.show-more:focus,
    .open > .btn-primary.dropdown-toggle.focus,
    .promotion-packages .promotion-package-wrapper .open > .dropdown-toggle.focus.btn.show-more {
      color: #fff;
      background-color: #06292e;
      border-color: black; }
  .btn-primary.disabled:hover, .promotion-packages .promotion-package-wrapper .disabled.btn.show-more:hover, .btn-primary.disabled:focus, .promotion-packages .promotion-package-wrapper .disabled.btn.show-more:focus, .btn-primary.disabled.focus, .promotion-packages .promotion-package-wrapper .disabled.focus.btn.show-more, .btn-primary[disabled]:hover, .promotion-packages .promotion-package-wrapper .btn.show-more[disabled]:hover, .btn-primary[disabled]:focus, .promotion-packages .promotion-package-wrapper .btn.show-more[disabled]:focus, .btn-primary[disabled].focus, .promotion-packages .promotion-package-wrapper .btn.show-more[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .promotion-packages .promotion-package-wrapper .btn.show-more:hover,
  .promotion-packages .promotion-package-wrapper fieldset[disabled] .btn.show-more:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .promotion-packages .promotion-package-wrapper .btn.show-more:focus,
  .promotion-packages .promotion-package-wrapper fieldset[disabled] .btn.show-more:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .promotion-packages .promotion-package-wrapper .focus.btn.show-more,
  .promotion-packages .promotion-package-wrapper fieldset[disabled] .focus.btn.show-more {
    background-color: #0f6f7b;
    border-color: #0c5a64; }
  .btn-primary .badge, .promotion-packages .promotion-package-wrapper .btn.show-more .badge {
    color: #0f6f7b;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #5b555a;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #e0370f;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-lg > a.btn, .promotion-packages .promotion-package-wrapper .btn.show-more, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.show-more.btn, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.show-more.btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-sm > a.btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-xs > a.btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.53;
  color: #777777;
  white-space: nowrap; }

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

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

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

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

@media (min-width: 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, .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.btn,
  .btn-group-vertical > .btn,
  .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.btn:hover, .btn-group > .btn:focus, .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.btn:focus, .btn-group > .btn:active, .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.btn:active, .btn-group > .btn.active, .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.active.btn,
    .btn-group-vertical > .btn:hover,
    .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn:hover,
    .btn-group-vertical > .btn:focus,
    .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn:focus,
    .btn-group-vertical > .btn:active,
    .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn:active,
    .btn-group-vertical > .btn.active,
    .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.active.btn {
      z-index: 2; }

.btn-group .btn + .btn, .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn + .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group a.btn + .btn, .btn-group .navbar-nav > .dropdown > .dropdown-menu .btn + a.btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group .btn + a.btn,
.btn-group .btn + .btn-group,
.btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn + .btn-group,
.navbar-nav > .dropdown > .dropdown-menu .btn-group a.btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .navbar-nav > .dropdown > .dropdown-menu .btn-group + a.btn,
.navbar-nav > .dropdown > .dropdown-menu .btn-group .btn-group + a.btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

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

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

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

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

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group > .btn-group:not(:first-child):not(:last-child) > a.btn {
  border-radius: 0; }

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

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

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

.btn-group > .btn + .dropdown-toggle, .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .navbar-nav > .dropdown > .dropdown-menu .btn-group-lg.btn-group > a.btn + .dropdown-toggle, .promotion-packages .promotion-package-wrapper .btn-group > .btn.show-more + .dropdown-toggle, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu .btn-group > a.show-more.btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

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

.btn .caret, .navbar-nav > .dropdown > .dropdown-menu a.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .navbar-nav > .dropdown > .dropdown-menu .btn-group-lg > a.btn .caret, .promotion-packages .promotion-package-wrapper .btn.show-more .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .navbar-nav > .dropdown > .dropdown-menu .btn-group-lg > a.btn .caret, .navbar-nav > .dropdown > .dropdown-menu .dropup .btn-group-lg > a.btn .caret, .dropup .promotion-packages .promotion-package-wrapper .btn.show-more .caret, .promotion-packages .promotion-package-wrapper .dropup .btn.show-more .caret {
  border-width: 0 5px 5px; }


.btn-group-vertical > .btn,
.navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn-group > a.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

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

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


.btn-group-vertical > .btn-group > .btn,
.navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn-group > a.btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn + .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn + a.btn,
.btn-group-vertical > .btn + .btn-group,
.navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn-group + a.btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > a.btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a.btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn-group:first-child:not(:last-child) > a.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, .navbar-nav > .dropdown > .dropdown-menu .btn-group-vertical > .btn-group:last-child:not(:first-child) > a.btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e7e7e7;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn, .navbar-nav > .dropdown > .dropdown-menu .input-group-sm > .input-group-btn > a.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn, .navbar-nav > .dropdown > .dropdown-menu .input-group-lg > .input-group-btn > a.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 0; }
  .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,
.navbar-nav > .dropdown > .dropdown-menu .input-group-btn:first-child > a.btn,
.input-group-btn:first-child > .btn-group > .btn,
.navbar-nav > .dropdown > .dropdown-menu .input-group-btn:first-child > .btn-group > a.btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.navbar-nav > .dropdown > .dropdown-menu .input-group-btn:last-child > a.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.navbar-nav > .dropdown > .dropdown-menu .input-group-btn:last-child > .btn-group:not(:last-child) > a.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.53;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      cursor: default;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .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: #0f6f7b; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      margin-bottom: 5px;
      text-align: center; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 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: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    display: table;
    content: " "; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " "; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 20px;
  padding-left: 20px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    display: table;
    content: " "; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
    @media (max-device-width: 480px) and (orientation: landscape) {
      .navbar-fixed-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 14px 20px;
  font-size: 17px;
  line-height: 22px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -20px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -20px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navbar-form {
  padding: 10px 20px;
  margin-right: -20px;
  margin-left: -20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      padding-top: 0;
      padding-bottom: 0;
      margin-right: 0;
      margin-left: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-sm > a.navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .navbar-nav > .dropdown > .dropdown-menu .btn-group-xs > a.navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-right: 20px;
      margin-left: 20px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -20px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff; }
  .navbar-default .navbar-brand {
    color: #0f6f7b; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #09464e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #0f6f7b; }
  .navbar-default .navbar-nav > li > a {
    color: #0f6f7b; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #0b545d;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0f6f7b;
    background-color: #ffffff; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #0f6f7b;
    background-color: #ffffff; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #0f6f7b; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #0b545d;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #0f6f7b;
      background-color: #ffffff; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #ffffff; }
  .navbar-default .navbar-link {
    color: #0f6f7b; }
    .navbar-default .navbar-link:hover {
      color: #0b545d; }
  .navbar-default .btn-link {
    color: #0f6f7b; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #0b545d; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #090909; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.53;
      color: #5b555a;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd; }
      .pagination > li > a:hover, .pagination > li > a:focus,
      .pagination > li > span:hover,
      .pagination > li > span:focus {
        z-index: 2;
        color: #e0370f;
        background-color: #eeeeee;
        border-color: #ddd; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0f6f7b;
    border-color: #0f6f7b; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333; }

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }

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

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

.pager {
  padding-left: 0;
  margin: 22px 0;
  text-align: center;
  list-style: none; }
  .pager:before, .pager:after {
    display: table;
    content: " "; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    cursor: not-allowed;
    background-color: #fff; }

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

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

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #0f6f7b; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #09464e; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge, .navbar-nav > .dropdown > .dropdown-menu a.btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge, .navbar-nav > .dropdown > .dropdown-menu .btn-group-xs > a.btn .badge,
  .btn-group-xs > .btn .badge,
  .navbar-nav > .dropdown > .dropdown-menu .btn-group-xs > a.btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #5b555a;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 0; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 68px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.53;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #252525; }

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

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

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

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

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #0f6f7b;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #eeeeee; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
      color: #777777; }
  .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0f6f7b;
    border-color: #0f6f7b; }
    .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: #69deed; }

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

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

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

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

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  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: -1;
  border-bottom-left-radius: -1; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

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

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1; }
  .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: -1;
    border-top-right-radius: -1; }
    .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: -1; }
    .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: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }
    .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: -1; }
    .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: -1; }

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

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

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

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

.panel-group {
  margin-bottom: 22px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

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

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Ubuntu", sans-serif, verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  filter: alpha(opacity=0);
  opacity: 0; }
  .tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .tooltip.top {
    padding: 5px 0;
    margin-top: -3px; }
  .tooltip.right {
    padding: 0 5px;
    margin-left: 3px; }
  .tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px; }
  .tooltip.left {
    padding: 0 5px;
    margin-left: -3px; }
  .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0f6f7b; }
  .tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0f6f7b; }
  .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #0f6f7b; }
  .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #0f6f7b; }
  .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #0f6f7b; }
  .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0f6f7b; }
  .tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0f6f7b; }
  .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #0f6f7b; }

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Ubuntu", sans-serif, verdana;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 15px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }
  .popover > .arrow {
    border-width: 11px; }
    .popover > .arrow, .popover > .arrow:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid; }
    .popover > .arrow:after {
      content: "";
      border-width: 10px; }
  .popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0; }
    .popover.top > .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      content: " ";
      border-top-color: #fff;
      border-bottom-width: 0; }
  .popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0; }
    .popover.right > .arrow:after {
      bottom: -10px;
      left: 1px;
      content: " ";
      border-right-color: #fff;
      border-left-width: 0; }
  .popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.bottom > .arrow:after {
      top: 1px;
      margin-left: -10px;
      content: " ";
      border-top-width: 0;
      border-bottom-color: #fff; }
  .popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.left > .arrow:after {
      right: 1px;
      bottom: -10px;
      content: " ";
      border-right-width: 0;
      border-left-color: #fff; }

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5; }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x; }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: 0.9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel-control .icon-next:before {
    content: "\203a"; }

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

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

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

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }

.datepicker-rtl.dropdown-menu {
  left: auto; }

.datepicker-rtl table tr td span {
  float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute; }

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute; }

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px; }

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px; }

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px; }

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px; }

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px; }

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px; }

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999; }

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff; }

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer; }

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999; }

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0; }

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000; }

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a; }

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9; }

.datepicker table tr td.today:hover:hover {
  color: #000; }

.datepicker table tr td.today.active:hover {
  color: #fff; }

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  border-radius: 0; }

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0; }

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a; }

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9; }

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080; }

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9; }

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px; }

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee; }

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default; }

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc; }

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9; }

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999; }

.datepicker .datepicker-switch {
  width: 145px; }

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer; }

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee; }

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden; }

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle; }

.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px; }

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

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px; }

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0; }

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px; }
/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px; }

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999; }

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .promotion-packages .promotion-package-wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.btn.show-more,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.promotion-packages .promotion-package-wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.btn.show-more:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.promotion-packages .promotion-package-wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.btn.show-more:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.promotion-packages .promotion-package-wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder.btn.show-more:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5); }

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important; }

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important; }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px; }

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto; }

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%; }

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto; }

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto; }

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none; }

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important; }

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.bootstrap-select .dropdown-menu li {
  position: relative; }

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important; }

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed; }

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em; }

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none; }

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block; }

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em; }

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0'; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-actionsbox .btn-group button {
  width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bs-donebutton .btn-group button {
  width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
     animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
     animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@-o-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    -o-transform: rotate(359deg);
       transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
     transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
     transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
     transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
     transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
     transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

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

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

.select2-container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

body {
  font-weight: 300; }

h1 {
  line-height: 1.31; }

.h1-lg {
  font-size: 61px; }

h2 {
  line-height: 1.34615; }

h3 {
  line-height: 1.4; }

h4, h5 {
  line-height: 1.53; }

h1, h2, h3, h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none !important;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }

label {
  font-weight: 300; }

strong,
.strong {
  font-weight: 400; }

ul > ul {
  margin-left: 20px; }

::-moz-selection {
  background: #e0370f;
  color: #ffffff; }

::selection {
  background: #e0370f;
  color: #ffffff; }

::-moz-selection {
  background: #e0370f;
  color: #ffffff; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

a, a:visited, a:focus, a:active, a:hover,
input[type="radio"]:focus,
label::before {
  outline: 0 none !important; }

hr {
  border-color: #e7e7e7; }

.section {
  margin-top: 20px;
  margin-bottom: 20px; }

.gutter-y-half {
  margin-bottom: 20px;
  margin-top: 20px; }

.gutter-top {
  margin-top: 40px; }

.gutter-top-half {
  margin-top: 20px; }

.gutter-bottom {
  margin-bottom: 40px; }

.gutter-bottom-half {
  margin-bottom: 20px; }

.gutter-right-half {
  margin-right: 20px; }

.padding-right-half {
  padding-right: 20px; }

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

.padding-top-half {
  padding-top: 20px; }

.no-padding-top {
  padding-top: 0; }

.no-padding {
  padding: 0; }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.mh-80p {
  min-height: 80px; }

.mh-100p {
  min-height: 100px; }

.mh-160p {
  min-height: 160px; }

.mh-200p {
  min-height: 200px; }

.c-orange {
  color: #e0370f; }

.c-orange-dark {
  color: #870409; }

.c-blue {
  color: #0f6f7b; }

.c-blue-dark {
  color: #0c5d67; }

.c-gray {
  color: #8b8b8b; }

.c-red {
  color: #a41111; }

.bg-cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 50%; }

.bg-cover-full {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1; }

.bg-transparent {
  background: transparent !important; }

.bg-contain {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center; }

.inner-box {
  background-color: #ffffff; }

.text-shadow {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.block {
  display: block; }

.of-hidden {
  overflow: hidden; }

.tag-line {
  font-size: 17px;
  color: #0f6f7b; }

.overline {
  text-decoration: overline; }

.underline {
  text-decoration: underline; }

.js-tmpl {
  display: none; }

.p-relative {
  position: relative; }

.has-icon {
  padding-left: 4px; }

.f-icon-large {
  font-size: 51px; }

.no-border {
  border: none !important; }

.form-control {
  -webkit-appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .form-control:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

.dot-after:after {
  content: ".";
  color: #e0370f; }

.not-active {
  cursor: default;
  pointer-events: none; }

.not-allowed {
  cursor: not-allowed;
  opacity: 0.4; }

.ul {
  padding: 0;
  list-style: none; }
  .ul li {
    position: relative;
    padding-left: 20px; }
    .ul li:before {
      content: "•";
      font-family: FontAwesome;
      color: #0f6f7b;
      left: 0;
      margin-right: 4px;
      position: absolute;
      top: 0; }

ul.list-separator {
  list-style: none;
  padding: 0; }
  ul.list-separator > li {
    display: inline-block; }
    ul.list-separator > li + li:before {
      color: #e9ecee;
      content: '|';
      padding: 0 10px; }

.no-wrap {
  white-space: nowrap; }

.list-documents li:nth-child(n+1) {
  margin-bottom: 13.33333333px; }

.list-documents dt {
  color: #0f6f7b;
  font-size: 19px;
  font-weight: 400;
  margin: 40px 0; }

.tooltip-inner {
  padding: 5px 10px; }

.avatar {
  background-color: #e9ecee;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 80px;
  width: 80px; }
  .avatar.avatar-small {
    width: 40px;
    height: 40px; }
  .avatar.avatar-large {
    width: 160px;
    height: 160px; }

body.barrel-roll {
  -webkit-animation-name: roll;
       -o-animation-name: roll;
          animation-name: roll;
  -webkit-animation-duration: 4s;
       -o-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
       -o-animation-iteration-count: 1;
          animation-iteration-count: 1; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.spinner {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .spinner.small {
    height: 20px;
    margin: 10px auto; }

.spinner > div {
  background-color: #e0370f;
  display: inline-block;
  height: 100%;
  margin: 0 1px;
  width: 6px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
       -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
       -o-animation-delay: -1.1s;
          animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
       -o-animation-delay: -1.0s;
          animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
       -o-animation-delay: -0.9s;
          animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
       -o-animation-delay: -0.8s;
          animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1); } }

@-o-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleY(0.4);
       transform: scaleY(0.4); }
  20% {
    -o-transform: scaleY(1);
       transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
         -o-transform: scaleY(0.4);
            transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1);
         -o-transform: scaleY(1);
            transform: scaleY(1); } }

.draw-border {
  overflow: hidden;
  position: relative; }

.draw-border::before, .draw-border::after {
  border: 2px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0; }

.draw-border::before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  top: 0;
  right: 0;
  -webkit-animation: drawBorder 8s infinite;
       -o-animation: drawBorder 8s infinite;
          animation: drawBorder 8s infinite; }

.tags-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .tags-list .tag {
    background-color: #0c5d67;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    padding: 2px 4px; }
    .tags-list .tag.tag-blog {
      background-color: #e0370f; }

span.buy-online {
  cursor: pointer;
  text-decoration: underline;
  color: #e0370f; }
  span.buy-online:hover {
    color: #870409; }

[class^="x-"], [class*=" x-"] {
  display: inline-block; }
  [class^="x-"] + .title, [class*=" x-"] + .title {
    padding-left: 10px; }

.file-download:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.file-download.file-download-pdf:before {
  font-family: nexperia;
  content: ""; }

.file-request {
  cursor: pointer;
  text-decoration: none !important; }
  .file-request:before {
    content: "";
    display: inline-block;
    font-family: nexperia;
    margin-left: 10px;
    text-decoration: none; }

.go-to-docs:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.back-to-top:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.buy-online:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.search-result .buy-online:before {
  padding-right: 4px; }

.download-asset:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.sample:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.parametric:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.family-series:before {
  content: "";
  display: inline-block;
  font-family: nexperia;
  padding-right: 10px; }

.angle-right {
  position: relative;
  padding-left: 13.33333333px;
  text-decoration: none !important; }
  .angle-right:before {
    content: "";
    color: #e0370f;
    font-family: nexperia;
    font-size: 10px;
    left: 0;
    line-height: 1;
    margin-top: -5px;
    position: absolute;
    top: 50%; }

.confidential:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  padding-right: 10px; }

.automotive,
.dslink,
.packlink,
.orderlink,
.requestdatasheetlink {
  background: none !important;
  border: none !important;
  margin: 0 4px 0 0 !important;
  height: auto !important;
  width: auto !important;
  text-decoration: none !important; }
  .automotive:before,
  .dslink:before,
  .packlink:before,
  .orderlink:before,
  .requestdatasheetlink:before {
    display: inline-block;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nexperia' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.automotive:before {
  content: ""; }

.requestdatasheetlink:before {
  content: ""; }

.packlink:before {
  content: ""; }

.orderlink:before {
  content: ""; }

.x-product {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexperia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .x-product:before {
    content: ""; }

.x-category,
.x-grouping {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexperia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .x-category:before,
  .x-grouping:before {
    content: ""; }

.x-package {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexperia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .x-package:before {
    content: ""; }

.x-document {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexperia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .x-document:before {
    content: ""; }

.x-page {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'nexperia' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .x-page:before {
    content: ""; }

.breadcrumb {
  padding: 20px 20px 20px 0;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .breadcrumb {
      overflow-y: auto;
      white-space: nowrap; } }
  .breadcrumb > li {
    color: #8b8b8b;
    display: inline-block;
    font-size: 13px; }
    .breadcrumb > li + li:before {
      content: "";
      font-family: nexperia;
      font-size: 10px;
      padding: 0 10px; }
    .breadcrumb > li a {
      color: #8b8b8b;
      font-size: 13px; }

.btn, .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu a.btn:hover {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 300;
  text-decoration: none !important; }

.btn-secondary {
  color: #ffffff;
  background-color: #e0370f;
  border-color: #e0370f; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #b02b0c;
    border-color: #691a07; }
  .btn-secondary:hover {
    color: #ffffff;
    background-color: #b02b0c;
    border-color: #a7290b; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #b02b0c;
    background-image: none;
    border-color: #a7290b; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #8f230a;
      border-color: #691a07; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    background-color: #e0370f;
    border-color: #e0370f; }
  .btn-secondary .badge {
    color: #e0370f;
    background-color: #ffffff; }

.btn-outline-secondary {
  color: #e0370f;
  background-color: #ffffff;
  border-color: #e0370f; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #e0370f;
    background-color: #e6e5e5;
    border-color: #691a07; }
  .btn-outline-secondary:hover {
    color: #e0370f;
    background-color: #e6e5e5;
    border-color: #a7290b; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #e0370f;
    background-color: #e6e5e5;
    background-image: none;
    border-color: #a7290b; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #e0370f;
      background-color: #d4d4d4;
      border-color: #691a07; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary[disabled]:hover, .btn-outline-secondary[disabled]:focus, .btn-outline-secondary[disabled].focus,
  fieldset[disabled] .btn-outline-secondary:hover,
  fieldset[disabled] .btn-outline-secondary:focus,
  fieldset[disabled] .btn-outline-secondary.focus {
    background-color: #ffffff;
    border-color: #e0370f; }
  .btn-outline-secondary .badge {
    color: #ffffff;
    background-color: #e0370f; }

.btn-default {
  border-radius: 25px;
  padding: 12px 24px; }
  .btn-default:focus, .btn-default:hover, .btn-default.focus {
    color: #e0370f; }

.btn-orange {
  border-radius: 25px;
  padding: 12px 24px;
  /*
    color: $btn-download-color;
    background-color: $btn-download-bg;
    border-color: $btn-download-border;
    */
  color: #ffffff;
  background-color: #e0370f;
  border-color: #c8310d;
  /*
    &:focus,
    &:hover,
    &.focus {
        background: #ffffff;
        color: $nexperia-color-orange;
    }
    */ }
  .btn-orange:focus, .btn-orange.focus {
    color: #ffffff;
    background-color: #b02b0c;
    border-color: #511405; }
  .btn-orange:hover {
    color: #ffffff;
    background-color: #b02b0c;
    border-color: #8f230a; }
  .btn-orange:active, .btn-orange.active,
  .open > .btn-orange.dropdown-toggle {
    color: #ffffff;
    background-color: #b02b0c;
    background-image: none;
    border-color: #8f230a; }
    .btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus,
    .open > .btn-orange.dropdown-toggle:hover,
    .open > .btn-orange.dropdown-toggle:focus,
    .open > .btn-orange.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #8f230a;
      border-color: #511405; }
  .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus,
  fieldset[disabled] .btn-orange:hover,
  fieldset[disabled] .btn-orange:focus,
  fieldset[disabled] .btn-orange.focus {
    background-color: #e0370f;
    border-color: #c8310d; }
  .btn-orange .badge {
    color: #e0370f;
    background-color: #ffffff; }

.btn-orange-outline, .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu a.btn:hover {
  border-radius: 25px;
  border-color: #e0370f;
  padding: 12px 24px; }
  .btn-orange-outline:focus, .navbar-nav > .dropdown > .dropdown-menu a.btn:focus, .btn-orange-outline:hover, .navbar-nav > .dropdown > .dropdown-menu a.btn:hover, .btn-orange-outline.focus, .navbar-nav > .dropdown > .dropdown-menu a.focus.btn {
    color: #e0370f; }

.btn-white-orange-outline {
  border-radius: 25px;
  border-color: #e0370f;
  padding: 12px 24px;
  background-color: #ffffff;
  color: #e0370f; }
  .btn-white-orange-outline:focus, .btn-white-orange-outline:hover, .btn-white-orange-outline.focus {
    color: #870409;
    border-color: #870409;
    background-color: #ffffff; }

.btn-gray-light-to-orange {
  border-radius: 25px;
  border-color: #e9ecee;
  padding: 12px 24px; }
  .btn-gray-light-to-orange:focus, .btn-gray-light-to-orange:hover, .btn-gray-light-to-orange.focus {
    color: #e0370f;
    border-color: #e0370f; }

.btn-white-gray-light-to-orange {
  border-radius: 25px;
  border-color: #e9ecee;
  padding: 12px 24px;
  background-color: #ffffff; }
  .btn-white-gray-light-to-orange:focus, .btn-white-gray-light-to-orange:hover, .btn-white-gray-light-to-orange.focus {
    color: #e0370f;
    border-color: #e0370f; }

.btn-white-outline {
  background-color: transparent;
  border-radius: 25px;
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 24px; }
  .btn-white-outline:focus, .btn-white-outline:hover, .btn-white-outline.focus {
    background-color: #ffffff;
    color: #252525; }

.btn-collapse {
  background-color: transparent;
  height: 18px;
  line-height: 16px;
  padding: 0;
  position: relative;
  width: 20px; }
  .btn-collapse:before, .btn-collapse:after {
    color: #e0370f;
    font-family: nexperia;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
  .btn-collapse:before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  .btn-collapse.active, .btn-collapse:active {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .btn-collapse.active:before, .btn-collapse:active:before {
      -webkit-transform: perspective(1px) rotate(-45deg);
              transform: perspective(1px) rotate(-45deg);
      opacity: 1; }
    .btn-collapse.active:after, .btn-collapse:active:after {
      opacity: 0; }

.btn-feedback {
  background-color: #e0370f;
  color: #ffffff;
  padding: 10px 20px;
  position: fixed;
  right: 0px;
  top: 75%;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  visibility: hidden;
  z-index: 9999; }
  @media (max-width: 767px) {
    .btn-feedback {
      bottom: 0;
      -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.175);
      box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.175);
      margin: 0;
      top: auto;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
           -o-transform: rotate(0deg);
              transform: rotate(0deg);
      padding: 10px 12px; }
      .btn-feedback span {
        display: none; }
      .btn-feedback:before {
        content: "";
        font-family: nexperia;
        font-size: 2rem;
        line-height: 1; } }
  .btn-feedback:hover {
    background-color: #f14e27;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-decoration: none; }
  .btn-feedback:active, .btn-feedback:focus, .btn-feedback:hover {
    color: #ffffff;
    text-decoration: none; }

.btn-download:before {
  content: "";
  font-family: nexperia;
  padding-right: 13.33333333px; }

.btn-shop:before {
  content: "";
  font-family: nexperia;
  padding-right: 13.33333333px; }

.btn-share:before {
  content: "";
  font-family: nexperia;
  padding-right: 13.33333333px; }

.btn-zip:before {
  content: "";
  font-family: nexperia;
  padding-right: 13.33333333px; }

.btn-zip-lg {
  position: relative;
  padding-left: 60px; }
  .btn-zip-lg:before {
    display: inline-block;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nexperia' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 30px;
    position: absolute;
    left: 24px;
    top: 8px; }

.btn-request:before {
  content: "";
  font-family: nexperia;
  padding-right: 13.33333333px; }

.btn-readmore:after {
  content: "";
  font-family: nexperia;
  font-size: 13px;
  padding-left: 13.33333333px;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }

.btn-readmore:hover:after {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
       -o-transform: translateX(3px);
          transform: translateX(3px); }

.btn.npi-cta, .navbar-nav > .dropdown > .dropdown-menu a.npi-cta.btn {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn.npi-cta, .navbar-nav > .dropdown > .dropdown-menu a.npi-cta.btn {
      white-space: normal; } }

.btn-showmore {
  background-color: #fff;
  /* If any direct parent or direct grandfather is .open, change the arrow to point upwards */ }
  .btn-showmore:after {
    content: "";
    font-family: nexperia;
    padding-left: 13.33333333px; }
  .open > .btn-showmore:after,
  .open > * > .btn-showmore:after {
    content: ""; }

.btn-ps:after {
  content: "";
  font-family: nexperia;
  padding-left: 13.33333333px; }

.readmore {
  display: inline-block;
  text-decoration: none !important; }
  .readmore:hover {
    text-decoration: none; }
  .readmore.readmore-block {
    padding: 20px; }
  .readmore:after {
    content: "";
    font-family: nexperia;
    font-size: 13px;
    margin-left: 10px; }

input[type=text]::-ms-clear {
  display: none; }

input[type=text]:-ms-input-placeholder {
  color: #a5a4a4 !important; }

label.select-arrow {
  background-color: #ffffff;
  cursor: pointer;
  position: relative;
  z-index: 0; }
  label.select-arrow:after {
    content: "";
    color: #8b8b8b;
    cursor: pointer;
    font-family: nexperia;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: -1; }
  label.select-arrow select::-ms-expand {
    display: none; }
  label.select-arrow select {
    background-color: transparent;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.checkbox .form-checkbox[type="checkbox"] {
  display: initial;
  left: -9999px;
  position: absolute;
  width: auto; }
  .checkbox .form-checkbox[type="checkbox"] + label {
    cursor: pointer;
    padding: 0; }
    .checkbox .form-checkbox[type="checkbox"] + label:before {
      background-color: #ffffff;
      border: 1px solid #e7e7e7;
      border-radius: 3px;
      color: #ffffff;
      content: "";
      cursor: pointer;
      display: inline-block;
      font-family: nexperia;
      height: 22px;
      left: 0;
      line-height: 20px;
      position: absolute;
      text-align: center;
      top: auto;
      -webkit-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      width: 22px; }
    .checkbox .form-checkbox[type="checkbox"] + label:hover:before {
      background-color: #ffffff;
      border: 1px solid #e7e7e7;
      color: #e0370f; }
    .checkbox .form-checkbox[type="checkbox"] + label span {
      display: inline-block;
      margin-left: 32px; }
  .checkbox .form-checkbox[type="checkbox"]:disabled + label:before {
    -webkit-animation: x-pulse 0.8s;
         -o-animation: x-pulse 0.8s;
            animation: x-pulse 0.8s;
    background: #8b8b8b;
    border: 1px solid #8b8b8b;
    color: #a5a4a4;
    content: ""; }
  .checkbox .form-checkbox[type="checkbox"]:checked + label:before {
    -webkit-animation: x-pulse 0.8s;
         -o-animation: x-pulse 0.8s;
            animation: x-pulse 0.8s;
    background: #e0370f;
    border: 1px solid #e0370f;
    color: #ffffff;
    content: ""; }

#online-event-form, #support-form, #request-datasheet, #xref-form,
#page-publicUsers .content form, .filters-form {
  margin-bottom: 40px; }
  #online-event-form #salutation, #support-form #salutation, #request-datasheet #salutation, #xref-form #salutation,
  #page-publicUsers .content form #salutation, .filters-form #salutation {
    width: 1px;
    height: 1px;
    -webkit-transform: translate(0, -999999px);
        -ms-transform: translate(0, -999999px);
         -o-transform: translate(0, -999999px);
            transform: translate(0, -999999px); }
  #online-event-form #mgnlhp, #support-form #mgnlhp, #request-datasheet #mgnlhp, #xref-form #mgnlhp,
  #page-publicUsers .content form #mgnlhp, .filters-form #mgnlhp {
    width: 1px;
    height: 1px;
    overflow: hidden; }
  #online-event-form #mgnlhp label, #support-form #mgnlhp label, #request-datasheet #mgnlhp label, #xref-form #mgnlhp label,
  #page-publicUsers .content form #mgnlhp label, .filters-form #mgnlhp label {
    display: none; }
  #online-event-form .button-wrapper input[type="submit"], #support-form .button-wrapper input[type="submit"], #request-datasheet .button-wrapper input[type="submit"], #xref-form .button-wrapper input[type="submit"],
  #page-publicUsers .content form .button-wrapper input[type="submit"], .filters-form .button-wrapper input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.53;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #0f6f7b;
    border-color: #0c5a64;
    padding: 12px 24px;
    border-radius: 25px; }
    #online-event-form .button-wrapper input[type="submit"]:focus, #online-event-form .button-wrapper input[type="submit"].focus, #online-event-form .button-wrapper input[type="submit"]:active:focus, #online-event-form .button-wrapper input[type="submit"]:active.focus, #online-event-form .button-wrapper input[type="submit"].active:focus, #online-event-form .button-wrapper input[type="submit"].active.focus, #support-form .button-wrapper input[type="submit"]:focus, #support-form .button-wrapper input[type="submit"].focus, #support-form .button-wrapper input[type="submit"]:active:focus, #support-form .button-wrapper input[type="submit"]:active.focus, #support-form .button-wrapper input[type="submit"].active:focus, #support-form .button-wrapper input[type="submit"].active.focus, #request-datasheet .button-wrapper input[type="submit"]:focus, #request-datasheet .button-wrapper input[type="submit"].focus, #request-datasheet .button-wrapper input[type="submit"]:active:focus, #request-datasheet .button-wrapper input[type="submit"]:active.focus, #request-datasheet .button-wrapper input[type="submit"].active:focus, #request-datasheet .button-wrapper input[type="submit"].active.focus, #xref-form .button-wrapper input[type="submit"]:focus, #xref-form .button-wrapper input[type="submit"].focus, #xref-form .button-wrapper input[type="submit"]:active:focus, #xref-form .button-wrapper input[type="submit"]:active.focus, #xref-form .button-wrapper input[type="submit"].active:focus, #xref-form .button-wrapper input[type="submit"].active.focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:active:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:active.focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].active:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].active.focus, .filters-form .button-wrapper input[type="submit"]:focus, .filters-form .button-wrapper input[type="submit"].focus, .filters-form .button-wrapper input[type="submit"]:active:focus, .filters-form .button-wrapper input[type="submit"]:active.focus, .filters-form .button-wrapper input[type="submit"].active:focus, .filters-form .button-wrapper input[type="submit"].active.focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    #online-event-form .button-wrapper input[type="submit"]:hover, #online-event-form .button-wrapper input[type="submit"]:focus, #online-event-form .button-wrapper input[type="submit"].focus, #support-form .button-wrapper input[type="submit"]:hover, #support-form .button-wrapper input[type="submit"]:focus, #support-form .button-wrapper input[type="submit"].focus, #request-datasheet .button-wrapper input[type="submit"]:hover, #request-datasheet .button-wrapper input[type="submit"]:focus, #request-datasheet .button-wrapper input[type="submit"].focus, #xref-form .button-wrapper input[type="submit"]:hover, #xref-form .button-wrapper input[type="submit"]:focus, #xref-form .button-wrapper input[type="submit"].focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:hover,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].focus, .filters-form .button-wrapper input[type="submit"]:hover, .filters-form .button-wrapper input[type="submit"]:focus, .filters-form .button-wrapper input[type="submit"].focus {
      color: #5b555a;
      text-decoration: none; }
    #online-event-form .button-wrapper input[type="submit"]:active, #online-event-form .button-wrapper input[type="submit"].active, #support-form .button-wrapper input[type="submit"]:active, #support-form .button-wrapper input[type="submit"].active, #request-datasheet .button-wrapper input[type="submit"]:active, #request-datasheet .button-wrapper input[type="submit"].active, #xref-form .button-wrapper input[type="submit"]:active, #xref-form .button-wrapper input[type="submit"].active,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:active,
    #page-publicUsers .content form .button-wrapper input[type="submit"].active, .filters-form .button-wrapper input[type="submit"]:active, .filters-form .button-wrapper input[type="submit"].active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
    #online-event-form .button-wrapper input[type="submit"].disabled, #online-event-form .button-wrapper input[type="submit"][disabled],
    fieldset[disabled] #online-event-form .button-wrapper input[type="submit"], #support-form .button-wrapper input[type="submit"].disabled, #support-form .button-wrapper input[type="submit"][disabled],
    fieldset[disabled] #support-form .button-wrapper input[type="submit"], #request-datasheet .button-wrapper input[type="submit"].disabled, #request-datasheet .button-wrapper input[type="submit"][disabled],
    fieldset[disabled] #request-datasheet .button-wrapper input[type="submit"], #xref-form .button-wrapper input[type="submit"].disabled, #xref-form .button-wrapper input[type="submit"][disabled],
    fieldset[disabled] #xref-form .button-wrapper input[type="submit"],
    #page-publicUsers .content form .button-wrapper input[type="submit"].disabled,
    #page-publicUsers .content form .button-wrapper input[type="submit"][disabled],
    fieldset[disabled]
    #page-publicUsers .content form .button-wrapper input[type="submit"], .filters-form .button-wrapper input[type="submit"].disabled, .filters-form .button-wrapper input[type="submit"][disabled],
    fieldset[disabled] .filters-form .button-wrapper input[type="submit"] {
      cursor: not-allowed;
      filter: alpha(opacity=65);
      opacity: 0.65;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #online-event-form .button-wrapper input[type="submit"]:focus, #online-event-form .button-wrapper input[type="submit"].focus, #support-form .button-wrapper input[type="submit"]:focus, #support-form .button-wrapper input[type="submit"].focus, #request-datasheet .button-wrapper input[type="submit"]:focus, #request-datasheet .button-wrapper input[type="submit"].focus, #xref-form .button-wrapper input[type="submit"]:focus, #xref-form .button-wrapper input[type="submit"].focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].focus, .filters-form .button-wrapper input[type="submit"]:focus, .filters-form .button-wrapper input[type="submit"].focus {
      color: #fff;
      background-color: #09464e;
      border-color: black; }
    #online-event-form .button-wrapper input[type="submit"]:hover, #support-form .button-wrapper input[type="submit"]:hover, #request-datasheet .button-wrapper input[type="submit"]:hover, #xref-form .button-wrapper input[type="submit"]:hover,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:hover, .filters-form .button-wrapper input[type="submit"]:hover {
      color: #fff;
      background-color: #09464e;
      border-color: #06292e; }
    #online-event-form .button-wrapper input[type="submit"]:active, #online-event-form .button-wrapper input[type="submit"].active,
    .open > #online-event-form .button-wrapper input[type="submit"].dropdown-toggle, #support-form .button-wrapper input[type="submit"]:active, #support-form .button-wrapper input[type="submit"].active,
    .open > #support-form .button-wrapper input[type="submit"].dropdown-toggle, #request-datasheet .button-wrapper input[type="submit"]:active, #request-datasheet .button-wrapper input[type="submit"].active,
    .open > #request-datasheet .button-wrapper input[type="submit"].dropdown-toggle, #xref-form .button-wrapper input[type="submit"]:active, #xref-form .button-wrapper input[type="submit"].active,
    .open > #xref-form .button-wrapper input[type="submit"].dropdown-toggle,
    #page-publicUsers .content form .button-wrapper input[type="submit"]:active,
    #page-publicUsers .content form .button-wrapper input[type="submit"].active,
    .open >
    #page-publicUsers .content form .button-wrapper input[type="submit"].dropdown-toggle, .filters-form .button-wrapper input[type="submit"]:active, .filters-form .button-wrapper input[type="submit"].active,
    .open > .filters-form .button-wrapper input[type="submit"].dropdown-toggle {
      color: #fff;
      background-color: #09464e;
      background-image: none;
      border-color: #06292e; }
      #online-event-form .button-wrapper input[type="submit"]:active:hover, #online-event-form .button-wrapper input[type="submit"]:active:focus, #online-event-form .button-wrapper input[type="submit"]:active.focus, #online-event-form .button-wrapper input[type="submit"].active:hover, #online-event-form .button-wrapper input[type="submit"].active:focus, #online-event-form .button-wrapper input[type="submit"].active.focus,
      .open > #online-event-form .button-wrapper input[type="submit"].dropdown-toggle:hover,
      .open > #online-event-form .button-wrapper input[type="submit"].dropdown-toggle:focus,
      .open > #online-event-form .button-wrapper input[type="submit"].dropdown-toggle.focus, #support-form .button-wrapper input[type="submit"]:active:hover, #support-form .button-wrapper input[type="submit"]:active:focus, #support-form .button-wrapper input[type="submit"]:active.focus, #support-form .button-wrapper input[type="submit"].active:hover, #support-form .button-wrapper input[type="submit"].active:focus, #support-form .button-wrapper input[type="submit"].active.focus,
      .open > #support-form .button-wrapper input[type="submit"].dropdown-toggle:hover,
      .open > #support-form .button-wrapper input[type="submit"].dropdown-toggle:focus,
      .open > #support-form .button-wrapper input[type="submit"].dropdown-toggle.focus, #request-datasheet .button-wrapper input[type="submit"]:active:hover, #request-datasheet .button-wrapper input[type="submit"]:active:focus, #request-datasheet .button-wrapper input[type="submit"]:active.focus, #request-datasheet .button-wrapper input[type="submit"].active:hover, #request-datasheet .button-wrapper input[type="submit"].active:focus, #request-datasheet .button-wrapper input[type="submit"].active.focus,
      .open > #request-datasheet .button-wrapper input[type="submit"].dropdown-toggle:hover,
      .open > #request-datasheet .button-wrapper input[type="submit"].dropdown-toggle:focus,
      .open > #request-datasheet .button-wrapper input[type="submit"].dropdown-toggle.focus, #xref-form .button-wrapper input[type="submit"]:active:hover, #xref-form .button-wrapper input[type="submit"]:active:focus, #xref-form .button-wrapper input[type="submit"]:active.focus, #xref-form .button-wrapper input[type="submit"].active:hover, #xref-form .button-wrapper input[type="submit"].active:focus, #xref-form .button-wrapper input[type="submit"].active.focus,
      .open > #xref-form .button-wrapper input[type="submit"].dropdown-toggle:hover,
      .open > #xref-form .button-wrapper input[type="submit"].dropdown-toggle:focus,
      .open > #xref-form .button-wrapper input[type="submit"].dropdown-toggle.focus,
      #page-publicUsers .content form .button-wrapper input[type="submit"]:active:hover,
      #page-publicUsers .content form .button-wrapper input[type="submit"]:active:focus,
      #page-publicUsers .content form .button-wrapper input[type="submit"]:active.focus,
      #page-publicUsers .content form .button-wrapper input[type="submit"].active:hover,
      #page-publicUsers .content form .button-wrapper input[type="submit"].active:focus,
      #page-publicUsers .content form .button-wrapper input[type="submit"].active.focus,
      .open >
      #page-publicUsers .content form .button-wrapper input[type="submit"].dropdown-toggle:hover,
      .open >
      #page-publicUsers .content form .button-wrapper input[type="submit"].dropdown-toggle:focus,
      .open >
      #page-publicUsers .content form .button-wrapper input[type="submit"].dropdown-toggle.focus, .filters-form .button-wrapper input[type="submit"]:active:hover, .filters-form .button-wrapper input[type="submit"]:active:focus, .filters-form .button-wrapper input[type="submit"]:active.focus, .filters-form .button-wrapper input[type="submit"].active:hover, .filters-form .button-wrapper input[type="submit"].active:focus, .filters-form .button-wrapper input[type="submit"].active.focus,
      .open > .filters-form .button-wrapper input[type="submit"].dropdown-toggle:hover,
      .open > .filters-form .button-wrapper input[type="submit"].dropdown-toggle:focus,
      .open > .filters-form .button-wrapper input[type="submit"].dropdown-toggle.focus {
        color: #fff;
        background-color: #06292e;
        border-color: black; }
    #online-event-form .button-wrapper input[type="submit"].disabled:hover, #online-event-form .button-wrapper input[type="submit"].disabled:focus, #online-event-form .button-wrapper input[type="submit"].disabled.focus, #online-event-form .button-wrapper input[type="submit"][disabled]:hover, #online-event-form .button-wrapper input[type="submit"][disabled]:focus, #online-event-form .button-wrapper input[type="submit"][disabled].focus,
    fieldset[disabled] #online-event-form .button-wrapper input[type="submit"]:hover,
    fieldset[disabled] #online-event-form .button-wrapper input[type="submit"]:focus,
    fieldset[disabled] #online-event-form .button-wrapper input[type="submit"].focus, #support-form .button-wrapper input[type="submit"].disabled:hover, #support-form .button-wrapper input[type="submit"].disabled:focus, #support-form .button-wrapper input[type="submit"].disabled.focus, #support-form .button-wrapper input[type="submit"][disabled]:hover, #support-form .button-wrapper input[type="submit"][disabled]:focus, #support-form .button-wrapper input[type="submit"][disabled].focus,
    fieldset[disabled] #support-form .button-wrapper input[type="submit"]:hover,
    fieldset[disabled] #support-form .button-wrapper input[type="submit"]:focus,
    fieldset[disabled] #support-form .button-wrapper input[type="submit"].focus, #request-datasheet .button-wrapper input[type="submit"].disabled:hover, #request-datasheet .button-wrapper input[type="submit"].disabled:focus, #request-datasheet .button-wrapper input[type="submit"].disabled.focus, #request-datasheet .button-wrapper input[type="submit"][disabled]:hover, #request-datasheet .button-wrapper input[type="submit"][disabled]:focus, #request-datasheet .button-wrapper input[type="submit"][disabled].focus,
    fieldset[disabled] #request-datasheet .button-wrapper input[type="submit"]:hover,
    fieldset[disabled] #request-datasheet .button-wrapper input[type="submit"]:focus,
    fieldset[disabled] #request-datasheet .button-wrapper input[type="submit"].focus, #xref-form .button-wrapper input[type="submit"].disabled:hover, #xref-form .button-wrapper input[type="submit"].disabled:focus, #xref-form .button-wrapper input[type="submit"].disabled.focus, #xref-form .button-wrapper input[type="submit"][disabled]:hover, #xref-form .button-wrapper input[type="submit"][disabled]:focus, #xref-form .button-wrapper input[type="submit"][disabled].focus,
    fieldset[disabled] #xref-form .button-wrapper input[type="submit"]:hover,
    fieldset[disabled] #xref-form .button-wrapper input[type="submit"]:focus,
    fieldset[disabled] #xref-form .button-wrapper input[type="submit"].focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].disabled:hover,
    #page-publicUsers .content form .button-wrapper input[type="submit"].disabled:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"].disabled.focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"][disabled]:hover,
    #page-publicUsers .content form .button-wrapper input[type="submit"][disabled]:focus,
    #page-publicUsers .content form .button-wrapper input[type="submit"][disabled].focus,
    fieldset[disabled]
    #page-publicUsers .content form .button-wrapper input[type="submit"]:hover,
    fieldset[disabled]
    #page-publicUsers .content form .button-wrapper input[type="submit"]:focus,
    fieldset[disabled]
    #page-publicUsers .content form .button-wrapper input[type="submit"].focus, .filters-form .button-wrapper input[type="submit"].disabled:hover, .filters-form .button-wrapper input[type="submit"].disabled:focus, .filters-form .button-wrapper input[type="submit"].disabled.focus, .filters-form .button-wrapper input[type="submit"][disabled]:hover, .filters-form .button-wrapper input[type="submit"][disabled]:focus, .filters-form .button-wrapper input[type="submit"][disabled].focus,
    fieldset[disabled] .filters-form .button-wrapper input[type="submit"]:hover,
    fieldset[disabled] .filters-form .button-wrapper input[type="submit"]:focus,
    fieldset[disabled] .filters-form .button-wrapper input[type="submit"].focus {
      background-color: #0f6f7b;
      border-color: #0c5a64; }
    #online-event-form .button-wrapper input[type="submit"] .badge, #support-form .button-wrapper input[type="submit"] .badge, #request-datasheet .button-wrapper input[type="submit"] .badge, #xref-form .button-wrapper input[type="submit"] .badge,
    #page-publicUsers .content form .button-wrapper input[type="submit"] .badge, .filters-form .button-wrapper input[type="submit"] .badge {
      color: #0f6f7b;
      background-color: #fff; }
  #online-event-form .form-row, #support-form .form-row, #request-datasheet .form-row, #xref-form .form-row,
  #page-publicUsers .content form .form-row, .filters-form .form-row {
    display: block;
    margin-bottom: 20px; }
    #online-event-form .form-row label, #support-form .form-row label, #request-datasheet .form-row label, #xref-form .form-row label,
    #page-publicUsers .content form .form-row label, .filters-form .form-row label {
      display: block; }
    #online-event-form .form-row input[type="text"],
    #online-event-form .form-row input[type="password"],
    #online-event-form .form-row input[type="email"],
    #online-event-form .form-row textarea,
    #online-event-form .form-row select, #support-form .form-row input[type="text"],
    #support-form .form-row input[type="password"],
    #support-form .form-row input[type="email"],
    #support-form .form-row textarea,
    #support-form .form-row select, #request-datasheet .form-row input[type="text"],
    #request-datasheet .form-row input[type="password"],
    #request-datasheet .form-row input[type="email"],
    #request-datasheet .form-row textarea,
    #request-datasheet .form-row select, #xref-form .form-row input[type="text"],
    #xref-form .form-row input[type="password"],
    #xref-form .form-row input[type="email"],
    #xref-form .form-row textarea,
    #xref-form .form-row select,
    #page-publicUsers .content form .form-row input[type="text"],
    #page-publicUsers .content form .form-row input[type="password"],
    #page-publicUsers .content form .form-row input[type="email"],
    #page-publicUsers .content form .form-row textarea,
    #page-publicUsers .content form .form-row select, .filters-form .form-row input[type="text"],
    .filters-form .form-row input[type="password"],
    .filters-form .form-row input[type="email"],
    .filters-form .form-row textarea,
    .filters-form .form-row select {
      display: block;
      width: 100%;
      height: 36px;
      padding: 6px 12px;
      font-size: 15px;
      line-height: 1.53;
      color: #555555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #e7e7e7;
      border-radius: 0;
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      #online-event-form .form-row input[type="text"]::-moz-placeholder,
      #online-event-form .form-row input[type="password"]::-moz-placeholder,
      #online-event-form .form-row input[type="email"]::-moz-placeholder,
      #online-event-form .form-row textarea::-moz-placeholder,
      #online-event-form .form-row select::-moz-placeholder, #support-form .form-row input[type="text"]::-moz-placeholder,
      #support-form .form-row input[type="password"]::-moz-placeholder,
      #support-form .form-row input[type="email"]::-moz-placeholder,
      #support-form .form-row textarea::-moz-placeholder,
      #support-form .form-row select::-moz-placeholder, #request-datasheet .form-row input[type="text"]::-moz-placeholder,
      #request-datasheet .form-row input[type="password"]::-moz-placeholder,
      #request-datasheet .form-row input[type="email"]::-moz-placeholder,
      #request-datasheet .form-row textarea::-moz-placeholder,
      #request-datasheet .form-row select::-moz-placeholder, #xref-form .form-row input[type="text"]::-moz-placeholder,
      #xref-form .form-row input[type="password"]::-moz-placeholder,
      #xref-form .form-row input[type="email"]::-moz-placeholder,
      #xref-form .form-row textarea::-moz-placeholder,
      #xref-form .form-row select::-moz-placeholder,
      #page-publicUsers .content form .form-row input[type="text"]::-moz-placeholder,
      #page-publicUsers .content form .form-row input[type="password"]::-moz-placeholder,
      #page-publicUsers .content form .form-row input[type="email"]::-moz-placeholder,
      #page-publicUsers .content form .form-row textarea::-moz-placeholder,
      #page-publicUsers .content form .form-row select::-moz-placeholder, .filters-form .form-row input[type="text"]::-moz-placeholder,
      .filters-form .form-row input[type="password"]::-moz-placeholder,
      .filters-form .form-row input[type="email"]::-moz-placeholder,
      .filters-form .form-row textarea::-moz-placeholder,
      .filters-form .form-row select::-moz-placeholder {
        color: #a5a4a4;
        opacity: 1; }
      #online-event-form .form-row input[type="text"]:-ms-input-placeholder,
      #online-event-form .form-row input[type="password"]:-ms-input-placeholder,
      #online-event-form .form-row input[type="email"]:-ms-input-placeholder,
      #online-event-form .form-row textarea:-ms-input-placeholder,
      #online-event-form .form-row select:-ms-input-placeholder, #support-form .form-row input[type="text"]:-ms-input-placeholder,
      #support-form .form-row input[type="password"]:-ms-input-placeholder,
      #support-form .form-row input[type="email"]:-ms-input-placeholder,
      #support-form .form-row textarea:-ms-input-placeholder,
      #support-form .form-row select:-ms-input-placeholder, #request-datasheet .form-row input[type="text"]:-ms-input-placeholder,
      #request-datasheet .form-row input[type="password"]:-ms-input-placeholder,
      #request-datasheet .form-row input[type="email"]:-ms-input-placeholder,
      #request-datasheet .form-row textarea:-ms-input-placeholder,
      #request-datasheet .form-row select:-ms-input-placeholder, #xref-form .form-row input[type="text"]:-ms-input-placeholder,
      #xref-form .form-row input[type="password"]:-ms-input-placeholder,
      #xref-form .form-row input[type="email"]:-ms-input-placeholder,
      #xref-form .form-row textarea:-ms-input-placeholder,
      #xref-form .form-row select:-ms-input-placeholder,
      #page-publicUsers .content form .form-row input[type="text"]:-ms-input-placeholder,
      #page-publicUsers .content form .form-row input[type="password"]:-ms-input-placeholder,
      #page-publicUsers .content form .form-row input[type="email"]:-ms-input-placeholder,
      #page-publicUsers .content form .form-row textarea:-ms-input-placeholder,
      #page-publicUsers .content form .form-row select:-ms-input-placeholder, .filters-form .form-row input[type="text"]:-ms-input-placeholder,
      .filters-form .form-row input[type="password"]:-ms-input-placeholder,
      .filters-form .form-row input[type="email"]:-ms-input-placeholder,
      .filters-form .form-row textarea:-ms-input-placeholder,
      .filters-form .form-row select:-ms-input-placeholder {
        color: #a5a4a4; }
      #online-event-form .form-row input[type="text"]::-webkit-input-placeholder,
      #online-event-form .form-row input[type="password"]::-webkit-input-placeholder,
      #online-event-form .form-row input[type="email"]::-webkit-input-placeholder,
      #online-event-form .form-row textarea::-webkit-input-placeholder,
      #online-event-form .form-row select::-webkit-input-placeholder, #support-form .form-row input[type="text"]::-webkit-input-placeholder,
      #support-form .form-row input[type="password"]::-webkit-input-placeholder,
      #support-form .form-row input[type="email"]::-webkit-input-placeholder,
      #support-form .form-row textarea::-webkit-input-placeholder,
      #support-form .form-row select::-webkit-input-placeholder, #request-datasheet .form-row input[type="text"]::-webkit-input-placeholder,
      #request-datasheet .form-row input[type="password"]::-webkit-input-placeholder,
      #request-datasheet .form-row input[type="email"]::-webkit-input-placeholder,
      #request-datasheet .form-row textarea::-webkit-input-placeholder,
      #request-datasheet .form-row select::-webkit-input-placeholder, #xref-form .form-row input[type="text"]::-webkit-input-placeholder,
      #xref-form .form-row input[type="password"]::-webkit-input-placeholder,
      #xref-form .form-row input[type="email"]::-webkit-input-placeholder,
      #xref-form .form-row textarea::-webkit-input-placeholder,
      #xref-form .form-row select::-webkit-input-placeholder,
      #page-publicUsers .content form .form-row input[type="text"]::-webkit-input-placeholder,
      #page-publicUsers .content form .form-row input[type="password"]::-webkit-input-placeholder,
      #page-publicUsers .content form .form-row input[type="email"]::-webkit-input-placeholder,
      #page-publicUsers .content form .form-row textarea::-webkit-input-placeholder,
      #page-publicUsers .content form .form-row select::-webkit-input-placeholder, .filters-form .form-row input[type="text"]::-webkit-input-placeholder,
      .filters-form .form-row input[type="password"]::-webkit-input-placeholder,
      .filters-form .form-row input[type="email"]::-webkit-input-placeholder,
      .filters-form .form-row textarea::-webkit-input-placeholder,
      .filters-form .form-row select::-webkit-input-placeholder {
        color: #a5a4a4; }
      #online-event-form .form-row input[type="text"]::-ms-expand,
      #online-event-form .form-row input[type="password"]::-ms-expand,
      #online-event-form .form-row input[type="email"]::-ms-expand,
      #online-event-form .form-row textarea::-ms-expand,
      #online-event-form .form-row select::-ms-expand, #support-form .form-row input[type="text"]::-ms-expand,
      #support-form .form-row input[type="password"]::-ms-expand,
      #support-form .form-row input[type="email"]::-ms-expand,
      #support-form .form-row textarea::-ms-expand,
      #support-form .form-row select::-ms-expand, #request-datasheet .form-row input[type="text"]::-ms-expand,
      #request-datasheet .form-row input[type="password"]::-ms-expand,
      #request-datasheet .form-row input[type="email"]::-ms-expand,
      #request-datasheet .form-row textarea::-ms-expand,
      #request-datasheet .form-row select::-ms-expand, #xref-form .form-row input[type="text"]::-ms-expand,
      #xref-form .form-row input[type="password"]::-ms-expand,
      #xref-form .form-row input[type="email"]::-ms-expand,
      #xref-form .form-row textarea::-ms-expand,
      #xref-form .form-row select::-ms-expand,
      #page-publicUsers .content form .form-row input[type="text"]::-ms-expand,
      #page-publicUsers .content form .form-row input[type="password"]::-ms-expand,
      #page-publicUsers .content form .form-row input[type="email"]::-ms-expand,
      #page-publicUsers .content form .form-row textarea::-ms-expand,
      #page-publicUsers .content form .form-row select::-ms-expand, .filters-form .form-row input[type="text"]::-ms-expand,
      .filters-form .form-row input[type="password"]::-ms-expand,
      .filters-form .form-row input[type="email"]::-ms-expand,
      .filters-form .form-row textarea::-ms-expand,
      .filters-form .form-row select::-ms-expand {
        border: 0;
        background-color: transparent; }
      #online-event-form .form-row input[type="text"][disabled], #online-event-form .form-row input[type="text"][readonly],
      fieldset[disabled] #online-event-form .form-row input[type="text"],
      #online-event-form .form-row input[type="password"][disabled],
      #online-event-form .form-row input[type="password"][readonly],
      fieldset[disabled]
      #online-event-form .form-row input[type="password"],
      #online-event-form .form-row input[type="email"][disabled],
      #online-event-form .form-row input[type="email"][readonly],
      fieldset[disabled]
      #online-event-form .form-row input[type="email"],
      #online-event-form .form-row textarea[disabled],
      #online-event-form .form-row textarea[readonly],
      fieldset[disabled]
      #online-event-form .form-row textarea,
      #online-event-form .form-row select[disabled],
      #online-event-form .form-row select[readonly],
      fieldset[disabled]
      #online-event-form .form-row select, #support-form .form-row input[type="text"][disabled], #support-form .form-row input[type="text"][readonly],
      fieldset[disabled] #support-form .form-row input[type="text"],
      #support-form .form-row input[type="password"][disabled],
      #support-form .form-row input[type="password"][readonly],
      fieldset[disabled]
      #support-form .form-row input[type="password"],
      #support-form .form-row input[type="email"][disabled],
      #support-form .form-row input[type="email"][readonly],
      fieldset[disabled]
      #support-form .form-row input[type="email"],
      #support-form .form-row textarea[disabled],
      #support-form .form-row textarea[readonly],
      fieldset[disabled]
      #support-form .form-row textarea,
      #support-form .form-row select[disabled],
      #support-form .form-row select[readonly],
      fieldset[disabled]
      #support-form .form-row select, #request-datasheet .form-row input[type="text"][disabled], #request-datasheet .form-row input[type="text"][readonly],
      fieldset[disabled] #request-datasheet .form-row input[type="text"],
      #request-datasheet .form-row input[type="password"][disabled],
      #request-datasheet .form-row input[type="password"][readonly],
      fieldset[disabled]
      #request-datasheet .form-row input[type="password"],
      #request-datasheet .form-row input[type="email"][disabled],
      #request-datasheet .form-row input[type="email"][readonly],
      fieldset[disabled]
      #request-datasheet .form-row input[type="email"],
      #request-datasheet .form-row textarea[disabled],
      #request-datasheet .form-row textarea[readonly],
      fieldset[disabled]
      #request-datasheet .form-row textarea,
      #request-datasheet .form-row select[disabled],
      #request-datasheet .form-row select[readonly],
      fieldset[disabled]
      #request-datasheet .form-row select, #xref-form .form-row input[type="text"][disabled], #xref-form .form-row input[type="text"][readonly],
      fieldset[disabled] #xref-form .form-row input[type="text"],
      #xref-form .form-row input[type="password"][disabled],
      #xref-form .form-row input[type="password"][readonly],
      fieldset[disabled]
      #xref-form .form-row input[type="password"],
      #xref-form .form-row input[type="email"][disabled],
      #xref-form .form-row input[type="email"][readonly],
      fieldset[disabled]
      #xref-form .form-row input[type="email"],
      #xref-form .form-row textarea[disabled],
      #xref-form .form-row textarea[readonly],
      fieldset[disabled]
      #xref-form .form-row textarea,
      #xref-form .form-row select[disabled],
      #xref-form .form-row select[readonly],
      fieldset[disabled]
      #xref-form .form-row select,
      #page-publicUsers .content form .form-row input[type="text"][disabled],
      #page-publicUsers .content form .form-row input[type="text"][readonly],
      fieldset[disabled]
      #page-publicUsers .content form .form-row input[type="text"],
      #page-publicUsers .content form .form-row input[type="password"][disabled],
      #page-publicUsers .content form .form-row input[type="password"][readonly],
      fieldset[disabled]
      #page-publicUsers .content form .form-row input[type="password"],
      #page-publicUsers .content form .form-row input[type="email"][disabled],
      #page-publicUsers .content form .form-row input[type="email"][readonly],
      fieldset[disabled]
      #page-publicUsers .content form .form-row input[type="email"],
      #page-publicUsers .content form .form-row textarea[disabled],
      #page-publicUsers .content form .form-row textarea[readonly],
      fieldset[disabled]
      #page-publicUsers .content form .form-row textarea,
      #page-publicUsers .content form .form-row select[disabled],
      #page-publicUsers .content form .form-row select[readonly],
      fieldset[disabled]
      #page-publicUsers .content form .form-row select, .filters-form .form-row input[type="text"][disabled], .filters-form .form-row input[type="text"][readonly],
      fieldset[disabled] .filters-form .form-row input[type="text"],
      .filters-form .form-row input[type="password"][disabled],
      .filters-form .form-row input[type="password"][readonly],
      fieldset[disabled]
      .filters-form .form-row input[type="password"],
      .filters-form .form-row input[type="email"][disabled],
      .filters-form .form-row input[type="email"][readonly],
      fieldset[disabled]
      .filters-form .form-row input[type="email"],
      .filters-form .form-row textarea[disabled],
      .filters-form .form-row textarea[readonly],
      fieldset[disabled]
      .filters-form .form-row textarea,
      .filters-form .form-row select[disabled],
      .filters-form .form-row select[readonly],
      fieldset[disabled]
      .filters-form .form-row select {
        background-color: #eeeeee;
        opacity: 1; }
      #online-event-form .form-row input[type="text"][disabled],
      fieldset[disabled] #online-event-form .form-row input[type="text"],
      #online-event-form .form-row input[type="password"][disabled],
      fieldset[disabled]
      #online-event-form .form-row input[type="password"],
      #online-event-form .form-row input[type="email"][disabled],
      fieldset[disabled]
      #online-event-form .form-row input[type="email"],
      #online-event-form .form-row textarea[disabled],
      fieldset[disabled]
      #online-event-form .form-row textarea,
      #online-event-form .form-row select[disabled],
      fieldset[disabled]
      #online-event-form .form-row select, #support-form .form-row input[type="text"][disabled],
      fieldset[disabled] #support-form .form-row input[type="text"],
      #support-form .form-row input[type="password"][disabled],
      fieldset[disabled]
      #support-form .form-row input[type="password"],
      #support-form .form-row input[type="email"][disabled],
      fieldset[disabled]
      #support-form .form-row input[type="email"],
      #support-form .form-row textarea[disabled],
      fieldset[disabled]
      #support-form .form-row textarea,
      #support-form .form-row select[disabled],
      fieldset[disabled]
      #support-form .form-row select, #request-datasheet .form-row input[type="text"][disabled],
      fieldset[disabled] #request-datasheet .form-row input[type="text"],
      #request-datasheet .form-row input[type="password"][disabled],
      fieldset[disabled]
      #request-datasheet .form-row input[type="password"],
      #request-datasheet .form-row input[type="email"][disabled],
      fieldset[disabled]
      #request-datasheet .form-row input[type="email"],
      #request-datasheet .form-row textarea[disabled],
      fieldset[disabled]
      #request-datasheet .form-row textarea,
      #request-datasheet .form-row select[disabled],
      fieldset[disabled]
      #request-datasheet .form-row select, #xref-form .form-row input[type="text"][disabled],
      fieldset[disabled] #xref-form .form-row input[type="text"],
      #xref-form .form-row input[type="password"][disabled],
      fieldset[disabled]
      #xref-form .form-row input[type="password"],
      #xref-form .form-row input[type="email"][disabled],
      fieldset[disabled]
      #xref-form .form-row input[type="email"],
      #xref-form .form-row textarea[disabled],
      fieldset[disabled]
      #xref-form .form-row textarea,
      #xref-form .form-row select[disabled],
      fieldset[disabled]
      #xref-form .form-row select,
      #page-publicUsers .content form .form-row input[type="text"][disabled],
      fieldset[disabled]
      #page-publicUsers .content form .form-row input[type="text"],
      #page-publicUsers .content form .form-row input[type="password"][disabled],
      fieldset[disabled]
      #page-publicUsers .content form .form-row input[type="password"],
      #page-publicUsers .content form .form-row input[type="email"][disabled],
      fieldset[disabled]
      #page-publicUsers .content form .form-row input[type="email"],
      #page-publicUsers .content form .form-row textarea[disabled],
      fieldset[disabled]
      #page-publicUsers .content form .form-row textarea,
      #page-publicUsers .content form .form-row select[disabled],
      fieldset[disabled]
      #page-publicUsers .content form .form-row select, .filters-form .form-row input[type="text"][disabled],
      fieldset[disabled] .filters-form .form-row input[type="text"],
      .filters-form .form-row input[type="password"][disabled],
      fieldset[disabled]
      .filters-form .form-row input[type="password"],
      .filters-form .form-row input[type="email"][disabled],
      fieldset[disabled]
      .filters-form .form-row input[type="email"],
      .filters-form .form-row textarea[disabled],
      fieldset[disabled]
      .filters-form .form-row textarea,
      .filters-form .form-row select[disabled],
      fieldset[disabled]
      .filters-form .form-row select {
        cursor: not-allowed; }
      #online-event-form .form-row input[type="text"]:focus,
      #online-event-form .form-row input[type="password"]:focus,
      #online-event-form .form-row input[type="email"]:focus,
      #online-event-form .form-row textarea:focus,
      #online-event-form .form-row select:focus, #support-form .form-row input[type="text"]:focus,
      #support-form .form-row input[type="password"]:focus,
      #support-form .form-row input[type="email"]:focus,
      #support-form .form-row textarea:focus,
      #support-form .form-row select:focus, #request-datasheet .form-row input[type="text"]:focus,
      #request-datasheet .form-row input[type="password"]:focus,
      #request-datasheet .form-row input[type="email"]:focus,
      #request-datasheet .form-row textarea:focus,
      #request-datasheet .form-row select:focus, #xref-form .form-row input[type="text"]:focus,
      #xref-form .form-row input[type="password"]:focus,
      #xref-form .form-row input[type="email"]:focus,
      #xref-form .form-row textarea:focus,
      #xref-form .form-row select:focus,
      #page-publicUsers .content form .form-row input[type="text"]:focus,
      #page-publicUsers .content form .form-row input[type="password"]:focus,
      #page-publicUsers .content form .form-row input[type="email"]:focus,
      #page-publicUsers .content form .form-row textarea:focus,
      #page-publicUsers .content form .form-row select:focus, .filters-form .form-row input[type="text"]:focus,
      .filters-form .form-row input[type="password"]:focus,
      .filters-form .form-row input[type="email"]:focus,
      .filters-form .form-row textarea:focus,
      .filters-form .form-row select:focus {
        border-color: #8b8b8b; }
    #online-event-form .form-row input[type="text"],
    #online-event-form .form-row input[type="password"],
    #online-event-form .form-row input[type="email"],
    #online-event-form .form-row textarea, #support-form .form-row input[type="text"],
    #support-form .form-row input[type="password"],
    #support-form .form-row input[type="email"],
    #support-form .form-row textarea, #request-datasheet .form-row input[type="text"],
    #request-datasheet .form-row input[type="password"],
    #request-datasheet .form-row input[type="email"],
    #request-datasheet .form-row textarea, #xref-form .form-row input[type="text"],
    #xref-form .form-row input[type="password"],
    #xref-form .form-row input[type="email"],
    #xref-form .form-row textarea,
    #page-publicUsers .content form .form-row input[type="text"],
    #page-publicUsers .content form .form-row input[type="password"],
    #page-publicUsers .content form .form-row input[type="email"],
    #page-publicUsers .content form .form-row textarea, .filters-form .form-row input[type="text"],
    .filters-form .form-row input[type="password"],
    .filters-form .form-row input[type="email"],
    .filters-form .form-row textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
           appearance: none; }
    #online-event-form .form-row textarea, #support-form .form-row textarea, #request-datasheet .form-row textarea, #xref-form .form-row textarea,
    #page-publicUsers .content form .form-row textarea, .filters-form .form-row textarea {
      height: auto; }
    #online-event-form .form-row label[for="city"], #support-form .form-row label[for="city"], #request-datasheet .form-row label[for="city"], #xref-form .form-row label[for="city"],
    #page-publicUsers .content form .form-row label[for="city"], .filters-form .form-row label[for="city"] {
      height: 1px;
      width: 1px;
      -webkit-transform: translate(0, -99999px);
          -ms-transform: translate(0, -99999px);
           -o-transform: translate(0, -99999px);
              transform: translate(0, -99999px); }
    #online-event-form .form-row input[id="city"], #support-form .form-row input[id="city"], #request-datasheet .form-row input[id="city"], #xref-form .form-row input[id="city"],
    #page-publicUsers .content form .form-row input[id="city"], .filters-form .form-row input[id="city"] {
      height: 1px;
      width: 1px;
      -webkit-transform: translate(0, -99999px);
          -ms-transform: translate(0, -99999px);
           -o-transform: translate(0, -99999px);
              transform: translate(0, -99999px); }
  #online-event-form .state-form-row, #online-event-form .postal-code-form-row, #support-form .state-form-row, #support-form .postal-code-form-row, #request-datasheet .state-form-row, #request-datasheet .postal-code-form-row, #xref-form .state-form-row, #xref-form .postal-code-form-row,
  #page-publicUsers .content form .state-form-row,
  #page-publicUsers .content form .postal-code-form-row, .filters-form .state-form-row, .filters-form .postal-code-form-row {
    display: none; }
  #online-event-form label.error, #support-form label.error, #request-datasheet label.error, #xref-form label.error,
  #page-publicUsers .content form label.error, .filters-form label.error {
    color: #a41111; }

#support-form .form-row.typenumber {
  position: relative; }
  #support-form .form-row.typenumber:after {
    content: "";
    width: 20px;
    height: 20px;
    display: none;
    background-image: url("../images/ps/ajax-loader.gif");
    background-repeat: no-repeat;
    position: absolute;
    bottom: 8px;
    right: 8px; }
  #support-form .form-row.typenumber.searching:after {
    display: block; }
  #support-form .form-row.typenumber.no-results .typenumber-results {
    border: none; }

#support-form .form-row input[type="file"]:not(:first-of-type) {
  margin-top: 10px; }

#support-form .typenumber-results {
  position: absolute;
  width: 100%;
  display: block;
  color: black;
  list-style-type: none;
  padding: 0;
  margin: 0;
  top: 70px;
  border: 1px solid #e9ecee;
  max-height: 200px;
  overflow: auto; }
  #support-form .typenumber-results li {
    border-bottom: 1px solid #e9ecee;
    padding: 4px 8px;
    background: white;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #support-form .typenumber-results li:hover, #support-form .typenumber-results li.selected {
      background-color: #e9ecee; }
    #support-form .typenumber-results li:last-of-type {
      border: none; }

#xref-form {
  margin-top: 20px;
  background-color: #f3f6f8;
  padding: 40px 80px;
  max-width: 600px; }
  @media (max-width: 767px) {
    #xref-form {
      padding: 40px 20px; } }
  #xref-form .button-wrapper {
    margin: 20px 0; }

#downloadCenter .form-group,
.inline-search-form .form-group {
  position: relative; }
  #downloadCenter .form-group:before,
  .inline-search-form .form-group:before {
    color: #d6dadc;
    font-family: nexperia;
    content: "";
    font-size: 17px;
    margin-top: -13px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10; }
  #downloadCenter .form-group .clean,
  .inline-search-form .form-group .clean {
    background-color: #0f6f7b;
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 30px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10; }
    #downloadCenter .form-group .clean:before,
    .inline-search-form .form-group .clean:before {
      color: #ffffff;
      font-family: nexperia;
      content: ""; }
    #downloadCenter .form-group .clean:hover,
    .inline-search-form .form-group .clean:hover {
      -webkit-box-shadow: 0 0 5px 5px rgba(15, 111, 123, 0.2);
              box-shadow: 0 0 5px 5px rgba(15, 111, 123, 0.2); }
    #downloadCenter .form-group .clean.disabled,
    .inline-search-form .form-group .clean.disabled {
      background-color: #e9ecee;
      cursor: auto; }
      #downloadCenter .form-group .clean.disabled:hover,
      .inline-search-form .form-group .clean.disabled:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }

#downloadCenter .inline-search,
.inline-search-form .inline-search {
  border-radius: 25px;
  color: #0f6f7b;
  height: 40px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%; }
  @media (max-width: 767px) {
    #downloadCenter .inline-search,
    .inline-search-form .inline-search {
      width: 100%; } }

.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none; }
  .panel.panel-default .panel-heading {
    background-color: #ffffff;
    padding: 0 0 10px 0; }
    .panel.panel-default .panel-heading h3 {
      color: #0f6f7b;
      font-size: 19px;
      margin-top: 10px; }
  .panel.panel-default .panel-body {
    background-color: #ffffff;
    padding: 20px 0; }
  .panel .panel-heading {
    padding-left: 0;
    border-bottom: 1px solid #f3f6f8;
    color: #5b555a;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .panel .panel-heading:hover {
      border-bottom-color: #e0370f; }
    .panel .panel-heading a {
      display: block;
      padding-right: 20px;
      text-decoration: none; }
  .panel .panel-image {
    overflow: hidden;
    position: relative; }
    .panel .panel-image:hover img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05); }
    .panel .panel-image img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .panel .panel-image .panel-caption {
      left: 0;
      position: absolute;
      right: 0;
      text-align: center;
      top: 40%;
      z-index: 99999; }
      @media (max-width: 767px) {
        .panel .panel-image .panel-caption {
          top: 16%; } }
      .panel .panel-image .panel-caption .panel-title {
        color: #ffffff;
        padding: 20px; }
  .panel .panel-body {
    background-color: #f3f6f8; }
    .panel .panel-body .panel-title {
      color: #0f6f7b; }
      .panel .panel-body .panel-title:hover {
        color: #e0370f; }
    .panel .panel-body .download-link {
      color: #e0370f;
      text-decoration: none; }
  .panel .panel-actions {
    background-color: #f3f6f8;
    border-bottom: 1px solid #e9ecee;
    overflow: hidden;
    padding-top: 15px; }
    .panel .panel-actions.bg-white {
      background-color: #ffffff; }
    .panel .panel-actions a {
      border-bottom: 4px solid transparent;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 11px;
      text-decoration: none; }
      .panel .panel-actions a:hover {
        border-bottom: 4px solid #e0370f; }
    .panel .panel-actions .download-link {
      color: #e0370f; }
      .panel .panel-actions .download-link.pull-right {
        padding-left: 0; }
    .panel .panel-actions i {
      margin-right: 2px; }
  .panel.media .panel-heading {
    border: 0;
    padding: 0;
    overflow: hidden;
    position: relative; }
    .panel.media .panel-heading a {
      display: block;
      padding: 0; }
    .panel.media .panel-heading img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .panel.media .panel-heading img:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
             -o-transform: scale(1.05);
                transform: scale(1.05); }
    .panel.media .panel-heading .no-image {
      display: block; }
    .panel.media .panel-heading .tags-list {
      bottom: 0;
      position: absolute;
      left: 0;
      z-index: 999; }
      .panel.media .panel-heading .tags-list li {
        margin: 0; }
  .panel.media .panel-body {
    position: relative; }
    .panel.media .panel-body .panel-title {
      font-size: 15px;
      height: 46px;
      overflow: hidden; }
    .panel.media .panel-body .panel-date {
      color: #777777;
      font-size: 13px; }
    .panel.media .panel-body .panel-abstract {
      height: 100px;
      margin: 0;
      overflow: hidden; }
    .panel.media .panel-body .readmore {
      font-size: 13px;
      padding: 0 0 10px 0; }
    .panel.media .panel-body .related-language-links {
      bottom: 0;
      position: absolute;
      right: 10px;
      white-space: nowrap; }
      .panel.media .panel-body .related-language-links li {
        font-size: 13px; }
      .panel.media .panel-body .related-language-links a {
        font-size: 13px; }

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border: none; }

.panel-group .panel-title {
  position: relative; }

.panel-group [data-toggle]:before {
  color: #e0370f;
  font-family: nexperia;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.csstransforms .panel-group [data-toggle].collapsed:before {
  -webkit-transform: perspective(1px) rotate(180deg);
          transform: perspective(1px) rotate(180deg); }

.target-toggle {
  display: inline-block;
  height: 17px;
  padding-left: 20px;
  position: relative;
  text-decoration: none !important; }
  .target-toggle:before {
    color: #e0370f;
    content: "";
    font-family: nexperia;
    font-size: 16px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .csstransforms .target-toggle.active:before {
    top: 4px;
    -webkit-transform: perspective(1px) rotate(135deg);
            transform: perspective(1px) rotate(135deg); }

.target-toggle-panel {
  display: none; }
  .target-toggle-panel.open {
    display: block; }

tr.target-toggle-panel.open {
  display: table-row; }

.badge {
  border-radius: 0;
  font-weight: normal;
  font-size: 12px;
  margin-left: 5px; }
  .badge.badge-primary, .badge.badge-nrnd {
    background-color: #0f6f7b;
    color: #ffffff; }

#page-searchResults em, #page-productNotices em {
  color: #e0370f; }
  #page-searchResults em:after, #page-productNotices em:after {
    content: " "; }

#page-searchResults i.x-xref-noresults, #page-productNotices i.x-xref-noresults {
  font-size: 90px;
  color: #0f6f7b;
  margin: 30px 0; }

#search .filtering {
  margin-bottom: 20px; }
  #search .filtering .filter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 20px; }
    #search .filtering .filter-wrapper span {
      white-space: nowrap; }
    #search .filtering .filter-wrapper ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      #search .filtering .filter-wrapper ul li {
        margin-left: 20px; }
        #search .filtering .filter-wrapper ul li a.filter.reset {
          color: black; }
          #search .filtering .filter-wrapper ul li a.filter.reset:hover {
            color: #e0370f; }
        #search .filtering .filter-wrapper ul li a.filter.active {
          color: #e0370f; }
  @media (max-width: 992px) {
    #search .filtering {
      display: none; } }

#search h1,
.search-box h1 {
  margin-bottom: 30px; }

#search .best-match,
.search-box .best-match {
  background-color: #f3f6f8;
  margin-bottom: 10px; }
  #search .best-match .best-match-header,
  .search-box .best-match .best-match-header {
    background-color: #0f6f7b;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding: 5px 20px;
    margin: 0;
    border: 1px solid #0f6f7b; }
    #search .best-match .best-match-header i,
    .search-box .best-match .best-match-header i {
      margin-right: 10px;
      font-size: 18px; }
    #search .best-match .best-match-header h3,
    .search-box .best-match .best-match-header h3 {
      color: white; }
  #search .best-match .best-match-container,
  .search-box .best-match .best-match-container {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0; }
    #search .best-match .best-match-container .search-result,
    .search-box .best-match .best-match-container .search-result {
      padding-top: 0;
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
      #search .best-match .best-match-container .search-result.product .search-result-body, #search .best-match .best-match-container .search-result.grouping .search-result-body,
      .search-box .best-match .best-match-container .search-result.product .search-result-body,
      .search-box .best-match .best-match-container .search-result.grouping .search-result-body {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      #search .best-match .best-match-container .search-result.product .col-wrapper, #search .best-match .best-match-container .search-result.grouping .col-wrapper,
      .search-box .best-match .best-match-container .search-result.product .col-wrapper,
      .search-box .best-match .best-match-container .search-result.grouping .col-wrapper {
        display: block;
        width: 100%; }
        #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions,
        .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions,
        .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          margin-top: 15px;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap; }
          @media (min-width: 992px) {
            #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn,
            .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn,
            .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn {
              margin: 15px 26px 0 0; } }
          @media (min-width: 768px) and (max-width: 991px) {
            #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn,
            .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn,
            .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn {
              margin: 15px 5px 0 0; } }
          @media (max-width: 767px) {
            #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn,
            .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn,
            .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn {
              margin: 15px 5px 0 0; } }
          #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn-group, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn-group,
          .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn-group,
          .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn-group {
            margin-right: 30px; }
            #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn-group .btn, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn-group .btn,
            .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn-group .btn,
            .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn-group .btn {
              margin-right: 0; }
              #search .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn-group .btn:last-child, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn-group .btn:last-child,
              .search-box .best-match .best-match-container .search-result.product .col-wrapper .col .actions .btn-group .btn:last-child,
              .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col .actions .btn-group .btn:last-child {
                border-left: 1px solid #ffffff; }
        #search .best-match .best-match-container .search-result.product .col-wrapper .col label.product-status, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col label.product-status,
        .search-box .best-match .best-match-container .search-result.product .col-wrapper .col label.product-status,
        .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col label.product-status {
          background-color: #0f6f7b;
          color: white;
          padding: 3px 12px;
          font-size: 12px;
          margin-left: 5px; }
        #search .best-match .best-match-container .search-result.product .col-wrapper .col p, #search .best-match .best-match-container .search-result.grouping .col-wrapper .col p,
        .search-box .best-match .best-match-container .search-result.product .col-wrapper .col p,
        .search-box .best-match .best-match-container .search-result.grouping .col-wrapper .col p {
          margin-top: 10px; }
  @media (max-width: 992px) {
    #search .best-match h3,
    .search-box .best-match h3 {
      text-align: center; } }
  @media (max-width: 767px) {
    #search .best-match .search-result.product .search-result-body, #search .best-match .search-result.grouping .search-result-body,
    .search-box .best-match .search-result.product .search-result-body,
    .search-box .best-match .search-result.grouping .search-result-body {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      #search .best-match .search-result.product .search-result-body .search-result-media, #search .best-match .search-result.grouping .search-result-body .search-result-media,
      .search-box .best-match .search-result.product .search-result-body .search-result-media,
      .search-box .best-match .search-result.grouping .search-result-body .search-result-media {
        text-align: center;
        width: 100%;
        margin-bottom: 15px; }
        #search .best-match .search-result.product .search-result-body .search-result-media img, #search .best-match .search-result.grouping .search-result-body .search-result-media img,
        .search-box .best-match .search-result.product .search-result-body .search-result-media img,
        .search-box .best-match .search-result.grouping .search-result-body .search-result-media img {
          max-width: 120px; }
      #search .best-match .search-result.product .search-result-body .col-wrapper .col, #search .best-match .search-result.grouping .search-result-body .col-wrapper .col,
      .search-box .best-match .search-result.product .search-result-body .col-wrapper .col,
      .search-box .best-match .search-result.grouping .search-result-body .col-wrapper .col {
        margin: 0; }
        #search .best-match .search-result.product .search-result-body .col-wrapper .col .actions, #search .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions,
        .search-box .best-match .search-result.product .search-result-body .col-wrapper .col .actions,
        .search-box .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions {
          text-align: center;
          display: block; }
          #search .best-match .search-result.product .search-result-body .col-wrapper .col .actions .btn-group, #search .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions .btn-group,
          .search-box .best-match .search-result.product .search-result-body .col-wrapper .col .actions .btn-group,
          .search-box .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions .btn-group {
            margin-right: 0; }
            #search .best-match .search-result.product .search-result-body .col-wrapper .col .actions .btn-group .btn:last-child, #search .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions .btn-group .btn:last-child,
            .search-box .best-match .search-result.product .search-result-body .col-wrapper .col .actions .btn-group .btn:last-child,
            .search-box .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions .btn-group .btn:last-child {
              border-left-color: #c8310d; }
          #search .best-match .search-result.product .search-result-body .col-wrapper .col .actions .btn, #search .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions .btn,
          .search-box .best-match .search-result.product .search-result-body .col-wrapper .col .actions .btn,
          .search-box .best-match .search-result.grouping .search-result-body .col-wrapper .col .actions .btn {
            float: none;
            margin-right: 0;
            margin-top: 10px;
            width: 100%;
            max-width: 300px;
            border-radius: 25px; } }

#search .search-header h3,
.search-box .search-header h3 {
  margin-top: 22px;
  margin-bottom: 22px; }
  #search .search-header h3 small,
  .search-box .search-header h3 small {
    color: #e9ecee;
    font-size: 15px; }

#search .panel-group, #search .table-responsive-wrapper,
.search-box .panel-group,
.search-box .table-responsive-wrapper {
  margin-top: 45px; }
  @media (max-width: 992px) {
    #search .panel-group h3, #search .table-responsive-wrapper h3,
    .search-box .panel-group h3,
    .search-box .table-responsive-wrapper h3 {
      text-align: center; } }

@media (max-width: 992px) {
  #search .panel-group .panel .panel-header,
  .search-box .panel-group .panel .panel-header {
    text-align: center; } }

#search .panel-group .panel .panel-body,
.search-box .panel-group .panel .panel-body {
  padding: 0; }

#search h3 .total-hits,
.search-box h3 .total-hits {
  font-size: 15px;
  color: #8b8b8b;
  font-weight: 300;
  margin-left: 5px; }

#search .show-all,
.search-box .show-all {
  margin: 30px 0 0; }

#search .search-result,
.search-box .search-result {
  padding: 15px 0;
  border-bottom: 1px solid #f3f6f8; }
  #search .search-result .search-result-body,
  .search-box .search-result .search-result-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 992px) {
      #search .search-result .search-result-body,
      .search-box .search-result .search-result-body {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    #search .search-result .search-result-body .search-result-media,
    .search-box .search-result .search-result-body .search-result-media {
      width: 100px;
      text-align: center; }
      #search .search-result .search-result-body .search-result-media.icon,
      .search-box .search-result .search-result-body .search-result-media.icon {
        width: 60px; }
      #search .search-result .search-result-body .search-result-media img,
      .search-box .search-result .search-result-body .search-result-media img {
        max-width: 100%; }
      #search .search-result .search-result-body .search-result-media i,
      .search-box .search-result .search-result-body .search-result-media i {
        font-size: 36px;
        color: #0f6f7b; }
        #search .search-result .search-result-body .search-result-media i:hover,
        .search-box .search-result .search-result-body .search-result-media i:hover {
          color: #e0370f; }
    #search .search-result .search-result-body .content-wrapper,
    .search-box .search-result .search-result-body .content-wrapper {
      width: -webkit-calc(100% - 115px);
      width: calc(100% - 115px);
      margin: 0 0 0 15px; }
      #search .search-result .search-result-body .content-wrapper .publication-date,
      .search-box .search-result .search-result-body .content-wrapper .publication-date {
        color: #8b8b8b;
        font-size: 13px; }
        #search .search-result .search-result-body .content-wrapper .publication-date .tags span,
        .search-box .search-result .search-result-body .content-wrapper .publication-date .tags span {
          margin: 0 0 0 5px; }
    #search .search-result .search-result-body .col-wrapper,
    .search-box .search-result .search-result-body .col-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px); }
      #search .search-result .search-result-body .col-wrapper.no-image,
      .search-box .search-result .search-result-body .col-wrapper.no-image {
        width: 100%; }
      @media (max-width: 992px) {
        #search .search-result .search-result-body .col-wrapper,
        .search-box .search-result .search-result-body .col-wrapper {
          display: block; } }
      #search .search-result .search-result-body .col-wrapper .col,
      .search-box .search-result .search-result-body .col-wrapper .col {
        text-align: left; }
        #search .search-result .search-result-body .col-wrapper .col.f1,
        .search-box .search-result .search-result-body .col-wrapper .col.f1 {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
        #search .search-result .search-result-body .col-wrapper .col.f2,
        .search-box .search-result .search-result-body .col-wrapper .col.f2 {
          -webkit-box-flex: 2;
          -webkit-flex: 2;
              -ms-flex: 2;
                  flex: 2; }
        #search .search-result .search-result-body .col-wrapper .col.f3,
        .search-box .search-result .search-result-body .col-wrapper .col.f3 {
          -webkit-box-flex: 3;
          -webkit-flex: 3;
              -ms-flex: 3;
                  flex: 3; }
        #search .search-result .search-result-body .col-wrapper .col.f4,
        .search-box .search-result .search-result-body .col-wrapper .col.f4 {
          -webkit-box-flex: 4;
          -webkit-flex: 4;
              -ms-flex: 4;
                  flex: 4; }
        #search .search-result .search-result-body .col-wrapper .col.truncate,
        .search-box .search-result .search-result-body .col-wrapper .col.truncate {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media (max-width: 992px) {
            #search .search-result .search-result-body .col-wrapper .col.truncate,
            .search-box .search-result .search-result-body .col-wrapper .col.truncate {
              white-space: normal;
              overflow: initial;
              text-overflow: unset; } }
        #search .search-result .search-result-body .col-wrapper .col a.document-link,
        .search-box .search-result .search-result-body .col-wrapper .col a.document-link {
          word-break: break-word; }
        #search .search-result .search-result-body .col-wrapper .col .hl,
        .search-box .search-result .search-result-body .col-wrapper .col .hl {
          margin-bottom: 0;
          word-break: break-word; }
        #search .search-result .search-result-body .col-wrapper .col.actions,
        .search-box .search-result .search-result-body .col-wrapper .col.actions {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          #search .search-result .search-result-body .col-wrapper .col.actions .download-asset,
          .search-box .search-result .search-result-body .col-wrapper .col.actions .download-asset {
            margin-right: 15px; }
            #search .search-result .search-result-body .col-wrapper .col.actions .download-asset:before,
            .search-box .search-result .search-result-body .col-wrapper .col.actions .download-asset:before {
              padding-right: 5px; }
            #search .search-result .search-result-body .col-wrapper .col.actions .download-asset:last-child,
            .search-box .search-result .search-result-body .col-wrapper .col.actions .download-asset:last-child {
              margin-right: 0; }
          #search .search-result .search-result-body .col-wrapper .col.actions .file-request,
          .search-box .search-result .search-result-body .col-wrapper .col.actions .file-request {
            font-style: normal; }
            #search .search-result .search-result-body .col-wrapper .col.actions .file-request:before,
            .search-box .search-result .search-result-body .col-wrapper .col.actions .file-request:before {
              padding-right: 5px; }
          @media (max-width: 992px) {
            #search .search-result .search-result-body .col-wrapper .col.actions,
            .search-box .search-result .search-result-body .col-wrapper .col.actions {
              display: block; }
              #search .search-result .search-result-body .col-wrapper .col.actions .download-asset,
              .search-box .search-result .search-result-body .col-wrapper .col.actions .download-asset {
                margin-right: 0;
                display: block; } }
        @media (max-width: 992px) {
          #search .search-result .search-result-body .col-wrapper .col,
          .search-box .search-result .search-result-body .col-wrapper .col {
            margin-bottom: 10px; } }
    #search .search-result .search-result-body .search-result-media.icon + .col-wrapper,
    .search-box .search-result .search-result-body .search-result-media.icon + .col-wrapper {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); }
    #search .search-result .search-result-body.article,
    .search-box .search-result .search-result-body.article {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }

#search .sidebar-filters .list-unstyled,
.search-box .sidebar-filters .list-unstyled {
  margin-bottom: 20px; }

.search-box {
  background-color: #0f6f7b;
  color: #ffffff;
  font-weight: 400;
  padding: 80px 0 120px 0; }
  .search-box [v\:cloak],
  .search-box [v-cloak],
  .search-box [data-v-cloak],
  .search-box [x-v-cloak],
  .search-box .v-cloak,
  .search-box .x-v-cloak {
    display: none !important; }
  .search-box h1 {
    color: #ffffff;
    margin-top: 0; }
    .search-box h1:after {
      content: ".";
      color: #e0370f; }
    @media (max-width: 767px) {
      .search-box h1 {
        font-size: 36px; } }
  .search-box .nav-tabs.nav-justified li {
    background-color: #e0370f; }
    .search-box .nav-tabs.nav-justified li a {
      color: #ffffff;
      border: 0;
      font-size: 17px;
      text-decoration: none;
      text-transform: uppercase; }
      .search-box .nav-tabs.nav-justified li a:hover {
        background: #f15631; }
    .search-box .nav-tabs.nav-justified li.active a {
      color: #e0370f;
      border: 0; }
      .search-box .nav-tabs.nav-justified li.active a:hover {
        background: #ffffff; }
    @media (max-width: 767px) {
      .search-box .nav-tabs.nav-justified li.active a {
        background-color: #e0370f;
        color: #ffffff; }
        .search-box .nav-tabs.nav-justified li.active a:hover {
          background-color: #e0370f;
          color: #ffffff; } }
  .search-box .nav-tabs.nav-justified li:only-child a {
    background-color: #e0370f;
    color: #ffffff; }
    .search-box .nav-tabs.nav-justified li:only-child a:hover {
      background-color: #e0370f;
      color: #ffffff; }
  .search-box .tab-content {
    background: #ffffff;
    max-height: 600px;
    padding: 0 40px; }
    .search-box .tab-content .preload {
      position: absolute;
      right: 20px;
      top: 16px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .search-box .tab-content .preload {
          display: none; } }
    .search-box .tab-content .form-group {
      margin: 0;
      position: relative; }
      .search-box .tab-content .form-group:before {
        color: #d6dadc;
        font-family: nexperia;
        content: "";
        font-size: 17px;
        margin-top: -13px;
        position: absolute;
        left: 20px;
        top: 50%;
        z-index: 10; }
      .search-box .tab-content .form-group .total-results {
        color: #d6dadc;
        display: none;
        padding: 10px 10px;
        position: absolute;
        right: 50px;
        top: 0px;
        z-index: 10; }
        @media (max-width: 767px) {
          .search-box .tab-content .form-group .total-results {
            padding: 0;
            right: 0;
            top: 42px; } }
      .search-box .tab-content .form-group .x-clean {
        background-color: #0f6f7b;
        border-radius: 30px;
        cursor: pointer;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 5px;
        width: 30px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 10; }
        .search-box .tab-content .form-group .x-clean:before {
          color: #ffffff;
          font-family: nexperia;
          content: ""; }
        .search-box .tab-content .form-group .x-clean:hover {
          -webkit-box-shadow: 0 0 5px 5px rgba(15, 111, 123, 0.2);
                  box-shadow: 0 0 5px 5px rgba(15, 111, 123, 0.2); }
        .search-box .tab-content .form-group .x-clean.disabled {
          background-color: #e9ecee;
          cursor: auto; }
          .search-box .tab-content .form-group .x-clean.disabled:hover {
            -webkit-box-shadow: none;
                    box-shadow: none; }
      .search-box .tab-content .form-group .form-control {
        border-radius: 25px;
        color: #0f6f7b;
        height: 40px;
        padding-left: 50px;
        padding-right: 50px; }
  .search-box .search-results-container {
    display: none;
    margin-top: 4px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px; }
    @media (max-width: 767px) {
      .search-box .search-results-container {
        display: none; } }
    .search-box .search-results-container.in {
      opacity: 1; }
    .search-box .search-results-container.active {
      display: block; }
      .search-box .search-results-container.active .search-results {
        color: black; }
    .search-box .search-results-container .search-results {
      background-color: #ffffff;
      float: left;
      max-height: 400px;
      overflow-y: scroll;
      width: 100%;
      margin-bottom: 75px; }
      .search-box .search-results-container .search-results.no-results {
        height: 0; }
      @media (max-width: 767px) {
        .search-box .search-results-container .search-results {
          width: 100%; } }
      .search-box .search-results-container .search-results .search-results-list {
        padding: 0;
        margin: 0;
        list-style-type: none; }
      .search-box .search-results-container .search-results .search-result {
        background-color: #ffffff;
        border-bottom: 1px solid #0f6f7b;
        color: #252525;
        overflow: hidden;
        padding: 20px;
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        .search-box .search-results-container .search-results .search-result:hover {
          background-color: #f3f6f8; }
        .search-box .search-results-container .search-results .search-result .search-result-wrapper {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-media {
            margin-right: 13.33333333px; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-media figure img {
              width: 60px; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-media .search-result-icon {
              font-size: 32px;
              color: #0f6f7b; }
              .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-media .search-result-icon:hover {
                color: #e0370f; }
          .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body {
            width: 100%; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .truncate {
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .action {
              margin-left: 10px; }
              .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .action a {
                padding: 10px 0 10px 10px;
                display: block;
                font-size: 18px;
                color: #0f6f7b; }
                .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .action a .x-arrow-right {
                  font-size: 14px; }
                .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .action a:hover {
                  color: #e0370f; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .col2 {
              width: -webkit-calc(100% - 40px);
              width: calc(100% - 40px); }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body .col3 {
              width: 40px; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body em {
              color: #e0370f; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body h4 {
              color: #0f6f7b;
              margin-top: 0;
              margin-bottom: 0;
              margin-right: 13.33333333px; }
            .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-body p {
              margin-right: 13.33333333px;
              margin-bottom: 0; }
          .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-media + .search-result-body {
            width: -webkit-calc(100% - 80px);
            width: calc(100% - 80px); }
          .search-box .search-results-container .search-results .search-result .search-result-wrapper .search-result-media.search-result-media-icon + .search-result-body {
            width: -webkit-calc(100% - 50px);
            width: calc(100% - 50px); }
      .search-box .search-results-container .search-results .show-all-wrapper {
        text-align: center;
        padding: 13.33333333px;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 75px; }
        .search-box .search-results-container .search-results .show-all-wrapper .no-results {
          font-weight: 300; }
  .search-box .search-box-banners {
    overflow: hidden; }
    .search-box .search-box-banners .search-box-banner {
      display: block;
      float: left;
      position: relative;
      width: 100%; }
      .search-box .search-box-banners .search-box-banner.has-right, .search-box .search-box-banners .search-box-banner.right {
        width: 50%; }
      .search-box .search-box-banners .search-box-banner img {
        border: 1px solid #ffffff;
        width: 100%; }
      .search-box .search-box-banners .search-box-banner.right img {
        border-left: none; }
      .search-box .search-box-banners .search-box-banner .banner-title {
        color: #ffffff;
        left: 10px;
        margin: 0;
        position: absolute;
        top: 10px;
        z-index: 10; }
      .search-box .search-box-banners .search-box-banner .banner-readmore {
        background-color: #e0370f;
        bottom: 1px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 300;
        padding: 4px 10px;
        position: absolute;
        right: 1px;
        z-index: 20;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .search-box .search-box-banners .search-box-banner:hover .banner-readmore {
        background-color: #f15631; }
      @media (max-width: 767px) {
        .search-box .search-box-banners .search-box-banner.has-right, .search-box .search-box-banners .search-box-banner.right {
          width: 100%; }
          .search-box .search-box-banners .search-box-banner.has-right img, .search-box .search-box-banners .search-box-banner.right img {
            border: 1px solid #ffffff; }
        .search-box .search-box-banners .search-box-banner.right img {
          border-top: none; }
        .search-box .search-box-banners .search-box-banner .banner-readmore {
          display: none; } }

.select2-container--open .select2-dropdown {
  border: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.select2-container--open .select2-results__option--highlighted[aria-selected] {
  background-color: #e0370f; }

#simple-search-container {
  background-color: #e9ecee;
  position: relative;
  z-index: 100; }
  #simple-search-container .bg-left {
    background-color: #e0370f;
    bottom: 0;
    left: 0;
    width: 50%;
    position: absolute;
    top: 0;
    z-index: 1; }
  #simple-search-container .container {
    position: relative;
    z-index: 10; }
  #simple-search-container .dropdown-toggle {
    color: #ffffff;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap; }
    #simple-search-container .dropdown-toggle:before {
      color: #ffffff;
      font-family: nexperia;
      content: "";
      line-height: 1;
      position: absolute;
      right: 0;
      top: 2px;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
           -o-transform-origin: 50% 50%;
              transform-origin: 50% 50%; }
  .csstransforms #simple-search-container .open .dropdown-toggle:before {
    -webkit-transform: perspective(1px) rotate(180deg);
            transform: perspective(1px) rotate(180deg); }
  #simple-search-container .dropdown-menu {
    background-color: #e0370f;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    text-align: right;
    width: 100%; }
    #simple-search-container .dropdown-menu > li > a {
      color: #ffffff;
      padding: 10px 20px;
      text-transform: uppercase; }
      #simple-search-container .dropdown-menu > li > a:hover, #simple-search-container .dropdown-menu > li > afocus {
        background-color: #ea3910; }
  #simple-search-container .type {
    background-color: #e0370f;
    padding: 20px;
    text-align: right;
    white-space: nowrap; }
  #simple-search-container .search {
    background-color: #e9ecee;
    position: relative; }
    #simple-search-container .search .upload-material-list {
      display: none;
      position: absolute;
      right: 0;
      top: 8px;
      z-index: 2; }
      #simple-search-container .search .upload-material-list a i {
        margin-right: 5px; }
      #simple-search-container .search .upload-material-list .x-search {
        color: #d6dadc;
        font-size: 17px;
        margin-right: 15px; }
    #simple-search-container .search.x .upload-material-list {
      display: block; }
    #simple-search-container .search:after {
      color: #d6dadc;
      content: "";
      font-family: nexperia;
      font-size: 17px;
      margin-top: -12px;
      position: absolute;
      right: 20px;
      top: 50%; }
  #simple-search-container input {
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 65px;
    padding: 6px 12px; }
  #simple-search-container .parametric-search {
    background-color: #e9ecee;
    display: none; }
    #simple-search-container .parametric-search .select2 {
      width: 100% !important; }
      #simple-search-container .parametric-search .select2.select2-container .select2-selection--single {
        background-color: transparent;
        border: none;
        border-radius: 0;
        height: 65px;
        outline: none; }
        #simple-search-container .parametric-search .select2.select2-container .select2-selection--single .select2-selection__rendered {
          line-height: 65px; }
        #simple-search-container .parametric-search .select2.select2-container .select2-selection--single .select2-selection__placeholder {
          color: #a5a4a4; }
        #simple-search-container .parametric-search .select2.select2-container .select2-selection--single .select2-selection__arrow {
          background-color: #e0370f;
          border-radius: 30px;
          height: 30px;
          right: 10px;
          top: 17px;
          width: 30px; }
          #simple-search-container .parametric-search .select2.select2-container .select2-selection--single .select2-selection__arrow:before {
            color: #ffffff;
            font-family: nexperia;
            content: "";
            line-height: 1;
            position: absolute;
            right: 8px;
            top: 8px;
            -webkit-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            -webkit-transform-origin: 50% 50%;
                -ms-transform-origin: 50% 50%;
                 -o-transform-origin: 50% 50%;
                    transform-origin: 50% 50%; }
          #simple-search-container .parametric-search .select2.select2-container .select2-selection--single .select2-selection__arrow b {
            display: none; }
      #simple-search-container .parametric-search .select2.select2-container--open .select2-selection--single .select2-selection__arrow:before {
        top: 6px;
        -webkit-transform: perspective(1px) rotate(180deg);
                transform: perspective(1px) rotate(180deg); }

section.search-box-variant {
  position: relative;
  background: white;
  min-height: 420px; }
  section.search-box-variant:after {
    content: "";
    width: 20vw;
    background: -webkit-linear-gradient(40deg, rgba(255, 255, 255, 0) 50%, #dedede 100%);
    background: -o-linear-gradient(40deg, rgba(255, 255, 255, 0) 50%, #dedede 100%);
    background: linear-gradient(50deg, rgba(255, 255, 255, 0) 50%, #dedede 100%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    min-width: 340px; }
    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
      section.search-box-variant:after {
        min-width: 0;
        width: -webkit-calc(18vw - 2px);
        width: calc(18vw - 2px);
        background: -webkit-linear-gradient(34deg, rgba(255, 255, 255, 0) 50%, #dedede 100%);
        background: -o-linear-gradient(34deg, rgba(255, 255, 255, 0) 50%, #dedede 100%);
        background: linear-gradient(56deg, rgba(255, 255, 255, 0) 50%, #dedede 100%); } }
    @media (max-width: 1200px) {
      section.search-box-variant:after {
        display: none; } }
  section.search-box-variant .video-container {
    overflow: hidden;
    width: 100%;
    max-height: 420px;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%; }
    section.search-box-variant .video-container:before {
      content: '';
      background: rgba(0, 0, 0, 0.2);
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      section.search-box-variant .video-container {
        display: none; } }
    section.search-box-variant .video-container video {
      position: absolute;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  section.search-box-variant .left {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center center;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    min-width: -webkit-calc(100% - 324px);
    min-width: calc(100% - 324px);
    max-width: -webkit-calc(100% - 324px);
    max-width: calc(100% - 324px);
    padding: 0 20px; }
    section.search-box-variant .left .container-left {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: -webkit-calc(100% - 420px);
      width: calc(100% - 420px); }
      section.search-box-variant .left .container-left .search-box-input, section.search-box-variant .left .container-left .search-box-results {
        -webkit-transform: translateY(-30px);
            -ms-transform: translateY(-30px);
             -o-transform: translateY(-30px);
                transform: translateY(-30px);
        width: 100%;
        max-width: 650px; }
      section.search-box-variant .left .container-left .search-box-results .search-results-container {
        left: 0;
        right: 0; }
      section.search-box-variant .left .container-left > a.search-cta {
        display: none;
        max-width: 100%;
        white-space: normal;
        margin-top: 10px; }
        section.search-box-variant .left .container-left > a.search-cta i {
          margin-right: 10px; }
      @media only screen and (min-width: 1200px) and (max-width: 1440px) {
        section.search-box-variant .left .container-left {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; } }
      @media (max-width: 1200px) {
        section.search-box-variant .left .container-left {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          position: relative;
          z-index: 6; }
          section.search-box-variant .left .container-left > a.search-cta {
            display: inline-block; } }
      @media (max-width: 767px) {
        section.search-box-variant .left .container-left {
          width: 100%;
          min-width: 0;
          max-width: none;
          position: relative;
          z-index: 6; } }
    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
      section.search-box-variant .left {
        width: -webkit-calc(82% - 4px);
        width: calc(82% - 4px);
        min-width: 0;
        max-width: none; } }
    @media (max-width: 1200px) {
      section.search-box-variant .left {
        width: 100%;
        min-width: 0;
        max-width: none; } }
    @media only screen and (max-width: 1024px) {
      section.search-box-variant .left {
        width: 100%;
        min-width: 0;
        max-width: none; } }
    @media (max-width: 767px) {
      section.search-box-variant .left {
        width: 100%;
        min-width: 0;
        max-width: none; } }
  section.search-box-variant .right {
    position: absolute;
    right: 0%;
    top: 0;
    max-width: 370px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #0f6f7b;
    padding: 0 40px 0 0;
    z-index: 4; }
    section.search-box-variant .right .x {
      position: absolute;
      right: 0px;
      top: 0;
      z-index: 0;
      height: 100%;
      overflow: hidden;
      -webkit-transform: translateX(-80%) translateX(2px);
          -ms-transform: translateX(-80%) translateX(2px);
           -o-transform: translateX(-80%) translateX(2px);
              transform: translateX(-80%) translateX(2px); }
      section.search-box-variant .right .x svg {
        width: 406px; }
      @media only screen and (min-width: 1200px) and (max-width: 1440px) {
        section.search-box-variant .right .x {
          -webkit-transform: translateX(-18vw);
              -ms-transform: translateX(-18vw);
               -o-transform: translateX(-18vw);
                  transform: translateX(-18vw); } }
      @media (max-width: 1200px) {
        section.search-box-variant .right .x {
          -webkit-transform: translateX(-4vw) translateX(2px);
              -ms-transform: translateX(-4vw) translateX(2px);
               -o-transform: translateX(-4vw) translateX(2px);
                  transform: translateX(-4vw) translateX(2px); } }
      @media only screen and (max-width: 1024px) {
        section.search-box-variant .right .x {
          -webkit-transform: translateX(40%);
              -ms-transform: translateX(40%);
               -o-transform: translateX(40%);
                  transform: translateX(40%); } }
    section.search-box-variant .right .right-content {
      position: relative;
      z-index: 5;
      width: 100%; }
    section.search-box-variant .right h2 {
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 2px; }
    section.search-box-variant .right a {
      color: #e0370f;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      line-height: 100%;
      margin-top: 20px;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      section.search-box-variant .right a i {
        margin-right: 15px;
        font-size: 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1440px) {
      section.search-box-variant .right {
        width: 18vw; } }
    @media (max-width: 1200px) {
      section.search-box-variant .right {
        width: -webkit-calc(4vw + 2px);
        width: calc(4vw + 2px);
        background: white; }
        section.search-box-variant .right .right-content {
          display: none; } }
    @media only screen and (max-width: 1024px) {
      section.search-box-variant .right {
        width: 100%;
        overflow-x: hidden;
        background: transparent; } }
  @media (max-width: 767px) {
    section.search-box-variant {
      padding: 40px 0 40px 0; } }
  section.search-box-variant .search-box-bg {
    overflow: hidden; }
  section.search-box-variant .search-box-cta {
    color: #ffffff;
    margin: 0;
    position: absolute;
    text-decoration: none;
    right: 80px;
    top: 20px;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    @media (max-width: 767px) {
      section.search-box-variant .search-box-cta {
        right: 20px; } }
    section.search-box-variant .search-box-cta:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1); }
  section.search-box-variant .form-control {
    font-weight: 300; }
  section.search-box-variant .search-box-input {
    z-index: 999; }
  section.search-box-variant .search-box-results {
    z-index: 101;
    margin-top: -22px; }
    section.search-box-variant .search-box-results .search-results-container {
      background-color: #ffffff;
      left: 20px;
      margin: 0;
      padding-top: 22px;
      position: absolute;
      right: 20px;
      z-index: 9999;
      -webkit-box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.175); }
      section.search-box-variant .search-box-results .search-results-container:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #e7e7e7;
        display: block; }
      section.search-box-variant .search-box-results .search-results-container .search-results .search-result {
        border-bottom-color: #e7e7e7; }
      section.search-box-variant .search-box-results .search-results-container .search-facets {
        overflow-y: hidden; }
  section.search-box-variant .nav-tabs.nav-justified li {
    background-color: transparent;
    text-align: center; }
    section.search-box-variant .nav-tabs.nav-justified li.active a {
      background-color: transparent;
      border-bottom: 4px solid #e0370f;
      color: #ffffff; }
      section.search-box-variant .nav-tabs.nav-justified li.active a:hover {
        background-color: transparent; }
    section.search-box-variant .nav-tabs.nav-justified li a {
      display: inline-block;
      border-bottom: 4px solid transparent;
      font-weight: 300;
      text-transform: none;
      text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9);
      padding: 0; }
      section.search-box-variant .nav-tabs.nav-justified li a:hover, section.search-box-variant .nav-tabs.nav-justified li a:focus {
        background-color: transparent; }
  section.search-box-variant .tab-content {
    background-color: transparent;
    margin-top: 10px;
    padding: 0; }
    section.search-box-variant .tab-content > .tab-pane {
      padding: 0;
      position: relative; }
      section.search-box-variant .tab-content > .tab-pane#parametrics {
        min-height: 50px; }
    section.search-box-variant .tab-content #search-box-xref {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      section.search-box-variant .tab-content #search-box-xref .form-group {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      section.search-box-variant .tab-content #search-box-xref a.btn {
        margin-left: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        section.search-box-variant .tab-content #search-box-xref a.btn:before {
          content: "";
          font-family: nexperia;
          margin-right: 6px;
          font-size: 11px; }
    section.search-box-variant .tab-content .form-group:before {
      display: none; }
    section.search-box-variant .tab-content .form-group .form-control {
      border-bottom-left-radius: 25px;
      border-top-left-radius: 25px;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0;
      border: none;
      padding-left: 30px;
      padding-right: 0;
      height: 50px;
      font-size: 16px; }
      section.search-box-variant .tab-content .form-group .form-control + .input-group-addon {
        background-color: #ffffff;
        border: none;
        border-left: 1px solid #ffffff;
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px; }
        section.search-box-variant .tab-content .form-group .form-control + .input-group-addon span {
          display: block;
          width: 30px; }
    section.search-box-variant .tab-content .form-group .total-results {
      right: 60px;
      top: 4px; }
    section.search-box-variant .tab-content .form-group a.x-clean {
      text-decoration: none; }
      section.search-box-variant .tab-content .form-group a.x-clean.disabled {
        cursor: pointer; }
    section.search-box-variant .tab-content .form-group .x-clean {
      background-color: transparent !important;
      right: 14px;
      top: 8px; }
      section.search-box-variant .tab-content .form-group .x-clean:before {
        color: #e0370f;
        font-size: 20px; }
      section.search-box-variant .tab-content .form-group .x-clean.disabled:before {
        content: ""; }
      section.search-box-variant .tab-content .form-group .x-clean:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
    section.search-box-variant .tab-content .search-box-parametrics {
      background-color: #ffffff;
      border-top-left-radius: 25px;
      border-top-right-radius: 25px;
      padding: 20px 40px;
      -webkit-box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.175);
      position: absolute;
      left: 0;
      right: 0;
      top: 0; }
      section.search-box-variant .tab-content .search-box-parametrics .parametrics-results {
        max-height: 500px;
        overflow-y: auto; }
  @media (max-width: 767px) {
    section.search-box-variant {
      padding: 0;
      min-height: 300px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.search-box-variant .left {
        min-height: 300px; }
        section.search-box-variant .left .container-left {
          min-height: 300px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          section.search-box-variant .left .container-left .search-box-input, section.search-box-variant .left .container-left .search-box-results {
            max-width: none; }
      section.search-box-variant .right {
        padding: 0 20px;
        height: 100%;
        width: 100%;
        overflow-x: hidden; }
        section.search-box-variant .right .x svg {
          height: 300px; }
        section.search-box-variant .right .right-content {
          display: none; }
      section.search-box-variant:after {
        display: none; } }

.xref-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
  font-weight: 400; }
  .xref-header span {
    display: block; }
  .xref-header .checkbox {
    margin: 0 0 0 45px; }
    .xref-header .checkbox input:disabled + label {
      color: #e9ecee; }
  .xref-header .edit-list {
    margin: 0 0 0 45px;
    text-decoration: none;
    color: #0f6f7b; }
  .xref-header .export {
    margin: 0 0 0 45px;
    text-decoration: none;
    color: #0f6f7b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .xref-header .export i {
      font-size: 20px;
      margin-left: 6px;
      text-decoration: none; }
  @media (max-width: 767px) {
    .xref-header {
      display: block; }
      .xref-header .export, .xref-header .edit-list {
        margin: 0; }
      .xref-header .checkbox {
        margin: 10px 0 0 0; } }

.table-responsive.npb {
  padding-bottom: 0; }
  .table-responsive.npb + .show-all {
    margin-bottom: 30px !important; }

.table-search-results {
  margin-top: 15px;
  margin-bottom: 0;
  border: 1px solid #ddd; }
  .table-search-results > thead > tr > th,
  .table-search-results > tbody > tr > td {
    padding: 15px; }
  .table-search-results th {
    background-color: #e9ecee;
    white-space: nowrap; }
    .table-search-results th:first-of-type {
      min-width: 180px; }
  .table-search-results tbody + tbody {
    border: none; }
  .table-search-results tbody tr td {
    border: none; }
    .table-search-results tbody tr td .pip-icon {
      border: 1px solid #0f6f7b;
      color: #0f6f7b;
      font-size: 11px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap;
      line-height: 100%;
      margin: 5px 10px 5px 0;
      background: white; }
      .table-search-results tbody tr td .pip-icon .icon {
        color: white;
        background-color: #0f6f7b;
        font-size: 14px;
        padding: 2px 5px;
        font-style: normal;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .table-search-results tbody tr td .pip-icon .icon:before {
          font-family: 'nexperia';
          display: inline-block;
          padding: 1px 0; }
      .table-search-results tbody tr td .pip-icon span {
        padding: 2px 5px;
        font-weight: 400; }
      @media (max-width: 992px) {
        .table-search-results tbody tr td .pip-icon {
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch;
          white-space: normal; }
          .table-search-results tbody tr td .pip-icon span {
            padding: 3px 5px; } }
      .table-search-results tbody tr td .pip-icon.rnd {
        border-color: #7cbf22;
        color: #7cbf22; }
        .table-search-results tbody tr td .pip-icon.rnd .icon {
          background-color: #7cbf22; }
          .table-search-results tbody tr td .pip-icon.rnd .icon:before {
            content: ""; }
      .table-search-results tbody tr td .pip-icon.recommended-replacement {
        border-color: #7cbf22;
        color: #7cbf22; }
        .table-search-results tbody tr td .pip-icon.recommended-replacement .icon {
          background-color: #7cbf22; }
          .table-search-results tbody tr td .pip-icon.recommended-replacement .icon:before {
            content: ""; }
      .table-search-results tbody tr td .pip-icon.nrnd {
        border-color: #f2a428;
        color: #f2a428;
        max-width: 65px; }
        .table-search-results tbody tr td .pip-icon.nrnd .icon {
          background-color: #f2a428; }
          .table-search-results tbody tr td .pip-icon.nrnd .icon:before {
            content: ""; }
      .table-search-results tbody tr td .pip-icon.automotive-qualified .icon:before {
        content: ""; }
      .table-search-results tbody tr td .pip-icon.pip-status .icon:before {
        content: ""; }
      .table-search-results tbody tr td .pip-icon.smaller .icon:before {
        content: ""; }
      .table-search-results tbody tr td .pip-icon.higher-temp .icon:before {
        content: ""; }
      .table-search-results tbody tr td .pip-icon.higher-voltage .icon:before {
        content: ""; }
      .table-search-results tbody tr td .pip-icon.consumer-alternative .icon:before {
        content: ""; }
    .table-search-results tbody tr td .td-label {
      display: none; }
    .table-search-results tbody tr td.border-left {
      border-left: 1px solid #ddd; }
    .table-search-results tbody tr td.technical-summary {
      max-width: 260px; }
    .table-search-results tbody tr td a i {
      font-style: normal; }
    .table-search-results tbody tr td a + .best-match-product {
      display: none;
      margin: 0 0 0 10px; }
    .table-search-results tbody tr td ul.list-separator li {
      display: block; }
      .table-search-results tbody tr td ul.list-separator li:before {
        content: none; }
      .table-search-results tbody tr td ul.list-separator li a i:before {
        padding-right: 10px !important;
        margin-left: 0; }
    .table-search-results tbody tr td label.best-match-product {
      background-color: #0f6f7b;
      color: white;
      padding: 3px 12px;
      font-size: 12px; }
  .table-search-results tbody tr.border-top {
    border-top: 1px solid #ddd; }
  .table-search-results tbody tr.more {
    display: none; }
  .table-search-results tbody tr.parametrics-row .search-result-media {
    margin-bottom: 15px; }
    .table-search-results tbody tr.parametrics-row .search-result-media img {
      width: 150px; }
  .table-search-results tbody tr.parametrics-row .parametrics-container {
    white-space: normal;
    padding-top: 0; }
    .table-search-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      border-top: 1px solid #ccd3d8; }
      .table-search-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        width: 100%;
        margin-top: 15px; }
    .table-search-results tbody tr.parametrics-row .parametrics-container table {
      margin-right: 30px;
      font-size: 14px;
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px); }
      .table-search-results tbody tr.parametrics-row .parametrics-container table + table {
        margin-right: 0; }
      .table-search-results tbody tr.parametrics-row .parametrics-container table tr {
        background: transparent; }
        .table-search-results tbody tr.parametrics-row .parametrics-container table tr td {
          vertical-align: top;
          padding: 6px 20px 6px 0; }
          .table-search-results tbody tr.parametrics-row .parametrics-container table tr td:first-of-type {
            font-weight: 400;
            white-space: nowrap; }
        .table-search-results tbody tr.parametrics-row .parametrics-container table tr:first-of-type td {
          padding-top: 0; }
  @media (max-width: 992px) {
    .table-search-results {
      border: none;
      border-bottom: 1px solid #ddd; }
      .table-search-results thead {
        display: none; }
      .table-search-results tbody tr td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 5px 10px;
        white-space: normal !important;
        vertical-align: top; }
        .table-search-results tbody tr td .td-label {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          min-width: 120px;
          font-weight: bold; }
        .table-search-results tbody tr td.technical-summary {
          max-width: none; }
        .table-search-results tbody tr td a.basic-type {
          font-size: 20px;
          text-decoration: none; }
        .table-search-results tbody tr td a + .best-match-product {
          display: inline-block; }
        .table-search-results tbody tr td ul.list-separator {
          display: inline-block; }
        .table-search-results tbody tr td .search-result-media + label.best-match-product {
          display: none; }
      .table-search-results tbody tr.border-top td {
        padding-top: 10px; }
        .table-search-results tbody tr.border-top td:not(:first-of-type) {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
      .table-search-results tbody tr.more {
        display: table-row;
        cursor: pointer; }
        .table-search-results tbody tr.more td {
          display: table-cell;
          padding: 10px 0 20px;
          color: #0f6f7b;
          font-size: 16px; }
          .table-search-results tbody tr.more td i {
            margin-left: 10px;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                 -o-transform: rotate(90deg);
                    transform: rotate(90deg);
            -webkit-transition: -webkit-transform 0.2s ease;
            transition: -webkit-transform 0.2s ease;
            -o-transition: -o-transform 0.2s ease;
            transition: transform 0.2s ease;
            transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }
        .table-search-results tbody tr.more.expanded td i {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
               -o-transform: rotate(-90deg);
                  transform: rotate(-90deg); }
      .table-search-results tbody tr.parametrics-row {
        display: none; }
        .table-search-results tbody tr.parametrics-row .search-result-media img {
          width: 120px; }
        .table-search-results tbody tr.parametrics-row.expanded {
          display: block; }
        .table-search-results tbody tr.parametrics-row td {
          display: table-cell; }
          .table-search-results tbody tr.parametrics-row td.parametrics-container {
            display: block;
            padding: 15px 10px; }
        .table-search-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper {
          display: block; }
          .table-search-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper table {
            width: 100%;
            margin: 0; }
            .table-search-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper table tr td {
              display: table-cell; } }

.td-content .block .pip-icons-wrapper,
.col-wrapper .col .pip-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.td-content .block .pip-icon,
.col-wrapper .col .pip-icon {
  border: 1px solid #0f6f7b;
  color: #0f6f7b;
  font-size: 11px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  line-height: 100%;
  margin: 5px 10px 5px 0;
  max-width: 270px;
  background: white; }
  .td-content .block .pip-icon .icon,
  .col-wrapper .col .pip-icon .icon {
    color: white;
    background-color: #0f6f7b;
    font-size: 14px;
    padding: 2px 5px;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .td-content .block .pip-icon .icon:before,
    .col-wrapper .col .pip-icon .icon:before {
      font-family: 'nexperia';
      display: inline-block;
      padding: 1px 0; }
  .td-content .block .pip-icon span,
  .col-wrapper .col .pip-icon span {
    padding: 2px 5px;
    font-weight: 400; }
  @media (max-width: 992px) {
    .td-content .block .pip-icon,
    .col-wrapper .col .pip-icon {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      white-space: normal; }
      .td-content .block .pip-icon span,
      .col-wrapper .col .pip-icon span {
        padding: 3px 5px; } }
  .td-content .block .pip-icon.rnd,
  .col-wrapper .col .pip-icon.rnd {
    border-color: #7cbf22;
    color: #7cbf22;
    max-width: 65px; }
    .td-content .block .pip-icon.rnd .icon,
    .col-wrapper .col .pip-icon.rnd .icon {
      background-color: #7cbf22; }
      .td-content .block .pip-icon.rnd .icon:before,
      .col-wrapper .col .pip-icon.rnd .icon:before {
        content: ""; }
  .td-content .block .pip-icon.recommended-replacement,
  .col-wrapper .col .pip-icon.recommended-replacement {
    border-color: #7cbf22;
    color: #7cbf22; }
    .td-content .block .pip-icon.recommended-replacement .icon,
    .col-wrapper .col .pip-icon.recommended-replacement .icon {
      background-color: #7cbf22; }
      .td-content .block .pip-icon.recommended-replacement .icon:before,
      .col-wrapper .col .pip-icon.recommended-replacement .icon:before {
        content: ""; }
  .td-content .block .pip-icon.nrnd,
  .col-wrapper .col .pip-icon.nrnd {
    border-color: #f2a428;
    color: #f2a428;
    max-width: 65px; }
    .td-content .block .pip-icon.nrnd .icon,
    .col-wrapper .col .pip-icon.nrnd .icon {
      background-color: #f2a428; }
      .td-content .block .pip-icon.nrnd .icon:before,
      .col-wrapper .col .pip-icon.nrnd .icon:before {
        content: ""; }
  .td-content .block .pip-icon.pip-status,
  .col-wrapper .col .pip-icon.pip-status {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .td-content .block .pip-icon.pip-status .icon:before,
    .col-wrapper .col .pip-icon.pip-status .icon:before {
      content: ""; }
  .td-content .block .pip-icon.automotive-qualified .icon:before,
  .col-wrapper .col .pip-icon.automotive-qualified .icon:before {
    content: ""; }
  .td-content .block .pip-icon.smaller .icon:before,
  .col-wrapper .col .pip-icon.smaller .icon:before {
    content: ""; }
  .td-content .block .pip-icon.higher-temp .icon:before,
  .col-wrapper .col .pip-icon.higher-temp .icon:before {
    content: ""; }
  .td-content .block .pip-icon.higher-voltage .icon:before,
  .col-wrapper .col .pip-icon.higher-voltage .icon:before {
    content: ""; }
  .td-content .block .pip-icon.consumer-alternative .icon:before,
  .col-wrapper .col .pip-icon.consumer-alternative .icon:before {
    content: ""; }

.block {
  display: inline-block; }
  .block .pip-icons-wrapper {
    display: inline-block; }

#block {
  display: block; }
  #block .pip-icons-wrapper {
    display: inline-block; }

@media (min-width: 992px) {
  .technical-summary .product-info,
  .col-wrapper .product-info {
    width: 64%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .technical-summary .product-info,
  .col-wrapper .product-info {
    width: 100%; } }

@media (max-width: 767px) {
  .technical-summary .product-info,
  .col-wrapper .product-info {
    width: 100%; } }

.technical-summary .alt-product-container,
.col-wrapper .alt-product-container {
  float: right; }
  @media (min-width: 992px) {
    .technical-summary .alt-product-container,
    .col-wrapper .alt-product-container {
      width: 30%; } }
  @media (max-width: 767px) {
    .technical-summary .alt-product-container,
    .col-wrapper .alt-product-container {
      float: left;
      width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .technical-summary .alt-product-container,
    .col-wrapper .alt-product-container {
      float: left;
      width: 100%; } }

.technical-summary .recommended-alternatives,
.col-wrapper .recommended-alternatives {
  background-color: #e9ecee;
  border-radius: 3px;
  padding: 15px; }
  @media (max-width: 767px) {
    .technical-summary .recommended-alternatives,
    .col-wrapper .recommended-alternatives {
      margin-bottom: 20px;
      margin-top: 20px; } }
  .technical-summary .recommended-alternatives h4,
  .col-wrapper .recommended-alternatives h4 {
    font-weight: 400;
    margin: 0; }
  .technical-summary .recommended-alternatives ul,
  .col-wrapper .recommended-alternatives ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .technical-summary .recommended-alternatives ul .alternative-product,
    .col-wrapper .recommended-alternatives ul .alternative-product {
      font-size: 12px; }
      .technical-summary .recommended-alternatives ul .alternative-product .alternative-product-img a,
      .col-wrapper .recommended-alternatives ul .alternative-product .alternative-product-img a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none; }
        .technical-summary .recommended-alternatives ul .alternative-product .alternative-product-img a h4,
        .col-wrapper .recommended-alternatives ul .alternative-product .alternative-product-img a h4 {
          -webkit-transition: color 0.2s ease;
          -o-transition: color 0.2s ease;
          transition: color 0.2s ease; }
        .technical-summary .recommended-alternatives ul .alternative-product .alternative-product-img a img,
        .col-wrapper .recommended-alternatives ul .alternative-product .alternative-product-img a img {
          width: 40px;
          margin-right: 10px; }
        .technical-summary .recommended-alternatives ul .alternative-product .alternative-product-img a:hover h4,
        .col-wrapper .recommended-alternatives ul .alternative-product .alternative-product-img a:hover h4 {
          color: #e0370f; }
      .technical-summary .recommended-alternatives ul .alternative-product .pip-icon,
      .col-wrapper .recommended-alternatives ul .alternative-product .pip-icon {
        margin-right: 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      .technical-summary .recommended-alternatives ul .alternative-product .alternative-product-description,
      .col-wrapper .recommended-alternatives ul .alternative-product .alternative-product-description {
        font-size: 12px;
        line-height: 14px;
        margin: 10px 0 5px;
        display: block;
        text-decoration: none; }
      .technical-summary .recommended-alternatives ul .alternative-product .a-link,
      .col-wrapper .recommended-alternatives ul .alternative-product .a-link {
        color: red; }
    .technical-summary .recommended-alternatives ul li,
    .col-wrapper .recommended-alternatives ul li {
      margin: 15px 0 30px; }
      .technical-summary .recommended-alternatives ul li:first-of-type,
      .col-wrapper .recommended-alternatives ul li:first-of-type {
        margin-top: 0; }
      .technical-summary .recommended-alternatives ul li:last-of-type,
      .col-wrapper .recommended-alternatives ul li:last-of-type {
        margin-bottom: 0; }
  .technical-summary .recommended-alternatives #alternatives ul li.alternative-product,
  .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product {
    margin: 10px 0 30px; }
    .technical-summary .recommended-alternatives #alternatives ul li.alternative-product:last-of-type,
    .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product:last-of-type {
      margin-bottom: 0; }
    .technical-summary .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img,
    .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img {
      margin-bottom: 10px; }
      .technical-summary .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a,
      .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .technical-summary .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a img,
        .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a img {
          width: 80px;
          margin-right: 20px; }
    .technical-summary .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-description,
    .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-description {
      margin-top: 0;
      font-size: 14px;
      line-height: 18px; }
    @media (max-width: 767px) {
      .technical-summary .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a .alternative-product-description,
      .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a .alternative-product-description {
        font-size: 12px;
        line-height: 14px; }
      .technical-summary .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a img,
      .col-wrapper .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a img {
        width: 60px; } }
  .technical-summary .recommended-alternatives .more-alternatives,
  .col-wrapper .recommended-alternatives .more-alternatives {
    color: #0f6f7b;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 13px; }

.search-xref .contact-link {
  font-weight: 500; }

.xref-results {
  margin-top: 15px;
  border: 1px solid #ddd; }
  .xref-results > thead > tr > th,
  .xref-results > tbody > tr > td {
    padding: 15px; }
  .xref-results th {
    background-color: #e9ecee;
    white-space: nowrap; }
    .xref-results th:first-of-type {
      min-width: 180px; }
  .xref-results tbody tr td {
    border: none; }
    .xref-results tbody tr td.border-left {
      border-left: 1px solid #ddd; }
  .xref-results tbody tr.empty-result {
    background-color: #fdfdfd;
    color: rgba(91, 85, 90, 0.4); }
  .xref-results tbody tr.border-top {
    border-top: 1px solid #ddd; }
  .xref-results tbody tr a.contact-us {
    color: #0f6f7b;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .xref-results tbody tr a.contact-us:after {
      content: "";
      font-family: nexperia;
      margin-left: 10px;
      font-size: 9px; }
  .xref-results tbody tr.parametrics-row {
    display: none; }
    .xref-results tbody tr.parametrics-row.expanded {
      display: table-row; }
    .xref-results tbody tr.parametrics-row .parametrics-container {
      white-space: normal;
      background-color: rgba(233, 236, 238, 0.8); }
      .xref-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        .xref-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          width: 100%; }
          .xref-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper .spinner {
            display: none; }
            .xref-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper .psdata-wrapper .spinner > div {
              background-color: #ccc; }
        .xref-results tbody tr.parametrics-row .parametrics-container .parametrics-wrapper.loading .psdata-wrapper .spinner {
          display: block; }
      .xref-results tbody tr.parametrics-row .parametrics-container img {
        width: 150px;
        margin-right: 30px; }
      .xref-results tbody tr.parametrics-row .parametrics-container table {
        margin-right: 30px;
        font-size: 14px;
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px); }
        .xref-results tbody tr.parametrics-row .parametrics-container table + table {
          margin-right: 0; }
        .xref-results tbody tr.parametrics-row .parametrics-container table tr {
          background: transparent; }
          .xref-results tbody tr.parametrics-row .parametrics-container table tr td {
            vertical-align: top;
            padding: 6px 20px 6px 0; }
            .xref-results tbody tr.parametrics-row .parametrics-container table tr td:first-of-type {
              font-weight: 400; }
  .xref-results .xref-parametrics {
    cursor: pointer;
    color: #0f6f7b;
    white-space: nowrap; }
    .xref-results .xref-parametrics i {
      margin-left: 10px;
      font-size: 9px;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: -o-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }
    .xref-results .xref-parametrics.expanded i {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
  .xref-results .match-quality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .xref-results .match-quality:before {
      content: "";
      border-radius: 50%;
      width: 8px;
      height: 8px;
      display: inline-block;
      margin-right: 6px;
      background-color: #e9ecee; }
    .xref-results .match-quality.mq-exact:before {
      background-color: #7b9b55; }
    .xref-results .match-quality.mq-close:before {
      background-color: #f1b60d; }
    .xref-results .match-quality.mq-alternative:before {
      background-color: #cf000e; }
  .xref-results .vote-xref-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0; }
    .xref-results .vote-xref-result i {
      font-size: 20px;
      cursor: pointer;
      margin: 0 5px;
      color: #8b8b8b;
      -webkit-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      .xref-results .vote-xref-result i:hover {
        color: #0f6f7b; }
    .xref-results .vote-xref-result.voted i {
      cursor: default; }
    .xref-results .vote-xref-result.voted.vote-1 i.x-vote-up {
      color: #0f6f7b; }
    .xref-results .vote-xref-result.voted.vote-1 i.x-vote-down {
      display: none; }
    .xref-results .vote-xref-result.voted.vote-0 i.x-vote-down {
      color: #8b8b8b; }
    .xref-results .vote-xref-result.voted.vote-0 i.x-vote-up {
      display: none; }

.product-categories {
  margin: 0;
  position: relative; }
  .product-categories.open {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px; }
    @media (max-width: 767px) {
      .product-categories.open {
        padding-bottom: 0; } }
  .product-categories .product-category {
    background-color: #e9ecee;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    min-height: 300px; }
    @media (max-width: 767px) {
      .product-categories .product-category {
        min-height: auto; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-categories .product-category {
        min-height: auto; } }
    .product-categories .product-category:after {
      background-color: #ffffffff;
      bottom: -8px;
      content: "";
      height: 8px;
      left: 0;
      position: absolute;
      right: 0;
      width: 100%; }
    .product-categories .product-category:hover, .product-categories .product-category.active {
      background-color: #e0370f; }
      .product-categories .product-category:hover:after, .product-categories .product-category.active:after {
        background-color: #e0370f; }
      .product-categories .product-category:hover h3,
      .product-categories .product-category:hover p,
      .product-categories .product-category:hover li,
      .product-categories .product-category:hover li:before, .product-categories .product-category.active h3,
      .product-categories .product-category.active p,
      .product-categories .product-category.active li,
      .product-categories .product-category.active li:before {
        color: #ffffff; }
    .product-categories .product-category a {
      display: block;
      overflow: hidden;
      text-decoration: none; }
    .product-categories .product-category .category-intro {
      min-height: 120px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .product-categories .product-category .category-intro {
          min-height: auto; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-categories .product-category .category-intro {
          float: left;
          min-height: auto;
          width: 70%; } }
    .product-categories .product-category .category-image {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      height: 150px;
      margin: 10px 0;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-categories .product-category .category-image {
          float: right;
          height: 100px;
          width: 30%; } }
    .product-categories .product-category h3 {
      color: #0f6f7b;
      margin-top: 20px; }
      @media (max-width: 767px) {
        .product-categories .product-category h3 {
          font-size: 17px; } }
    .product-categories .product-category ul {
      padding: 0;
      list-style: none; }
      .product-categories .product-category ul li {
        position: relative;
        padding-left: 20px; }
        .product-categories .product-category ul li:before {
          content: "•";
          font-family: FontAwesome;
          color: #0f6f7b;
          left: 0;
          margin-right: 4px;
          position: absolute;
          top: 0; }
      .product-categories .product-category ul li:before {
        color: #8b8b8b; }
    .product-categories .product-category p,
    .product-categories .product-category li {
      color: #8b8b8b; }
  .product-categories .product-subcategories .container {
    margin-top: 40px; }
  .product-categories .cta-automotive {
    background-color: #0f6f7b;
    height: 80px;
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 90;
    padding: 30px; }
    @media (max-width: 767px) {
      .product-categories .cta-automotive {
        width: 100%; } }
    .product-categories .cta-automotive h3,
    .product-categories .cta-automotive a {
      color: #ffffff;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.53;
      margin: 0;
      overflow: hidden;
      padding-left: 2.2em;
      position: relative;
      text-align: right;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
    .product-categories .cta-automotive:hover [class^="x-"], .product-categories .cta-automotive:hover [class*=" x-"] {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1);
      padding-left: 3px; }
    .product-categories .cta-automotive [class^="x-"], .product-categories .cta-automotive [class*=" x-"] {
      font-size: 1.6em;
      left: 0;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      padding-left: 1px;
      position: absolute;
      top: auto; }

.product-category-cta {
  position: relative; }
  .product-category-cta .product-category {
    text-decoration: none; }
    .product-category-cta .product-category span {
      background-color: #e0370f;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      width: 200px;
      top: 0; }
      @media (max-width: 767px) {
        .product-category-cta .product-category span {
          width: 0px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .product-category-cta .product-category span {
          width: 150px; } }
      .product-category-cta .product-category span:after {
        content: "";
        width: 0;
        height: 100%;
        border-top: 33.5px solid transparent;
        border-bottom: 33.5px solid transparent;
        border-left: 20px solid #e0370f;
        position: absolute;
        right: -20px; }
        @media (max-width: 767px) {
          .product-category-cta .product-category span:after {
            display: none; } }
      .product-category-cta .product-category span i {
        color: #ffffff;
        font-size: 67px;
        position: absolute;
        right: 20px;
        top: 0; }
    .product-category-cta .product-category .car-animation {
      background-image: url("../images/car-animation.gif");
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      background-position: 0 4px;
      height: 100%;
      width: 100px;
      position: absolute;
      right: 20px;
      top: 0; }
    @media (max-width: 767px) {
      .product-category-cta .product-category .car-animation-svg {
        display: none; } }
    .product-category-cta .product-category h3 {
      text-align: center;
      margin: 0;
      padding: 20px; }
  .product-category-cta .btn, .product-category-cta .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .product-category-cta a.btn {
    position: absolute;
    right: 60px;
    top: 10px; }
    @media (max-width: 767px) {
      .product-category-cta .btn, .product-category-cta .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .product-category-cta a.btn {
        display: none; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .product-category-cta .btn, .product-category-cta .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .product-category-cta a.btn {
        display: none; } }
  .product-category-cta.cta-negative-margin {
    margin: -90px 0 22px 0; }
    @media (max-width: 767px) {
      .product-category-cta.cta-negative-margin {
        margin: 0; } }

#delorean {
  height: 100%;
  left: 60px;
  position: absolute;
  top: 0;
  width: 100px; }
  @media (min-width: 768px) and (max-width: 991px) {
    #delorean {
      left: 20px; } }
  #delorean .st1 {
    fill: #fff; }

section.product-categories-variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  section.product-categories-variant.edit-mode {
    display: block;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal; }
    section.product-categories-variant.edit-mode .product-category {
      display: block; }
  section.product-categories-variant .product-category {
    background-color: #f3f6f8;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease; }
    section.product-categories-variant .product-category .category-image {
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      height: 140px;
      width: 100%;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: -o-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }
      @media (min-width: 992px) and (max-width: 1199px) {
        section.product-categories-variant .product-category .category-image {
          height: 100px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        section.product-categories-variant .product-category .category-image {
          height: 100px; } }
    section.product-categories-variant .product-category h3 {
      color: #0f6f7b;
      min-height: 50px;
      margin-bottom: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        section.product-categories-variant .product-category h3 {
          font-size: 17px; } }
      @media (max-width: 767px) {
        section.product-categories-variant .product-category h3 {
          min-height: auto;
          margin-bottom: 10px;
          padding-left: 40px;
          padding-right: 20px; } }
    section.product-categories-variant .product-category:hover {
      background-color: #e0370f; }
      section.product-categories-variant .product-category:hover .category-image {
        -webkit-transform: scale(1.04);
            -ms-transform: scale(1.04);
             -o-transform: scale(1.04);
                transform: scale(1.04); }
      section.product-categories-variant .product-category:hover h3 {
        color: #ffffff; }
    section.product-categories-variant .product-category.product-category-1 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-1 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-1 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-1 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-2 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-2 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-2 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-2 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-3 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-3 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-3 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-3 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-4 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-4 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-4 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-4 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-5 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-5 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-5 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-5 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-6 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-6 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-6 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-6 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-7 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-7 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-7 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-7 h3 {
            font-size: 15px; } }
    section.product-categories-variant .product-category.product-category-8 {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0px;
          -ms-flex: 1 0 0px;
              flex: 1 0 0px; }
      @media (max-width: 991px) {
        section.product-categories-variant .product-category.product-category-8 {
          width: 100%;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 auto;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding: 10px; }
          section.product-categories-variant .product-category.product-category-8 .category-image {
            height: 60px;
            left: 0;
            position: absolute;
            top: 0;
            width: 60px; }
          section.product-categories-variant .product-category.product-category-8 h3 {
            font-size: 15px; } }

.banner-box {
  position: relative; }
  .banner-box.overlay-color:before {
    background-color: #0f6f7b;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 20; }
  .banner-box .overlay-icon {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 20px; }
    @media (max-width: 767px) {
      .banner-box .overlay-icon {
        display: none; } }
  .banner-box .inner {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    z-index: 30; }
  .banner-box .bg-primary {
    background-color: #0f6f7b; }
  .banner-box h1,
  .banner-box h2,
  .banner-box span {
    color: #ffffff;
    display: block;
    margin: 20px 0; }
  .banner-box .tag-line {
    display: block;
    font-size: 45px;
    margin: 40px 0; }
  .banner-box .tag-line-small {
    font-size: 17px; }
  .banner-box .banner-box-readmore {
    color: #ffffff;
    display: inline-block;
    padding: 20px;
    text-decoration: none !important; }
    .banner-box .banner-box-readmore:after {
      content: "";
      font-family: nexperia;
      font-size: 13px;
      padding-left: 10px; }
  .banner-box p {
    color: #ffffff; }

.banner {
  background-image: -webkit-linear-gradient(-35deg, #13909f, #0f6f7b);
  background-image: -o-linear-gradient(-35deg, #13909f, #0f6f7b);
  background-image: -webkit-linear-gradient(125deg, #13909f, #0f6f7b);
  background-image: -o-linear-gradient(125deg, #13909f, #0f6f7b);
  background-image: linear-gradient(-35deg, #13909f, #0f6f7b);
  background-repeat: repeat-x; }
  .banner h1 {
    color: #ffffff;
    margin: 40px 0;
    padding: 40px 0; }

.header-image {
  position: relative; }
  .header-image.overlay-color:before {
    background-color: #0f6f7b;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 20; }
  .header-image .inner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 30; }
    .header-image .inner h1 {
      color: #ffffff; }

.usps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0; }
  .usps i {
    font-size: 40px;
    margin: 0 10px;
    color: #ffffff; }
  .usps li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .usps li h3 {
      color: #ffffff; }
  @media (min-width: 992px) {
    .usps li {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.news-overview ul li {
  margin-bottom: 20px; }
  .news-overview ul li h4 {
    margin-bottom: 0; }
  .news-overview ul li .date {
    color: #8b8b8b;
    font-size: 13px; }
  .news-overview ul li .media {
    margin: 10px 0; }
    .news-overview ul li .media h4 {
      margin: 0; }
    .news-overview ul li .media .media-left {
      padding-right: 20px; }
      @media (max-width: 767px) {
        .news-overview ul li .media .media-left {
          padding-right: 10px; }
          .news-overview ul li .media .media-left .media-object {
            max-width: 50px; } }
    @media (max-width: 767px) {
      .news-overview ul li .media .media-body h4 {
        margin-top: -6px; }
      .news-overview ul li .media .media-body .date,
      .news-overview ul li .media .media-body p {
        display: none; } }

.latest-news {
  background-color: #e9ecee;
  padding: 40px 0;
  min-height: 200px; }
  .latest-news h2 {
    color: #0f6f7b; }
  .latest-news p {
    color: #8b8b8b; }
  .latest-news .latest-news-header {
    margin-bottom: 40px; }
  .latest-news .latest-news-item {
    margin-bottom: 40px;
    height: 170px;
    overflow: hidden; }
    @media (max-width: 767px) {
      .latest-news .latest-news-item {
        height: 80px;
        margin-bottom: 20px; } }
  .latest-news .media {
    position: relative; }
    .latest-news .media:hover:after {
      background-color: #ffffff;
      border-right: 4px solid #e0370f;
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 4px; }
  .latest-news .media-heading {
    color: #0f6f7b; }
  .latest-news .media-left {
    padding-right: 0; }
    .latest-news .media-left a {
      display: block;
      position: relative;
      text-decoration: none;
      overflow: hidden; }
      .latest-news .media-left a .date {
        background-color: rgba(255, 255, 255, 0.4);
        color: #ffffff;
        left: 0;
        line-height: 20px;
        padding: 4px;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 20px #000;
        top: 0; }
        .latest-news .media-left a .date .day {
          display: block;
          font-size: 20px; }
        .latest-news .media-left a .date .mon {
          display: block; }
      .latest-news .media-left a .media-object {
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease; }
      .latest-news .media-left a:hover .media-object {
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
             -o-transform: scale(1.02);
                transform: scale(1.02); }
    @media (max-width: 767px) {
      .latest-news .media-left .media-object {
        width: 80px; } }
  .latest-news .media-body {
    padding: 20px; }
    .latest-news .media-body a {
      text-decoration: none; }
    @media (max-width: 767px) {
      .latest-news .media-body {
        padding: 5px 10px; }
        .latest-news .media-body p {
          display: none; } }
  .latest-news .no-image {
    background-color: #dbe0e3;
    color: #e9ecee;
    display: block;
    font-size: 30px;
    height: 170px;
    text-align: center;
    width: 170px; }
    .latest-news .no-image:after {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-top: 70px; }
  .latest-news.latest-news-variant {
    background-color: #ffffff; }
    .latest-news.latest-news-variant .media {
      background-color: #f3f6f8; }
    .latest-news.latest-news-variant .media-body {
      position: relative;
      padding-top: 30px; }
      .latest-news.latest-news-variant .media-body .media-meta {
        clear: left;
        overflow: hidden;
        position: absolute;
        top: -1px;
        left: 0;
        right: 0;
        white-space: nowrap; }
        .latest-news.latest-news-variant .media-body .media-meta .date {
          float: left;
          font-size: 13px;
          margin-left: 20px;
          padding: 2px 0; }
        .latest-news.latest-news-variant .media-body .media-meta .tags-list {
          float: left;
          position: relative; }
          @media (max-width: 767px) {
            .latest-news.latest-news-variant .media-body .media-meta .tags-list > li:not(:first-child) {
              display: none; } }
          .latest-news.latest-news-variant .media-body .media-meta .tags-list.blog .tag {
            background-color: #e0370f; }
    @media (min-width: 768px) {
      .latest-news.latest-news-variant .btn-group .btn:first-child, .latest-news.latest-news-variant .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn:first-child:hover, .navbar-nav > .dropdown > .dropdown-menu .latest-news.latest-news-variant .btn-group a.btn:first-child:hover {
        border-right: 1px solid #ffffff; }
      .latest-news.latest-news-variant .btn-group .btn:last-child, .latest-news.latest-news-variant .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn:last-child:hover, .navbar-nav > .dropdown > .dropdown-menu .latest-news.latest-news-variant .btn-group a.btn:last-child:hover {
        border-left: 1px solid #ffffff; } }
    @media (max-width: 767px) {
      .latest-news.latest-news-variant .btn-group {
        width: 100%; }
        .latest-news.latest-news-variant .btn-group .btn, .latest-news.latest-news-variant .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .latest-news.latest-news-variant .btn-group a.btn {
          border-radius: 25px !important;
          display: block;
          margin-bottom: 10px;
          width: 100%; } }
  .latest-news.latest-news-small {
    padding: 20px 0 0 0; }
    .latest-news.latest-news-small .latest-news-item {
      height: 100px;
      margin-bottom: 20px; }
    .latest-news.latest-news-small .media .media-left .media-object {
      width: 100px; }
  .latest-news.content-overview {
    padding: 20px 0; }
    .latest-news.content-overview .media {
      background-color: transparent; }
      .latest-news.content-overview .media:hover:after {
        background-color: #ffffff;
        border-right: 0px;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 4px; }

.article-intro .image img {
  margin: 10px 0;
  width: 100%; }

#page-news .related-language-links,
.news-overview .related-language-links {
  float: right;
  margin: 0; }
  @media (max-width: 767px) {
    #page-news .related-language-links,
    .news-overview .related-language-links {
      float: none; } }
  #page-news .related-language-links li,
  .news-overview .related-language-links li {
    margin: 0;
    padding: 0; }
    #page-news .related-language-links li a,
    .news-overview .related-language-links li a {
      text-decoration: none; }
  #page-news .related-language-links li:nth-child(1),
  .news-overview .related-language-links li:nth-child(1) {
    padding-right: 4px; }
  #page-news .related-language-links li:nth-child(n+3):before,
  .news-overview .related-language-links li:nth-child(n+3):before {
    color: #d6dadc;
    content: "|";
    display: inline-block;
    padding: 0 6px 0 4px; }

#page-news .related-language-links {
  float: none; }

.sidebar ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  padding: 0; }
  .sidebar ul li.has-children > a .icon:after {
    content: ""; }
  .sidebar ul li.has-children > .nav-children {
    display: none;
    margin-left: 10px; }
  .sidebar ul li.has-children.open > a .icon:after {
    content: ""; }
  .sidebar ul li.has-children.open > .nav-children {
    display: block; }
  .sidebar ul li.active > a {
    border-bottom-color: #e0370f;
    color: #e0370f;
    text-decoration: none; }
  .sidebar ul li a {
    border-bottom: 1px solid #e9ecee;
    display: block;
    padding: 10px 15px 10px 0;
    position: relative; }
    .sidebar ul li a:hover {
      border-bottom-color: #e0370f;
      text-decoration: none; }
    .sidebar ul li a:focus, .sidebar ul li a:active {
      text-decoration: none; }
    .sidebar ul li a .icon {
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 15px;
      z-index: 999; }
      .sidebar ul li a .icon:after {
        content: "";
        color: #e0370f;
        font-family: nexperia;
        font-size: 10px;
        line-height: 1;
        margin-top: -5px;
        position: absolute;
        right: 0;
        top: 50%; }

.navbar-tabs {
  list-style: none; }
  .navbar-tabs > li {
    display: inline-block;
    /*
        &.distributor-menu {
            float: right;

            @media (max-width: 767px) {
                float: inherit;
                width: 100%;
            }

            .dropdown-toggle {
                margin: 0;
            }
        }

        .dropdown-menu {
            border: none;

            > li > a {
                border: none !important;
                margin: 0;
                padding: 3px 20px;
            }
        }
        */ }
    @media (max-width: 767px) {
      .navbar-tabs > li {
        text-align: center;
        width: 48%; } }
    .navbar-tabs > li.active a {
      background-color: transparent;
      border-bottom: 4px solid #e0370f;
      color: #0f6f7b; }
    .navbar-tabs > li a {
      border-bottom: 4px solid transparent;
      color: #8b8b8b;
      margin-left: 40px;
      margin-right: 40px;
      padding: 20px 0;
      text-decoration: none;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      @media (max-width: 767px) {
        .navbar-tabs > li a {
          padding: 10px 0;
          margin-right: 0; } }
      .navbar-tabs > li a:first-child {
        margin-left: 0; }
      .navbar-tabs > li a:hover, .navbar-tabs > li a.active {
        background-color: transparent;
        border-bottom: 4px solid #e0370f;
        color: #0f6f7b; }

.tab-pane {
  padding: 40px 0; }
  .tab-pane.gutter-half {
    padding: 20px 0; }

.modal {
  z-index: 99999; }
  .modal .navbar-tabs > li a {
    margin-left: 40px;
    margin-right: 40px; }

ul.list-nexperia-subnav {
  padding-left: 0;
  list-style: none; }
  ul.list-nexperia-subnav li {
    position: relative; }
    ul.list-nexperia-subnav li a:first-child {
      display: block;
      margin-left: 20px;
      padding: 5px 20px 0 0;
      text-decoration: none;
      position: relative; }
      ul.list-nexperia-subnav li a:first-child:before {
        content: "";
        color: #e0370f;
        font-family: nexperia;
        font-size: 10px;
        left: -15px;
        line-height: 1;
        margin-top: -2px;
        position: absolute;
        top: 50%; }
      ul.list-nexperia-subnav li a:first-child:hover {
        text-decoration: underline; }
    ul.list-nexperia-subnav li .cta-ps {
      margin-top: -12px;
      position: absolute;
      right: 0;
      top: 50%;
      z-index: 10; }
  ul.list-nexperia-subnav > li > ul {
    padding-left: 20px; }

.navbar-nav.nav > li {
  position: static; }
  .navbar-nav.nav > li.shopping-cart a {
    font-size: 21px;
    position: relative;
    color: #e0370f;
    cursor: default;
    pointer-events: none; }
    .navbar-nav.nav > li.shopping-cart a span {
      display: none; }
    .navbar-nav.nav > li.shopping-cart a:hover {
      border-color: #ffffff; }
    .navbar-nav.nav > li.shopping-cart a:after {
      content: attr(data-products);
      color: #ffffff;
      font-size: 10px;
      background-color: #e0370f;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-100%) translateX(50%) scale(0.2);
          -ms-transform: translateY(-100%) translateX(50%) scale(0.2);
           -o-transform: translateY(-100%) translateX(50%) scale(0.2);
              transform: translateY(-100%) translateX(50%) scale(0.2);
      padding: 4px;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: -o-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }
  @media (max-width: 992px) {
    .navbar-nav.nav > li.shopping-cart {
      display: inline-block !important; }
      .navbar-nav.nav > li.shopping-cart a {
        padding: 10px 0px 10px 20px !important;
        font-size: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto; }
        .navbar-nav.nav > li.shopping-cart a i {
          font-size: 18px; }
        .navbar-nav.nav > li.shopping-cart a span {
          display: inline-block;
          margin: 0 10px 0 5px; } }
  .navbar-nav.nav > li.shopping-cart.has-products a {
    cursor: pointer;
    pointer-events: auto; }
    .navbar-nav.nav > li.shopping-cart.has-products a:after {
      opacity: 1;
      -webkit-transform: translateY(-100%) translateX(50%) scale(1);
          -ms-transform: translateY(-100%) translateX(50%) scale(1);
           -o-transform: translateY(-100%) translateX(50%) scale(1);
              transform: translateY(-100%) translateX(50%) scale(1); }
  @media (max-width: 767px) {
    .navbar-nav.nav > li.shopping-cart {
      display: inline-block !important; } }

.navbar-nav > .dropdown > .dropdown-menu {
  background-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  left: 0;
  right: 0;
  top: auto;
  padding-top: 0;
  top: auto;
  margin: 0 -20px;
  max-height: 80vh;
  overflow-y: auto; }
  .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper {
    background-color: #eeeeee;
    border-top: 1px solid #eeeeee;
    margin: 0 auto;
    padding-bottom: 20px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    position: relative; }
    @media (max-width: 991px) {
      .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper.container {
        padding: 0; } }
    .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > .dropdown-close {
      position: absolute;
      width: 25px;
      height: 25px;
      right: 20px;
      top: 0;
      cursor: pointer; }
    .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > .dropdown-close:before, .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > .dropdown-close:after {
      position: absolute;
      left: 10px;
      content: ' ';
      height: 20px;
      width: 1.5px;
      background-color: #e0370f; }
    .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > .dropdown-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
    .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > .dropdown-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div {
      display: inline-block;
      width: 100%;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
              break-inside: avoid-column;
      padding-left: 0;
      list-style: none; }
      @media (min-width: 991px) {
        .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div {
          margin: 20px 0 0 0; }
          .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div:nth-child(3n+4) {
            clear: left; } }
      .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div > a {
        font-weight: 400;
        color: #0f6f7b;
        display: inline-block; }
      .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li {
        position: relative; }
        .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li a:first-child {
          display: block;
          margin-left: 20px;
          padding: 5px 20px 0 0;
          text-decoration: none;
          position: relative; }
          .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li a:first-child:before {
            content: "";
            color: #e0370f;
            font-family: nexperia;
            font-size: 10px;
            left: -15px;
            line-height: 1;
            margin-top: -2px;
            position: absolute;
            top: 50%; }
          .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li a:first-child:hover {
            text-decoration: underline; }
        .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li .cta-ps {
          margin-top: -12px;
          position: absolute;
          right: 0;
          top: 50%;
          z-index: 10; }
      .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div ul {
        display: block;
        padding: 0 0 0 20px; }
        @media (min-width: 991px) {
          .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div ul {
            padding: 0; } }
        .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div ul ul {
          padding-left: 20px; }
      .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li {
        padding-left: 0;
        list-style: none; }
        .navbar-nav > .dropdown > .dropdown-menu .dropdown-wrapper > div li a {
          margin: 0 20px;
          padding: 0; }
  .navbar-nav > .dropdown > .dropdown-menu .nav-cap .container {
    background-color: #ffffff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.175); }
  .navbar-nav > .dropdown > .dropdown-menu a {
    border-bottom: 0px;
    padding: 10px 20px;
    line-height: 22px;
    display: block; }
    @media (min-width: 991px) {
      .navbar-nav > .dropdown > .dropdown-menu a {
        padding: 0; } }
    .navbar-nav > .dropdown > .dropdown-menu a:hover {
      border-bottom: 0px;
      background-color: transparent; }

.pagination > li > a,
.pagination > li > span {
  border: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #f3f6f8; }

.latest-videos-online-event {
  background-color: #f3f6f8;
  overflow: hidden;
  text-align: center; }
  .latest-videos-online-event .video-main.has-slido {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    .latest-videos-online-event .video-main.has-slido .video-container {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      padding: 0 20px; }
      .latest-videos-online-event .video-main.has-slido .video-container + .slido-container {
        width: 40%;
        padding: 20px 40px 20px 0;
        margin-left: -20px; }
    @media (max-width: 992px) {
      .latest-videos-online-event .video-main.has-slido {
        display: block; }
        .latest-videos-online-event .video-main.has-slido .video-container {
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px); }
          .latest-videos-online-event .video-main.has-slido .video-container + .slido-container {
            width: -webkit-calc(100% - 40px);
            width: calc(100% - 40px);
            padding: 20px;
            margin: 20px 20px 0; } }
    @media (max-width: 768px) {
      .latest-videos-online-event .video-main.has-slido .video-container {
        padding: 10px; }
        .latest-videos-online-event .video-main.has-slido .video-container + .slido-container {
          padding: 10px; } }
  .latest-videos-online-event .video-resources, .latest-videos-online-event .resources {
    text-align: left;
    margin-top: 20px; }
    .latest-videos-online-event .video-resources ul, .latest-videos-online-event .resources ul {
      padding-left: 20px; }
      .latest-videos-online-event .video-resources ul li a, .latest-videos-online-event .resources ul li a {
        text-decoration: underline;
        display: inline-block; }
  .latest-videos-online-event .video-container {
    margin: 40px 20px;
    padding: 0 20px;
    max-width: 100%; }
    .latest-videos-online-event .video-container .video-title {
      text-align: left;
      color: #0f6f7b;
      font-weight: 400;
      font-size: 18px;
      margin-top: 0; }
    .latest-videos-online-event .video-container .video-description {
      text-align: left;
      margin-bottom: 15px; }
    @media (max-width: 767px) {
      .latest-videos-online-event .video-container {
        margin: 0 20px 40px 20px;
        max-width: 100%;
        padding: 10px; } }
  .latest-videos-online-event .video-thumbs {
    margin: 40px 20px;
    padding: 0 20px;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .latest-videos-online-event .video-thumbs {
        display: block;
        margin: 10px auto;
        max-width: -webkit-calc(100% - 60px);
        max-width: calc(100% - 60px);
        padding: 0; } }
  .latest-videos-online-event .video-thumbnail {
    position: relative; }
    .latest-videos-online-event .video-thumbnail__tag {
      position: absolute;
      bottom: 0;
      left: 0; }
      .latest-videos-online-event .video-thumbnail__tag--petrol {
        background-color: #036F7B; }
      .latest-videos-online-event .video-thumbnail__tag--orange {
        background-color: #E64D1F; }
      .latest-videos-online-event .video-thumbnail__tag--red {
        background-color: #A41111; }
      .latest-videos-online-event .video-thumbnail__tag--aubergine {
        background-color: #722257; }
      .latest-videos-online-event .video-thumbnail__tag--darkblue {
        background-color: #174A5B; }
      .latest-videos-online-event .video-thumbnail__tag--mint {
        background-color: #4797A8; }
      .latest-videos-online-event .video-thumbnail__tag--grey {
        background-color: #6B6B6B; }
      .latest-videos-online-event .video-thumbnail__tag--cadmiumyellow {
        background-color: #d6b112; }
      .latest-videos-online-event .video-thumbnail__tag--bluesteel {
        background-color: #688a9d; }
      .latest-videos-online-event .video-thumbnail__tag--earth {
        background-color: #a99889; }
      .latest-videos-online-event .video-thumbnail__tag--darkgreen {
        background-color: #00564d; }
      .latest-videos-online-event .video-thumbnail__tag--anthracite {
        background-color: #2f3436; }
    .latest-videos-online-event .video-thumbnail__overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      color: white; }
      .latest-videos-online-event .video-thumbnail__overlay:hover {
        color: #e0370f; }
      .latest-videos-online-event .video-thumbnail__overlay i {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        text-align: center;
        font-size: 40px;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
  .latest-videos-online-event .latest-video {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ffffff;
    border-bottom: 8px solid transparent;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .latest-videos-online-event .latest-video {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .latest-videos-online-event .latest-video a {
      text-decoration: none;
      display: block; }
    .latest-videos-online-event .latest-video img {
      width: 100%; }
    .latest-videos-online-event .latest-video__video {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .latest-videos-online-event .latest-video__content {
      -webkit-flex-basis: 75%;
          -ms-flex-preferred-size: 75%;
              flex-basis: 75%;
      padding-left: 12px; }
    @media (max-width: 992px) {
      .latest-videos-online-event .latest-video {
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        margin-bottom: 13.33333333px;
        width: 100%; } }
    .latest-videos-online-event .latest-video .title {
      color: #0f6f7b;
      font-weight: 400;
      font-size: 18px;
      display: block;
      text-align: left; }
    .latest-videos-online-event .latest-video .title, .latest-videos-online-event .latest-video .description {
      text-align: left;
      display: block;
      height: auto;
      margin-bottom: 10px;
      text-decoration: none; }
    .latest-videos-online-event .latest-video .description {
      color: #252525; }
    .latest-videos-online-event .latest-video:hover, .latest-videos-online-event .latest-video--active {
      border-bottom: 8px solid #e0370f; }

.embed-video-standalone .video-thumbnail {
  position: relative; }

.embed-video-standalone .video-thumbnail__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: white; }
  .embed-video-standalone .video-thumbnail__overlay:hover {
    color: #e0370f; }
  .embed-video-standalone .video-thumbnail__overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    font-size: 40px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

.table.table-products th, .table.table-striped th, .table.table-striped-variant th {
  background-color: #e9ecee;
  border: none;
  border-right: 1px solid #ffffff;
  color: #5b555a;
  font-weight: 400; }

.table.table-products td, .table.table-striped td, .table.table-striped-variant td {
  background-color: #f3f6f8;
  border: none;
  border-right: 1px solid #ffffff;
  color: #8b8b8b; }
  .table.table-products td.c-icon, .table.table-striped td.c-icon, .table.table-striped-variant td.c-icon {
    color: #0f6f7b;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    padding: 0; }
  .table.table-products td.c-avatar, .table.table-striped td.c-avatar, .table.table-striped-variant td.c-avatar {
    width: 60px; }

.table.table-products td:first-of-type, .table.table-striped td:first-of-type, .table.table-striped-variant td:first-of-type {
  border: none;
  border-right: 1px solid #ffffff;
  color: #8b8b8b;
  white-space: nowrap; }
  .table.table-products td:first-of-type.c-icon, .table.table-striped td:first-of-type.c-icon, .table.table-striped-variant td:first-of-type.c-icon {
    color: #0f6f7b;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    padding: 0; }
  .table.table-products td:first-of-type.c-avatar, .table.table-striped td:first-of-type.c-avatar, .table.table-striped-variant td:first-of-type.c-avatar {
    width: 60px; }

.table.orderlines, .table .addresses {
  background-color: transparent; }
  .table.orderlines th, .table.orderlines td, .table .addresses th, .table .addresses td {
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-left: 0;
    color: #8b8b8b; }

.table.table-striped td {
  background-color: transparent; }

.table.orders thead th {
  background-color: #f3f6f8; }

.table.orders tbody tr {
  cursor: pointer; }
  .table.orders tbody tr.clicked .view-details:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg); }
  .table.orders tbody tr .view-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .table.orders tbody tr .view-details:after {
      content: "";
      font-family: "nexperia";
      font-size: 9px;
      margin-left: 5px;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      -o-transition: -o-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }
  .table.orders tbody tr table.ordered-products {
    cursor: default;
    font-size: 13px; }
    .table.orders tbody tr table.ordered-products th, .table.orders tbody tr table.ordered-products td {
      color: #252525; }
  .table.orders tbody tr .shipping {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px; }
    .table.orders tbody tr .shipping .block {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .table.orders tbody tr .billing {
    margin-top: 20px; }
  .table.orders tbody tr.details {
    cursor: default;
    font-size: 13px; }
    .table.orders tbody tr.details td {
      display: none; }
    .table.orders tbody tr.details.expanded th, .table.orders tbody tr.details.expanded td {
      color: #252525; }
    .table.orders tbody tr.details.expanded td {
      display: table-cell; }
      .table.orders tbody tr.details.expanded td table tr {
        cursor: default; }

.table.orders + .orders {
  margin-top: 30px; }

.table.table-sorting th {
  padding-right: 20px;
  position: relative; }
  .table.table-sorting th.sortable {
    cursor: pointer; }
  .table.table-sorting th .arrow {
    color: #d6dadc;
    display: block;
    font-size: 10px;
    height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 10px; }
    .table.table-sorting th .arrow:before, .table.table-sorting th .arrow:after {
      content: "";
      font-family: nexperia;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 0; }
    .table.table-sorting th .arrow:after {
      content: "";
      top: auto;
      bottom: 0; }
  .table.table-sorting th.active {
    background-color: #e9ecee; }
    .table.table-sorting th.active .arrow.asc:before {
      color: #5b555a; }
    .table.table-sorting th.active .arrow.dsc:after, .table.table-sorting th.active .arrow.desc:after {
      color: #5b555a; }

.table th {
  font-weight: 400; }

.table .row-header {
  background-color: transparent; }
  .table .row-header th {
    border: none; }
    .table .row-header th.header {
      padding: 0; }

.table .odd {
  background-color: #f9f9f9; }

.table .even {
  background-color: #ffffff; }

.table ul {
  margin-bottom: 0; }

.table.table-striped-variant .row-header {
  background-color: transparent; }
  .table.table-striped-variant .row-header th {
    border-right: 1px solid #ffffff; }
    .table.table-striped-variant .row-header th.header-category {
      background-color: transparent; }
    .table.table-striped-variant .row-header th h3 {
      margin: 30px 0 2px; }
  .table.table-striped-variant .row-header:first-of-type th.header-category h3 {
    margin-top: 0; }

.table.table-striped-variant td {
  background-color: transparent; }

table.products {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px; }
  table.products > thead > tr > th,
  table.products > thead > tr > td,
  table.products > tbody > tr > th,
  table.products > tbody > tr > td,
  table.products > tfoot > tr > th,
  table.products > tfoot > tr > td {
    padding: 8px;
    line-height: 1.53;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table.products > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  table.products > caption + thead > tr:first-child > th,
  table.products > caption + thead > tr:first-child > td,
  table.products > colgroup + thead > tr:first-child > th,
  table.products > colgroup + thead > tr:first-child > td,
  table.products > thead:first-child > tr:first-child > th,
  table.products > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table.products > tbody + tbody {
    border-top: 2px solid #ddd; }
  table.products .table {
    background-color: #fff; }
  table.products > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-responsive {
  border: none;
  padding-bottom: 10px; }

.table-octopart table {
  font-size: 13px; }
  .table-octopart table th.pricing {
    display: none; }

.table-column-bg {
  border-spacing: 20px;
  border-collapse: separate; }
  @media (max-width: 767px) {
    .table-column-bg {
      border-spacing: 2px; } }
  .table-column-bg tbody tr td {
    background-color: #f3f6f8;
    border: none;
    padding: 20px; }

#modalBox .modal-dialog {
  margin-top: 50px;
  width: 900px;
  max-width: 95%; }
  #modalBox .modal-dialog .modal-box-content img {
    width: 100%; }
  #modalBox .modal-dialog .modal-box-inline-content {
    background: #ffffff;
    padding: 20px; }

#modalBox .close-modal {
  background-color: #e0370f;
  border-radius: 30px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 30px;
  z-index: 99999;
  text-decoration: none !important; }
  #modalBox .close-modal:hover {
    background-color: #b02b0c; }
  #modalBox .close-modal:before {
    color: #ffffff;
    font-family: nexperia;
    content: ""; }

#modalBox .modal-box-image-gallery .controls {
  background-color: white;
  clear: both;
  display: none;
  width: 100%; }
  #modalBox .modal-box-image-gallery .controls .next {
    float: right; }

#modalBox .modal-box-image-gallery--background {
  background-color: #ffffff;
  padding: 20px; }

#octopart-modal .modal-header {
  position: relative;
  padding-right: 45px; }
  #octopart-modal .modal-header .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none !important; }
    #octopart-modal .modal-header .close-modal:after {
      font-family: nexperia;
      content: ""; }

#octopart-modal .modal-body .page-tabnav .navbar-tabs li a {
  padding: 5px 0;
  margin: 0 30px; }
  #octopart-modal .modal-body .page-tabnav .navbar-tabs li a span {
    margin-left: 5px; }

#octopart-modal .modal-body .page-tabnav .navbar-tabs li:first-child a {
  margin-left: 10px; }

#octopart-modal .modal-body #octopart .tab-pane {
  padding-top: 20px; }

#octopart-modal .modal-body .table-octopart table {
  margin-bottom: 0; }

#octopart-modal .modal-body .table-octopart a.buy-online {
  color: #e0370f; }

#shoppingcart-modal .modal-content {
  padding: 0 0 20px 0 !important; }
  #shoppingcart-modal .modal-content .product-added, #shoppingcart-modal .modal-content .error-occurred, #shoppingcart-modal .modal-content .existing-cart {
    background-color: #0f6f7b;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    height: 0; }
    #shoppingcart-modal .modal-content .product-added h3, #shoppingcart-modal .modal-content .error-occurred h3, #shoppingcart-modal .modal-content .existing-cart h3 {
      color: #ffffff;
      padding: 16px 40px;
      margin: 0; }
  #shoppingcart-modal .modal-content .error-occurred {
    background-color: #a41111; }

#shoppingcart-modal.update-cart .modal-content .product-added {
  opacity: 1;
  visibility: visible;
  height: auto; }

#shoppingcart-modal.checkout .modal-content .existing-cart {
  opacity: 1;
  visibility: visible;
  height: auto; }

#shoppingcart-modal.error .modal-content .error-occurred {
  opacity: 1;
  visibility: visible;
  height: auto; }

#shoppingcart-modal.error .modal-content .actions {
  display: none; }

#shoppingcart-modal .modal-header {
  position: relative;
  padding: 35px;
  border: none; }
  #shoppingcart-modal .modal-header .close-modal {
    position: absolute;
    top: 35px;
    right: 35px; }
    #shoppingcart-modal .modal-header .close-modal:after {
      font-family: nexperia;
      content: ""; }

#shoppingcart-modal .modal-body {
  padding: 0; }
  #shoppingcart-modal .modal-body .table-responsive {
    width: -webkit-calc(100% - 1px);
    width: calc(100% - 1px); }
  #shoppingcart-modal .modal-body .table.shoppingcart-table td, #shoppingcart-modal .modal-body .table.shoppingcart-table th {
    padding-left: 35px;
    vertical-align: middle;
    border-color: transparent; }
    #shoppingcart-modal .modal-body .table.shoppingcart-table td.right, #shoppingcart-modal .modal-body .table.shoppingcart-table th.right {
      text-align: right; }
    #shoppingcart-modal .modal-body .table.shoppingcart-table td.center, #shoppingcart-modal .modal-body .table.shoppingcart-table th.center {
      text-align: center; }
  #shoppingcart-modal .modal-body .table.shoppingcart-table tr.total td.bordered {
    border-top: 2px solid #555555; }
  #shoppingcart-modal .modal-body .table.shoppingcart-table tfoot td {
    font-weight: 500;
    color: #252525; }
  #shoppingcart-modal .modal-body .actions-wrapper {
    padding: 20px 35px;
    position: relative; }
    #shoppingcart-modal .modal-body .actions-wrapper div {
      text-align: right; }
      #shoppingcart-modal .modal-body .actions-wrapper div .checkout-as-user {
        text-decoration: underline;
        margin-top: 15px;
        display: inline-block; }
  #shoppingcart-modal .modal-body .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }

@media (max-width: 767px) {
  #shoppingcart-modal .modal-header, #shoppingcart-modal .modal-body .actions {
    padding: 20px; }
  #shoppingcart-modal .modal-header .close-modal {
    top: 20px;
    right: 20px; }
  #shoppingcart-modal .modal-content {
    padding: 0 !important; }
    #shoppingcart-modal .modal-content .product-added {
      padding: 0 20px; }
  #shoppingcart-modal .modal-body .actions {
    display: block;
    text-align: center; }
    #shoppingcart-modal .modal-body .actions a:first-of-type {
      margin-bottom: 10px; }
  #shoppingcart-modal .modal-body .actions-wrapper div {
    text-align: center; } }

#shoppingcart-modal input[type=number].order-amount, #octopart-modal input[type=number].order-amount, #buy-modal input[type=number].order-amount {
  text-align: center;
  height: 28px;
  padding: 6px 12px;
  font-size: 15px;
  color: #555555;
  width: 100px; }
  #shoppingcart-modal input[type=number].order-amount::-webkit-inner-spin-button, #shoppingcart-modal input[type=number].order-amount::-webkit-outer-spin-button, #octopart-modal input[type=number].order-amount::-webkit-inner-spin-button, #octopart-modal input[type=number].order-amount::-webkit-outer-spin-button, #buy-modal input[type=number].order-amount::-webkit-inner-spin-button, #buy-modal input[type=number].order-amount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

#buy-modal .npi-modal-content .npi-orderable-part-order.is-series {
  display: none; }

.modal .modal-header {
  position: relative;
  padding-right: 45px; }
  .modal .modal-header .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none !important; }
    .modal .modal-header .close-modal:after {
      font-family: nexperia;
      content: ""; }

.modal .foot-notes {
  margin: 15px 0;
  font-size: 11px;
  color: #777777; }
  .modal .foot-notes .overstock {
    display: none; }

.modal .action-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767px) {
    .modal .action-wrapper {
      display: block;
      text-align: center; }
      .modal .action-wrapper .shipping-cost {
        display: inline-block;
        margin-bottom: 15px; } }

.modal .buy-from-nexperia h3 {
  color: #0f6f7b; }

.modal .buy-from-nexperia .table thead th {
  background-color: #0c5d67;
  color: #ffffff; }

.modal .buy-from-nexperia .table tbody td {
  vertical-align: middle; }

.modal .buy-from-nexperia .btn#addToCart {
  display: none; }
  .modal .buy-from-nexperia .btn#addToCart:before {
    content: "";
    font-family: 'nexperia';
    padding-right: 13.33333333px; }

.embed-video-standalone-modal .modal-dialog {
  width: 900px;
  max-width: 95%; }

.text-image {
  padding: 0 0 20px 0; }
  .text-image .text h3 a {
    color: #0f6f7b; }
  .text-image .text ul {
    padding: 0;
    list-style: none; }
    .text-image .text ul li {
      position: relative;
      padding-left: 20px; }
      .text-image .text ul li:before {
        content: "•";
        font-family: FontAwesome;
        color: #0f6f7b;
        left: 0;
        margin-right: 4px;
        position: absolute;
        top: 0; }
  .text-image .text a {
    text-decoration: underline; }
  .text-image .image img,
  .text-image .content-image-above img,
  .text-image .content-image-above-headline img,
  .text-image .content-image-below img {
    width: 100%; }
    .text-image .image img.max-width,
    .text-image .content-image-above img.max-width,
    .text-image .content-image-above-headline img.max-width,
    .text-image .content-image-below img.max-width {
      max-width: 100%;
      width: auto; }
  .text-image .content-image-left,
  .text-image .content-image-right {
    margin-top: 10px; }

.text-image-quoted {
  background-color: #f3f6f8;
  margin-top: 10px;
  margin-bottom: 20px; }
  .text-image-quoted.image-right {
    padding-left: 40px; }
  .text-image-quoted.image-left {
    padding-right: 40px; }
  .text-image-quoted.no-image {
    padding-left: 40px;
    padding-right: 40px; }
  @media (max-width: 767px) {
    .text-image-quoted.image-right, .text-image-quoted.image-left {
      padding-left: 20px;
      padding-right: 20px; }
    .text-image-quoted.no-image {
      padding-left: 20px;
      padding-right: 20px; } }
  .text-image-quoted .text-image {
    padding: 0; }
  .text-image-quoted .text {
    padding-bottom: 20px;
    padding-top: 20px; }
  .text-image-quoted .content-image-left,
  .text-image-quoted .content-image-right {
    margin-top: 0; }

.image-link-list .image-link {
  margin-bottom: 10px; }
  .image-link-list .image-link a {
    display: block;
    text-decoration: none; }
    .image-link-list .image-link a:hover .link {
      background-color: #e0370f;
      color: #ffffff; }
      .image-link-list .image-link a:hover .link:after {
        color: #ffffff; }
  .image-link-list .image-link figure img {
    width: 100%; }
  .image-link-list .image-link .link {
    background-color: #f3f6f8;
    display: block;
    overflow: hidden;
    padding: 13.33333333px 20px 13.33333333px 13.33333333px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .image-link-list .image-link .link:after {
      content: "";
      color: #e0370f;
      font-family: nexperia;
      font-size: 10px;
      line-height: 1;
      margin-top: -5px;
      position: absolute;
      right: 10px;
      top: 50%; }

.latest-videos {
  background-color: #f3f6f8;
  overflow: hidden;
  text-align: center; }
  .latest-videos .video-container {
    margin: 40px auto;
    max-width: 74%; }
  .latest-videos .video-thumbs {
    margin: 40px auto;
    max-width: 70%; }
  .latest-videos .latest-video {
    padding-left: 0;
    padding-right: 0; }
    .latest-videos .latest-video a {
      background-color: #ffffff;
      border-bottom: 8px solid transparent;
      display: block;
      margin-bottom: 20px;
      margin-left: 5px;
      margin-right: 5px;
      padding: 10px;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      .latest-videos .latest-video a.active {
        border-bottom: 8px solid #e0370f; }
      .latest-videos .latest-video a:hover {
        border-bottom: 8px solid #e0370f; }
      .latest-videos .latest-video a img {
        width: 100%; }
      .latest-videos .latest-video a .title {
        display: block;
        height: 44px;
        overflow: hidden;
        padding: 20px 0 0 0;
        text-align: left;
        height: 70px; }
  .latest-videos ul {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%; }
    .latest-videos ul li {
      width: 33%; }

.teaser {
  margin: 40px 0 0 0;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 50px;
  position: relative; }
  .teaser .teaser-bg {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    height: 220px;
    left: 0;
    position: absolute;
    width: 100%;
    top: -40px;
    z-index: 0; }
    .teaser .teaser-bg.teaser-bg-bottom {
      background-position: center bottom;
      bottom: -50px;
      height: 260px;
      top: auto;
      width: 50%; }
    @media (max-width: 767px) {
      .teaser .teaser-bg {
        width: 100%; }
        .teaser .teaser-bg:before {
          background-color: #ffffff;
          content: "";
          display: block;
          height: 100%;
          left: 0;
          opacity: 0.9;
          position: absolute;
          right: 0;
          top: 0;
          width: 100%;
          z-index: 0; } }

#ps-container .row {
  margin: 0; }

#ps-container .ps-pagination .pagination ul.pages {
  list-style: none; }

#ps-container .column .results .row.group.expanded .ps-html-tooltip {
  color: #252525; }
  #ps-container .column .results .row.group.expanded .ps-html-tooltip div {
    color: #252525; }
  #ps-container .column .results .row.group.expanded .ps-html-tooltip ul {
    color: #252525; }
  #ps-container .column .results .row.group.expanded .ps-html-tooltip a {
    color: #252525; }
  #ps-container .column .results .row.group.expanded .ps-html-tooltip a:hover {
    color: #252525; }

.limiter {
  overflow: auto; }
  .limiter-container {
    overflow: hidden;
    position: relative; }
    .limiter-container.sans-gradient:after {
      background-image: none; }
    .limiter-container:after {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      bottom: 0;
      content: '';
      display: block;
      height: 40px;
      position: absolute;
      width: 100%;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      pointer-events: none; }
  .limiter.open .limiter-container:after {
    opacity: 0; }
  .limiter-cap {
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #e9ecee; }
  .limiter-cap .limiter-button {
    margin: auto;
    margin-top: -20px;
    position: relative;
    z-index: 99;
    outline: none; }

.distributor-menu {
  margin: 0; }
  .distributor-menu.has-logo {
    position: relative; }
  .distributor-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 20px 0; }
  .distributor-menu .dropdown-menu {
    margin-top: 0; }
  .distributor-menu .distributor-logo {
    height: 50px;
    margin-top: 6px;
    width: 100px; }

#distributors .distributors-filters {
  background-color: #f3f6f8;
  margin-bottom: 20px;
  padding: 20px; }
  @media (max-width: 767px) {
    #distributors .distributors-filters div div:nth-child(1) select {
      margin-bottom: 20px; } }

#distributors .distributors-results tr {
  display: none; }

#page-distributorPortal .quick-links ul {
  list-style: none;
  padding: 0; }

#page-distributorPortal .quick-links a {
  border-bottom: 1px solid #e9ecee;
  display: block;
  padding: 10px 15px 10px 0;
  position: relative;
  text-decoration: none; }
  #page-distributorPortal .quick-links a:hover {
    border-bottom-color: #e0370f;
    text-decoration: none; }
  #page-distributorPortal .quick-links a:focus, #page-distributorPortal .quick-links a:active {
    text-decoration: none; }

.flowplayer {
  /*
    .fp-controls {
        background-color: $nexperia-color-blue !important;
    }
    */ }
  .flowplayer .fp-color {
    background-color: #0f6f7b !important; }
  .flowplayer .fp-color-play {
    fill: #0f6f7b !important; }

#page-publicUsers .content .form {
  max-width: 600px;
  margin: 40px auto 0 auto; }
  @media (max-width: 767px) {
    #page-publicUsers .content .form {
      max-width: 300px; } }
  #page-publicUsers .content .form form {
    background-color: #f3f6f8;
    padding: 40px 80px; }
    @media (max-width: 767px) {
      #page-publicUsers .content .form form {
        padding: 40px 20px; } }
    #page-publicUsers .content .form form .button-wrapper {
      margin: 20px 0; }
  #page-publicUsers .content .form .text.error,
  #page-publicUsers .content .form .text.success {
    padding: 15px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 0;
    color: #ffffff;
    background-color: #e0370f;
    border-color: #e0370f; }
    #page-publicUsers .content .form .text.error hr,
    #page-publicUsers .content .form .text.success hr {
      border-top-color: #c8310d; }
    #page-publicUsers .content .form .text.error .alert-link,
    #page-publicUsers .content .form .text.success .alert-link {
      color: #e6e5e5; }
    #page-publicUsers .content .form .text.error a, #page-publicUsers .content .form .text.error h1, #page-publicUsers .content .form .text.error h2, #page-publicUsers .content .form .text.error h3,
    #page-publicUsers .content .form .text.success a,
    #page-publicUsers .content .form .text.success h1,
    #page-publicUsers .content .form .text.success h2,
    #page-publicUsers .content .form .text.success h3 {
      color: #ffffff; }
    #page-publicUsers .content .form .text.error ul,
    #page-publicUsers .content .form .text.success ul {
      list-style: none;
      padding: 0;
      margin: 0; }

#page-publicUsers .content .text-image {
  max-width: 640px;
  margin: 40px auto 0 auto; }
  @media (max-width: 767px) {
    #page-publicUsers .content .text-image {
      max-width: 340px; } }

#page-publicUsers .loginError {
  padding: 15px;
  margin: 20px 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #ffffff;
  background-color: #e0370f;
  border-color: #e0370f; }
  #page-publicUsers .loginError hr {
    border-top-color: #c8310d; }
  #page-publicUsers .loginError .alert-link {
    color: #e6e5e5; }
  #page-publicUsers .loginError p {
    margin: 0; }

#page-publicUsers #loginForm p.required,
#page-publicUsers #loginForm label dfn {
  display: none; }

#downloadCenter .c-file a {
  color: #0f6f7b;
  display: block;
  font-weight: 400;
  text-decoration: none; }

#downloadCenter .c-download {
  text-align: center;
  vertical-align: middle;
  width: 50px; }
  #downloadCenter .c-download a {
    text-decoration: none; }
    #downloadCenter .c-download a:before {
      color: #0f6f7b;
      content: "";
      font-family: nexperia;
      padding: 0; }
    #downloadCenter .c-download a.confidential:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

#special-event {
  background-color: #f3f6f8;
  margin-bottom: 20px;
  padding: 10px 20px 20px 20px; }
  #special-event figure {
    margin: 40px 0; }
    #special-event figure img {
      max-width: 100%; }

@-webkit-keyframes wiggleSmall {
  0% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  5% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg); }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  15% {
    top: -72px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  20% {
    top: -80px;
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  25% {
    top: -76px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg); }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  100% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); } }

@-o-keyframes wiggleSmall {
  0% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  5% {
    -o-transform: rotate(8deg);
       transform: rotate(8deg); }
  10% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  15% {
    top: -72px;
    -o-transform: rotate(4deg);
       transform: rotate(4deg); }
  20% {
    top: -80px;
    -o-transform: rotate(18deg);
       transform: rotate(18deg); }
  25% {
    top: -76px;
    -o-transform: rotate(8deg);
       transform: rotate(8deg); }
  30% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  100% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); } }

@keyframes wiggleSmall {
  0% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  5% {
    -webkit-transform: rotate(8deg);
         -o-transform: rotate(8deg);
            transform: rotate(8deg); }
  10% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  15% {
    top: -72px;
    -webkit-transform: rotate(4deg);
         -o-transform: rotate(4deg);
            transform: rotate(4deg); }
  20% {
    top: -80px;
    -webkit-transform: rotate(18deg);
         -o-transform: rotate(18deg);
            transform: rotate(18deg); }
  25% {
    top: -76px;
    -webkit-transform: rotate(8deg);
         -o-transform: rotate(8deg);
            transform: rotate(8deg); }
  30% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  100% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); } }

@-webkit-keyframes wiggleSmallXS {
  0% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  5% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg); }
  10% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  15% {
    top: -46px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg); }
  20% {
    top: -54px;
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  25% {
    top: -50px;
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg); }
  30% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); }
  100% {
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg); } }

@-o-keyframes wiggleSmallXS {
  0% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  5% {
    -o-transform: rotate(8deg);
       transform: rotate(8deg); }
  10% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  15% {
    top: -46px;
    -o-transform: rotate(4deg);
       transform: rotate(4deg); }
  20% {
    top: -54px;
    -o-transform: rotate(18deg);
       transform: rotate(18deg); }
  25% {
    top: -50px;
    -o-transform: rotate(8deg);
       transform: rotate(8deg); }
  30% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); }
  100% {
    -o-transform: rotate(14deg);
       transform: rotate(14deg); } }

@keyframes wiggleSmallXS {
  0% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  5% {
    -webkit-transform: rotate(8deg);
         -o-transform: rotate(8deg);
            transform: rotate(8deg); }
  10% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  15% {
    top: -46px;
    -webkit-transform: rotate(4deg);
         -o-transform: rotate(4deg);
            transform: rotate(4deg); }
  20% {
    top: -54px;
    -webkit-transform: rotate(18deg);
         -o-transform: rotate(18deg);
            transform: rotate(18deg); }
  25% {
    top: -50px;
    -webkit-transform: rotate(8deg);
         -o-transform: rotate(8deg);
            transform: rotate(8deg); }
  30% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); }
  100% {
    -webkit-transform: rotate(14deg);
         -o-transform: rotate(14deg);
            transform: rotate(14deg); } }

@-webkit-keyframes blinkXS {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  60% {
    opacity: 0.1; }
  100% {
    opacity: 0.1; } }

@-o-keyframes blinkXS {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  60% {
    opacity: 0.1; }
  100% {
    opacity: 0.1; } }

@keyframes blinkXS {
  0% {
    opacity: 0.1; }
  50% {
    opacity: 0.5; }
  60% {
    opacity: 0.1; }
  100% {
    opacity: 0.1; } }

.se-white,
.se-orange {
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
  height: 101px;
  width: 80px;
  position: absolute;
  right: 20px;
  top: -76px;
  z-index: 0; }

.se-orange {
  display: none; }

.se-pip {
  -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
       -o-transform: rotate(24deg);
          transform: rotate(24deg);
  top: 28px;
  right: 14px;
  z-index: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 991px) {
    .se-pip {
      top: 10px;
      right: 22px;
      -webkit-transform: rotate(14deg);
          -ms-transform: rotate(14deg);
           -o-transform: rotate(14deg);
              transform: rotate(14deg); } }
  .se-pip:hover {
    -webkit-transform: translateY(-74px);
        -ms-transform: translateY(-74px);
         -o-transform: translateY(-74px);
            transform: translateY(-74px); }

.se-page {
  display: block;
  bottom: 0;
  right: 20%;
  top: auto;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
       -o-transform: rotate(14deg);
          transform: rotate(14deg);
  opacity: 0.1;
  z-index: 40;
  -webkit-animation: blinkXS 8s infinite;
       -o-animation: blinkXS 8s infinite;
          animation: blinkXS 8s infinite; }
  .se-page:hover {
    opacity: 0.8 !important;
    -webkit-animation-play-state: paused;
         -o-animation-play-state: paused;
            animation-play-state: paused; }

.se-animation {
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
       -o-transform: rotate(14deg);
          transform: rotate(14deg); }
  @media (min-width: 991px) {
    .se-animation {
      -webkit-animation: wiggleSmall 6s infinite;
           -o-animation: wiggleSmall 6s infinite;
              animation: wiggleSmall 6s infinite; } }
  @media (max-width: 991px) {
    .se-animation {
      height: 70px;
      width: 56px;
      right: 20px;
      top: -50px;
      -webkit-animation: wiggleSmallXS 6s infinite;
           -o-animation: wiggleSmallXS 6s infinite;
              animation: wiggleSmallXS 6s infinite; } }
  .se-animation:hover {
    top: -65px;
    -webkit-animation-play-state: paused;
         -o-animation-play-state: paused;
            animation-play-state: paused; }

.image-gallery .image-gallery-header {
  margin-bottom: 20px; }
  .image-gallery .image-gallery-header a:after {
    display: inline-block;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nexperia' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(37, 37, 37, 0.5);
    bottom: 0;
    color: #ffffff;
    content: "";
    padding: 10px;
    position: absolute;
    right: 0;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .image-gallery .image-gallery-header a:hover:after {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }

.image-gallery .image-gallery-thumbs {
  float: left;
  width: 25%; }
  .image-gallery .image-gallery-thumbs a {
    border: 4px solid #e7e7e7;
    margin: 2px; }

.image-gallery a {
  display: block;
  position: relative;
  text-decoration: none; }

.image-gallery img {
  width: 100%; }

#imds-form .imds-parts .suggest {
  position: relative; }
  #imds-form .imds-parts .suggest .list-group {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    position: absolute;
    width: 100%;
    z-index: 2; }
    #imds-form .imds-parts .suggest .list-group a {
      text-decoration: none;
      cursor: pointer; }
    #imds-form .imds-parts .suggest .list-group .list-group-item:first-child {
      border-top: 0; }

#cc-tool .suggest .list-group {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  #cc-tool .suggest .list-group a {
    text-decoration: none;
    cursor: pointer; }

#cc-tool .tag .btn {
  background-color: #d6dadc; }
  #cc-tool .tag .btn .x-close {
    color: #0f6f7b; }

#document-center-app form {
  padding: 20px;
  background-color: #f3f6f8; }

#document-center-app h4 {
  color: #252525; }

#document-center-app .checkbox label {
  font-weight: 300; }

#package-center-app form {
  padding: 20px;
  background-color: #f3f6f8; }

#package-center-app .package-portal-filters {
  border-right: 2px solid #e7e7e7; }

#package-center-app h4 {
  color: #252525; }

#package-center-app .checkbox label {
  font-weight: 300; }

#package-center-app label.select-arrow {
  width: 100%; }

#package-center-app .quick-filters .quick-filter {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px; }

#package-center-app .news-teaser {
  margin-bottom: 10px; }
  #package-center-app .news-teaser h3 {
    color: #252525;
    font-size: 15px;
    margin-bottom: 0; }
  #package-center-app .news-teaser p {
    margin: 0; }

#package-center-app .package-portal-xref,
#product-category-packages .package-portal-xref {
  background-color: #e0370f;
  color: #ffffff;
  font-size: 11px;
  text-align: center; }

.featured-item {
  background-color: #ffffff;
  clear: both;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none !important; }
  .featured-item:hover {
    color: #252525; }
    .featured-item:hover .featured-item-body h3 {
      color: #e0370f; }
  .featured-item .featured-item-media {
    float: left;
    width: 30%; }
    .featured-item .featured-item-media img {
      width: 100%; }
  .featured-item .featured-item-body {
    float: left;
    padding-left: 20px;
    padding-right: 0;
    width: 70%; }
    .featured-item .featured-item-body h3 {
      font-size: 15px;
      margin-top: 0; }
    .featured-item .featured-item-body p {
      margin: 0; }

section.jumbotron {
  margin: 0;
  position: relative; }
  section.jumbotron.overlay-color:before {
    background-color: #0f6f7b;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 20; }
  section.jumbotron .jumbotron-inner {
    max-width: 60%;
    padding: 40px 0;
    position: relative;
    z-index: 100; }
    section.jumbotron .jumbotron-inner.center-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        section.jumbotron .jumbotron-inner.center-content {
          display: block; } }
    @media (min-width: 768px) and (max-width: 991px) {
      section.jumbotron .jumbotron-inner {
        max-width: 80%; } }
    @media (max-width: 767px) {
      section.jumbotron .jumbotron-inner {
        max-width: none;
        width: auto;
        text-align: center; } }
    section.jumbotron .jumbotron-inner q,
    section.jumbotron .jumbotron-inner .title {
      color: #ffffff;
      display: block;
      font-size: 30px;
      font-weight: 400;
      margin: 0;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
      @media (max-width: 767px) {
        section.jumbotron .jumbotron-inner q,
        section.jumbotron .jumbotron-inner .title {
          font-size: 25px; } }
    section.jumbotron .jumbotron-inner .image-column {
      text-align: right;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
      section.jumbotron .jumbotron-inner .image-column img {
        margin: -48px 0;
        width: 100%; }
    section.jumbotron .jumbotron-inner .quote-owner,
    section.jumbotron .jumbotron-inner .lead {
      color: #ffffff;
      display: block;
      font-size: 19px;
      margin-bottom: 0;
      padding-top: 20px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    section.jumbotron .jumbotron-inner .btn, section.jumbotron .jumbotron-inner .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu section.jumbotron .jumbotron-inner a.btn {
      margin-top: 40px; }
  section.jumbotron.jumbotron-small .jumbotron-inner {
    max-width: none;
    width: auto;
    padding: 0; }
    @media (max-width: 767px) {
      section.jumbotron.jumbotron-small .jumbotron-inner > div {
        text-align: center; }
      section.jumbotron.jumbotron-small .jumbotron-inner .title {
        padding-bottom: 20px; } }
    section.jumbotron.jumbotron-small .jumbotron-inner .btn, section.jumbotron.jumbotron-small .jumbotron-inner .navbar-nav > .dropdown > .dropdown-menu a.btn:hover, .navbar-nav > .dropdown > .dropdown-menu section.jumbotron.jumbotron-small .jumbotron-inner a.btn:hover {
      margin: 0; }

section.recommendations {
  padding: 40px 0;
  text-align: center; }
  section.recommendations .row:before, section.recommendations .row:after {
    content: none; }
  section.recommendations .row.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px); }
    section.recommendations .row.display-flex > [class*='col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  @media (min-width: 1200px) {
    section.recommendations {
      padding: 40px 80px; }
      section.recommendations .container {
        width: 100%; } }
  section.recommendations .recommendation-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  section.recommendations .recommendation-list {
    text-align: center;
    margin-top: 10px; }
    section.recommendations .recommendation-list__title {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-top: 20px; }
      section.recommendations .recommendation-list__title svg {
        margin-right: 10px; }
      @media (min-width: 768px) {
        section.recommendations .recommendation-list__title {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-top: 0; } }
    section.recommendations .recommendation-list h3 {
      color: #252525;
      border-bottom: 3px solid #e9ecee;
      display: table;
      margin: 5px auto 10px auto;
      padding-bottom: 3px; }
    section.recommendations .recommendation-list img, section.recommendations .recommendation-list svg {
      width: 40px;
      height: 40px; }
    section.recommendations .recommendation-list svg > g > path {
      stroke: none; }
    section.recommendations .recommendation-list svg g, section.recommendations .recommendation-list svg path {
      stroke-width: 20px; }
    section.recommendations .recommendation-list:hover h3 {
      border-bottom: 3px solid #e0370f; }
    section.recommendations .recommendation-list .recommendation-list__inner {
      padding: 20px;
      height: auto; }
      section.recommendations .recommendation-list .recommendation-list__inner:hover {
        -webkit-box-shadow: 0 0 8px 0 #e9ecee;
                box-shadow: 0 0 8px 0 #e9ecee; }
      @media (min-width: 1200px) {
        section.recommendations .recommendation-list .recommendation-list__inner {
          height: 100%; } }
      @media (max-width: 767px) {
        section.recommendations .recommendation-list .recommendation-list__inner {
          padding: 0; }
          section.recommendations .recommendation-list .recommendation-list__inner:hover {
            -webkit-box-shadow: none;
                    box-shadow: none; } }
    section.recommendations .recommendation-list .recommendation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left;
      padding: 20px 0; }
      section.recommendations .recommendation-list .recommendation:not(:last-child) {
        border-bottom: 1px solid #e9ecee; }
      section.recommendations .recommendation-list .recommendation .recommendation__image {
        width: 40px;
        max-width: 50px;
        max-height: 30px;
        margin-right: 12px; }
      section.recommendations .recommendation-list .recommendation .recommendation__text h4 {
        margin-bottom: 0;
        margin-top: 0; }
      section.recommendations .recommendation-list .recommendation .recommendation__text a {
        text-decoration: none;
        cursor: pointer;
        font-size: 13px;
        line-height: 18px;
        display: inline-block; }

#viewport-scroll {
  position: fixed;
  bottom: -10px;
  left: 50%;
  z-index: 99999;
  border-radius: 16px;
  border: 1px solid #e0370f;
  background-color: #ffffff;
  margin-left: -12px;
  opacity: 0.5;
  padding: 5px 5px 12px 5px;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  -webkit-animation: x-pulse 1.5s 5;
       -o-animation: x-pulse 1.5s 5;
          animation: x-pulse 1.5s 5; }
  #viewport-scroll:hover {
    opacity: 1; }
  #viewport-scroll span {
    cursor: pointer;
    display: block; }
    #viewport-scroll span:before {
      color: #e0370f;
      content: "";
      display: block;
      font-family: nexperia;
      width: 16px;
      height: 14px;
      line-height: 1;
      text-align: center;
      font-size: 13px; }
    #viewport-scroll span.up {
      display: none; }
    #viewport-scroll span.down:before {
      content: ""; }

#carousel-cm .slick-dots {
  text-align: center; }
  #carousel-cm .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px; }
    #carousel-cm .slick-dots li.slick-active button:before {
      opacity: 1; }
    #carousel-cm .slick-dots li button {
      font-size: 0;
      display: block;
      width: 20px;
      height: 20px;
      color: transparent;
      border: 0;
      background: transparent;
      outline: none; }
      #carousel-cm .slick-dots li button:before {
        -webkit-transition: opacity 200ms;
        -o-transition: opacity 200ms;
        transition: opacity 200ms;
        font-size: 30px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        content: '•';
        opacity: .25;
        color: #e0370f; }

#carousel-cm .item {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 0;
  width: 100%; }
  #carousel-cm .item a {
    text-decoration: none; }
  #carousel-cm .item:hover .item-caption {
    opacity: 1; }
  #carousel-cm .item .item-caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    bottom: 20px;
    z-index: 10;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    -webkit-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
    height: 100%;
    background-color: rgba(15, 111, 123, 0.75); }
    #carousel-cm .item .item-caption .item-title {
      width: 100%;
      margin: 0;
      color: #ffffff;
      font-size: 1em;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
    #carousel-cm .item .item-caption .item-text {
      width: 100%;
      color: #ffffff;
      line-height: 1.2;
      font-size: 19px;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
      @media (min-width: 768px) and (max-width: 991px) {
        #carousel-cm .item .item-caption .item-text {
          font-size: 1.3em; } }
      @media (max-width: 767px) {
        #carousel-cm .item .item-caption .item-text {
          font-size: 15px; } }
    #carousel-cm .item .item-caption .carousel-btn {
      margin-bottom: 20px; }

iframe.scrolloff {
  pointer-events: none; }

.maps-container iframe.scrolloff {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

blockquote {
  border: none;
  margin: 20px auto 20px auto;
  text-align: center;
  width: 80%;
  word-break: break-word;
  padding-bottom: 40px;
  padding-top: 40px; }
  blockquote p {
    font-weight: 400;
    font-size: 19px;
    font-style: italic; }
    blockquote p:before, blockquote p:after {
      content: '"'; }
  blockquote .blockquote-author {
    display: block;
    font-size: 15px;
    padding: 0; }
  @media (max-width: 767px) {
    blockquote {
      width: 90%; } }

.text-banner {
  position: relative;
  margin-bottom: 20px; }
  .text-banner .row {
    background-color: #0f6f7b;
    margin: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .text-banner .row .banner-label, .text-banner .row .banner-title {
      font-size: 25px;
      font-weight: 400;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px;
      color: #ffffff;
      margin: 0; }
    .text-banner .row .banner-title {
      padding-left: 40px;
      padding-right: 40px;
      text-align: center;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .text-banner .row .banner-label {
      background-color: #e0370f;
      position: relative;
      white-space: nowrap;
      margin-right: 40px; }
      .text-banner .row .banner-label svg {
        position: absolute;
        left: 100%;
        top: 0;
        height: 100%;
        fill: #e0370f; }
  @media (max-width: 767px) {
    .text-banner {
      padding: 0; }
      .text-banner .row {
        position: relative;
        display: block;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px); }
        .text-banner .row .banner-title {
          padding-left: 20px;
          padding-right: 20px;
          text-align: left; } }

#page-npi .content {
  margin-bottom: 0; }

@media (max-width: 992px) {
  #page-npi .area-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #page-npi .area-wrapper > * {
      width: 100%; } }

@media (min-width: 992px) {
  .newest-products-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr; }
    .newest-products-wrapper > div:nth-child(1) {
      -ms-grid-column: 1; }
    .newest-products-wrapper > div:nth-child(2) {
      -ms-grid-column: 3; }
    .newest-products-wrapper > div:nth-child(3) {
      -ms-grid-column: 5; }
    .newest-products-wrapper > div:nth-child(4) {
      -ms-grid-column: 7; } }

.newest-products .price-disclaimer {
  color: #8b8b8b; }

.npi-product-category-filters {
  display: none; }
  @media (min-width: 992px) {
    .npi-product-category-filters {
      display: -ms-grid;
      display: grid;
      grid-template: repeat(2, 1fr)/repeat(3, 1fr);
      grid-gap: 20px;
      -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
      -ms-grid-rows: 1fr 20px 1fr; } }
  .npi-product-category-filters .npi-product-category-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    text-decoration: none;
    background-color: #f3f6f8;
    padding: 10px 20px;
    position: relative;
    -webkit-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    text-align: center;
    color: #0f6f7b; }
    .npi-product-category-filters .npi-product-category-filter:nth-child(1) {
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .npi-product-category-filters .npi-product-category-filter:nth-child(2) {
      -ms-grid-column: 3;
      -ms-grid-row: 1; }
    .npi-product-category-filters .npi-product-category-filter:nth-child(3) {
      -ms-grid-column: 5;
      -ms-grid-row: 1; }
    .npi-product-category-filters .npi-product-category-filter:nth-child(4) {
      -ms-grid-column: 1;
      -ms-grid-row: 3; }
    .npi-product-category-filters .npi-product-category-filter:nth-child(5) {
      -ms-grid-column: 3;
      -ms-grid-row: 3; }
    .npi-product-category-filters .npi-product-category-filter:nth-child(6) {
      -ms-grid-column: 5;
      -ms-grid-row: 3; }
    .npi-product-category-filters .npi-product-category-filter > * {
      color: inherit; }
    .npi-product-category-filters .npi-product-category-filter:hover {
      background-color: #e0370f;
      color: #ffffff; }

.npi-modal-content {
  display: none;
  visibility: hidden; }
  #buy-modal .npi-modal-content {
    display: block;
    visibility: visible; }
  .npi-modal-content #addToCart {
    display: inline-block; }

.new-product-introduction img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 20px 40px; }

.new-product-introduction h4 a {
  color: inherit; }
  .new-product-introduction h4 a:hover {
    color: #e0370f; }

.new-product-introduction .price span {
  color: #0f6f7b;
  font-weight: 400; }

.new-product-introduction .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .new-product-introduction .actions a {
    color: #0f6f7b; }
    .new-product-introduction .actions a:hover {
      color: #e0370f; }
    .new-product-introduction .actions a.buy-online {
      color: #e0370f;
      cursor: pointer; }
      .new-product-introduction .actions a.buy-online:hover {
        color: #870409; }

@media (max-width: 992px) {
  .new-product-introduction__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 1fr;
        grid-template-columns: 100px 1fr;
    grid-gap: 10px; }
    .new-product-introduction__body img {
      padding: 0; }
    .new-product-introduction__body .description {
      display: none; }
    .new-product-introduction__body .price {
      display: none; }
  .new-product-introduction__footer {
    display: none; } }

@media (max-width: 992px) {
  .npi-product-category {
    padding-top: 0; } }

.npi-product-category__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 992px) {
    .npi-product-category__header {
      border-top: 1px solid #e9ecee; }
      .npi-product-category__header:after {
        font-family: 'nexperia';
        content: "";
        color: #e0370f;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s; }
      .npi-product-category__header.open:after {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); } }
  @media (max-width: 992px) {
    .npi-product-category__header h3 {
      font-size: 15px; } }

@media (max-width: 992px) {
  .npi-product-category__body {
    height: 0;
    overflow: hidden;
    position: relative; } }

.npi-product-category__body > a:last-child {
  margin: 20px auto;
  display: block; }
  @media (max-width: 992px) {
    .npi-product-category__body > a:last-child {
      text-align: center; } }

.npi-product-category__body > a, .npi-product-category .back-to-top {
  color: #e0370f;
  cursor: pointer; }
  .npi-product-category__body > a:hover, .npi-product-category .back-to-top:hover {
    color: #870409; }

@media (max-width: 992px) {
  .npi-product-category .back-to-top {
    display: none; } }

.npi-focussed-product {
  background-color: #f3f6f8;
  padding: 20px; }
  .npi-focussed-product img {
    max-width: 100%;
    height: auto; }
  .npi-focussed-product h3 {
    margin-bottom: 0; }
    .npi-focussed-product h3 a {
      color: inherit; }
      .npi-focussed-product h3 a:hover {
        color: #e0370f; }
    .npi-focussed-product h3 + .strong {
      margin-bottom: 10px;
      display: inline-block; }
    @media (max-width: 992px) {
      .npi-focussed-product h3 + .strong {
        margin-bottom: 0; } }
  .npi-focussed-product p {
    max-width: 540px; }
  @media (max-width: 992px) {
    .npi-focussed-product .description, .npi-focussed-product .product-features {
      display: none; } }
  @media (min-width: 992px) {
    .npi-focussed-product .product-features {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .npi-focussed-product .product-features div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  @media (min-width: 992px) {
    .npi-focussed-product .price {
      display: none; } }
  .npi-focussed-product .actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -10px 0 -10px;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .npi-focussed-product .actions > * {
      margin: 0 10px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  @media (max-width: 992px) {
    .npi-focussed-product .actions {
      display: none; } }
  .npi-focussed-product .actions-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
    .npi-focussed-product .actions-small .file-download, .npi-focussed-product .actions-small .go-to-docs {
      color: #0f6f7b;
      margin-right: 10px; }
      .npi-focussed-product .actions-small .file-download:hover, .npi-focussed-product .actions-small .go-to-docs:hover {
        color: #e0370f; }
    .npi-focussed-product .actions-small .btn, .npi-focussed-product .actions-small .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .npi-focussed-product .actions-small a.btn {
      margin-top: 20px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    @media (min-width: 992px) {
      .npi-focussed-product .actions-small {
        display: none; } }

.npi-table {
  margin: 20px 0; }
  .npi-table h4 {
    margin: 0; }
    .npi-table h4 a {
      color: inherit; }
      .npi-table h4 a:hover {
        color: #e0370f; }
  .npi-table a {
    color: #0f6f7b; }
    .npi-table a:hover {
      color: #e0370f; }
    .npi-table a.buy-online {
      color: #e0370f;
      cursor: pointer; }
      .npi-table a.buy-online:hover {
        color: #870409; }

.f-table__header {
  background-color: #e9ecee;
  font-weight: 400; }
  @media (max-width: 992px) {
    .f-table__header {
      display: none; } }

.f-table__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  grid-gap: 0 20px; }
  @media (max-width: 992px) {
    .f-table__row {
      padding: 20px 20px;
      border-bottom: 1px solid #e9ecee; } }
  @media (min-width: 992px) {
    .f-table__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: wrap;
          -ms-flex-flow: wrap;
              flex-flow: wrap;
      grid-gap: unset; }
      .f-table__row div[cms\:edit] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }

.f-table__cell {
  -ms-grid-column: 1;
  grid-column: 1; }
  @media (min-width: 992px) {
    .f-table__cell {
      padding: 10px 20px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .f-table__cell--product {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .f-table__cell--product div {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .f-table__cell--product div img {
        height: auto;
        max-width: 100%; }
    @media (max-width: 992px) {
      .f-table__cell--product .image-wrapper {
        display: none; } }
  .f-table__cell--desc {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3; }
    @media (max-width: 992px) {
      .f-table__cell--desc {
        display: none; } }
  @media (max-width: 992px) {
    .f-table__cell--price {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  @media (min-width: 992px) {
    .f-table__cell--price .price-asterisk {
      display: none; } }
  .f-table__cell--links {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media (max-width: 992px) {
      .f-table__cell--links {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 10px; }
        .f-table__cell--links a {
          margin-right: 10px; } }
  @media (max-width: 992px) {
    .f-table__cell--buy {
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 4;
      grid-row: 1 / span 4;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .f-table__cell--buy a.buy-online {
        color: #fff;
        background-color: #e0370f;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-decoration: none;
        font-size: 2rem;
        border-radius: 100%; }
        .f-table__cell--buy a.buy-online:before {
          padding-right: 0; }
        .f-table__cell--buy a.buy-online span {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          border: 0; }
        .f-table__cell--buy a.buy-online:hover {
          color: #fff;
          background-color: #870409; } }

@media (min-width: 992px) {
  .f-table__body .f-table__row:nth-child(odd) {
    background-color: #f3f6f8; } }

.npi-parametrics {
  font-size: 13px;
  text-align: center; }
  @media (max-width: 992px) {
    .npi-parametrics {
      display: none; } }
  .npi-parametrics dd, .npi-parametrics dt {
    font-weight: normal; }

.npi-quick-search {
  background-color: #f3f6f8;
  padding: 20px; }
  .npi-quick-search__content h3 {
    text-align: center;
    margin-top: 0; }
  .npi-quick-search .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .npi-quick-search .search-group {
    position: relative;
    z-index: 105; }
    .npi-quick-search .search-group .loader {
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .npi-quick-search .search-group:after {
      font-family: 'nexperia';
      content: "";
      font-size: 20px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 50px;
      color: #e0370f; }
      @media (min-width: 992px) {
        .npi-quick-search .search-group:after {
          display: none; } }
  .npi-quick-search .search-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    height: 50px; }
    .npi-quick-search .search-wrapper + button {
      margin-left: 20px;
      display: none; }
      @media (min-width: 992px) {
        .npi-quick-search .search-wrapper + button {
          display: block; } }
  .npi-quick-search #search-q {
    border-radius: 25px;
    border: none;
    padding-left: 30px;
    padding-right: 0;
    height: 50px;
    font-size: 16px;
    color: #0f6f7b;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .npi-quick-search .search-box-results {
    z-index: 101;
    margin-top: -22px; }
    .npi-quick-search .search-box-results .search-results-container {
      background-color: #ffffff;
      left: 0;
      margin: 0;
      padding-top: 22px;
      position: absolute;
      right: 0;
      z-index: 99;
      -webkit-box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 10px 4px rgba(0, 0, 0, 0.175); }
      .npi-quick-search .search-box-results .search-results-container:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #e7e7e7;
        display: block; }
      .npi-quick-search .search-box-results .search-results-container .search-results .search-result {
        border-bottom-color: #e7e7e7; }
      .npi-quick-search .search-box-results .search-results-container .search-facets {
        overflow-y: hidden; }

.npi-footnotes {
  padding-top: 20px;
  padding-bottom: 20px; }
  .npi-footnotes p {
    color: #8b8b8b;
    margin: 0; }

.promotion-packages .promotion-package-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 45px 0 15px 15px; }
  .promotion-packages .promotion-package-wrapper.mb {
    margin-bottom: 30px; }
  .promotion-packages .promotion-package-wrapper .btn.show-more, .promotion-packages .promotion-package-wrapper .navbar-nav > .dropdown > .dropdown-menu a.show-more.btn, .navbar-nav > .dropdown > .dropdown-menu .promotion-packages .promotion-package-wrapper a.show-more.btn {
    margin: 0 auto; }

.promotion-packages .promotion-package {
  width: -webkit-calc(25% - 16px);
  width: calc(25% - 16px);
  margin-right: 15px;
  margin-bottom: 30px;
  display: none; }
  .promotion-packages .promotion-package.filter {
    display: block; }
  .promotion-packages .promotion-package .img-link {
    display: block;
    overflow: hidden;
    position: relative; }
    .promotion-packages .promotion-package .img-link .img-placeholder {
      max-width: 100%;
      height: 184px;
      background-position: center center;
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease; }
    .promotion-packages .promotion-package .img-link:after {
      content: "";
      display: inline-block;
      font-family: nexperia;
      color: white;
      opacity: 0.4;
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 72px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
           -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .promotion-packages .promotion-package .img-link:hover:after {
      opacity: 1; }
    .promotion-packages .promotion-package .img-link:hover .img-placeholder {
      -webkit-transform: scale(1.02);
          -ms-transform: scale(1.02);
           -o-transform: scale(1.02);
              transform: scale(1.02); }
  .promotion-packages .promotion-package .date-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .promotion-packages .promotion-package .date-download small {
      display: inline-block;
      margin: 20px 0 20px;
      font-size: 14px; }
  .promotion-packages .promotion-package h3 {
    display: inline-block;
    color: #5b555a;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
    text-align: left; }
  .promotion-packages .promotion-package .download-package {
    display: block; }
  .promotion-packages .promotion-package .categories-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media (max-width: 767px) {
    .promotion-packages .promotion-package {
      width: 100%;
      margin-right: 0;
      padding-bottom: 30px;
      border-bottom: 1px dotted gray; }
      .promotion-packages .promotion-package:last-of-type {
        padding-bottom: 0;
        border-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .promotion-packages .promotion-package {
      width: -webkit-calc(50% - 16px);
      width: calc(50% - 16px); } }

#page-product .pip-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px; }

#page-product .pip-icon {
  border: 1px solid #0f6f7b;
  color: #0f6f7b;
  font-size: 11px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  line-height: 100%;
  margin: 5px 10px 5px 0;
  background: white; }
  #page-product .pip-icon .icon {
    color: white;
    background-color: #0f6f7b;
    font-size: 14px;
    padding: 2px 5px;
    font-style: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #page-product .pip-icon .icon:before {
      font-family: 'nexperia';
      display: inline-block;
      padding: 1px 0; }
  #page-product .pip-icon span {
    padding: 2px 5px;
    font-weight: 400; }
  @media (max-width: 992px) {
    #page-product .pip-icon {
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      white-space: normal; }
      #page-product .pip-icon span {
        padding: 3px 5px; } }
  #page-product .pip-icon.rnd {
    border-color: #7cbf22;
    color: #7cbf22; }
    #page-product .pip-icon.rnd .icon {
      background-color: #7cbf22; }
      #page-product .pip-icon.rnd .icon:before {
        content: ""; }
  #page-product .pip-icon.recommended-replacement {
    border-color: #7cbf22;
    color: #7cbf22; }
    #page-product .pip-icon.recommended-replacement .icon {
      background-color: #7cbf22; }
      #page-product .pip-icon.recommended-replacement .icon:before {
        content: ""; }
  #page-product .pip-icon.nrnd {
    border-color: #f2a428;
    color: #f2a428;
    max-width: -webkit-fit-content !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important; }
    #page-product .pip-icon.nrnd .icon {
      background-color: #f2a428; }
      #page-product .pip-icon.nrnd .icon:before {
        content: ""; }
  #page-product .pip-icon.automotive-qualified .icon:before {
    content: ""; }
  #page-product .pip-icon.smaller .icon:before {
    content: ""; }
  #page-product .pip-icon.higher-temp .icon:before {
    content: ""; }
  #page-product .pip-icon.higher-voltage .icon:before {
    content: ""; }
  #page-product .pip-icon.consumer-alternative .icon:before {
    content: ""; }

#pcnDetails-app .pcn-details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #pcnDetails-app .pcn-details-container .pcn-details-sidebar {
    margin-right: 20px;
    min-width: 250px;
    width: 250px; }
    #pcnDetails-app .pcn-details-container .pcn-details-sidebar .sidebar a {
      text-decoration: none; }
    #pcnDetails-app .pcn-details-container .pcn-details-sidebar .pcn-details-summary {
      color: #0c5d67; }
      #pcnDetails-app .pcn-details-container .pcn-details-sidebar .pcn-details-summary span {
        font-weight: 500; }
    #pcnDetails-app .pcn-details-container .pcn-details-sidebar .pcn-details-files-overview a {
      word-break: break-all;
      color: #e0370f; }
  #pcnDetails-app .pcn-details-container .pcn-details-content {
    width: 100%;
    overflow-x: auto; }
    #pcnDetails-app .pcn-details-container .pcn-details-content .pcn-details-actions {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      #pcnDetails-app .pcn-details-container .pcn-details-content .pcn-details-actions a {
        color: #e0370f;
        padding-top: 6px;
        padding-bottom: 6px; }
        #pcnDetails-app .pcn-details-container .pcn-details-content .pcn-details-actions a .x-arrow-left {
          margin-right: 6px; }
      #pcnDetails-app .pcn-details-container .pcn-details-content .pcn-details-actions .btn {
        color: #ffffff; }
  #pcnDetails-app .pcn-details-container .pcn-details-affected-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px; }
    #pcnDetails-app .pcn-details-container .pcn-details-affected-products .pcn-details-changed-products {
      -webkit-box-flex: 3;
      -webkit-flex: 3;
          -ms-flex: 3;
              flex: 3;
      margin-right: 10px; }
    #pcnDetails-app .pcn-details-container .pcn-details-affected-products .pcn-details-new-products {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #pcnDetails-app .pcn-details-container .pcn-details-affected-products .pcn-details-table tbody td:nth-child(5) {
      white-space: nowrap; }
  #pcnDetails-app .pcn-details-container .pcn-details-overview > div .pcn-details-kv-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%; }
    #pcnDetails-app .pcn-details-container .pcn-details-overview > div .pcn-details-kv-container > a, #pcnDetails-app .pcn-details-container .pcn-details-overview > div .pcn-details-kv-container p {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  #pcnDetails-app .pcn-details-container .pcn-details-overview > div p {
    white-space: pre-line; }
  #pcnDetails-app .pcn-details-container .pcn-details-files > div {
    margin-bottom: 30px; }
  #pcnDetails-app .pcn-details-container .pcn-details-files a {
    color: #e0370f; }
  #pcnDetails-app .pcn-details-container .pcn-details-overview > div {
    margin-bottom: 30px; }
    #pcnDetails-app .pcn-details-container .pcn-details-overview > div > div {
      margin-bottom: 30px; }

#pcnDetails-app .pcn-details-support a {
  color: #e0370f; }

#pcnDetails-app .pcn-details-table .pcn-details-table-title {
  text-align: center;
  padding: 4px 0; }

#pcnDetails-app .pcn-details-table .arrow {
  border: solid #5b555a;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 10px; }

#pcnDetails-app .pcn-details-table .up {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 2px; }

#pcnDetails-app .pcn-details-table .down {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 2px; }

#pcnDetails-app .pcn-details-table th {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#pcnDetails-app .pcn-details-table a {
  color: #e0370f; }

#pcnDetails-app .pcn-details-table table {
  table-layout: fixed; }
  #pcnDetails-app .pcn-details-table table tbody tr td:nth-of-type(1), #pcnDetails-app .pcn-details-table table tbody tr td:nth-of-type(2) {
    word-break: break-all;
    white-space: normal; }

#pcnDetails-app #locationModal .modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #pcnDetails-app #locationModal .modal-dialog .modal-content .modal-body {
    padding: 0; }
    #pcnDetails-app #locationModal .modal-dialog .modal-content .modal-body .pcn-details-table {
      max-height: 800px;
      border-radius: 6px;
      padding: 0; }
      #pcnDetails-app #locationModal .modal-dialog .modal-content .modal-body .pcn-details-table table {
        table-layout: auto;
        margin-bottom: 0; }
        #pcnDetails-app #locationModal .modal-dialog .modal-content .modal-body .pcn-details-table table th {
          white-space: nowrap;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
      #pcnDetails-app #locationModal .modal-dialog .modal-content .modal-body .pcn-details-table .checkmark:before {
        content: "";
        color: #27AE60;
        font-family: nexperia;
        line-height: 1; }
      #pcnDetails-app #locationModal .modal-dialog .modal-content .modal-body .pcn-details-table .cross:before {
        content: "";
        color: #C0392B;
        font-family: nexperia;
        line-height: 1;
        font-size: 13px; }

#pcnOverview-app .form-control {
  border-radius: 4px; }

#pcnOverview-app .input-group.input-daterange {
  width: 300px; }

#pcnOverview-app .input-group {
  width: 150px;
  position: relative; }
  #pcnOverview-app .input-group .select-wrapper:after {
    content: "";
    font-family: nexperia, serif;
    font-weight: bold;
    color: #5b555a;
    right: 7px;
    font-size: 10px;
    /*Adjust for position however you want*/
    top: 11px;
    padding: 0 0 0 5px;
    position: absolute;
    pointer-events: none;
    z-index: 3; }
  #pcnOverview-app .input-group .select-wrapper select {
    width: 100%;
    padding-right: 30px; }
    #pcnOverview-app .input-group .select-wrapper select:hover {
      cursor: pointer; }

#pcnOverview-app .pcn-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #pcnOverview-app .pcn-filters .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0; }
    #pcnOverview-app .pcn-filters .form-group .input-group, #pcnOverview-app .pcn-filters .form-group button[type="submit"] {
      margin-right: 8px;
      margin-bottom: 8px; }
    #pcnOverview-app .pcn-filters .form-group .pcn-actions {
      margin: 10px 0; }
  #pcnOverview-app .pcn-filters .btn.dropdown-toggle {
    padding-left: 6px; }
    #pcnOverview-app .pcn-filters .btn.dropdown-toggle:after {
      content: "";
      font-family: nexperia, serif;
      font-size: 10px;
      top: 11px;
      padding: 0 0 0 5px;
      position: absolute; }
  #pcnOverview-app .pcn-filters ul.dropdown-menu {
    border-color: #e0370f;
    border-radius: 4px; }
    #pcnOverview-app .pcn-filters ul.dropdown-menu li a {
      color: #e0370f; }
    #pcnOverview-app .pcn-filters ul.dropdown-menu .divider {
      background-color: #e0370f; }
  #pcnOverview-app .pcn-filters button[type="submit"], #pcnOverview-app .pcn-filters .btn.dropdown-toggle {
    padding-top: 6px;
    padding-bottom: 6px; }

#pcnOverview-app .pcn-messages {
  margin-bottom: 10px; }

#pcnOverview-app .pcn-table .table {
  margin-bottom: 0;
  table-layout: fixed; }
  #pcnOverview-app .pcn-table .table a {
    color: #e0370f; }
  #pcnOverview-app .pcn-table .table tbody tr td:first-of-type {
    white-space: normal;
    word-break: break-all; }
  #pcnOverview-app .pcn-table .table th {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  #pcnOverview-app .pcn-table .table .arrow {
    border: solid #5b555a;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px; }
  #pcnOverview-app .pcn-table .table .up {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
         -o-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: 2px; }
  #pcnOverview-app .pcn-table .table .down {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-bottom: 2px; }

#pcnOverview-app .pcn-table--footer {
  margin: 0; }
  #pcnOverview-app .pcn-table--footer .input-group {
    margin: 22px 0; }

#pcnPreferences-app .pcn-preferences-settings .form-group {
  max-width: 500px; }
  #pcnPreferences-app .pcn-preferences-settings .form-group label {
    display: block; }
  #pcnPreferences-app .pcn-preferences-settings .form-group .bootstrap-select {
    width: 100%; }
    #pcnPreferences-app .pcn-preferences-settings .form-group .bootstrap-select .dropdown-menu {
      max-height: 600px !important; }
      #pcnPreferences-app .pcn-preferences-settings .form-group .bootstrap-select .dropdown-menu .inner {
        max-height: 500px !important; }
    #pcnPreferences-app .pcn-preferences-settings .form-group .bootstrap-select button {
      padding: 6px 12px;
      color: #555555;
      border-radius: 0;
      border: 1px solid #e7e7e7; }

#pcnPreferences-app .pcn-preferences-settings .pcn-preferences-success {
  color: #080; }

#pcnPreferences-app .pcn-preferences-settings .pcn-preferences-failure {
  color: #a41111; }

#pcnPreferences-app .pcn-preferences-settings .pcn-preferences__type-info {
  margin-top: 40px;
  color: #8b8b8b;
  font-size: 14px;
  font-style: italic; }

#toast-container {
  top: 80px; }
  @media (max-width: 1500px) {
    #toast-container {
      top: 135px; } }
  @media (max-width: 991px) {
    #toast-container {
      top: 80px; } }
  @media (max-width: 767px) {
    #toast-container {
      top: 142px; } }
  #toast-container .toast-info {
    background-color: #0f6f7b; }

.arrow-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding: 2px;
  height: 320px; }
  .arrow-banner:after {
    content: "";
    background-image: url("../images/light-header-arrow.svg");
    -webkit-background-size: cover;
            background-size: cover;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    right: 0;
    opacity: 0.9; }
  .arrow-banner .arrow-banner__title {
    font-size: 48px;
    margin-left: 55%;
    padding-left: 40px;
    color: #0f6f7b;
    z-index: 1; }
  @media (max-width: 991px) {
    .arrow-banner {
      height: 200px; }
      .arrow-banner .arrow-banner__title {
        font-size: 24px; } }
  @media (max-width: 768px) {
    .arrow-banner .arrow-banner__title {
      margin-left: 40%; }
    .arrow-banner:after {
      width: 65%; } }

.chapter {
  margin: 40px 0; }
  .chapter .chapter__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .chapter .chapter__information .chapter__side-image {
      display: block;
      position: absolute;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%;
      max-height: 600px; }
      .chapter .chapter__information .chapter__side-image .chapter__light-arrow, .chapter .chapter__information .chapter__side-image .chapter__dark-arrow {
        display: none; }
    .chapter .chapter__information .chapter__content {
      position: relative;
      height: 100%; }
      .chapter .chapter__information .chapter__content .chapter__arrow {
        display: none; }
        @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
          .chapter .chapter__information .chapter__content .chapter__arrow {
            display: block;
            -webkit-shape-margin: 20px;
                    shape-margin: 20px; } }
      .chapter .chapter__information .chapter__content .chapter__content-container {
        position: relative;
        padding: 20px 20px 20px 220px;
        background-repeat: no-repeat;
        -webkit-background-size: auto -webkit-calc(100% + 60px);
                background-size: auto calc(100% + 60px);
        height: 100%;
        z-index: 1; }
        @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
          .chapter .chapter__information .chapter__content .chapter__content-container {
            padding: 20px; } }
        .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav {
          font-weight: 400;
          line-height: 1.75;
          margin-bottom: 20px; }
          .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a {
            text-decoration: none; }
            .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a:before {
              content: "";
              height: 8px;
              width: 8px;
              border: 1px solid #e0370f;
              margin-right: 10px;
              display: inline-block;
              border-radius: 50%; }
            .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a:hover:before, .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a:hover:after {
              background-color: #e0370f; }
          .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item--active a:before, .chapter .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item--active a:after {
            background-color: #e0370f; }
        .chapter .chapter__information .chapter__content .chapter__content-container .chapter__text h2 {
          margin-bottom: 20px; }
          .chapter .chapter__information .chapter__content .chapter__content-container .chapter__text h2 span {
            font-weight: 200; }
        .chapter .chapter__information .chapter__content .chapter__content-container .chapter__text .chapter__link {
          text-decoration: none;
          color: #e0370f; }
    .chapter .chapter__information .chapter__underlay {
      position: absolute;
      display: block;
      background: #ffffff;
      height: 100%;
      width: 70%;
      z-index: 0; }
      @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
        .chapter .chapter__information .chapter__underlay {
          width: 50%; } }
    .chapter .chapter__information:after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      background-color: white;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 0; }
    .chapter .chapter__information--small:after {
      height: 20%; }
    .chapter .chapter__information--small .chapter__content {
      width: 90%; }
    .chapter .chapter__information--medium:after {
      height: 10%; }
    .chapter .chapter__information--medium .chapter__content {
      width: 80%; }
    .chapter .chapter__information--large:after {
      height: 0; }
    .chapter .chapter__information--large .chapter__content {
      width: 70%; }
    @media (max-width: 1200px) {
      .chapter .chapter__information .chapter__information .chapter__content .chapter__arrow {
        -webkit-shape-margin: 10px;
                shape-margin: 10px; } }
    @media (max-width: 991px) {
      .chapter .chapter__information:after {
        display: none; }
      .chapter .chapter__information .chapter__information-container {
        padding: 0; }
        .chapter .chapter__information .chapter__information-container .chapter__content {
          margin-left: 0;
          width: 100%;
          height: auto; }
          .chapter .chapter__information .chapter__information-container .chapter__content .chapter__arrow {
            display: none; }
          .chapter .chapter__information .chapter__information-container .chapter__content .chapter__content-container {
            padding: 20px;
            height: auto; }
            .chapter .chapter__information .chapter__information-container .chapter__content .chapter__content-container:after {
              display: none; }
        .chapter .chapter__information .chapter__information-container .chapter__underlay {
          display: none; }
        .chapter .chapter__information .chapter__information-container .chapter__side-image {
          position: relative;
          overflow: hidden;
          height: 240px;
          width: 100%; }
          .chapter .chapter__information .chapter__information-container .chapter__side-image .chapter__light-arrow {
            display: block;
            height: 270px;
            position: absolute;
            right: -80px;
            top: -15px; } }
  .chapter .chapter-links-container {
    padding-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #0f6f7b; }
    @media (max-width: 768px) {
      .chapter .chapter-links-container {
        padding-top: 0; } }
  .chapter:last-of-type .chapter-links-container {
    border-bottom: none; }

@media (min-width: 991px) {
  .chapter.chapter--left .chapter__information .chapter__side-image {
    left: 0;
    top: 0; }
  .chapter.chapter--left .chapter__information .chapter__content {
    margin: 0 auto 0 20%; }
    @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
      .chapter.chapter--left .chapter__information .chapter__content .chapter__arrow {
        float: left; } }
    .chapter.chapter--left .chapter__information .chapter__content .chapter__content-container {
      background-image: url("../images/light-arrow-left.svg");
      background-position: 0% -30px; }
  .chapter.chapter--left .chapter__information .chapter__underlay {
    top: 0;
    right: 0; }
  .chapter.chapter--left .chapter__information--small .chapter__content {
    margin-left: 10%; }
  .chapter.chapter--left .chapter__information--medium .chapter__content {
    margin-left: 20%; }
  .chapter.chapter--left .chapter__information--large .chapter__content {
    margin-left: 30%; }
  .chapter.chapter--right .chapter__information .chapter__side-image {
    right: 0;
    top: 0; }
  .chapter.chapter--right .chapter__information .chapter__content {
    margin: 0 20% 0 auto;
    text-align: right; }
    @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
      .chapter.chapter--right .chapter__information .chapter__content .chapter__arrow {
        float: right; } }
    .chapter.chapter--right .chapter__information .chapter__content .chapter__content-container {
      background-image: url("../images/light-arrow-right.svg");
      background-position: 100% -30px;
      padding: 20px 220px 20px 20px; }
      @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
        .chapter.chapter--right .chapter__information .chapter__content .chapter__content-container {
          padding: 20px; } }
      .chapter.chapter--right .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a:after {
        content: "";
        height: 8px;
        width: 8px;
        border: 1px solid #e0370f;
        margin-left: 10px;
        display: inline-block;
        border-radius: 50%; }
      .chapter.chapter--right .chapter__information .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a:before {
        display: none; }
  .chapter.chapter--right .chapter__information .chapter__underlay {
    top: 0;
    left: 0; }
  .chapter.chapter--right .chapter__information--small .chapter__content {
    margin-right: 10%; }
  .chapter.chapter--right .chapter__information--medium .chapter__content {
    margin-right: 20%; }
  .chapter.chapter--right .chapter__information--large .chapter__content {
    margin-right: 30%; } }

.chapter-links {
  margin: 0; }
  .chapter-links .chapter-links__content h5 {
    font-weight: 500;
    margin-bottom: 10px; }
  .chapter-links .chapter-links__content p {
    margin: 0; }
    .chapter-links .chapter-links__content p a {
      text-decoration: none;
      color: #0f6f7b; }
      .chapter-links .chapter-links__content p a:hover {
        color: #e0370f; }
  @media (max-width: 768px) {
    .chapter-links {
      padding: 0; } }

@media (min-width: 768px) {
  .chapter-links:nth-of-type(1) {
    text-align: right; } }

.chapter-embed-video-standalone-container {
  border-bottom: 1px solid #0f6f7b;
  padding-top: 40px;
  padding-bottom: 40px; }
  .chapter-embed-video-standalone-container .chapter-embed-video-standalone {
    height: 250px;
    width: 750px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .chapter-embed-video-standalone-container .chapter-embed-video-standalone {
        height: 200px;
        width: 600px; } }
    @media (max-width: 768px) {
      .chapter-embed-video-standalone-container .chapter-embed-video-standalone {
        height: 150px;
        width: 450px; } }
    @media only screen and (max-width: 490px) {
      .chapter-embed-video-standalone-container .chapter-embed-video-standalone {
        height: 100px;
        width: 300px; } }
    .chapter-embed-video-standalone-container .chapter-embed-video-standalone .chapter-embed-video-standalone__thumbnail {
      position: relative;
      height: 100%;
      color: #ffffff;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center; }
      .chapter-embed-video-standalone-container .chapter-embed-video-standalone .chapter-embed-video-standalone__thumbnail i {
        position: absolute;
        font-size: 40px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
             -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .chapter-embed-video-standalone-container .chapter-embed-video-standalone .chapter-embed-video-standalone__thumbnail:hover {
        color: #e0370f; }

.chapter-variant .chapter-variant__top {
  padding-top: 20px;
  background-color: #e9ecee; }
  .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content {
    padding-bottom: 20px; }
    .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left {
      float: left; }
      .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__line {
        display: none;
        float: right; }
        @supports ((-webkit-shape-outside: polygon(0 10px, 10px 50px, 50px 0)) or (shape-outside: polygon(0 10px, 10px 50px, 50px 0))) {
          .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__line {
            display: block; } }
      .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav {
        font-weight: 400;
        line-height: 1.75;
        z-index: 2;
        position: relative;
        text-align: right; }
        .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav .chapter-variant__nav-item a {
          text-decoration: none; }
          .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav .chapter-variant__nav-item a:after {
            content: "";
            height: 8px;
            width: 8px;
            border: 1px solid #e0370f;
            margin-left: 10px;
            display: inline-block;
            border-radius: 50%; }
          .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav .chapter-variant__nav-item a:hover:before, .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav .chapter-variant__nav-item a:hover:after {
            background-color: #e0370f; }
    .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__right .chapter-variant__line {
      float: left; }
    .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__right .chapter-variant__text h2 {
      color: #e0370f; }
    @media (max-width: 991px) {
      .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left {
        float: none; }
        .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav {
          text-align: left; }
          .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav .chapter-variant__nav-item a:before {
            content: "";
            height: 8px;
            width: 8px;
            border: 1px solid #e0370f;
            margin-right: 10px;
            display: inline-block;
            border-radius: 50%; }
          .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__left .chapter-variant__nav .chapter-variant__nav-item a:after {
            display: none; }
      .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__right {
        width: 100% !important;
        -webkit-transform: none !important;
            -ms-transform: none !important;
             -o-transform: none !important;
                transform: none !important; }
      .chapter-variant .chapter-variant__top .chapter-variant__container .chapter-variant__content .chapter-variant__line {
        display: none !important; } }

.chapter-variant .chapter-variant__links-container {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #0f6f7b; }
  .chapter-variant .chapter-variant__links-container .chapter-variant__icon-links {
    padding-right: 40px; }
  .chapter-variant .chapter-variant__links-container .chapter-variant__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 40px; }
    .chapter-variant .chapter-variant__links-container .chapter-variant__links a {
      text-decoration: none;
      color: #0f6f7b;
      font-weight: 400; }
      .chapter-variant .chapter-variant__links-container .chapter-variant__links a em {
        display: none; }
      .chapter-variant .chapter-variant__links-container .chapter-variant__links a:before {
        content: "";
        height: 8px;
        width: 8px;
        border: 1px solid #0f6f7b;
        background-color: #0f6f7b;
        margin-right: 10px;
        display: inline-block;
        border-radius: 50%; }
      .chapter-variant .chapter-variant__links-container .chapter-variant__links a:hover {
        color: #e0370f; }
        .chapter-variant .chapter-variant__links-container .chapter-variant__links a:hover:before {
          background-color: #e0370f;
          border: 1px solid #e0370f; }
    .chapter-variant .chapter-variant__links-container .chapter-variant__links h3 {
      margin-top: 0; }
  @media (max-width: 991px) {
    .chapter-variant .chapter-variant__links-container .chapter-variant__icon-links, .chapter-variant .chapter-variant__links-container .chapter-variant__links {
      padding: 0; } }

.chapter-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }
  .chapter-icon-link .chapter-icon-link__link {
    text-decoration: none;
    color: #e0370f; }
    .chapter-icon-link .chapter-icon-link__link span {
      margin-left: 5px;
      margin-right: 5px; }
  .chapter-icon-link .chapter-icon-link__icon {
    height: 40px;
    width: 40px; }
  @media (max-width: 991px) {
    .chapter-icon-link {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 10px;
      padding: 0; } }

.link-list-block {
  padding: 20px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  position: relative; }
  .link-list-block h3 {
    color: #ffffff;
    margin: 0 0 20px; }
  .link-list-block .link-list-block__link {
    margin-bottom: 20px; }
    .link-list-block .link-list-block__link a {
      color: #ffffff;
      text-decoration: none; }
      .link-list-block .link-list-block__link a:hover {
        text-decoration: underline; }
      .link-list-block .link-list-block__link a .link-list-block__link-prefix {
        font-weight: 500; }
      .link-list-block .link-list-block__link a .x-arrow-right {
        color: #ffffff;
        margin-left: 5px; }
    .link-list-block .link-list-block__link:last-of-type {
      margin-bottom: 0; }

.ab-component--hidden {
  display: none !important; }

.notification-bar {
  text-align: center;
  background-color: #e0370f;
  color: white;
  -webkit-transition: height .3s ease;
  -o-transition: height .3s ease;
  transition: height .3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute; }
  .notification-bar.bg-petrol {
    background-color: #036F7B; }
  .notification-bar.bg-orange {
    background-color: #E64D1F; }
  .notification-bar.bg-red {
    background-color: #A41111; }
  .notification-bar.bg-aubergine {
    background-color: #722257; }
  .notification-bar.bg-darkblue {
    background-color: #174A5B; }
  .notification-bar.bg-mint {
    background-color: #4797A8; }
  .notification-bar.bg-grey {
    background-color: #6B6B6B; }
  .notification-bar.bg-cadmiumyellow {
    background-color: #d6b112; }
  .notification-bar.bg-bluesteel {
    background-color: #688a9d; }
  .notification-bar.bg-earth {
    background-color: #a99889; }
  .notification-bar.bg-darkgreen {
    background-color: #00564d; }
  .notification-bar.bg-anthracite {
    background-color: #2f3436; }
  .notification-bar.bg-darkorange {
    background-color: #870409; }
  .notification-bar.init {
    position: relative;
    height: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden; }
  .notification-bar.visible {
    height: 34px; }
  .notification-bar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .notification-bar .container:before, .notification-bar .container:after {
      content: none; }
  .notification-bar__text {
    text-align: center;
    padding: 5px;
    width: 100%; }
    .notification-bar__text p {
      margin-bottom: 0; }
    .notification-bar__text a {
      color: white;
      text-decoration: underline; }
  .notification-bar__close {
    border: none;
    color: white;
    background: none; }
  @media (max-width: 991px) {
    .notification-bar {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 99999; } }

html.dark .arrow-banner:after {
  -webkit-filter: brightness(0.8) contrast(1.2);
          filter: brightness(0.8) contrast(1.2); }

html.dark #breadcrumb-container .breadcrumb {
  background: transparent; }
  html.dark #breadcrumb-container .breadcrumb > li + li::before {
    color: #10363b; }
  html.dark #breadcrumb-container .breadcrumb li a {
    color: #878787;
    text-decoration: none; }

html.dark .btn.btn-orange, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-orange.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-orange.btn {
  color: #ecefef;
  background-color: #b02b0c; }

html.dark .btn.btn-orange-outline, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn {
  border-color: #b02b0c;
  color: #b02b0c;
  border-width: 2px; }

html.dark .btn.btn-white-orange-outline, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-white-orange-outline.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-white-orange-outline.btn, html.dark .btn.btn-showmore, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-showmore.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-showmore.btn {
  background-color: #0f3237;
  color: #b02b0c;
  border-color: #878787; }

html.dark .btn.btn-white-orange-outline, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-white-orange-outline.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-white-orange-outline.btn, html.dark .btn.btn-showmore, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-showmore.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-showmore.btn, html.dark .btn.btn-white-gray-light-to-orange, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-white-gray-light-to-orange.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-white-gray-light-to-orange.btn {
  color: #b02b0c;
  border-color: #b02b0c;
  border-width: 2px;
  background-color: transparent; }

html.dark .btn.btn-showmore, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-showmore.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-showmore.btn {
  background-color: #07191b; }

html.dark .btn.btn-default, html.dark .navbar-nav > .dropdown > .dropdown-menu a.btn-default.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark a.btn-default.btn {
  color: #ecefef; }

html.dark .btn-feedback {
  background-color: #123d43;
  text-decoration: none !important; }

@media (max-width: 991px) {
  html.dark .chapter .chapter__information .chapter__information-container .chapter__side-image .chapter__light-arrow {
    display: none; }
  html.dark .chapter .chapter__information .chapter__information-container .chapter__side-image .chapter__dark-arrow {
    display: block;
    height: 270px;
    position: absolute;
    right: -80px;
    top: -15px;
    -webkit-filter: none;
            filter: none; } }

html.dark .chapter .chapter__information .chapter__information-container .chapter__content .chapter__content-container .chapter__nav .chapter__nav-item a:hover {
  color: #b02b0c; }

html.dark .chapter .chapter__information .chapter__information-container .chapter__underlay {
  background-color: #07191b; }

html.dark .chapter .chapter__information:after {
  background-color: #07191b; }

html.dark .chapter .chapter-links-container, html.dark .chapter .chapter-videos-container {
  border-bottom-color: #ecefef; }

html.dark .chapter.chapter--left .chapter__content .chapter__content-container {
  background-image: url("../images/dark-arrow-left.svg"); }

html.dark .chapter.chapter--right .chapter__content .chapter__content-container {
  background-image: url("../images/dark-arrow-right.svg"); }

html.dark .chapter-embed-video-standalone-container {
  border-bottom: 1px solid #ecefef; }

html.dark .chapter-links__content h5, html.dark .chapter-links__content a {
  color: #ecefef; }

html.dark .chapter-variant .chapter-variant__top {
  background-color: #0f3237; }
  html.dark .chapter-variant .chapter-variant__top .chapter-variant__nav .chapter-variant__nav-item a:hover {
    color: #b02b0c; }

html.dark .chapter-variant .chapter-variant__links-container {
  border-bottom: 1px solid #ecefef; }
  html.dark .chapter-variant .chapter-variant__links-container .chapter-variant__links a {
    color: #ecefef; }
    html.dark .chapter-variant .chapter-variant__links-container .chapter-variant__links a:before {
      background-color: #ecefef;
      border-color: #ecefef; }
    html.dark .chapter-variant .chapter-variant__links-container .chapter-variant__links a:hover {
      color: #b02b0c; }
      html.dark .chapter-variant .chapter-variant__links-container .chapter-variant__links a:hover:before {
        background-color: #b02b0c;
        border-color: #b02b0c; }

html.dark .latest-videos-online-event {
  background-color: #10363b; }
  html.dark .latest-videos-online-event .video-container .video-title {
    color: #ecefef; }
  html.dark .latest-videos-online-event .latest-video {
    background-color: #0d2b2f; }
    html.dark .latest-videos-online-event .latest-video .title {
      color: #ecefef; }
    html.dark .latest-videos-online-event .latest-video .description {
      color: #ecefef; }
    html.dark .latest-videos-online-event .latest-video__content .resources a {
      background: transparent; }

html.dark #xref-form .button-wrapper input,
html.dark #page-publicUsers .form form .button-wrapper input {
  background-color: #b02b0c;
  border-color: #b02b0c; }

html.dark #xref-form .button-wrapper input:hover,
html.dark #page-publicUsers .form form .button-wrapper input:hover {
  background-color: #b02b0c;
  border-color: #b02b0c; }

html.dark #document-center-app form,
html.dark #package-center-app form,
html.dark #xref-form,
html.dark #page-publicUsers .form form {
  background-color: #10363b; }
  html.dark #document-center-app form h4, html.dark #document-center-app form h3,
  html.dark #package-center-app form h4,
  html.dark #package-center-app form h3,
  html.dark #xref-form h4,
  html.dark #xref-form h3,
  html.dark #page-publicUsers .form form h4,
  html.dark #page-publicUsers .form form h3 {
    color: #ecefef; }

html.dark .featured-item {
  background: #0f3237;
  color: #ecefef;
  padding: 10px; }
  html.dark .featured-item:hover h3 {
    text-decoration: underline;
    color: #ecefef; }

html.dark .jumbotron {
  background-blend-mode: darken; }
  html.dark .jumbotron.overlay-color:before {
    background-color: rgba(7, 25, 27, 0.9); }
  html.dark .jumbotron.bg-cover:before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(7, 25, 27, 0.7);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }
  html.dark .jumbotron .highlight-image {
    -webkit-filter: brightness(0.8) contrast(1.2) grayscale(0%);
            filter: brightness(0.8) contrast(1.2) grayscale(0%); }

html.dark .latest-videos {
  background: transparent; }

html.dark .video-thumbs .latest-video a {
  background: #0f3237;
  color: #ecefef; }

html.dark .modal-content {
  background-color: #0f3237;
  color: #ecefef !important; }
  html.dark .modal-content .tag-line, html.dark .modal-content .buy-from-nexperia h3 {
    color: #878787; }

html.dark #modalBox .modal-box-image-gallery--background {
  background-color: #0f3237; }

html.dark .sidebar-nav li a {
  text-decoration: none;
  border-color: #123d43; }

html.dark .sidebar-nav li.active > a {
  color: #b02b0c;
  border-color: #b02b0c; }
  html.dark .sidebar-nav li.active > a .title {
    color: inherit; }

html.dark .list-nexperia-subnav li a.cta-ps i {
  color: #ecefef !important; }

html.dark .page-tabnav {
  background-color: #0d2b2f; }
  html.dark .page-tabnav .navbar-tabs > li a {
    text-decoration: none;
    color: #878787; }
    html.dark .page-tabnav .navbar-tabs > li a:hover {
      color: #878787; }
  html.dark .page-tabnav .navbar-tabs > li.active a {
    color: #ecefef;
    text-decoration: none; }

html.dark .latest-news.latest-news-variant .media, html.dark .recommendations .recommendation-list .recommendation-list__inner {
  background: #0d2b2f;
  color: #ecefef; }

html.dark .latest-news .media-heading {
  color: #ecefef; }

html.dark .latest-news p {
  color: #ecefef; }

html.dark .latest-news {
  background: transparent; }

html.dark .search-box.npi-quick-search {
  background-color: transparent; }

html.dark #page-npi .new-product-introduction .actions a {
  color: #ecefef; }

html.dark #page-npi .new-product-introduction .actions a.buy-online {
  color: #b02b0c; }

html.dark #page-npi .npi-product-category-filter, html.dark #page-npi .npi-focussed-product {
  background-color: #10363b;
  color: #ecefef; }
  html.dark #page-npi .npi-product-category-filter a, html.dark #page-npi .npi-focussed-product a {
    color: #ecefef; }

html.dark #page-npi .npi-table .f-table__header {
  background-color: #123d43;
  color: #ecefef;
  border-color: #123d43; }

html.dark #page-npi .npi-table .f-table__body .f-table__row:nth-child(odd) {
  background-color: #10363b; }

html.dark #page-npi .npi-table .f-table__body .f-table__row:nth-child(even) {
  background-color: #0d2b2f; }

html.dark #page-npi .npi-table .a.buy-online {
  color: #b02b0c; }

html.dark .price span {
  color: #ecefef; }

html.dark #package-center-app form .news-teaser .readmore {
  text-decoration: underline !important; }

html.dark #package-center-app form .news-teaser .readmore:after {
  text-decoration: none !important;
  position: absolute;
  margin-top: 2px; }

html.dark .panel {
  background: #10363b; }
  html.dark .panel .panel-heading {
    background-color: #07191b; }
  html.dark .panel .panel-body, html.dark .panel .panel-actions {
    background: #10363b; }
  html.dark .panel .panel-actions {
    border-color: transparent; }

html.dark #ps-container select {
  color: #07191b !important; }

html.dark #ps-container .collapse-bar {
  background-color: #123d43; }
  html.dark #ps-container .collapse-bar .arrow.up {
    border-bottom: 6px solid #123d43 !important; }

html.dark #ps-container .rangeSlider .ui-widget-header {
  background-color: #b02b0c !important; }

html.dark #ps-container .rangeSlider.ui-widget-content {
  border-color: #b02b0c !important; }

html.dark #ps-container .column .row.header .headerCell .title_wrapper {
  border-color: #123d43 !important; }

html.dark #ps-container .column {
  border-color: #123d43 !important; }
  html.dark #ps-container .column .results .row.group .child-row {
    background-color: #123d43; }
    html.dark #ps-container .column .results .row.group .child-row div, html.dark #ps-container .column .results .row.group .child-row div a {
      color: #ecefef; }
  html.dark #ps-container .column .row {
    background-color: #0f3237; }
  html.dark #ps-container .column .row.header {
    background-color: #10363b;
    color: #ecefef; }
  html.dark #ps-container .column .row.filter-row {
    background-color: #0f3237; }
  html.dark #ps-container .column .results .row.odd {
    background-color: #10363b; }
  html.dark #ps-container .column .results .row.group.expanded {
    background-color: rgba(176, 43, 12, 0.45); }
  html.dark #ps-container .column .row.results .row.row-active {
    background-color: #10363b; }
  html.dark #ps-container .column .row.results .row.bottom-header {
    background-color: #10363b;
    color: #ecefef; }

html.dark #ps-container .ps-controls .btn {
  background-color: transparent; }

html.dark #ps-container .ps-simple-tooltip.above, html.dark #ps-container .ps-tooltip.above, html.dark #ps-container .ps-html-tooltip.typenumber {
  background-color: #10363b; }
  html.dark #ps-container .ps-simple-tooltip.above div, html.dark #ps-container .ps-simple-tooltip.above a, html.dark #ps-container .ps-tooltip.above div, html.dark #ps-container .ps-tooltip.above a, html.dark #ps-container .ps-html-tooltip.typenumber div, html.dark #ps-container .ps-html-tooltip.typenumber a {
    color: #ecefef; }

html.dark #ps-container #ps-columneditor {
  background-color: transparent; }
  html.dark #ps-container #ps-columneditor .editor-column.filtered {
    color: #10363b; }

html.dark #ps-container .ps-controls .btn {
  background-color: transparent; }

html.dark #ps-container .column .results .row.group.expanded .ps-html-tooltip {
  color: #ecefef; }
  html.dark #ps-container .column .results .row.group.expanded .ps-html-tooltip div {
    color: #ecefef; }
  html.dark #ps-container .column .results .row.group.expanded .ps-html-tooltip ul {
    color: #ecefef; }
  html.dark #ps-container .column .results .row.group.expanded .ps-html-tooltip a {
    color: #ecefef; }
  html.dark #ps-container .column .results .row.group.expanded .ps-html-tooltip a:hover {
    color: #ecefef; }

html.dark #pcnDetails-app .pcn-details-container .pcn-details-sidebar .pcn-details-summary {
  color: #ecefef; }

html.dark .product-categories-variant .product-category {
  background-color: #0d2b2f; }
  html.dark .product-categories-variant .product-category h3 {
    color: #ecefef; }
  html.dark .product-categories-variant .product-category:nth-child(2n) {
    background-color: #0f3237; }
  html.dark .product-categories-variant .product-category:hover {
    background-color: #10363b; }

html.dark .product-category-cta .product-category {
  display: block;
  padding: 5px 0; }
  html.dark .product-category-cta .product-category span {
    background: #b02b0c; }
    html.dark .product-category-cta .product-category span:after {
      border-left: 30px solid #b02b0c !important;
      border-top: 38px solid transparent !important;
      border-bottom: 38px solid transparent !important;
      right: -30px; }
    html.dark .product-category-cta .product-category span #delorean .st1 {
      fill: #ecefef; }
  html.dark .product-category-cta .product-category h3 {
    color: #ecefef; }

html.dark .product-category-cta a.btn-orange-outline, html.dark .product-category-cta .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu html.dark .product-category-cta a.btn {
  top: 14px; }

html.dark #page-promotionPackages .promotion-packages label.tag span {
  background-color: transparent;
  border-color: #ecefef;
  color: #ecefef; }

html.dark #page-promotionPackages .promotion-packages label.tag:hover span, html.dark #page-promotionPackages .promotion-packages label.tag.active span {
  background-color: #ecefef;
  color: #07191b; }

html.dark #page-promotionPackages .promotion-packages .promotion-package h3 {
  color: #6c7475; }

html.dark .recommendations .recommendation-list .recommendation-list__inner {
  padding: 10px; }

html.dark section.recommendations .recommendation-list .recommendation:not(:last-child) {
  border-color: #10363b; }

html.dark section.recommendations .recommendation-list .recommendation-list__inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  html.dark section.recommendations .recommendation-list .recommendation-list__inner .recommendation-list__title {
    color: #ecefef;
    border-color: #ecefef !important; }
  html.dark section.recommendations .recommendation-list .recommendation-list__inner .recommendation-list__image {
    -webkit-filter: brightness(0.8) contrast(1.2) invert(70%);
            filter: brightness(0.8) contrast(1.2) invert(70%); }
  html.dark section.recommendations .recommendation-list .recommendation-list__inner .recommendation__image[src*="svg"] {
    -webkit-filter: brightness(0.8) contrast(1.2) invert(70%);
            filter: brightness(0.8) contrast(1.2) invert(70%); }
  html.dark section.recommendations .recommendation-list .recommendation-list__inner .recommendation__text h4 {
    color: #ecefef; }

html.dark .search-box.search-box-variant {
  background: #0d2b2f; }
  html.dark .search-box.search-box-variant .left {
    background-blend-mode: luminosity;
    background-color: #07191b; }
    html.dark .search-box.search-box-variant .left:before {
      content: "";
      height: 100%;
      width: 100%;
      background: rgba(7, 25, 27, 0.8);
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0; }
    html.dark .search-box.search-box-variant .left .container-left {
      -webkit-filter: brightness(0.9);
              filter: brightness(0.9);
      position: relative;
      z-index: 5; }
      html.dark .search-box.search-box-variant .left .container-left .search-box-results .search-results-list .search-result-wrapper .search-result-body a {
        color: #07191b; }
  html.dark .search-box.search-box-variant .right .right-content {
    color: #ecefef; }
  html.dark .search-box.search-box-variant .right .x svg #x #Path-2 {
    fill: #0d2b2f; }
  html.dark .search-box.search-box-variant .right .x svg #x #Path {
    fill: #b02b0c; }
  html.dark .search-box.search-box-variant .right a {
    color: #ecefef;
    text-decoration: underline; }
    html.dark .search-box.search-box-variant .right a i {
      text-decoration: none; }
  html.dark .search-box.search-box-variant:after {
    background: -webkit-linear-gradient(34deg, rgba(16, 54, 59, 0) 50%, #0f3237 100%);
    background: -o-linear-gradient(34deg, rgba(16, 54, 59, 0) 50%, #0f3237 100%);
    background: linear-gradient(56deg, rgba(16, 54, 59, 0) 50%, #0f3237 100%); }
  html.dark .search-box.search-box-variant .search-box-parametrics {
    background-color: #0f3237; }
  html.dark .search-box.search-box-variant #search-box-xref .btn-white-orange-outline {
    color: #ecefef;
    background-color: #b02b0c; }

html.dark #search .panel, html.dark #search .panel-body {
  background: transparent; }

html.dark #search .filtering .filter-wrapper ul li a.filter.reset {
  color: #878787; }

html.dark #search .col-wrapper .product-info {
  width: 65%; }

html.dark #simple-search-container .dropdown-toggle {
  color: #ecefef !important; }

html.dark #simple-search-container {
  background-color: #10363b; }
  html.dark #simple-search-container .search, html.dark #simple-search-container .parametric-search {
    background-color: #10363b; }
    html.dark #simple-search-container .search input, html.dark #simple-search-container .parametric-search input {
      color: #ecefef; }
      html.dark #simple-search-container .search input::-webkit-input-placeholder, html.dark #simple-search-container .parametric-search input::-webkit-input-placeholder {
        color: #878787; }
      html.dark #simple-search-container .search input::-moz-placeholder, html.dark #simple-search-container .parametric-search input::-moz-placeholder {
        color: #878787; }
      html.dark #simple-search-container .search input:-ms-input-placeholder, html.dark #simple-search-container .parametric-search input:-ms-input-placeholder {
        color: #878787; }
      html.dark #simple-search-container .search input::placeholder, html.dark #simple-search-container .parametric-search input::placeholder {
        color: #878787; }
  html.dark #simple-search-container .type, html.dark #simple-search-container .bg-left {
    background: #b02b0c; }

html.dark .technical-summary .recommended-alternatives {
  background-color: transparent; }

html.dark .recommended-alternatives .alternative-product .a-link {
  color: white; }

html.dark #page-searchResults #search .best-match {
  background-color: #0d2b2f; }
  html.dark #page-searchResults #search .best-match h3 {
    border-color: transparent; }
  html.dark #page-searchResults #search .best-match .best-match-container {
    border-color: transparent; }
  html.dark #page-searchResults #search .best-match .best-match-header {
    background-color: #0f3237;
    border-color: #0f3237; }

html.dark #page-searchResults #search .table.table-search-results {
  border-color: transparent; }
  html.dark #page-searchResults #search .table.table-search-results > thead > tr > th {
    background-color: #0f3237;
    border-color: #123d43; }
  html.dark #page-searchResults #search .table.table-search-results tbody {
    border-color: transparent; }
    html.dark #page-searchResults #search .table.table-search-results tbody > tr, html.dark #page-searchResults #search .table.table-search-results tbody .border-top {
      border-color: #123d43; }
    html.dark #page-searchResults #search .table.table-search-results tbody .even {
      background-color: #0d2b2f; }
    html.dark #page-searchResults #search .table.table-search-results tbody .odd {
      background-color: #10363b; }
    html.dark #page-searchResults #search .table.table-search-results tbody .more {
      color: #123d43; }

html.dark #page-searchResults #search .search-result, html.dark #page-searchResults #search .search-box .search-result {
  border-color: #123d43;
  background-color: #0f3237; }
  html.dark #page-searchResults #search .search-result:nth-child(odd), html.dark #page-searchResults #search .search-box .search-result:nth-child(odd) {
    background-color: #0d2b2f; }
  html.dark #page-searchResults #search .search-result .search-result-body .search-result-media i, html.dark #page-searchResults #search .search-box .search-result .search-result-body .search-result-media i {
    color: #ecefef; }
  html.dark #page-searchResults #search .search-result .search-result-body .search-result-media img, html.dark #page-searchResults #search .search-box .search-result .search-result-body .search-result-media img {
    padding: 0 0 0 15px; }
  html.dark #page-searchResults #search .search-result .search-result-body.article .no-image, html.dark #page-searchResults #search .search-box .search-result .search-result-body.article .no-image {
    background: transparent;
    color: inherit; }
  html.dark #page-searchResults #search .search-result .search-result-body .col-wrapper .col.actions, html.dark #page-searchResults #search .search-box .search-result .search-result-body .col-wrapper .col.actions {
    margin: 0 15px 0 0; }
  html.dark #page-searchResults #search .search-result.grouping .search-result-body .search-result-media, html.dark #page-searchResults #search .search-box .search-result.grouping .search-result-body .search-result-media {
    margin: 0 15px 0 0; }

html.dark #page-searchResults .pip-icon {
  border-color: #ecefef;
  color: #ecefef;
  background-color: transparent; }
  html.dark #page-searchResults .pip-icon .icon {
    background: transparent;
    border-right: 1px solid #ecefef; }

html.dark .table.table-products th {
  background-color: #10363b;
  color: #ecefef;
  border-color: #123d43; }

html.dark .table.table-products tbody tr {
  background-color: #0f3237; }

html.dark .table.table-products td:first-of-type, html.dark .table.table-products td {
  border-color: #123d43;
  color: #ecefef;
  background: transparent; }

html.dark .table.table-products a {
  color: #ecefef;
  text-decoration: underline; }

html.dark .table.table-striped th, html.dark .table.table-striped-variant th, html.dark table.products th, html.dark .table.xref-results th {
  background-color: #123d43;
  color: #ecefef;
  border-color: #123d43; }

html.dark .table.table-striped th.header-category, html.dark .table.table-striped-variant th.header-category, html.dark table.products th.header-category, html.dark .table.xref-results th.header-category {
  background-color: #07191b;
  border-color: #07191b; }

html.dark .table.table-striped td:first-of-type, html.dark .table.table-striped td, html.dark .table.table-striped-variant td:first-of-type, html.dark .table.table-striped-variant td, html.dark table.products td:first-of-type, html.dark table.products td, html.dark .table.xref-results td:first-of-type, html.dark .table.xref-results td {
  border-color: #123d43;
  color: #ecefef;
  background: transparent; }

html.dark .table.table-striped a, html.dark .table.table-striped-variant a, html.dark table.products a, html.dark .table.xref-results a {
  color: #ecefef;
  text-decoration: underline; }

html.dark .table.table-striped > tbody > tr.even, html.dark .table.table-striped-variant > tbody > tr.even, html.dark table.products > tbody > tr.even, html.dark .table.xref-results > tbody > tr.even {
  background-color: #0d2b2f !important; }

html.dark .table.table-striped > tbody > tr:nth-of-type(even), html.dark .table.table-striped-variant > tbody > tr:nth-of-type(even), html.dark table.products > tbody > tr:nth-of-type(even), html.dark .table.xref-results > tbody > tr:nth-of-type(even) {
  background-color: #0d2b2f; }

html.dark .table.table-striped > tbody > tr.odd, html.dark .table.table-striped-variant > tbody > tr.odd, html.dark table.products > tbody > tr.odd, html.dark .table.xref-results > tbody > tr.odd {
  background-color: #10363b !important; }

html.dark .table.table-striped > tbody > tr:nth-of-type(odd), html.dark .table.table-striped-variant > tbody > tr:nth-of-type(odd), html.dark table.products > tbody > tr:nth-of-type(odd), html.dark .table.xref-results > tbody > tr:nth-of-type(odd) {
  background-color: #10363b; }

html.dark .table.xref-results {
  border-color: #6c7475; }
  html.dark .table.xref-results thead tr th {
    border-color: #6c7475; }
  html.dark .table.xref-results tbody tr.parametrics-row .parametrics-container {
    background-color: #10363b; }
  html.dark .table.xref-results tbody tr.border-top, html.dark .table.xref-results tbody td.border-left {
    border-color: #6c7475; }
  html.dark .table.xref-results tbody .xref-parametrics {
    color: #ecefef; }
  html.dark .table.xref-results tbody .vote-xref-result .x-vote-up, html.dark .table.xref-results tbody .vote-xref-result .x-vote-down {
    color: #ecefef; }

html.dark .table.table-column-bg tbody tr td {
  background-color: #10363b; }

html.dark .table.table-hover tbody tr:hover {
  background-color: #0f3237; }

html.dark .text-image-quoted {
  background-color: #0d2b2f; }
  html.dark .text-image-quoted.no-image .text-image {
    color: #ecefef; }

html.dark .ul li::before, html.dark .text-image .text li::before {
  color: #ecefef !important; }

html.dark .text-image .text h3 a {
  color: #ecefef; }

#page-404 .content {
  margin-bottom: 0; }

#page-404 .header-404 {
  color: white;
  background-color: #e0370f;
  padding: 90px 0; }
  .dark #page-404 .header-404 {
    background-color: #0d2b2f; }
  @media (max-width: 992px) {
    #page-404 .header-404 {
      padding: 30px 0; } }
  #page-404 .header-404 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #page-404 .header-404 .container .col {
      text-align: center; }
    #page-404 .header-404 .container h1, #page-404 .header-404 .container h2, #page-404 .header-404 .container h3 {
      color: white; }
    #page-404 .header-404 .container h1 {
      font-size: 5em;
      font-weight: bold;
      line-height: 100%;
      margin: 0; }
    #page-404 .header-404 .container .text-404 {
      max-width: 55ch; }
    @media (max-width: 992px) {
      #page-404 .header-404 .container {
        display: block; } }

@-webkit-keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1; } }

@-o-keyframes smoke {
  0% {
    opacity: 0;
    -o-transform: translateY(5px);
       transform: translateY(5px);
    -o-transform: scale(0.5);
       transform: scale(0.5); }
  100% {
    opacity: 0;
    -o-transform: translateY(10px);
       transform: translateY(10px);
    -o-transform: scale(1);
       transform: scale(1); }
  50% {
    opacity: 1; } }

@keyframes smoke {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5px);
         -o-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-transform: scale(0.5);
         -o-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1; } }
  #page-404 .header-404 svg {
    height: 130px;
    width: auto; }
    #page-404 .header-404 svg #bubbles,
    #page-404 .header-404 svg #hood path {
      stroke: #ffffff; }
    #page-404 .header-404 svg #bubbles #bubble1,
    #page-404 .header-404 svg #bubbles #bubble2,
    #page-404 .header-404 svg #bubbles #bubble3,
    #page-404 .header-404 svg #bubbles #bubble4 {
      opacity: 0;
      -webkit-animation: smoke;
           -o-animation: smoke;
              animation: smoke;
      -webkit-animation-duration: 2.5s;
           -o-animation-duration: 2.5s;
              animation-duration: 2.5s;
      -webkit-animation-iteration-count: infinite;
           -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-transform-origin: 90% 40%;
          -ms-transform-origin: 90% 40%;
           -o-transform-origin: 90% 40%;
              transform-origin: 90% 40%; }
    #page-404 .header-404 svg #bubbles #bubble1 {
      -webkit-animation-delay: 0.3s;
           -o-animation-delay: 0.3s;
              animation-delay: 0.3s; }
    #page-404 .header-404 svg #bubbles #bubble2 {
      -webkit-animation-delay: 0.6s;
           -o-animation-delay: 0.6s;
              animation-delay: 0.6s; }
    #page-404 .header-404 svg #bubbles #bubble3 {
      -webkit-animation-delay: 0.9s;
           -o-animation-delay: 0.9s;
              animation-delay: 0.9s; }
    #page-404 .header-404 svg #bubbles #bubble4 {
      -webkit-animation-delay: 1.2s;
           -o-animation-delay: 1.2s;
              animation-delay: 1.2s; }

#page-404 .search__form-wrapper {
  margin-bottom: 45px;
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }

#page-404 .search__field {
  position: relative;
  width: 100%;
  font-size: 15px;
  -webkit-transition: font-size .3s ease;
  -o-transition: font-size .3s ease;
  transition: font-size .3s ease; }

#page-404 .search__placeholders {
  display: none; }

#page-404 .search__placeholder {
  padding: .5em 0em .5em .75em;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
  height: 100%;
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  font-size: 2em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  z-index: 0;
  background: white;
  color: #8b8b8b; }
  @media only screen and (min-width: 768px) {
    #page-404 .search__placeholder {
      z-index: 9; } }
  #page-404 .search__placeholder-pre:before {
    content: attr(data-pre);
    white-space: pre; }

#page-404 .search__form {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 300px;
  width: 100%; }
  #page-404 .search__form form {
    width: 100%;
    position: relative;
    -webkit-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    text-align: center; }
    #page-404 .search__form form > a {
      position: absolute;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      margin: -30px auto 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: margin .2s ease, opacity .2s ease;
      -o-transition: margin .2s ease, opacity .2s ease;
      transition: margin .2s ease, opacity .2s ease; }
      #page-404 .search__form form > a.show {
        margin-top: 15px;
        opacity: 1;
        visibility: visible; }
      #page-404 .search__form form > a:before {
        content: "";
        font-family: nexperia;
        margin-right: 6px;
        font-size: 11px; }
  #page-404 .search__form input {
    padding: .5em 1.5em .5em .75em;
    font-size: 2em;
    font-family: "Ubuntu", sans-serif;
    font-weight: 300;
    border: none;
    min-width: 300px;
    width: 100%;
    position: relative;
    line-height: 100%;
    z-index: 4;
    color: #252525; }
    @media only screen and (max-width: 767px) {
      #page-404 .search__form input {
        padding: .5em 1.5em .5em .75em;
        font-size: 1.5em; }
        #page-404 .search__form input::-webkit-input-placeholder {
          color: #8b8b8b; }
        #page-404 .search__form input::-moz-placeholder {
          color: #8b8b8b; }
        #page-404 .search__form input:-ms-input-placeholder {
          color: #8b8b8b; }
        #page-404 .search__form input::placeholder {
          color: #8b8b8b; } }
    @media only screen and (max-width: 479px) {
      #page-404 .search__form input {
        font-size: 1.25em; } }
    #page-404 .search__form input:focus {
      outline: none; }
  #page-404 .search__form .x-search {
    font-size: 2em;
    position: absolute;
    right: .75em;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #8b8b8b;
    z-index: 4;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      #page-404 .search__form .x-search {
        font-size: 1.5em; } }
    @media only screen and (max-width: 479px) {
      #page-404 .search__form .x-search {
        font-size: 1.25em; } }

#page-404 .search-suggestions {
  padding: 20px 0 60px;
  background: #e9ecee; }
  @media (max-width: 992px) {
    #page-404 .search-suggestions {
      padding: 20px 0 30px; } }
  #page-404 .search-suggestions h3 {
    color: #252525; }
  #page-404 .search-suggestions .container {
    text-align: center; }
    #page-404 .search-suggestions .container ul {
      list-style-type: none;
      margin: 20px 0 0 0;
      padding: 0; }
      #page-404 .search-suggestions .container ul a {
        color: #0f6f7b; }
  .dark #page-404 .search-suggestions {
    background-color: #0e2f33; }
    .dark #page-404 .search-suggestions h3 {
      color: white; }
    .dark #page-404 .search-suggestions .container ul a {
      color: white; }

#page-home .content {
  margin-bottom: 0; }

#page-home.dmm #toast-container {
  display: none; }

#page-home .dark-mode-switch-wrapper {
  top: 18px; }

#page-home .recommendations {
  padding: 20px 80px; }
  @media (max-width: 992px) {
    #page-home .recommendations {
      padding: 20px 0; } }
  @media (max-width: 992px) {
    #page-home .recommendations .display-flex {
      width: auto; } }
  #page-home .recommendations .recommendation-list__inner {
    height: 100%; }

#page-home .latest-news {
  padding: 20px 0; }
  #page-home .latest-news .latest-news-header {
    margin-bottom: 20px; }

.navbar.navbar-variant .lines-button {
  margin: 10px 10px 0 0; }

.navbar.navbar-variant .navbar-top {
  top: 22px; }

.navbar.navbar-variant .nav-container .navbar-brand .site-title {
  width: 163px;
  height: 40px; }

.navbar.navbar-variant .nav-container #navbar-main ul#navbar-page > li > a, .navbar.navbar-variant .nav-container #navbar-main ul.my-nexperia > li > a {
  padding: 20px 0; }

@media only screen and (max-width: 991px) {
  .navbar.navbar-variant .navbar-top {
    top: auto; }
  .navbar.navbar-variant .nav-container .navbar-brand .site-title {
    width: 127px;
    height: 32px; }
  .navbar.navbar-variant .nav-container #navbar-main ul#navbar-page > li > a, .navbar.navbar-variant .nav-container #navbar-main ul.my-nexperia > li > a {
    padding: 10px 20px; } }

.navbar-nav > .dropdown > .dropdown-menu {
  z-index: 10002; }

.navbar.affix {
  z-index: 10002; }

.product-overview,
.application-overview {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px; }
  @media (max-width: 767px) {
    .product-overview,
    .application-overview {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
  .product-overview .product-category,
  .product-overview .application-category,
  .application-overview .product-category,
  .application-overview .application-category {
    background-color: #f3f6f8;
    border: 1px solid #f3f6f8;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    -webkit-transition: -webkit-box-shadow 0.1s ease;
    transition: -webkit-box-shadow 0.1s ease;
    -o-transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease; }
    .product-overview .product-category .category-image,
    .product-overview .application-category .category-image,
    .application-overview .product-category .category-image,
    .application-overview .application-category .category-image {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      height: 120px;
      margin-bottom: 10px; }
    .product-overview .product-category .category-link,
    .product-overview .application-category .category-link,
    .application-overview .product-category .category-link,
    .application-overview .application-category .category-link {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -webkit-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
    .product-overview .product-category:hover,
    .product-overview .application-category:hover,
    .application-overview .product-category:hover,
    .application-overview .application-category:hover {
      -webkit-box-shadow: 0px 0px 15px 0px rgba(37, 37, 37, 0.16);
              box-shadow: 0px 0px 15px 0px rgba(37, 37, 37, 0.16); }

@media (max-width: 767px) {
  .product-actions li {
    display: block;
    text-align: center; }
  .product-actions a {
    margin: 10px auto 0; } }

.product-actions .btn-group .btn:first-child, .product-actions .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn:first-child, .navbar-nav > .dropdown > .dropdown-menu .product-actions .btn-group a.btn:first-child {
  border-right: 1px solid white; }

.product-actions .btn-group .btn:last-child, .product-actions .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn:last-child, .navbar-nav > .dropdown > .dropdown-menu .product-actions .btn-group a.btn:last-child {
  border-left: 1px solid white; }

@media (max-width: 767px) {
  .product-actions .btn-group {
    width: 100%;
    margin-bottom: 10px; }
    .product-actions .btn-group .btn, .product-actions .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .product-actions .btn-group a.btn {
      border-radius: 25px !important;
      display: block;
      margin: 10px auto 0;
      width: 100%; }
      .product-actions .btn-group .btn:first-child, .product-actions .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn:first-child, .navbar-nav > .dropdown > .dropdown-menu .product-actions .btn-group a.btn:first-child {
        border-right: 1px solid #c8310d; }
      .product-actions .btn-group .btn:last-child, .product-actions .btn-group .navbar-nav > .dropdown > .dropdown-menu a.btn:last-child, .navbar-nav > .dropdown > .dropdown-menu .product-actions .btn-group a.btn:last-child {
        border-left: 1px solid #c8310d; } }

.ordering-modal-content {
  display: none; }
  .select-part .ordering-modal-content {
    display: block; }

#page-product .ecad-description-wrapper {
  display: none; }
  #page-product .ecad-description-wrapper .ecad-help {
    text-decoration: none;
    font-size: 17px;
    text-align: right;
    font-weight: 500; }
    #page-product .ecad-description-wrapper .ecad-help:before {
      content: "";
      font-weight: 800;
      font-family: nexperia;
      font-size: 20px;
      margin-right: 4px; }

#page-product .page-intro h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 220px; }
  #page-product .page-intro h1 .automotive-qualified-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 25px; }
  #page-product .page-intro h1 .samacsys-pinning-icon-wrapper {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
    #page-product .page-intro h1 .samacsys-pinning-icon-wrapper .samacsys-pinning-icon {
      text-decoration: underline;
      -webkit-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease;
      margin-right: 10px; }
    #page-product .page-intro h1 .samacsys-pinning-icon-wrapper span {
      display: inline-block;
      width: 130px;
      font-size: 12px;
      color: #5b555a;
      line-height: 100%; }
  #page-product .page-intro h1 .samacsys-help {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%);
    font-size: 12px;
    color: #5b555a;
    line-height: 100%;
    cursor: pointer;
    display: none; }
  @media (max-width: 767px) {
    #page-product .page-intro h1 {
      display: block;
      padding-right: 0px; }
      #page-product .page-intro h1 .samacsys-pinning-icon-wrapper {
        position: relative;
        margin-bottom: 15px; } }

#page-product .page-intro .recommended-alternatives {
  background-color: #f3f6f8;
  border: 1px solid #e9ecee;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    #page-product .page-intro .recommended-alternatives {
      margin-bottom: 20px;
      margin-top: 20px; } }
  #page-product .page-intro .recommended-alternatives h4 {
    font-weight: 400;
    margin: 0; }
  #page-product .page-intro .recommended-alternatives ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #page-product .page-intro .recommended-alternatives ul .alternative-product .alternative-product-img a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      #page-product .page-intro .recommended-alternatives ul .alternative-product .alternative-product-img a h4 {
        -webkit-transition: color 0.2s ease;
        -o-transition: color 0.2s ease;
        transition: color 0.2s ease; }
      #page-product .page-intro .recommended-alternatives ul .alternative-product .alternative-product-img a img {
        width: 40px;
        margin-right: 10px; }
      #page-product .page-intro .recommended-alternatives ul .alternative-product .alternative-product-img a:hover h4 {
        color: #e0370f; }
    #page-product .page-intro .recommended-alternatives ul .alternative-product .pip-icon {
      margin-right: 0;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    #page-product .page-intro .recommended-alternatives ul .alternative-product .alternative-product-description {
      font-size: 12px;
      line-height: 14px;
      margin: 10px 0 5px;
      display: block;
      text-decoration: none; }
    #page-product .page-intro .recommended-alternatives ul li {
      margin: 15px 0 30px; }
      #page-product .page-intro .recommended-alternatives ul li:last-of-type {
        margin-bottom: 0; }
  #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product {
    margin: 10px 0 30px; }
    #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product:last-of-type {
      margin-bottom: 0; }
    #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img {
      margin-bottom: 10px; }
      #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a img {
          width: 80px;
          margin-right: 20px; }
    #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-description {
      margin-top: 0;
      font-size: 14px;
      line-height: 18px; }
    @media (max-width: 767px) {
      #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a .alternative-product-description {
        font-size: 12px;
        line-height: 14px; }
      #page-product .page-intro .recommended-alternatives #alternatives ul li.alternative-product .alternative-product-img a img {
        width: 60px; } }
  #page-product .page-intro .recommended-alternatives .more-alternatives {
    color: #0f6f7b;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 13px; }

#page-serieGrouping .page-intro h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 170px; }
  #page-serieGrouping .page-intro h1 .automotive-qualified-icon {
    position: absolute;
    top: 0;
    right: 0; }
  @media (max-width: 767px) {
    #page-serieGrouping .page-intro h1 {
      display: block;
      padding-right: 0px; }
      #page-serieGrouping .page-intro h1 .automotive-qualified-icon {
        position: relative;
        margin: 5px 0 15px;
        display: block; } }

#page-productCategory .documentation-center-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px; }
  #page-productCategory .documentation-center-link i {
    margin-right: 10px; }

#myNexperia-app .row.gutter-y-half:first-child {
  margin-top: 0; }

#supportCases-app table {
  margin-bottom: 0; }

#orders-app .show-more {
  cursor: pointer;
  display: inline-block; }
  #orders-app .show-more.active {
    margin-bottom: 10px; }

#app-modal.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

#app-modal.modal-enter {
  opacity: 0; }

#app-modal.modal-leave-active {
  opacity: 0; }

#app-modal.modal-enter .modal-container,
#app-modal.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1); }

#app-modal .modal-container {
  width: 600px;
  margin: 40px auto 0;
  padding: 20px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

#app-modal .modal-header h3 {
  margin: 0;
  text-transform: uppercase; }

#app-modal .modal-body {
  margin: 20px 0;
  max-height: 400px;
  overflow-y: auto; }

#page-promotionPackages .banner {
  color: white;
  padding: 40px 0; }
  #page-promotionPackages .banner h1 {
    padding: 0; }
  #page-promotionPackages .banner .tag-line-small {
    display: block;
    font-size: 17px;
    margin: -20px 0 40px; }
  @media (max-width: 767px) {
    #page-promotionPackages .banner {
      padding: 0;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  #page-promotionPackages .promotion-packages .promotion-package-wrapper {
    padding: 15px 20px 0; } }

#page-promotionPackages .promotion-packages .categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #page-promotionPackages .promotion-packages .categories-list .tags-wrapper {
    text-align: center; }

#page-promotionPackages .promotion-packages .reset-filters {
  cursor: pointer;
  color: #a41111;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 13px;
  font-weight: 400; }
  #page-promotionPackages .promotion-packages .reset-filters:hover {
    color: #0f6f7b; }

#page-promotionPackages .promotion-packages label.tag {
  margin: 15px 15px 0 0;
  display: inline-block;
  cursor: pointer; }
  #page-promotionPackages .promotion-packages label.tag span {
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: white;
    color: #0f6f7b;
    border: 1px solid #0f6f7b;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal; }
  #page-promotionPackages .promotion-packages label.tag:hover span, #page-promotionPackages .promotion-packages label.tag.active span {
    background-color: #0f6f7b;
    color: white;
    text-decoration: none; }
  #page-promotionPackages .promotion-packages label.tag.reset span {
    border: none;
    background-color: transparent;
    color: red;
    text-decoration: underline;
    text-transform: none; }
  #page-promotionPackages .promotion-packages label.tag.reset:hover a, #page-promotionPackages .promotion-packages label.tag.reset.active a {
    color: #0f6f7b; }
  @media (max-width: 767px) {
    #page-promotionPackages .promotion-packages label.tag {
      margin: 0 10px 10px 0;
      text-align: center; } }

#page-promotionPackages .promotion-packages button.btn-readmore {
  outline: 0 none !important; }

#page-onlineEvent .editor-note, #page-onlineEventTrack .editor-note {
  padding: 20px;
  border: 1px solid #a41111;
  background-color: rgba(164, 17, 17, 0.05);
  margin: 10px 0;
  font-size: 14px;
  text-align: center;
  color: #a41111; }

#page-onlineEvent section.track-program, #page-onlineEvent section.day-tracks, #page-onlineEventTrack section.track-program, #page-onlineEventTrack section.day-tracks {
  margin: 40px 0; }
  @media (max-width: 767px) {
    #page-onlineEvent section.track-program, #page-onlineEvent section.day-tracks, #page-onlineEventTrack section.track-program, #page-onlineEventTrack section.day-tracks {
      margin: 20px 0; } }

@media (max-width: 767px) {
  #page-onlineEvent .container.padding-top, #page-onlineEventTrack .container.padding-top {
    padding-top: 20px; } }

@media (max-width: 767px) {
  #page-onlineEvent .text-image-quoted .image, #page-onlineEventTrack .text-image-quoted .image {
    padding: 0; } }

#page-onlineEvent .resources-tables th.actions, #page-onlineEventTrack .resources-tables th.actions {
  width: 320px; }

#page-onlineEvent .resources-tables a, #page-onlineEventTrack .resources-tables a {
  text-decoration: none; }

#page-onlineEvent .resources-tables .add-to-goodiebag, #page-onlineEventTrack .resources-tables .add-to-goodiebag {
  margin-left: 15px; }

#page-onlineEvent .share-track, #page-onlineEventTrack .share-track {
  position: relative; }
  #page-onlineEvent .share-track .share-tooltip, #page-onlineEventTrack .share-track .share-tooltip {
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    background-color: #f3f6f8;
    border: 1px solid #e9ecee;
    -webkit-box-shadow: 0 15px 10px -18px rgba(37, 37, 37, 0.4);
            box-shadow: 0 15px 10px -18px rgba(37, 37, 37, 0.4);
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: 0px;
    bottom: 60px; }
    #page-onlineEvent .share-track .share-tooltip:after, #page-onlineEventTrack .share-track .share-tooltip:after {
      content: '';
      width: 0px;
      height: 0px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #f3f6f8;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transform: translate(-50%, 100%);
          -ms-transform: translate(-50%, 100%);
           -o-transform: translate(-50%, 100%);
              transform: translate(-50%, 100%); }
    #page-onlineEvent .share-track .share-tooltip.left, #page-onlineEventTrack .share-track .share-tooltip.left {
      bottom: 0;
      right: 60px;
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
           -o-transform: translateX(10px);
              transform: translateX(10px); }
      #page-onlineEvent .share-track .share-tooltip.left:after, #page-onlineEventTrack .share-track .share-tooltip.left:after {
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #f3f6f8;
        -webkit-transform: translate(100%, -50%);
            -ms-transform: translate(100%, -50%);
             -o-transform: translate(100%, -50%);
                transform: translate(100%, -50%); }
    #page-onlineEvent .share-track .share-tooltip strong, #page-onlineEventTrack .share-track .share-tooltip strong {
      font-size: 14px;
      display: block;
      font-weight: 400;
      color: #252525; }
    #page-onlineEvent .share-track .share-tooltip ul, #page-onlineEventTrack .share-track .share-tooltip ul {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0;
      margin: 0; }
      #page-onlineEvent .share-track .share-tooltip ul li, #page-onlineEventTrack .share-track .share-tooltip ul li {
        margin-right: 5px; }
        #page-onlineEvent .share-track .share-tooltip ul li a, #page-onlineEventTrack .share-track .share-tooltip ul li a {
          padding: 5px;
          text-decoration: none; }
          #page-onlineEvent .share-track .share-tooltip ul li a i, #page-onlineEventTrack .share-track .share-tooltip ul li a i {
            font-size: 20px;
            color: #252525; }
          #page-onlineEvent .share-track .share-tooltip ul li a:hover i, #page-onlineEventTrack .share-track .share-tooltip ul li a:hover i {
            color: #e0370f; }
    #page-onlineEvent .share-track .share-tooltip.visible, #page-onlineEventTrack .share-track .share-tooltip.visible {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }

#page-onlineEvent .navbar.affix, #page-onlineEventTrack .navbar.affix {
  z-index: 1040; }

#page-onlineEvent .page-tabnav .container, #page-onlineEventTrack .page-tabnav .container {
  position: relative; }

#page-onlineEvent .page-tabnav.sticky, #page-onlineEventTrack .page-tabnav.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%; }

#page-onlineEvent .page-tabnav .navbar-tabs, #page-onlineEventTrack .page-tabnav .navbar-tabs {
  margin-right: 60px; }

@-webkit-keyframes pulseLive {
  0%, 20%, 80%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }

@-o-keyframes pulseLive {
  0%, 20%, 80%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }

@keyframes pulseLive {
  0%, 20%, 80%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.1; } }
  #page-onlineEvent .page-tabnav .navbar-tabs li a.live:before, #page-onlineEventTrack .page-tabnav .navbar-tabs li a.live:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #e0370f;
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
         -o-transform: translateY(-2px);
            transform: translateY(-2px);
    -webkit-animation: pulseLive 3s infinite;
         -o-animation: pulseLive 3s infinite;
            animation: pulseLive 3s infinite; }

#page-onlineEvent .jumbotron, #page-onlineEventTrack .jumbotron {
  padding: 20px 0; }
  #page-onlineEvent .jumbotron .jumbotron-inner.row, #page-onlineEventTrack .jumbotron .jumbotron-inner.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 767px) {
      #page-onlineEvent .jumbotron .jumbotron-inner.row, #page-onlineEventTrack .jumbotron .jumbotron-inner.row {
        display: block; } }

#page-onlineEvent .banner-box .inner, #page-onlineEventTrack .banner-box .inner {
  padding: 20px;
  background-color: transparent; }

#page-onlineEvent .banner-box .tag-line, #page-onlineEventTrack .banner-box .tag-line {
  margin: 20px 0; }

#page-onlineEvent .banner-box .btn, #page-onlineEventTrack .banner-box .btn {
  margin-bottom: 20px; }

#page-onlineEvent .speakers-wrapper, #page-onlineEventTrack .speakers-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px; }
  #page-onlineEvent .speakers-wrapper .speaker-wrapper, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: -webkit-calc(20% - 20px);
        -ms-flex-preferred-size: calc(20% - 20px);
            flex-basis: calc(20% - 20px);
    max-width: 236px;
    margin: 0 10px 20px;
    background-color: #f3f6f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 991px) {
      #page-onlineEvent .speakers-wrapper .speaker-wrapper, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 -webkit-calc(25% - 20px);
            -ms-flex: 0 1 calc(25% - 20px);
                flex: 0 1 calc(25% - 20px); } }
    #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      color: #8b8b8b; }
      #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-avatar, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker .speaker-avatar {
        max-width: 100%; }
      #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-details, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker .speaker-details {
        padding: 15px;
        font-size: 13px;
        line-height: 16px; }
        #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-details .speaker-name, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker .speaker-details .speaker-name {
          font-size: 16px;
          color: #0f6f7b;
          display: block;
          line-height: 20px;
          margin-bottom: 7px; }
    #page-onlineEvent .speakers-wrapper .speaker-wrapper .linkedin, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .linkedin {
      display: block;
      width: 100%;
      text-align: center; }
      #page-onlineEvent .speakers-wrapper .speaker-wrapper .linkedin span, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .linkedin span {
        font-size: 32px;
        margin: 0 auto 15px auto; }
  @media (max-width: 767px) {
    #page-onlineEvent .speakers-wrapper, #page-onlineEventTrack .speakers-wrapper {
      display: block;
      margin-bottom: 20px; }
      #page-onlineEvent .speakers-wrapper .speaker-wrapper, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper {
        max-width: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0 0 10px; }
        #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          max-width: -webkit-calc(100% - 50px);
          max-width: calc(100% - 50px); }
          #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-avatar, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker .speaker-avatar {
            max-width: 80px; }
          #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-details, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker .speaker-details {
            padding: 10px;
            font-size: 12px; }
            #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-details .speaker-name, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .speaker .speaker-details .speaker-name {
              font-size: 14px; }
        #page-onlineEvent .speakers-wrapper .speaker-wrapper .linkedin, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .linkedin {
          width: auto;
          margin: 0 10px; }
          #page-onlineEvent .speakers-wrapper .speaker-wrapper .linkedin span, #page-onlineEventTrack .speakers-wrapper .speaker-wrapper .linkedin span {
            margin: 10px auto; } }

#page-onlineEvent .track-actions, #page-onlineEventTrack .track-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #page-onlineEvent .track-actions .share-calendar, #page-onlineEventTrack .track-actions .share-calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #page-onlineEvent .track-actions a.share, #page-onlineEventTrack .track-actions a.share {
    color: white;
    margin-left: 10px;
    border-radius: 50%;
    border: 1px solid white;
    width: 44px;
    height: 44px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0; }
    #page-onlineEvent .track-actions a.share i, #page-onlineEventTrack .track-actions a.share i {
      font-size: 18px; }
    #page-onlineEvent .track-actions a.share:hover, #page-onlineEventTrack .track-actions a.share:hover {
      background-color: #e0370f;
      color: white;
      border-color: #e0370f; }
  @media (max-width: 767px) {
    #page-onlineEvent .track-actions, #page-onlineEventTrack .track-actions {
      display: block; }
      #page-onlineEvent .track-actions a.share, #page-onlineEventTrack .track-actions a.share {
        margin: 15px 5px 0 5px; } }

#page-onlineEvent .track-listing, #page-onlineEventTrack .track-listing {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  #page-onlineEvent .track-listing > li, #page-onlineEventTrack .track-listing > li {
    color: #252525;
    padding: 20px; }
    #page-onlineEvent .track-listing > li:nth-child(odd), #page-onlineEventTrack .track-listing > li:nth-child(odd) {
      background-color: #f6f8fa; }
    #page-onlineEvent .track-listing > li:first-child, #page-onlineEventTrack .track-listing > li:first-child {
      background-color: #e9ecee; }
    #page-onlineEvent .track-listing > li .talk-time-duration, #page-onlineEventTrack .track-listing > li .talk-time-duration {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #page-onlineEvent .track-listing > li .talk-time-duration .talk-duration, #page-onlineEventTrack .track-listing > li .talk-time-duration .talk-duration {
        color: #0f6f7b; }
        #page-onlineEvent .track-listing > li .talk-time-duration .talk-duration i, #page-onlineEventTrack .track-listing > li .talk-time-duration .talk-duration i {
          margin-right: 5px; }
    #page-onlineEvent .track-listing > li .talk-time, #page-onlineEvent .track-listing > li .talk-duration, #page-onlineEvent .track-listing > li .talk-speaker, #page-onlineEvent .track-listing > li .talk-description, #page-onlineEventTrack .track-listing > li .talk-time, #page-onlineEventTrack .track-listing > li .talk-duration, #page-onlineEventTrack .track-listing > li .talk-speaker, #page-onlineEventTrack .track-listing > li .talk-description {
      font-size: 14px; }
    #page-onlineEvent .track-listing > li .talk-speaker, #page-onlineEvent .track-listing > li .talk-description, #page-onlineEventTrack .track-listing > li .talk-speaker, #page-onlineEventTrack .track-listing > li .talk-description {
      display: block; }
      #page-onlineEvent .track-listing > li .talk-speaker ul, #page-onlineEvent .track-listing > li .talk-description ul, #page-onlineEventTrack .track-listing > li .talk-speaker ul, #page-onlineEventTrack .track-listing > li .talk-description ul {
        padding-left: 15px; }
    #page-onlineEvent .track-listing > li .talk-speaker, #page-onlineEventTrack .track-listing > li .talk-speaker {
      font-style: italic; }
    #page-onlineEvent .track-listing > li .talk-title-speaker, #page-onlineEventTrack .track-listing > li .talk-title-speaker {
      padding: 0 60px;
      position: relative; }
      @media (max-width: 767px) {
        #page-onlineEvent .track-listing > li .talk-title-speaker, #page-onlineEventTrack .track-listing > li .talk-title-speaker {
          padding: 0 60px 0 0;
          margin-top: 10px; } }
      #page-onlineEvent .track-listing > li .talk-title-speaker.no-padding, #page-onlineEventTrack .track-listing > li .talk-title-speaker.no-padding {
        padding: 0; }
      #page-onlineEvent .track-listing > li .talk-title-speaker .talk-title, #page-onlineEventTrack .track-listing > li .talk-title-speaker .talk-title {
        font-size: 16px;
        display: block;
        font-weight: 400;
        margin-bottom: 5px; }
      #page-onlineEvent .track-listing > li .talk-title-speaker .ical, #page-onlineEventTrack .track-listing > li .talk-title-speaker .ical {
        position: absolute;
        color: #0f6f7b;
        margin-left: 10px;
        border-radius: 50%;
        border: 1px solid #0f6f7b;
        width: 32px;
        height: 32px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-decoration: none;
        background-color: transparent;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        top: 5px;
        right: 0; }
        #page-onlineEvent .track-listing > li .talk-title-speaker .ical i, #page-onlineEventTrack .track-listing > li .talk-title-speaker .ical i {
          font-size: 14px; }
        #page-onlineEvent .track-listing > li .talk-title-speaker .ical:hover, #page-onlineEventTrack .track-listing > li .talk-title-speaker .ical:hover {
          background-color: #e0370f;
          border-color: #e0370f;
          color: white; }

#page-onlineEvent .text-video {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  #page-onlineEvent .text-video .text {
    width: 40%;
    margin-right: 30px; }
  #page-onlineEvent .text-video .video-container {
    width: 60%; }
  @media (max-width: 767px) {
    #page-onlineEvent .text-video {
      display: block; }
      #page-onlineEvent .text-video .text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; }
      #page-onlineEvent .text-video .video-container {
        width: 100%; } }

#page-onlineEvent .tracks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 40px; }
  #page-onlineEvent .tracks-wrapper .track {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: white;
    max-width: 50%;
    min-width: 33%; }
    #page-onlineEvent .tracks-wrapper .track .track-intro {
      padding: 20px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-petrol {
        background-color: #036F7B; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-orange {
        background-color: #E64D1F; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-red {
        background-color: #A41111; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-aubergine {
        background-color: #722257; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-darkblue {
        background-color: #174A5B; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-mint {
        background-color: #4797A8; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-grey {
        background-color: #6B6B6B; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-cadmiumyellow {
        background-color: #d6b112; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-bluesteel {
        background-color: #688a9d; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-earth {
        background-color: #a99889; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-darkgreen {
        background-color: #00564d; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-anthracite {
        background-color: #2f3436; }
      #page-onlineEvent .tracks-wrapper .track .track-intro:not(.overlay-color).bg-darkorange {
        background-color: #870409; }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-petrol {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-petrol::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #036F7B;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(3, 111, 123, 0)), color-stop(40%, rgba(3, 111, 123, 0.8)));
          background: -webkit-linear-gradient(right, rgba(3, 111, 123, 0) 0%, rgba(3, 111, 123, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(3, 111, 123, 0) 0%, rgba(3, 111, 123, 0.8) 40%);
          background: linear-gradient(270deg, rgba(3, 111, 123, 0) 0%, rgba(3, 111, 123, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-orange {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-orange::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #E64D1F;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(230, 77, 31, 0)), color-stop(40%, rgba(230, 77, 31, 0.8)));
          background: -webkit-linear-gradient(right, rgba(230, 77, 31, 0) 0%, rgba(230, 77, 31, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(230, 77, 31, 0) 0%, rgba(230, 77, 31, 0.8) 40%);
          background: linear-gradient(270deg, rgba(230, 77, 31, 0) 0%, rgba(230, 77, 31, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-red {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-red::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #A41111;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(164, 17, 17, 0)), color-stop(40%, rgba(164, 17, 17, 0.8)));
          background: -webkit-linear-gradient(right, rgba(164, 17, 17, 0) 0%, rgba(164, 17, 17, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(164, 17, 17, 0) 0%, rgba(164, 17, 17, 0.8) 40%);
          background: linear-gradient(270deg, rgba(164, 17, 17, 0) 0%, rgba(164, 17, 17, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-aubergine {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-aubergine::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #722257;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(114, 34, 87, 0)), color-stop(40%, rgba(114, 34, 87, 0.8)));
          background: -webkit-linear-gradient(right, rgba(114, 34, 87, 0) 0%, rgba(114, 34, 87, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(114, 34, 87, 0) 0%, rgba(114, 34, 87, 0.8) 40%);
          background: linear-gradient(270deg, rgba(114, 34, 87, 0) 0%, rgba(114, 34, 87, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-darkblue {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-darkblue::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #174A5B;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(23, 74, 91, 0)), color-stop(40%, rgba(23, 74, 91, 0.8)));
          background: -webkit-linear-gradient(right, rgba(23, 74, 91, 0) 0%, rgba(23, 74, 91, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(23, 74, 91, 0) 0%, rgba(23, 74, 91, 0.8) 40%);
          background: linear-gradient(270deg, rgba(23, 74, 91, 0) 0%, rgba(23, 74, 91, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-mint {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-mint::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #4797A8;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(71, 151, 168, 0)), color-stop(40%, rgba(71, 151, 168, 0.8)));
          background: -webkit-linear-gradient(right, rgba(71, 151, 168, 0) 0%, rgba(71, 151, 168, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(71, 151, 168, 0) 0%, rgba(71, 151, 168, 0.8) 40%);
          background: linear-gradient(270deg, rgba(71, 151, 168, 0) 0%, rgba(71, 151, 168, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-grey {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-grey::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #6B6B6B;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(107, 107, 107, 0)), color-stop(40%, rgba(107, 107, 107, 0.8)));
          background: -webkit-linear-gradient(right, rgba(107, 107, 107, 0) 0%, rgba(107, 107, 107, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(107, 107, 107, 0) 0%, rgba(107, 107, 107, 0.8) 40%);
          background: linear-gradient(270deg, rgba(107, 107, 107, 0) 0%, rgba(107, 107, 107, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-cadmiumyellow {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-cadmiumyellow::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #d6b112;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(214, 177, 18, 0)), color-stop(40%, rgba(214, 177, 18, 0.8)));
          background: -webkit-linear-gradient(right, rgba(214, 177, 18, 0) 0%, rgba(214, 177, 18, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(214, 177, 18, 0) 0%, rgba(214, 177, 18, 0.8) 40%);
          background: linear-gradient(270deg, rgba(214, 177, 18, 0) 0%, rgba(214, 177, 18, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-bluesteel {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-bluesteel::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #688a9d;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(104, 138, 157, 0)), color-stop(40%, rgba(104, 138, 157, 0.8)));
          background: -webkit-linear-gradient(right, rgba(104, 138, 157, 0) 0%, rgba(104, 138, 157, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(104, 138, 157, 0) 0%, rgba(104, 138, 157, 0.8) 40%);
          background: linear-gradient(270deg, rgba(104, 138, 157, 0) 0%, rgba(104, 138, 157, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-earth {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-earth::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #a99889;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(169, 152, 137, 0)), color-stop(40%, rgba(169, 152, 137, 0.8)));
          background: -webkit-linear-gradient(right, rgba(169, 152, 137, 0) 0%, rgba(169, 152, 137, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(169, 152, 137, 0) 0%, rgba(169, 152, 137, 0.8) 40%);
          background: linear-gradient(270deg, rgba(169, 152, 137, 0) 0%, rgba(169, 152, 137, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-darkgreen {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-darkgreen::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #00564d;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(0, 86, 77, 0)), color-stop(40%, rgba(0, 86, 77, 0.8)));
          background: -webkit-linear-gradient(right, rgba(0, 86, 77, 0) 0%, rgba(0, 86, 77, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(0, 86, 77, 0) 0%, rgba(0, 86, 77, 0.8) 40%);
          background: linear-gradient(270deg, rgba(0, 86, 77, 0) 0%, rgba(0, 86, 77, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-anthracite {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-anthracite::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #2f3436;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(47, 52, 54, 0)), color-stop(40%, rgba(47, 52, 54, 0.8)));
          background: -webkit-linear-gradient(right, rgba(47, 52, 54, 0) 0%, rgba(47, 52, 54, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(47, 52, 54, 0) 0%, rgba(47, 52, 54, 0.8) 40%);
          background: linear-gradient(270deg, rgba(47, 52, 54, 0) 0%, rgba(47, 52, 54, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-darkorange {
        position: relative; }
        #page-onlineEvent .tracks-wrapper .track .track-intro.overlay-color.bg-darkorange::before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          background: #870409;
          /* The Fallback */
          background: -webkit-gradient(linear, right top, left top, from(rgba(135, 4, 9, 0)), color-stop(40%, rgba(135, 4, 9, 0.8)));
          background: -webkit-linear-gradient(right, rgba(135, 4, 9, 0) 0%, rgba(135, 4, 9, 0.8) 40%);
          background: -o-linear-gradient(right, rgba(135, 4, 9, 0) 0%, rgba(135, 4, 9, 0.8) 40%);
          background: linear-gradient(270deg, rgba(135, 4, 9, 0) 0%, rgba(135, 4, 9, 0.8) 40%); }
      #page-onlineEvent .tracks-wrapper .track .track-intro .track-details, #page-onlineEvent .tracks-wrapper .track .track-intro .track-actions {
        z-index: 20; }
      #page-onlineEvent .tracks-wrapper .track .track-intro .track-details {
        text-align: left;
        margin-bottom: 15px; }
        #page-onlineEvent .tracks-wrapper .track .track-intro .track-details h3 {
          text-align: center;
          margin: 0 0 20px;
          color: inherit; }
      #page-onlineEvent .tracks-wrapper .track .track-intro .btn {
        background-color: white;
        border: none;
        display: inline-block; }
    #page-onlineEvent .tracks-wrapper .track.bg-petrol .track-listing li .talk-title {
      color: #036F7B; }
    #page-onlineEvent .tracks-wrapper .track.bg-orange .track-listing li .talk-title {
      color: #E64D1F; }
    #page-onlineEvent .tracks-wrapper .track.bg-red .track-listing li .talk-title {
      color: #A41111; }
    #page-onlineEvent .tracks-wrapper .track.bg-aubergine .track-listing li .talk-title {
      color: #722257; }
    #page-onlineEvent .tracks-wrapper .track.bg-darkblue .track-listing li .talk-title {
      color: #174A5B; }
    #page-onlineEvent .tracks-wrapper .track.bg-mint .track-listing li .talk-title {
      color: #4797A8; }
    #page-onlineEvent .tracks-wrapper .track.bg-grey .track-listing li .talk-title {
      color: #6B6B6B; }
    #page-onlineEvent .tracks-wrapper .track.bg-cadmiumyellow .track-listing li .talk-title {
      color: #d6b112; }
    #page-onlineEvent .tracks-wrapper .track.bg-bluesteel .track-listing li .talk-title {
      color: #688a9d; }
    #page-onlineEvent .tracks-wrapper .track.bg-earth .track-listing li .talk-title {
      color: #a99889; }
    #page-onlineEvent .tracks-wrapper .track.bg-darkgreen .track-listing li .talk-title {
      color: #00564d; }
    #page-onlineEvent .tracks-wrapper .track.bg-anthracite .track-listing li .talk-title {
      color: #2f3436; }
    #page-onlineEvent .tracks-wrapper .track.bg-darkorange .track-listing li .talk-title {
      color: #870409; }
    #page-onlineEvent .tracks-wrapper .track + .track .track-listing {
      border-left: 1px solid #e3e7ea; }
  @media (max-width: 767px) {
    #page-onlineEvent .tracks-wrapper {
      display: block;
      margin: 20px 0; }
      #page-onlineEvent .tracks-wrapper .track {
        max-width: none;
        min-width: 0;
        border: none !important;
        margin-bottom: 15px; } }

#page-onlineEventTrack .section-header .banner-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

#page-onlineEventTrack .section-header.bg-petrol .banner-box:before {
  background: #036F7B;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(3, 111, 123, 0)), color-stop(40%, rgba(3, 111, 123, 0.8)));
  background: -webkit-linear-gradient(right, rgba(3, 111, 123, 0) 0%, rgba(3, 111, 123, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(3, 111, 123, 0) 0%, rgba(3, 111, 123, 0.8) 40%);
  background: linear-gradient(270deg, rgba(3, 111, 123, 0) 0%, rgba(3, 111, 123, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-orange .banner-box:before {
  background: #E64D1F;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(230, 77, 31, 0)), color-stop(40%, rgba(230, 77, 31, 0.8)));
  background: -webkit-linear-gradient(right, rgba(230, 77, 31, 0) 0%, rgba(230, 77, 31, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(230, 77, 31, 0) 0%, rgba(230, 77, 31, 0.8) 40%);
  background: linear-gradient(270deg, rgba(230, 77, 31, 0) 0%, rgba(230, 77, 31, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-red .banner-box:before {
  background: #A41111;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(164, 17, 17, 0)), color-stop(40%, rgba(164, 17, 17, 0.8)));
  background: -webkit-linear-gradient(right, rgba(164, 17, 17, 0) 0%, rgba(164, 17, 17, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(164, 17, 17, 0) 0%, rgba(164, 17, 17, 0.8) 40%);
  background: linear-gradient(270deg, rgba(164, 17, 17, 0) 0%, rgba(164, 17, 17, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-aubergine .banner-box:before {
  background: #722257;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(114, 34, 87, 0)), color-stop(40%, rgba(114, 34, 87, 0.8)));
  background: -webkit-linear-gradient(right, rgba(114, 34, 87, 0) 0%, rgba(114, 34, 87, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(114, 34, 87, 0) 0%, rgba(114, 34, 87, 0.8) 40%);
  background: linear-gradient(270deg, rgba(114, 34, 87, 0) 0%, rgba(114, 34, 87, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-darkblue .banner-box:before {
  background: #174A5B;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(23, 74, 91, 0)), color-stop(40%, rgba(23, 74, 91, 0.8)));
  background: -webkit-linear-gradient(right, rgba(23, 74, 91, 0) 0%, rgba(23, 74, 91, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(23, 74, 91, 0) 0%, rgba(23, 74, 91, 0.8) 40%);
  background: linear-gradient(270deg, rgba(23, 74, 91, 0) 0%, rgba(23, 74, 91, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-mint .banner-box:before {
  background: #4797A8;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(71, 151, 168, 0)), color-stop(40%, rgba(71, 151, 168, 0.8)));
  background: -webkit-linear-gradient(right, rgba(71, 151, 168, 0) 0%, rgba(71, 151, 168, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(71, 151, 168, 0) 0%, rgba(71, 151, 168, 0.8) 40%);
  background: linear-gradient(270deg, rgba(71, 151, 168, 0) 0%, rgba(71, 151, 168, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-grey .banner-box:before {
  background: #6B6B6B;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(107, 107, 107, 0)), color-stop(40%, rgba(107, 107, 107, 0.8)));
  background: -webkit-linear-gradient(right, rgba(107, 107, 107, 0) 0%, rgba(107, 107, 107, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(107, 107, 107, 0) 0%, rgba(107, 107, 107, 0.8) 40%);
  background: linear-gradient(270deg, rgba(107, 107, 107, 0) 0%, rgba(107, 107, 107, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-cadmiumyellow .banner-box:before {
  background: #d6b112;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(214, 177, 18, 0)), color-stop(40%, rgba(214, 177, 18, 0.8)));
  background: -webkit-linear-gradient(right, rgba(214, 177, 18, 0) 0%, rgba(214, 177, 18, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(214, 177, 18, 0) 0%, rgba(214, 177, 18, 0.8) 40%);
  background: linear-gradient(270deg, rgba(214, 177, 18, 0) 0%, rgba(214, 177, 18, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-bluesteel .banner-box:before {
  background: #688a9d;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(104, 138, 157, 0)), color-stop(40%, rgba(104, 138, 157, 0.8)));
  background: -webkit-linear-gradient(right, rgba(104, 138, 157, 0) 0%, rgba(104, 138, 157, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(104, 138, 157, 0) 0%, rgba(104, 138, 157, 0.8) 40%);
  background: linear-gradient(270deg, rgba(104, 138, 157, 0) 0%, rgba(104, 138, 157, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-earth .banner-box:before {
  background: #a99889;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(169, 152, 137, 0)), color-stop(40%, rgba(169, 152, 137, 0.8)));
  background: -webkit-linear-gradient(right, rgba(169, 152, 137, 0) 0%, rgba(169, 152, 137, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(169, 152, 137, 0) 0%, rgba(169, 152, 137, 0.8) 40%);
  background: linear-gradient(270deg, rgba(169, 152, 137, 0) 0%, rgba(169, 152, 137, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-darkgreen .banner-box:before {
  background: #00564d;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 86, 77, 0)), color-stop(40%, rgba(0, 86, 77, 0.8)));
  background: -webkit-linear-gradient(right, rgba(0, 86, 77, 0) 0%, rgba(0, 86, 77, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(0, 86, 77, 0) 0%, rgba(0, 86, 77, 0.8) 40%);
  background: linear-gradient(270deg, rgba(0, 86, 77, 0) 0%, rgba(0, 86, 77, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-anthracite .banner-box:before {
  background: #2f3436;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(47, 52, 54, 0)), color-stop(40%, rgba(47, 52, 54, 0.8)));
  background: -webkit-linear-gradient(right, rgba(47, 52, 54, 0) 0%, rgba(47, 52, 54, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(47, 52, 54, 0) 0%, rgba(47, 52, 54, 0.8) 40%);
  background: linear-gradient(270deg, rgba(47, 52, 54, 0) 0%, rgba(47, 52, 54, 0.8) 40%); }

#page-onlineEventTrack .section-header.bg-darkorange .banner-box:before {
  background: #870409;
  /* The Fallback */
  background: -webkit-gradient(linear, right top, left top, from(rgba(135, 4, 9, 0)), color-stop(40%, rgba(135, 4, 9, 0.8)));
  background: -webkit-linear-gradient(right, rgba(135, 4, 9, 0) 0%, rgba(135, 4, 9, 0.8) 40%);
  background: -o-linear-gradient(right, rgba(135, 4, 9, 0) 0%, rgba(135, 4, 9, 0.8) 40%);
  background: linear-gradient(270deg, rgba(135, 4, 9, 0) 0%, rgba(135, 4, 9, 0.8) 40%); }

#page-onlineEventTrack #online-event-password-form {
  display: none; }

#page-onlineEventTrack #online-event-form {
  background-color: #f3f6f8;
  padding: 25px;
  position: absolute;
  min-width: 320px;
  max-width: 400px;
  min-height: 200px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  #page-onlineEventTrack #online-event-form .email-for-online-error {
    color: #a41111; }
  @media only screen and (max-width: 479px) {
    #page-onlineEventTrack #online-event-form {
      padding: 15px;
      min-width: 0; } }

@media only screen and (max-width: 479px) {
  #page-onlineEventTrack .embed-responsive-16by9 {
    height: auto; } }

#page-onlineEventTrack .online-event-form-container {
  width: 100%;
  position: relative;
  height: 100%;
  padding-bottom: 56.25%;
  background-color: #e9ecee; }
  #page-onlineEventTrack .online-event-form-container h3 {
    margin-top: 0; }
  #page-onlineEventTrack .online-event-form-container .button-wrapper fieldset {
    margin-bottom: 20px; }
  @media (max-width: 767px) {
    #page-onlineEventTrack .online-event-form-container {
      padding-bottom: 0; }
      #page-onlineEventTrack .online-event-form-container #online-event-form {
        width: 100%;
        max-width: none;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        left: auto;
        top: auto;
        margin-bottom: 0; } }

@media (max-width: 767px) {
  #page-onlineEventTrack .track-program .track .track-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px; }
    #page-onlineEventTrack .track-program .track .track-actions a.share {
      margin: 0 5px; } }

#page-onlineEventTrack .track .track-title {
  padding: 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #page-onlineEventTrack .track .track-title h2 {
    color: white; }

#page-onlineEventTrack .track .track-listing > li {
  background-color: white; }
  #page-onlineEventTrack .track .track-listing > li.on-demand {
    display: none; }
  #page-onlineEventTrack .track .track-listing > li:nth-child(odd) {
    background-color: white; }
  #page-onlineEventTrack .track .track-listing > li:nth-child(even) {
    background-color: #f6f8fa; }
  #page-onlineEventTrack .track .track-listing > li .talk-description {
    display: block;
    margin-top: 20px; }

#page-onlineEventTrack .track.bg-petrol .track-title {
  background-color: #036F7B; }

#page-onlineEventTrack .track.bg-petrol .track-listing li .talk-title {
  color: #036F7B; }

#page-onlineEventTrack .track.bg-orange .track-title {
  background-color: #E64D1F; }

#page-onlineEventTrack .track.bg-orange .track-listing li .talk-title {
  color: #E64D1F; }

#page-onlineEventTrack .track.bg-red .track-title {
  background-color: #A41111; }

#page-onlineEventTrack .track.bg-red .track-listing li .talk-title {
  color: #A41111; }

#page-onlineEventTrack .track.bg-aubergine .track-title {
  background-color: #722257; }

#page-onlineEventTrack .track.bg-aubergine .track-listing li .talk-title {
  color: #722257; }

#page-onlineEventTrack .track.bg-darkblue .track-title {
  background-color: #174A5B; }

#page-onlineEventTrack .track.bg-darkblue .track-listing li .talk-title {
  color: #174A5B; }

#page-onlineEventTrack .track.bg-mint .track-title {
  background-color: #4797A8; }

#page-onlineEventTrack .track.bg-mint .track-listing li .talk-title {
  color: #4797A8; }

#page-onlineEventTrack .track.bg-grey .track-title {
  background-color: #6B6B6B; }

#page-onlineEventTrack .track.bg-grey .track-listing li .talk-title {
  color: #6B6B6B; }

#page-onlineEventTrack .track.bg-cadmiumyellow .track-title {
  background-color: #d6b112; }

#page-onlineEventTrack .track.bg-cadmiumyellow .track-listing li .talk-title {
  color: #d6b112; }

#page-onlineEventTrack .track.bg-bluesteel .track-title {
  background-color: #688a9d; }

#page-onlineEventTrack .track.bg-bluesteel .track-listing li .talk-title {
  color: #688a9d; }

#page-onlineEventTrack .track.bg-earth .track-title {
  background-color: #a99889; }

#page-onlineEventTrack .track.bg-earth .track-listing li .talk-title {
  color: #a99889; }

#page-onlineEventTrack .track.bg-darkgreen .track-title {
  background-color: #00564d; }

#page-onlineEventTrack .track.bg-darkgreen .track-listing li .talk-title {
  color: #00564d; }

#page-onlineEventTrack .track.bg-anthracite .track-title {
  background-color: #2f3436; }

#page-onlineEventTrack .track.bg-anthracite .track-listing li .talk-title {
  color: #2f3436; }

#page-onlineEventTrack .track.bg-darkorange .track-title {
  background-color: #870409; }

#page-onlineEventTrack .track.bg-darkorange .track-listing li .talk-title {
  color: #870409; }

#page-onlineEventTrack .magnolia-edit .track .track-listing > li.on-demand {
  display: block; }

.online-event-ticker {
  background-color: #0f6f7b;
  color: white;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .online-event-ticker {
      display: none; } }
  .online-event-ticker .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .online-event-ticker .container:before, .online-event-ticker .container:after {
      display: none; }
  .online-event-ticker__talk {
    width: 50%;
    padding-right: 30px;
    color: white;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease; }
    .online-event-ticker__talk:hover {
      color: currentColor;
      text-decoration: none; }
      .online-event-ticker__talk:hover .online-event-ticker__talk-title strong {
        text-decoration: none; }
      .online-event-ticker__talk:hover .online-event-ticker__talk-title span {
        text-decoration: underline; }
    .online-event-ticker__talk.online-event-ticker__talk--has-time .online-event-ticker__talk-end:before {
      content: " - ";
      white-space: pre; }
  .online-event-ticker .btn, .online-event-ticker .navbar-nav > .dropdown > .dropdown-menu a.btn, .navbar-nav > .dropdown > .dropdown-menu .online-event-ticker a.btn {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center; }
    .online-event-ticker .btn i, .online-event-ticker .navbar-nav > .dropdown > .dropdown-menu a.btn i, .navbar-nav > .dropdown > .dropdown-menu .online-event-ticker a.btn i {
      margin-left: 5px; }
  .online-event-ticker__talk-time {
    display: block; }
  .online-event-ticker__talk-title {
    font-style: italic; }
  .online-event-ticker__talk-start {
    margin-left: 10px; }
  .online-event-ticker.bg-petrol {
    background-color: #036F7B; }
  .online-event-ticker.bg-orange {
    background-color: #E64D1F; }
  .online-event-ticker.bg-red {
    background-color: #A41111; }
  .online-event-ticker.bg-aubergine {
    background-color: #722257; }
  .online-event-ticker.bg-darkblue {
    background-color: #174A5B; }
  .online-event-ticker.bg-mint {
    background-color: #4797A8; }
  .online-event-ticker.bg-grey {
    background-color: #6B6B6B; }
  .online-event-ticker.bg-cadmiumyellow {
    background-color: #d6b112; }
  .online-event-ticker.bg-bluesteel {
    background-color: #688a9d; }
  .online-event-ticker.bg-earth {
    background-color: #a99889; }
  .online-event-ticker.bg-darkgreen {
    background-color: #00564d; }
  .online-event-ticker.bg-anthracite {
    background-color: #2f3436; }
  .online-event-ticker.bg-darkorange {
    background-color: #870409; }
  .online-event-ticker.bg-cadmiumyellow .online-event-ticker__talk {
    color: #252525; }

#page-xref #xref-material-list-form .message {
  display: none;
  color: #a41111;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: rgba(164, 17, 17, 0.1); }
  #page-xref #xref-material-list-form .message.show {
    display: block; }

#page-xref #xref-material-list-form textarea {
  resize: none;
  margin-bottom: 15px; }

#page-familyGrouping .featured-item .featured-item-media, #page-familyGrouping .text-image figure, #page-familyGrouping .media .media-left {
  overflow: hidden; }
  #page-familyGrouping .featured-item .featured-item-media img, #page-familyGrouping .text-image figure img, #page-familyGrouping .media .media-left img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #page-familyGrouping .featured-item .featured-item-media img:hover, #page-familyGrouping .text-image figure img:hover, #page-familyGrouping .media .media-left img:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
           -o-transform: scale(1.05);
              transform: scale(1.05); }

html.dark #page-onlineEvent .tracks-wrapper .track .track-intro .btn {
  background-color: #b02b0c;
  color: #ecefef; }

html.dark #page-onlineEvent .tracks-wrapper .track + .track .track-listing {
  border-left: 1px solid #10363b; }

html.dark #page-onlineEvent .track-listing > li {
  color: #ecefef; }

html.dark #page-onlineEvent .track-listing > li:nth-child(odd) {
  background-color: #10363b; }

html.dark #page-onlineEvent .track-listing > li:first-child {
  background-color: #0d2b2f; }

html.dark #page-onlineEvent .speakers-wrapper .speaker-wrapper {
  background-color: #0d2b2f; }
  html.dark #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker-details, html.dark #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker-details .speaker-name {
    color: #ecefef; }

html.dark #page-onlineEventTrack .track .track-listing > li:nth-child(odd) {
  color: #ecefef;
  background: #0d2b2f; }

html.dark #page-onlineEventTrack .track .track-listing > li:nth-child(even) {
  color: #ecefef;
  background: #10363b; }

html.dark #page-onlineEventTrack .track .track-listing > li .talk-time-duration .talk-duration {
  color: #ecefef; }

html.dark #page-onlineEventTrack .track .track-listing > li .talk-title-speaker .ical {
  color: #ecefef;
  border-color: #ecefef; }

html.dark #page-onlineEventTrack .track .track-listing > li .talk-title {
  color: #ecefef !important; }

html.dark #page-onlineEventTrack .track .speakers-wrapper .speaker-wrapper {
  background: #10363b; }
  html.dark #page-onlineEventTrack .track .speakers-wrapper .speaker-wrapper .speaker {
    color: #ecefef; }
    html.dark #page-onlineEventTrack .track .speakers-wrapper .speaker-wrapper .speaker .speaker-details .speaker-name {
      color: #ecefef; }

html.dark #page-onlineEventTrack .banner-box a.btn.btn-white-orange-outline {
  color: #ecefef;
  border-color: #ecefef; }

html.dark #page-onlineEvent .track-listing > li .talk-time-duration .talk-duration,
html.dark #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker .speaker-details .speaker-name,
html.dark #page-onlineEvent .speakers-wrapper .speaker-wrapper .speaker {
  color: #ecefef; }

html.dark #page-onlineEvent .speakers-wrapper .speaker-wrapper {
  background: #10363b; }

html.dark .product-overview .product-category, html.dark .product-overview .application-category, html.dark .application-overview .product-category, html.dark .application-overview .application-category {
  background-color: #0d2b2f;
  border: transparent; }

html.dark #page-product .recommended-alternatives {
  background-color: #10363b;
  border-color: transparent; }
  html.dark #page-product .recommended-alternatives .more-alternatives {
    color: #ecefef; }

html.dark #page-product .c-orange-dark {
  color: #b02b0c; }

html.dark #page-product .page-intro figure,
html.dark #page-productCategory .page-intro figure {
  background: transparent; }

html.dark #page-product .page-intro .tag-line,
html.dark #page-productCategory .page-intro .tag-line {
  color: #878787; }

html.dark #page-product .pip-icon,
html.dark #page-productCategory .pip-icon {
  border-color: #ecefef;
  color: #ecefef;
  background-color: transparent; }
  html.dark #page-product .pip-icon .icon,
  html.dark #page-productCategory .pip-icon .icon {
    background: transparent;
    border-right: 1px solid #ecefef; }

.browsehappy {
  background-color: #e0370f;
  color: #ffffff;
  padding: 40px;
  text-align: center; }
  .browsehappy a {
    color: #ffffff;
    text-decoration: underline; }

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  opacity: 1; }
  .navbar .navbar-header {
    position: relative;
    z-index: 9999; }
  .navbar.affix-top {
    position: static;
    top: -100px; }
  .navbar.affix {
    -webkit-box-shadow: 0px 0px 4px #e9ecee;
            box-shadow: 0px 0px 4px #e9ecee;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 10002; }
  .navbar.navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991px) {
      .navbar.navbar-default .navbar-collapse {
        padding: 0px 20px; }
        .navbar.navbar-default .navbar-collapse .navbar-nav > li > a {
          border-bottom: none;
          padding: 10px 20px;
          -webkit-transition: none;
          -o-transition: none;
          transition: none; }
          .navbar.navbar-default .navbar-collapse .navbar-nav > li > a.active, .navbar.navbar-default .navbar-collapse .navbar-nav > li > a:hover, .navbar.navbar-default .navbar-collapse .navbar-nav > li > a:focus {
            background-color: #e0370f;
            color: #ffffff; }
            .navbar.navbar-default .navbar-collapse .navbar-nav > li > a.active .caret::before, .navbar.navbar-default .navbar-collapse .navbar-nav > li > a:hover .caret::before, .navbar.navbar-default .navbar-collapse .navbar-nav > li > a:focus .caret::before {
              color: #ffffff; }
        .navbar.navbar-default .navbar-collapse .navbar-nav.my-nexperia {
          float: none; }
          .navbar.navbar-default .navbar-collapse .navbar-nav.my-nexperia .dropdown-menu > li > a {
            padding: 10px 20px; }
        .navbar.navbar-default .navbar-collapse .navbar-top {
          margin: 7px -20px;
          position: relative;
          right: auto;
          top: auto; }
          .navbar.navbar-default .navbar-collapse .navbar-top .nav {
            float: none; }
            .navbar.navbar-default .navbar-collapse .navbar-top .nav > li {
              float: none; }
              .navbar.navbar-default .navbar-collapse .navbar-top .nav > li > a,
              .navbar.navbar-default .navbar-collapse .navbar-top .nav > li > span {
                color: #0f6f7b;
                font-size: 17px;
                font-weight: 400;
                padding: 10px 20px; }
                .navbar.navbar-default .navbar-collapse .navbar-top .nav > li > a:hover,
                .navbar.navbar-default .navbar-collapse .navbar-top .nav > li > span:hover {
                  background-color: #e0370f;
                  color: #ffffff; }
          .navbar.navbar-default .navbar-collapse .navbar-top #language-links {
            float: none;
            padding-left: 0; }
            .navbar.navbar-default .navbar-collapse .navbar-top #language-links:before {
              content: "";
              float: none; }
            .navbar.navbar-default .navbar-collapse .navbar-top #language-links > li > a:before {
              content: "";
              color: #0f6f7b;
              font-family: nexperia;
              font-size: 14px;
              padding-right: 4px; }
            .navbar.navbar-default .navbar-collapse .navbar-top #language-links > li > a:hover:before {
              color: #ffffff; }
            .navbar.navbar-default .navbar-collapse .navbar-top #language-links > li > span {
              display: none; } }
  .navbar.navbar-default .navbar-toggle:hover, .navbar.navbar-default .navbar-toggle:focus {
    background-color: #ffffff; }
  .navbar .navbar-brand {
    height: 65px;
    padding: 0 15px 0 0;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 992px) {
      .navbar .navbar-brand {
        margin-left: 0;
        height: 60px;
        padding-left: 20px; } }
    .navbar .navbar-brand .site-title {
      font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border: 0;
      height: 50px;
      margin: 0;
      width: 210px;
      display: inline-block;
      background-image: url(../images/logo.svg);
      background-repeat: no-repeat;
      -webkit-background-size: contain;
              background-size: contain; }
      @media (max-width: 992px) {
        .navbar .navbar-brand .site-title {
          background-position: 0 center; } }
      .no-svg .navbar .navbar-brand .site-title {
        background-image: url(../images/logo.png); }
  .navbar .navbar-nav {
    margin-top: 30px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-nav {
        margin-top: 0; }
        .navbar .navbar-nav > li:first-child > a {
          padding-left: 0; } }
    .navbar .navbar-nav.navbar-right {
      margin-right: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .navbar .navbar-nav.navbar-right {
          margin-right: -20px; } }
    .navbar .navbar-nav > .dropdown a .caret {
      border: none;
      height: 10px;
      width: 14px;
      position: relative; }
      .navbar .navbar-nav > .dropdown a .caret:before {
        color: #0f6f7b;
        font-family: 'nexperia';
        content: "";
        font-size: 13px;
        line-height: 1.53;
        margin-top: -10px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
             -o-transform-origin: 50% 50%;
                transform-origin: 50% 50%; }
    .csstransforms .navbar .navbar-nav > .dropdown.open a .caret::before {
      -webkit-transform: perspective(1px) rotate(180deg);
              transform: perspective(1px) rotate(180deg); }
    .navbar .navbar-nav > li > a {
      border-bottom: 4px solid #ffffff;
      -webkit-transition: border 0.3s ease-out;
      -o-transition: border 0.3s ease-out;
      transition: border 0.3s ease-out;
      font-weight: 400;
      font-size: 17px;
      padding-top: 6px;
      padding-bottom: 18px;
      padding-left: 15px;
      padding-right: 15px; }
      .navbar .navbar-nav > li > a:hover {
        border-bottom: 4px solid #e0370f; }
    .navbar .navbar-nav .open > a {
      border-bottom: 4px solid #e0370f; }
    .navbar .navbar-nav.my-nexperia {
      float: right; }
      .navbar .navbar-nav.my-nexperia .my-login,
      .navbar .navbar-nav.my-nexperia .dropdown {
        position: relative; }
        .navbar .navbar-nav.my-nexperia .my-login > a,
        .navbar .navbar-nav.my-nexperia .dropdown > a {
          background-color: transparent;
          border-bottom-color: transparent;
          font-size: 15px; }
          .navbar .navbar-nav.my-nexperia .my-login > a.dropdown-toggle,
          .navbar .navbar-nav.my-nexperia .dropdown > a.dropdown-toggle {
            -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                 -o-transform: translateY(-2px);
                    transform: translateY(-2px); }
        .navbar .navbar-nav.my-nexperia .my-login .dropdown-menu,
        .navbar .navbar-nav.my-nexperia .dropdown .dropdown-menu {
          -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.175);
          background-color: #ffffff;
          border-top: 1px solid #eeeeee;
          left: auto;
          right: 0;
          -webkit-transition: all 0.3s ease-out;
          -o-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          -webkit-transform: translateY(-4px);
              -ms-transform: translateY(-4px);
               -o-transform: translateY(-4px);
                  transform: translateY(-4px); }
          @media (max-width: 992px) {
            .navbar .navbar-nav.my-nexperia .my-login .dropdown-menu,
            .navbar .navbar-nav.my-nexperia .dropdown .dropdown-menu {
              -webkit-transform: none;
                  -ms-transform: none;
                   -o-transform: none;
                      transform: none; } }
          .navbar .navbar-nav.my-nexperia .my-login .dropdown-menu li.no-li,
          .navbar .navbar-nav.my-nexperia .dropdown .dropdown-menu li.no-li {
            height: 0;
            visibility: hidden; }
          .navbar .navbar-nav.my-nexperia .my-login .dropdown-menu a,
          .navbar .navbar-nav.my-nexperia .dropdown .dropdown-menu a {
            padding: 10px; }
            .navbar .navbar-nav.my-nexperia .my-login .dropdown-menu a:hover,
            .navbar .navbar-nav.my-nexperia .dropdown .dropdown-menu a:hover {
              color: #e0370f; }
          .navbar .navbar-nav.my-nexperia .my-login .dropdown-menu .divider,
          .navbar .navbar-nav.my-nexperia .dropdown .dropdown-menu .divider {
            margin: 0; }
  .navbar nav {
    position: relative; }
  .navbar .navbar-top {
    position: absolute;
    right: 10px;
    top: 8px; }
    .navbar .navbar-top .nav {
      float: left; }
      .navbar .navbar-top .nav > li {
        float: left; }
        .navbar .navbar-top .nav > li > a,
        .navbar .navbar-top .nav > li > span {
          color: #8b8b8b;
          display: block;
          font-size: 13px;
          padding-bottom: 0;
          padding-top: 0;
          padding-left: 5px;
          padding-right: 5px; }
        .navbar .navbar-top .nav > li > a:hover {
          background-color: transparent;
          color: #e0370f; }
  .navbar .dropdown-menu {
    border: none; }
    .navbar .dropdown-menu .dropdown .caret {
      display: none; }
  .navbar.navbar-variant .lines-button {
    margin-top: 12px; }
  .navbar.navbar-variant .navbar-nav {
    margin-top: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar.navbar-variant .navbar-nav {
        clear: left; }
        .navbar.navbar-variant .navbar-nav > li:first-child {
          padding-left: 0; } }
    @media (min-width: 1500px) {
      .navbar.navbar-variant .navbar-nav {
        float: none;
        margin: 0 auto;
        max-width: 900px;
        text-align: center; }
        .navbar.navbar-variant .navbar-nav > li > a {
          padding: 24px 0; } }
    @media (max-width: 1500px) {
      .navbar.navbar-variant .navbar-nav {
        clear: left;
        text-align: left; }
        .navbar.navbar-variant .navbar-nav > li > a {
          padding: 14px 0; }
        .navbar.navbar-variant .navbar-nav > li:first-child {
          padding-left: 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar.navbar-variant .navbar-nav {
        clear: left; }
        .navbar.navbar-variant .navbar-nav > li:first-child {
          padding-left: 0; } }
    .navbar.navbar-variant .navbar-nav > li {
      display: inline-block;
      float: none;
      padding: 0 15px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .navbar.navbar-variant .navbar-nav > li {
          padding: 0 10px; }
          .navbar.navbar-variant .navbar-nav > li > a {
            padding: 14px 0; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .navbar.navbar-variant .navbar-nav > li {
          padding: 0 10px; }
          .navbar.navbar-variant .navbar-nav > li > a {
            padding: 14px 0; } }
      @media (max-width: 992px) {
        .navbar.navbar-variant .navbar-nav > li {
          display: block;
          padding: 0; } }
  .navbar.navbar-variant .navbar-top {
    top: 25px; }
  .navbar.navbar-variant .my-nexperia {
    position: absolute;
    top: 0;
    right: 130px; }
    .navbar.navbar-variant .my-nexperia .shopping-cart {
      padding: 0; }
    .navbar.navbar-variant .my-nexperia .dropdown {
      padding: 0 15px; }
      .navbar.navbar-variant .my-nexperia .dropdown > a {
        font-size: 13px;
        font-weight: 300; }
    @media (max-width: 992px) {
      .navbar.navbar-variant .my-nexperia .dropdown {
        padding: 0; } }
    @media (max-width: 1500px) {
      .navbar.navbar-variant .my-nexperia > li > a {
        padding: 24px 0; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navbar.navbar-variant .my-nexperia > li > a {
        padding: 24px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .navbar.navbar-variant .my-nexperia > li > a {
        padding: 24px 0; } }
    @media (max-width: 992px) {
      .navbar.navbar-variant .my-nexperia {
        position: relative;
        top: auto;
        right: auto; } }

body.modal-open .navbar.affix {
  z-index: 999; }

ul#language-links {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px; }
  ul#language-links > li > span {
    display: none; }
  ul#language-links:before {
    content: "";
    color: #0f6f7b;
    float: left;
    font-family: nexperia;
    font-size: 14px; }

.lines-button {
  background: none;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  margin: 18px 15px 8px 0;
  padding: 15px 7.5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* */ }
  @media (max-width: 991px) {
    .lines-button {
      display: inline-block; } }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    -webkit-transition: 0;
    -o-transition: 0;
    transition: 0; }
  .lines-button span {
    display: block; }

.lines {
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #0f6f7b;
  border-radius: 2px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #0f6f7b;
    border-radius: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.14285714px center;
    -ms-transform-origin: 2.14285714px center;
     -o-transform-origin: 2.14285714px center;
        transform-origin: 2.14285714px center; }
  .lines:before {
    top: 8px; }
  .lines:after {
    top: -8px; }

@media (max-width: 991px) {
  .menu-open {
    overflow: hidden; }
    .menu-open .navbar {
      position: fixed !important;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      z-index: 99999; } }
    @media (max-width: 991px) and (min-width: 768px) {
      .menu-open .navbar.affix .navbar-collapse {
        top: 54px; } }

@media (max-width: 991px) {
      .menu-open .navbar .navbar-collapse {
        position: fixed;
        left: 20px;
        right: 20px;
        top: 60px;
        bottom: 0;
        overflow-y: scroll; } }

.menu-open .lines-button {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.menu-open .lines-button.arrow .lines:before, .menu-open .lines-button.arrow .lines:after {
  top: 0;
  width: 16.66666667px; }

.menu-open .lines-button.arrow .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg); }

.menu-open .lines-button.arrow .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg); }

.menu-open .lines-button.arrow-up {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg); }

.menu-open .lines-button.x .lines {
  background: transparent; }
  .menu-open .lines-button.x .lines:before, .menu-open .lines-button.x .lines:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    top: 0;
    width: 30px; }
  .menu-open .lines-button.x .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menu-open .lines-button.x .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.menu-open .lines-button.x2 .lines {
  -webkit-transition: background .3s .5s ease;
  -o-transition: background .3s .5s ease;
  transition: background .3s .5s ease; }
  .menu-open .lines-button.x2 .lines:before, .menu-open .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
     -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    -webkit-transition: top .3s .6s ease, -webkit-transform .3s ease;
    -o-transition: top .3s .6s ease, -o-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease; }

.menu-open .lines-button.x2 .lines {
  -webkit-transition: background .3s 0s ease;
  -o-transition: background .3s 0s ease;
  transition: background .3s 0s ease;
  background: transparent; }
  .menu-open .lines-button.x2 .lines:before, .menu-open .lines-button.x2 .lines:after {
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    -webkit-transition: top .3s ease, -webkit-transform .3s .5s ease;
    -o-transition: top .3s ease, -o-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease, -webkit-transform .3s .5s ease, -o-transform .3s .5s ease;
    top: 0;
    width: 30px; }
  .menu-open .lines-button.x2 .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menu-open .lines-button.x2 .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.sidebar-one-column .sidebar {
  margin-top: 20px;
  margin-bottom: 20px; }

.sidebar-one-column .content {
  margin-top: 20px; }

.sidebar-one-column .article-intro {
  padding-bottom: 20px; }

.content {
  margin-bottom: 40px;
  min-height: 300px; }
  #page-home .content,
  #page-homeVariant .content {
    margin-bottom: 0; }
  .content a {
    text-decoration: underline;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease; }

.page-intro {
  padding: 40px 0; }
  .page-intro.bg-gray {
    background-color: #f3f6f8; }
  .page-intro figure img {
    width: 100%; }
    @media (max-width: 767px) {
      .page-intro figure img {
        width: 60%; } }
  .page-intro.first-level {
    padding-bottom: 0;
    position: relative; }
    .page-intro.first-level .npi-cta {
      color: #e0370f;
      font-size: 17px;
      font-weight: normal;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-intro.first-level .npi-cta:before {
        content: "";
        display: inline-block;
        font-family: 'nexperia';
        font-size: 30px;
        padding-right: 13.33333333px; }
      @media (max-width: 767px) {
        .page-intro.first-level .npi-cta span {
          display: none; } }
    .page-intro.first-level h1 {
      margin: 0 0 20px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .page-intro.first-level .tag-line-small {
      display: block;
      font-size: 17px;
      margin: 20px 0; }

.product-subcategories-wrapper {
  position: relative; }
  .product-subcategories-wrapper .subcategory {
    height: 100%; }

.page-subcategories-nav {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(37, 37, 37, 0.16);
          box-shadow: 0px 10px 15px 0px rgba(37, 37, 37, 0.16);
  background-color: #f3f6f8; }
  .page-subcategories-nav .row {
    display: none; }
    .page-subcategories-nav .row .col-md-4 {
      padding-top: 40px;
      padding-bottom: 40px; }
      .page-subcategories-nav .row .col-md-4 a.cta-ps-orange {
        color: #e0370f;
        font-weight: 400; }
  @media (max-width: 1200px) {
    .page-subcategories-nav {
      display: none; } }

.page-subcategories .subcategories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 0; }
  .page-subcategories .subcategories li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    max-width: 180px; }
  .page-subcategories .subcategories .subcategory {
    position: relative;
    color: #252525;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 0;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .page-subcategories .subcategories .subcategory:after {
        content: "";
        width: 100%;
        height: 0;
        background-color: #e0370f;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: height .3s ease, opacity .3s ease;
        -o-transition: height .3s ease, opacity .3s ease;
        transition: height .3s ease, opacity .3s ease; } }
    .page-subcategories .subcategories .subcategory .subcategory-image figure {
      background-color: white; }
      .page-subcategories .subcategories .subcategory .subcategory-image figure img {
        max-width: 100%;
        -webkit-transition: -webkit-transform 0.2s ease;
        transition: -webkit-transform 0.2s ease;
        -o-transition: -o-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease, -o-transform 0.2s ease; }
    .page-subcategories .subcategories .subcategory .subcategory-title {
      display: inline-block;
      text-decoration: none;
      color: inherit;
      padding: 13.33333333px 0;
      width: 100%; }
      @media (max-width: 992px) {
        .page-subcategories .subcategories .subcategory .subcategory-title {
          margin-bottom: 13.33333333px; } }
    .page-subcategories .subcategories .subcategory .subcategory-parametrics {
      display: none;
      color: inherit;
      font-size: 11px;
      padding: 13.33333333px 0;
      text-decoration: none; }
      .page-subcategories .subcategories .subcategory .subcategory-parametrics:after {
        content: "";
        font-family: 'nexperia'; }
      .page-subcategories .subcategories .subcategory .subcategory-parametrics span {
        margin-right: 8px; }
      @media (max-width: 1200px) {
        .page-subcategories .subcategories .subcategory .subcategory-parametrics {
          padding: 10px 0 0 0;
          border-top: 1px solid #e9ecee;
          display: block; } }
    .page-subcategories .subcategories .subcategory:hover, .page-subcategories .subcategories .subcategory.active {
      color: #e0370f; }
      .page-subcategories .subcategories .subcategory:hover:after, .page-subcategories .subcategories .subcategory.active:after {
        height: 4px;
        opacity: 1; }
      .page-subcategories .subcategories .subcategory:hover .subcategory-image figure img, .page-subcategories .subcategories .subcategory.active .subcategory-image figure img {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2); }
    @media (max-width: 1200px) {
      .page-subcategories .subcategories .subcategory {
        border-bottom: 0; }
        .page-subcategories .subcategories .subcategory:hover .subcategory-parametrics, .page-subcategories .subcategories .subcategory.active .subcategory-parametrics {
          color: #252525; }
        .page-subcategories .subcategories .subcategory:hover .subcategory-image figure img, .page-subcategories .subcategories .subcategory.active .subcategory-image figure img {
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; }
        .page-subcategories .subcategories .subcategory .subcategory-title:hover, .page-subcategories .subcategories .subcategory .subcategory-parametrics:hover {
          color: #e0370f; } }

@media (max-width: 992px) {
  .page-subcategories.first-level .subcategories {
    display: block;
    margin-bottom: 40px; }
    .page-subcategories.first-level .subcategories li {
      width: 100%;
      max-width: none;
      padding: 0; }
      .page-subcategories.first-level .subcategories li .subcategory {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 0; }
        .page-subcategories.first-level .subcategories li .subcategory .subcategory-image {
          width: 80px;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
          .page-subcategories.first-level .subcategories li .subcategory .subcategory-image figure img {
            width: 100%; }
        .page-subcategories.first-level .subcategories li .subcategory .subcategory-title {
          text-align: left;
          margin-bottom: 0;
          padding: 0;
          line-height: 120%;
          height: auto !important; }
        .page-subcategories.first-level .subcategories li .subcategory .subcategory-parametrics {
          margin-left: auto;
          border: none;
          padding: 0 13.33333333px;
          font-size: 17px; }
          .page-subcategories.first-level .subcategories li .subcategory .subcategory-parametrics span {
            display: none; } }

.page-subcategories.lower-level {
  padding: 40px 0;
  background-color: #f3f6f8; }
  .page-subcategories.lower-level .subcategories {
    margin-top: 0; }
    .page-subcategories.lower-level .subcategories li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .page-subcategories.lower-level .subcategories .subcategory {
      border-bottom: 0;
      padding-bottom: 0;
      margin-top: 20px;
      margin-bottom: 20px; }
      .page-subcategories.lower-level .subcategories .subcategory .subcategory-title {
        background-color: #e9ecee;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .page-subcategories.lower-level .subcategories .subcategory .subcategory-parametrics {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
             -o-transform: translateY(50px);
                transform: translateY(50px);
        height: 50px;
        font-size: 15px;
        color: white;
        background-color: #e0370f;
        -webkit-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        .page-subcategories.lower-level .subcategories .subcategory .subcategory-parametrics:hover {
          background-color: #c8310d; }
        @media (max-width: 1200px) {
          .page-subcategories.lower-level .subcategories .subcategory .subcategory-parametrics {
            padding: 13.33333333px 0;
            border-top: none;
            display: none; } }
      .page-subcategories.lower-level .subcategories .subcategory:hover {
        color: #252525; }
        .page-subcategories.lower-level .subcategories .subcategory:hover .subcategory-image figure img {
          -webkit-transform: none;
              -ms-transform: none;
               -o-transform: none;
                  transform: none; }
        .page-subcategories.lower-level .subcategories .subcategory:hover .subcategory-title {
          color: white;
          background-color: #e0370f; }
        .page-subcategories.lower-level .subcategories .subcategory:hover .subcategory-parametrics {
          display: block; }
    @media (max-width: 992px) {
      .page-subcategories.lower-level .subcategories {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .page-subcategories.lower-level .subcategories .subcategory {
          margin: 0; } }

#page-applicationCategory .page-subnav, #page-qualityPortal .page-subnav {
  background-color: #f3f6f8;
  padding: 40px 0; }

.page-tabnav {
  background-color: #e9ecee; }
  .page-tabnav .navbar-tabs .pinning-trigger {
    display: none; }

.page-content .inner {
  padding: 20px;
  background-color: #f3f6f8; }
  .page-content .inner h3 {
    margin-top: 0; }
  .page-content .inner h4 {
    margin: 0; }
    .page-content .inner h4 a {
      color: #0f6f7b; }

.page-content .tab-content .tab-pane {
  padding-bottom: 0; }
  .page-content .tab-content .tab-pane .details-intro .featured-item {
    background-color: transparent; }
    .page-content .tab-content .tab-pane .details-intro .featured-item:hover:after {
      display: none; }
    .page-content .tab-content .tab-pane .details-intro .featured-item .featured-item-media {
      width: 40%; }
    .page-content .tab-content .tab-pane .details-intro .featured-item .featured-item-body {
      width: 60%; }
      .page-content .tab-content .tab-pane .details-intro .featured-item .featured-item-body h3 {
        margin-top: 0; }

footer {
  background-color: #0c5d67;
  padding-top: 20px;
  position: relative; }
  footer.large {
    border-top: 1px solid #ffffff;
    padding-top: 40px;
    position: relative;
    z-index: 1; }
    footer.large .intro {
      padding-bottom: 40px; }
    @media (max-width: 767px) {
      footer.large .list-info {
        text-align: center;
        padding-bottom: 40px; } }
    footer.large .tagline {
      color: #ffffff;
      font-size: 30px;
      white-space: nowrap; }
      footer.large .tagline:after {
        content: ".";
        color: #e0370f; }
    footer.large .list-title {
      color: #ffffff; }
      @media (max-width: 767px) {
        footer.large .list-title {
          text-align: center; } }
    footer.large .list-social {
      text-align: right; }
      footer.large .list-social ul {
        margin: 0;
        padding-top: 6px; }
    footer.large .list-products ul {
      margin: 0; }
      footer.large .list-products ul li {
        display: block; }
        footer.large .list-products ul li a {
          padding: 0 0 5px 0; }
    footer.large .list-tools h3,
    footer.large .list-about h3 {
      color: #ffffff; }
      @media (max-width: 767px) {
        footer.large .list-tools h3,
        footer.large .list-about h3 {
          text-align: center; } }
    footer.large .list-tools .inline.link-list ul li,
    footer.large .list-about .inline.link-list ul li {
      display: block; }
      footer.large .list-tools .inline.link-list ul li a,
      footer.large .list-about .inline.link-list ul li a {
        padding: 0 0 5px 0; }
    footer.large .list-terms {
      border-top: 1px solid #ffffff;
      min-height: 60px;
      margin-top: 60px;
      text-align: center; }
      footer.large .list-terms .inline.sublink-list ul {
        margin: 0; }
        @media (max-width: 767px) {
          footer.large .list-terms .inline.sublink-list ul li {
            display: inline-block; } }
        footer.large .list-terms .inline.sublink-list ul li a {
          font-size: 13px;
          color: #ffffff;
          padding: 10px; }
        footer.large .list-terms .inline.sublink-list ul li + li:before {
          content: "|";
          color: #ffffff;
          font-size: 13px;
          padding: 0; }
          @media (max-width: 767px) {
            footer.large .list-terms .inline.sublink-list ul li + li:before {
              content: "";
              padding: 0; } }
    footer.large .qr-code {
      text-align: right; }
      @media (max-width: 992px) {
        footer.large .qr-code {
          display: none; } }
      footer.large .qr-code img {
        max-width: 150px;
        margin-top: 15px; }
    footer.large:after {
      content: "";
      background-image: url("../images/light-footer-arrow.svg");
      position: absolute;
      left: 0;
      width: 55%;
      height: 100%;
      z-index: -1;
      top: 0;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: right; }
  footer ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0; }
    @media (max-width: 767px) {
      footer ul {
        text-align: center; } }
    footer ul.cms-edit-mode li {
      display: block; }
    footer ul li {
      display: inline-block; }
      footer ul li a {
        color: #ffffff;
        display: inline-block;
        padding: 20px; }
        footer ul li a:hover, footer ul li a:focus, footer ul li a:active {
          color: #ffffff; }
  @media (max-width: 767px) {
    footer .inline.link-list ul li {
      display: block; } }
  footer .inline.link-list ul li a {
    padding: 10px 20px; }
  footer .inline.sublink-list {
    margin: 0; }
    footer .inline.sublink-list ul {
      margin: 0 0 10px 0; }
      @media (max-width: 767px) {
        footer .inline.sublink-list ul li {
          display: block; } }
      footer .inline.sublink-list ul li a {
        font-size: 13px;
        color: #ffffff;
        color: rgba(255, 255, 255, 0.5);
        padding: 10px; }
      footer .inline.sublink-list ul li + li:before {
        content: "|";
        color: #eeeeee;
        color: rgba(238, 238, 238, 0.5);
        font-size: 13px;
        padding: 0 5px; }
        @media (max-width: 767px) {
          footer .inline.sublink-list ul li + li:before {
            content: "";
            display: none;
            padding: 0; } }
  @media (max-width: 767px) {
    footer .social-list .social-btn {
      border-radius: 15px;
      font-size: 12px;
      height: 30px;
      line-height: 26px;
      margin: 0 4px;
      width: 30px; } }
  @media (max-width: 992px) {
    footer .social-list .social-btn {
      margin-bottom: 10px; } }
  footer #cookie-bar {
    background-color: #e0370f;
    color: #ffffff;
    display: none;
    padding: 10px;
    text-align: center;
    width: 100%; }
    footer #cookie-bar a {
      color: #ffffff;
      text-decoration: underline; }
    footer #cookie-bar p {
      margin: 0;
      line-height: 2.2; }
    @media (max-width: 767px) {
      footer #cookie-bar .cookie-bar-link {
        display: block; } }
    footer #cookie-bar .accept-cookies {
      border: 1px solid #ffffff;
      border-radius: 20px;
      cursor: pointer;
      display: inline-block;
      height: 40px;
      line-height: 38px;
      margin: 0 20px;
      width: 40px;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      @media (max-width: 767px) {
        footer #cookie-bar .accept-cookies {
          display: block;
          margin: 20px auto; } }
      footer #cookie-bar .accept-cookies:before {
        content: "";
        color: #ffffff;
        font-family: nexperia;
        font-size: 17px;
        line-height: 1; }
      footer #cookie-bar .accept-cookies:hover {
        background-color: #ffffff; }
        footer #cookie-bar .accept-cookies:hover:before {
          color: #e0370f; }

.social-btn {
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 0 10px;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  width: 40px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .social-btn:hover {
    background-color: #ffffff;
    color: #0f6f7b; }
  @media (min-width: 768px) and (max-width: 991px) {
    .social-btn {
      border-radius: 18px;
      height: 36px;
      line-height: 36px;
      margin: 0 5px;
      width: 36px; } }

html .dark-mode-switch-wrapper {
  position: absolute;
  top: 18px;
  right: 80px; }
  html .dark-mode-switch-wrapper .dark-mode-switch {
    display: inline-block;
    position: relative;
    height: 28px;
    width: 54px;
    margin-bottom: 0; }
    html .dark-mode-switch-wrapper .dark-mode-switch input {
      display: none; }
    html .dark-mode-switch-wrapper .dark-mode-switch input:checked + .slider {
      background-color: #ecefef; }
    html .dark-mode-switch-wrapper .dark-mode-switch input:checked + .slider:before {
      -webkit-transform: translateX(26px);
          -ms-transform: translateX(26px);
           -o-transform: translateX(26px);
              transform: translateX(26px);
      background-color: #123d43; }
    html .dark-mode-switch-wrapper .dark-mode-switch .slider {
      background-color: #0f6f7b;
      cursor: pointer;
      position: absolute;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      border-radius: 34px;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    html .dark-mode-switch-wrapper .dark-mode-switch .slider:before {
      background-color: #ffffff;
      content: "";
      position: absolute;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      z-index: 2;
      bottom: 4px;
      left: 4px; }
    html .dark-mode-switch-wrapper .dark-mode-switch .fa-sun-o, html .dark-mode-switch-wrapper .dark-mode-switch .fa-moon-o {
      position: absolute;
      top: 6px;
      z-index: 1; }
    html .dark-mode-switch-wrapper .dark-mode-switch .fa-sun-o {
      left: 9px;
      color: #123d43; }
    html .dark-mode-switch-wrapper .dark-mode-switch .fa-moon-o {
      left: 32px;
      color: #ffffff; }

@media (max-width: 992px) {
  html .dark-mode-switch-wrapper {
    position: static; } }

html.light .hidden--light {
  display: none; }

html.dark {
  /* Apply the filter directly on the body tag */
  /* Or apply it via media query */ }
  html.dark .dark-mode-inverted {
    -webkit-filter: invert(1);
            filter: invert(1); }
  html.dark .hidden--dark {
    display: none; }
  html.dark h1, html.dark h2, html.dark h3, html.dark h4, html.dark h5, html.dark .title, html.dark .video-title {
    color: #ecefef; }
  html.dark a {
    color: #ecefef;
    text-decoration: underline; }
  html.dark .bg-gray {
    background-color: #0d2b2f; }
  html.dark .c-orange {
    color: #b02b0c; }
  html.dark .limiter-cap .limiter-button {
    margin-top: -26px !important; }
  html.dark span.buy-online {
    color: #ecefef; }
  html.dark .tags-list .tag {
    background-color: #10363b !important; }
  html.dark .datepicker, html.dark .bootstrap-select {
    color: #07191b; }
  html.dark .bootstrap-select .dropdown-toggle, html.dark .bootstrap-select .dropdown-toggle:hover {
    background-color: #ecefef; }
  html.dark .bootstrap-select ul li a {
    color: black; }
  html.dark .content {
    background: transparent; }
  html.dark img, html.dark .embedded-content iframe {
    -webkit-filter: brightness(0.8) contrast(1.2);
            filter: brightness(0.8) contrast(1.2); }
  @media (prefers-color-scheme: dark) {
    html.dark img {
      -webkit-filter: brightness(0.8) contrast(1.2);
              filter: brightness(0.8) contrast(1.2); } }
  html.dark .no-image {
    background-color: #10363b;
    color: #123d43; }
  html.dark .limiter-container:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 54, 59, 0)), to(#07191b));
    background-image: -webkit-linear-gradient(top, rgba(16, 54, 59, 0), #07191b);
    background-image: -o-linear-gradient(top, rgba(16, 54, 59, 0), #07191b);
    background-image: linear-gradient(to bottom, rgba(16, 54, 59, 0), #07191b); }
  html.dark .limiter-cap {
    border-color: #123d43; }
  html.dark .image-link-list .image-link .link {
    background-color: #10363b; }
  html.dark .select2-dropdown {
    background-color: #10363b; }
    html.dark .select2-dropdown input {
      color: #07191b; }
  html.dark img[src*="no-image_nexperia.jpg"] {
    -webkit-filter: invert(100%) grayscale(100%) brightness(0.7);
            filter: invert(100%) grayscale(100%) brightness(0.7); }
  html.dark .pagination .active a {
    background-color: #0d2b2f; }
  html.dark .pagination a {
    color: #ecefef;
    background-color: transparent;
    text-decoration: none; }
  html.dark .pagination a:hover {
    color: #b02b0c;
    background-color: transparent; }

html.dark ul.subcategories .subcategory {
  color: #ecefef !important;
  border-color: transparent; }
  html.dark ul.subcategories .subcategory .subcategory-title span {
    color: #ecefef !important; }

html.dark .page-subcategories .subcategories .subcategory:hover .subcategory-image figure img,
html.dark .page-subcategories .subcategories .subcategory.active .subcategory-image figure img {
  -webkit-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none; }

html.dark .page-subcategories .subcategories .subcategory .subcategory-image figure {
  background-color: transparent; }

html.dark .page-subcategories.lower-level, html.dark .page-subcategories.lower-level .subcategories .subcategory .subcategory-title {
  background-color: transparent; }

html.dark #page-applicationCategory .page-subnav {
  background-color: #0d2b2f; }

html.dark .page-subcategories-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #0d2b2f; }
  html.dark .page-subcategories-nav [id^="subsubnav"] {
    background-color: #0d2b2f; }
    html.dark .page-subcategories-nav [id^="subsubnav"] li a {
      color: #ecefef !important; }

html.dark .page-intro.first-level .tag-line-small {
  max-width: 65ch; }

html.dark .details-intro p {
  padding-right: 30px; }

html.dark footer:after {
  -webkit-filter: brightness(0.8) contrast(1.2);
          filter: brightness(0.8) contrast(1.2); }

html.dark footer {
  background: #0d2b2f;
  border-color: #10363b; }
  html.dark footer * {
    color: #ecefef; }
  html.dark footer .list-terms {
    border-color: #123d43;
    background-color: #0d2b2f; }
    html.dark footer .list-terms * {
      color: #6c7475;
      text-decoration: none; }
    html.dark footer .list-terms .inline.sublink-list ul li + li::before {
      color: #6c7475; }
  html.dark footer .list-social .social-list .social-btn {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

html.dark body, html.dark .navbar-default {
  background: #07191b;
  color: #ecefef; }

html.dark .menu-open .navbar .navbar-header .lines-button.x2 .lines {
  -webkit-transition: background 0.3s 0s ease;
  -o-transition: background 0.3s 0s ease;
  transition: background 0.3s 0s ease;
  background: transparent; }

html.dark .navbar .navbar-brand .site-title {
  background-image: url("../images/logo-darkmode-white.svg"); }

html.dark .navbar .navbar-header .navbar-toggle .lines, html.dark .navbar .navbar-header .navbar-toggle .lines:before, html.dark .navbar .navbar-header .navbar-toggle .lines:after {
  background: #ecefef; }

html.dark .navbar .navbar-header .navbar-toggle:hover, html.dark .navbar .navbar-header .navbar-toggle:focus {
  background: transparent; }

html.dark .navbar.affix {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #123d43; }

html.dark .navbar .navbar-top .nav > li > a {
  text-decoration: none;
  color: #ecefef; }

html.dark #navbar-main .navbar-nav li a {
  color: #ecefef;
  border-color: transparent;
  text-decoration: none; }

html.dark #navbar-main .navbar-nav li:hover a {
  color: #ecefef;
  border-color: #b02b0c; }

html.dark #navbar-main .navbar-nav li.active a {
  border-color: #b02b0c;
  background-color: transparent; }

html.dark #navbar-main .open > a {
  background: transparent; }

html.dark #navbar-main .dropdown > .dropdown-menu {
  background-color: #10363b;
  border-color: #123d43; }
  html.dark #navbar-main .dropdown > .dropdown-menu .divider {
    background-color: #123d43; }
  html.dark #navbar-main .dropdown > .dropdown-menu .dropdown-wrapper {
    background: transparent;
    border-color: transparent; }
  html.dark #navbar-main .dropdown > .dropdown-menu .dropdown > a {
    color: #ecefef; }
  html.dark #navbar-main .dropdown > .dropdown-menu .dropdown ul li a {
    color: #878787; }
  html.dark #navbar-main .dropdown > .dropdown-menu .dropdown a .caret:before {
    color: #ecefef; }

html.dark ul#language-links::before, html.dark .dropdown a .caret::before {
  color: #ecefef; }

@media (max-width: 992px) {
  html.dark .navbar.navbar-default .navbar-collapse .navbar-top #language-links > li a {
    text-decoration: none;
    color: #ecefef; }
  html.dark .navbar.navbar-default .navbar-collapse .navbar-top #language-links > li a::before {
    color: #ecefef; } }

@-webkit-keyframes placeholder {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); } }

@-o-keyframes placeholder {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%);
       transform: translateY(-25%); }
  10% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%); }
  90% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%); }
  100% {
    opacity: 0;
    -o-transform: translateY(25%);
       transform: translateY(25%); } }

@keyframes placeholder {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
         -o-transform: translateY(-25%);
            transform: translateY(-25%); }
  10% {
    opacity: 1;
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); }
  90% {
    opacity: 1;
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(25%);
         -o-transform: translateY(25%);
            transform: translateY(25%); } }

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 10000; }
  .search-focus .search-overlay {
    opacity: 0.6;
    pointer-events: all; }

.search-banner {
  height: 30vh;
  min-height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding-left: 20px;
  padding-right: 20px; }
  .search-banner [v\:cloak],
  .search-banner [v-cloak],
  .search-banner [data-v-cloak],
  .search-banner [x-v-cloak],
  .search-banner .v-cloak,
  .search-banner .x-v-cloak {
    display: none !important; }
  .search-banner.shop-link-gradient:after {
    content: '';
    background: -webkit-linear-gradient(45deg, rgba(37, 37, 37, 0) 50%, #252525 100%);
    background: -o-linear-gradient(45deg, rgba(37, 37, 37, 0) 50%, #252525 100%);
    background: linear-gradient(45deg, rgba(37, 37, 37, 0) 50%, #252525 100%);
    height: 100%;
    width: 50%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0; }
  @media only screen and (max-width: 480px) {
    .search-banner.shop-link-gradient:after {
      background: -webkit-linear-gradient(45deg, rgba(37, 37, 37, 0) 60%, #252525 100%);
      background: -o-linear-gradient(45deg, rgba(37, 37, 37, 0) 60%, #252525 100%);
      background: linear-gradient(45deg, rgba(37, 37, 37, 0) 60%, #252525 100%); } }
  .search-banner__shop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999; }
    .search-banner__shop a {
      color: #ffffff;
      padding: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
      position: relative; }
      .search-banner__shop a svg {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
                filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: -o-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
        -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
             -o-transform: rotate(0);
                transform: rotate(0);
        -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
             -o-transform-origin: bottom;
                transform-origin: bottom; }
        .search-banner__shop a svg > g > path {
          stroke: none; }
        .search-banner__shop a svg g, .search-banner__shop a svg path {
          stroke-width: 20px;
          stroke: #fff; }
      .search-banner__shop a span {
        line-height: 18px; }
        .search-banner__shop a span.mobile {
          display: none; }
      .search-banner__shop a:hover svg {
        -webkit-transform: rotate(-4deg);
            -ms-transform: rotate(-4deg);
             -o-transform: rotate(-4deg);
                transform: rotate(-4deg); }
      @media (max-width: 1200px) {
        .search-banner__shop a svg {
          width: 30px;
          height: auto; }
        .search-banner__shop a span {
          display: none; }
          .search-banner__shop a span.mobile {
            display: block; } }
  .search-banner .banner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-image: none; }
    .search-banner .banner .x {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-image: url("../images/x-transparent.svg");
      -webkit-background-size: auto 140%;
              background-size: auto 140%;
      background-repeat: no-repeat;
      background-position: 8%;
      overflow: hidden;
      z-index: 0; }
    .search-banner .banner video {
      -webkit-transform: translateY(-25%);
          -ms-transform: translateY(-25%);
           -o-transform: translateY(-25%);
              transform: translateY(-25%);
      opacity: 1;
      width: 100%; }
      @media only screen and (max-width: 640px) {
        .search-banner .banner video {
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
               -o-transform: translateY(0);
                  transform: translateY(0); } }
      @media only screen and (max-width: 360px) {
        .search-banner .banner video {
          width: auto;
          height: 100%; } }
    .search-banner .banner picture {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100vw; }
      .search-banner .banner picture img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100vw;
        height: 100%; }
    .search-banner .banner.dark {
      background: #5b555a; }
    .search-banner .banner.petrol {
      background: #0f6f7b; }
    .search-banner .banner.light {
      background: #f3f6f8; }
    .search-banner .banner.dark picture, .search-banner .banner.dark video, .search-banner .banner.light picture, .search-banner .banner.light video, .search-banner .banner.petrol picture, .search-banner .banner.petrol video {
      mix-blend-mode: luminosity;
      opacity: 0.5; }
    .dark .search-banner .banner:before {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(7, 25, 27, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
  .search-banner .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10001;
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px); }
    @media only screen and (max-width: 640px) {
      .search-banner .search {
        width: 80%;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); } }
    .search-banner .search__categories {
      margin-bottom: 5px; }
      .search-banner .search__categories ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        list-style: none;
        width: 100%;
        padding: 0; }
        .search-banner .search__categories ul li {
          margin: 0 30px; }
        .search-banner .search__categories ul a {
          text-decoration: none;
          color: #ffffff;
          text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
          padding-bottom: 3px;
          position: relative;
          white-space: nowrap; }
          .search-banner .search__categories ul a:after {
            content: "";
            position: absolute;
            bottom: -2px;
            width: 0;
            left: 50%;
            height: 2px;
            background-color: #e0370f;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                 -o-transform: translateX(-50%);
                    transform: translateX(-50%);
            -webkit-transition: width .2s ease;
            -o-transition: width .2s ease;
            transition: width .2s ease;
            -webkit-transform-origin: center;
                -ms-transform-origin: center;
                 -o-transform-origin: center;
                    transform-origin: center; }
          .search-banner .search__categories ul a:hover:after {
            width: 100%; }
          .search-banner .search__categories ul a.active:after {
            width: 100%; }
      @media only screen and (max-width: 640px) {
        .search-banner .search__categories {
          display: none; } }
    .search-banner .search__form-wrapper {
      position: relative;
      z-index: 2;
      -webkit-transition: -webkit-transform 0.3s ease;
      transition: -webkit-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease;
      transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease; }
    .search-banner .search__field {
      position: relative;
      width: 100%;
      font-size: 15px;
      -webkit-transition: font-size .3s ease;
      -o-transition: font-size .3s ease;
      transition: font-size .3s ease; }
    .search-banner .search .parametrics-results {
      position: absolute;
      width: 100%;
      height: 0;
      opacity: 0;
      z-index: 9;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      max-height: 400px;
      overflow: auto;
      background-color: #ffffff;
      padding-left: 15px;
      top: 0; }
      .search-banner .search .parametrics-results.show {
        opacity: 1;
        visibility: visible;
        height: auto; }
    .search-banner .search .results {
      position: absolute;
      width: 100%;
      height: 0;
      opacity: 0;
      z-index: 9;
      visibility: hidden;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      max-height: 400px;
      overflow: auto;
      color: #252525; }
      .search-banner .search .results.show, .search-banner .search .results.no-results, .search-banner .search .results.searching {
        opacity: 1;
        visibility: visible;
        height: auto; }
      .search-banner .search .results .loading {
        background: #ffffff;
        width: 100%;
        text-align: center; }
        .search-banner .search .results .loading img {
          margin: 0 auto; }
      .search-banner .search .results ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .search-banner .search .results ul li .search-result-wrapper {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          background-color: #ffffff;
          padding: 0.75em;
          border-bottom: 1px solid #f3f6f8;
          -webkit-transition: background-color 0.2s ease;
          -o-transition: background-color 0.2s ease;
          transition: background-color 0.2s ease; }
          .search-banner .search .results ul li .search-result-wrapper:hover {
            background-color: #f3f6f8; }
          .search-banner .search .results ul li .search-result-wrapper .search-result-media a img {
            height: 40px; }
          .search-banner .search .results ul li .search-result-wrapper .search-result-body {
            margin-left: 1em;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; }
            .search-banner .search .results ul li .search-result-wrapper .search-result-body a {
              color: #0f6f7b;
              display: inline-block;
              margin-bottom: 0.5em; }
            .search-banner .search .results ul li .search-result-wrapper .search-result-body span {
              font-size: 0.9em; }
      .search-banner .search .results .show-all-wrapper {
        text-align: center;
        background: #ffffff;
        padding: 10px 0; }
        .search-banner .search .results .show-all-wrapper a {
          margin: 0 auto; }
      @media only screen and (max-width: 480px) {
        .search-banner .search .results {
          display: none; } }
    .search-banner .search__placeholders {
      display: none; }
    .search-banner .search__placeholder {
      padding: .5em 0em .5em .75em;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 100%;
      height: 100%;
      width: -webkit-calc(100% - 2em);
      width: calc(100% - 2em);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      pointer-events: none;
      white-space: nowrap;
      overflow: hidden;
      font-size: 2em;
      font-family: "Ubuntu", sans-serif;
      font-weight: 300;
      z-index: 0;
      background: white;
      color: #8b8b8b; }
      @media only screen and (min-width: 768px) {
        .search-banner .search__placeholder {
          z-index: 9; } }
      .search-banner .search__placeholder-pre:before {
        content: attr(data-pre);
        white-space: pre; }
    .search-banner .search__form {
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-width: 300px; }
      @media only screen and (min-width: 768px) {
        .search-banner .search__form {
          width: 640px; } }
      .search-banner .search__form form {
        width: 100%;
        position: relative;
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease;
        text-align: center; }
        .search-banner .search__form form > a {
          position: absolute;
          bottom: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
               -o-transform: translateX(-50%);
                  transform: translateX(-50%);
          margin: -30px auto 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: margin .2s ease, opacity .2s ease;
          -o-transition: margin .2s ease, opacity .2s ease;
          transition: margin .2s ease, opacity .2s ease; }
          .search-banner .search__form form > a.show {
            margin-top: 15px;
            opacity: 1;
            visibility: visible; }
          .search-banner .search__form form > a:before {
            content: "";
            font-family: nexperia;
            margin-right: 6px;
            font-size: 11px; }
      .search-banner .search__form input {
        padding: .5em 1.5em .5em .75em;
        font-size: 2em;
        font-family: "Ubuntu", sans-serif;
        font-weight: 300;
        border: none;
        min-width: 300px;
        width: 100%;
        position: relative;
        line-height: 100%;
        z-index: 4;
        color: #252525; }
        @media only screen and (max-width: 767px) {
          .search-banner .search__form input {
            padding: .5em 1.5em .5em .75em;
            font-size: 1.5em; }
            .search-banner .search__form input::-webkit-input-placeholder {
              color: #8b8b8b; }
            .search-banner .search__form input::-moz-placeholder {
              color: #8b8b8b; }
            .search-banner .search__form input:-ms-input-placeholder {
              color: #8b8b8b; }
            .search-banner .search__form input::placeholder {
              color: #8b8b8b; } }
        @media only screen and (max-width: 479px) {
          .search-banner .search__form input {
            font-size: 1.25em; } }
        .search-banner .search__form input:focus {
          outline: none; }
      .search-banner .search__form .x-search {
        font-size: 2em;
        position: absolute;
        right: .75em;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #8b8b8b;
        z-index: 4;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .search-banner .search__form .x-search {
            font-size: 1.5em; } }
        @media only screen and (max-width: 479px) {
          .search-banner .search__form .x-search {
            font-size: 1.25em; } }
    @media only screen and (min-width: 1024px) {
      .search-focus .search-banner .search .search__field {
        font-size: 24px; } }
    @media only screen and (min-width: 1024px) {
      .search-focus .search-banner .search .search__form {
        width: 960px; } }
    .search-focus .search-banner .search .search__form input::-webkit-input-placeholder {
      color: #8b8b8b; }
    .search-focus .search-banner .search .search__form input::-moz-placeholder {
      color: #8b8b8b; }
    .search-focus .search-banner .search .search__form input:-ms-input-placeholder {
      color: #8b8b8b; }
    .search-focus .search-banner .search .search__form input::placeholder {
      color: #8b8b8b; }
    .search-focus .search-banner .search .search__form .placeholder {
      display: none; }
    @media only screen and (max-width: 479px) {
      .search-banner .search {
        width: 100%;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
        .search-banner .search .search__form {
          min-width: 0; }
          .search-banner .search .search__form input {
            min-width: 0; } }
  @media only screen and (max-width: 768px) {
    .search-banner {
      height: 260px;
      min-height: 260px; } }
  @media only screen and (max-width: 480px) {
    .search-banner {
      height: 200px;
      min-height: 200px; } }

/**
 * Swiper 6.8.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 16, 2021
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms top, 200ms -o-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -o-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms left, 200ms -o-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -o-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms right, 200ms -o-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -o-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
       -o-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
       -o-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
       -o-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.promo-slider {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f6f8;
  margin: 0 !important;
  position: relative;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 1; }
  .promo-slider.init {
    opacity: 0; }
  .promo-slider.gradient:after {
    content: "";
    width: 25%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: -webkit-linear-gradient(20deg, rgba(15, 111, 123, 0) 20%, #0f6f7b 90%);
    background: -o-linear-gradient(20deg, rgba(15, 111, 123, 0) 20%, #0f6f7b 90%);
    background: linear-gradient(70deg, rgba(15, 111, 123, 0) 20%, #0f6f7b 90%);
    z-index: 99; }
    @media (max-width: 768px) {
      .promo-slider.gradient:after {
        display: none; } }
  .promo-slider .swiper-pagination-bullets {
    bottom: 20px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .promo-slider .swiper-pagination-bullets {
        left: -webkit-calc(50% - (768px / 2));
        left: calc(50% - (768px / 2));
        width: -webkit-calc(768px / 2);
        width: calc(768px / 2); } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .promo-slider .swiper-pagination-bullets {
        left: -webkit-calc(50% - (992px / 2));
        left: calc(50% - (992px / 2));
        width: -webkit-calc(992px / 2);
        width: calc(992px / 2); } }
    @media (min-width: 1200px) {
      .promo-slider .swiper-pagination-bullets {
        left: -webkit-calc(50% - (1180px / 2));
        left: calc(50% - (1180px / 2));
        width: -webkit-calc(1180px / 2);
        width: calc(1180px / 2); } }
  .promo-slider .swiper-pagination {
    z-index: 99;
    pointer-events: all; }
    .promo-slider .swiper-pagination .swiper-pagination-bullet {
      cursor: pointer;
      width: 10px;
      height: 10px;
      margin: 0 6px; }
      .promo-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #e0370f; }
      @media only screen and (max-width: 480px) {
        .promo-slider .swiper-pagination .swiper-pagination-bullet {
          width: 12px;
          height: 12px;
          margin: 0 10px; } }
  .promo-slider .swiper-navigation {
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
    @media only screen and (max-width: 480px) {
      .promo-slider .swiper-navigation {
        padding-bottom: 56.25%; } }
  .promo-slider .swiper-button-next,
  .promo-slider .swiper-button-prev {
    color: white;
    height: 30px;
    z-index: 999;
    cursor: pointer;
    display: none;
    padding: 20px; }
    .promo-slider .swiper-button-next:after,
    .promo-slider .swiper-button-prev:after {
      font-size: 30px;
      font-weight: 900;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
    @media only screen and (max-width: 480px) {
      .promo-slider .swiper-button-next,
      .promo-slider .swiper-button-prev {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .promo-slider .promo-slide {
    height: auto; }
    .promo-slider .promo-slide__title {
      color: #0f6f7b;
      margin-top: 0;
      margin-bottom: 15px; }
    .promo-slider .promo-slide__meta {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 15px; }
      .promo-slider .promo-slide__meta .tags-list {
        margin-right: 10px; }
        .promo-slider .promo-slide__meta .tags-list .tag {
          background: #e0370f; }
      .promo-slider .promo-slide__meta .date {
        font-size: 13px; }
    .promo-slider .promo-slide__backdrop {
      width: 50%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0; }
      .promo-slider .promo-slide__backdrop picture img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
    .promo-slider .promo-slide__content-container {
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      height: 100%;
      z-index: 2;
      background: #f3f6f8; }
    .promo-slider .promo-slide__image {
      width: 51%;
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      position: relative;
      background-image: url("../images/lt.svg");
      background-repeat: no-repeat;
      background-position: center left;
      -webkit-background-size: auto 101%;
              background-size: auto 101%;
      z-index: 9; }
      .promo-slider .promo-slide__image:before {
        content: "";
        width: 10px;
        height: 100%;
        background: #f3f6f8;
        position: absolute;
        left: 0;
        top: 0; }
    .promo-slider .promo-slide__intro {
      line-height: 125%;
      padding-bottom: 20px; }
    .promo-slider .promo-slide__content {
      padding: 30px 20px 60px 0;
      width: 50%;
      background: #f3f6f8; }
      .promo-slider .promo-slide__content a {
        color: #e0370f; }
    @media only screen and (max-width: 480px) {
      .promo-slider .promo-slide {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .promo-slider .promo-slide__content-container {
          width: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; }
        .promo-slider .promo-slide__image {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1;
          width: 100%; }
          .promo-slider .promo-slide__image svg {
            display: none; }
        .promo-slider .promo-slide__content {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          width: 100%;
          padding: 20px 0 60px 0; }
        .promo-slider .promo-slide__backdrop {
          height: 0;
          width: 100%;
          position: relative;
          -webkit-box-ordinal-group: 1;
          -webkit-order: 0;
              -ms-flex-order: 0;
                  order: 0;
          padding-bottom: 56.25%; }
          .promo-slider .promo-slide__backdrop picture {
            position: absolute;
            top: 0;
            left: 0; } }
  @media only screen and (max-width: 480px) {
    .promo-slider:after {
      display: none; } }
  .promo-slider.swiper-container .promo-slide__intro,
  .promo-slider.swiper-container .promo-slide__title,
  .promo-slider.swiper-container .promo-slide__content a {
    opacity: 0; }
  .promo-slider.edit-mode {
    opacity: 1; }
    .promo-slider.edit-mode:after, .promo-slider.edit-mode .swiper-navigation {
      display: none; }
    .promo-slider.edit-mode .swiper-wrapper {
      display: block; }
      .promo-slider.edit-mode .swiper-wrapper .swiper-slide {
        margin-bottom: 15px; }
  .dark .promo-slider {
    background: #0d2b2f; }
    .dark .promo-slider:after {
      background: -webkit-linear-gradient(20deg, rgba(13, 43, 47, 0) 20%, #07191b 90%);
      background: -o-linear-gradient(20deg, rgba(13, 43, 47, 0) 20%, #07191b 90%);
      background: linear-gradient(70deg, rgba(13, 43, 47, 0) 20%, #07191b 90%); }
    .dark .promo-slider .promo-slide__title {
      color: #ffffff; }
    .dark .promo-slider .promo-slide__image {
      background-image: url("../images/lt-dm.svg"); }
    .dark .promo-slider .promo-slide__content-container, .dark .promo-slider .promo-slide__content, .dark .promo-slider .promo-slide__image:before {
      background: #0d2b2f; }
    .dark .promo-slider .swiper-pagination-bullet {
      background: #ffffff; }

.darkmode-overlay {
  position: fixed;
  background-color: rgba(13, 43, 47, 0.8);
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .darkmode-overlay svg {
    width: 302px;
    height: 167px;
    margin: 0 0 0 30px;
    grid-column: 2 / 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2; }
    .darkmode-overlay svg #group {
      stroke-width: 1.5;
      stroke: rgba(255, 255, 255, 0.3); }
      .darkmode-overlay svg #group #interior {
        stroke: #333; }
      .darkmode-overlay svg #group #lights ellipse,
      .darkmode-overlay svg #group #lights circle {
        fill-opacity: 0;
        stroke: none;
        -webkit-transition: fill-opacity 0.2s ease;
        -o-transition: fill-opacity 0.2s ease;
        transition: fill-opacity 0.2s ease; }
      .darkmode-overlay svg #group #lights path,
      .darkmode-overlay svg #group #lights rect {
        fill: none;
        -webkit-transition: fill 0.2s ease;
        -o-transition: fill 0.2s ease;
        transition: fill 0.2s ease; }
  .dmm_visible .darkmode-overlay {
    opacity: 1;
    z-index: 99999; }
    .dmm_visible .darkmode-overlay .darkmode-overlay__content {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
           -o-transform: translateY(0);
              transform: translateY(0); }
  .darkmode-overlay__content {
    width: 800px;
    padding: 30px;
    border: 1px solid #07191b;
    background: #07191b;
    line-height: 1.5;
    position: relative;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: -o-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    display: -ms-grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto auto; }
    .darkmode-overlay__content h3 {
      margin: 0 0 20px;
      padding-right: 30px;
      color: #ffffff; }
    .darkmode-overlay__content .wrapper {
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2;
      -ms-grid-column: 1;
      -ms-grid-row: 1; }
    .darkmode-overlay__content .toggle-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 30px;
      cursor: pointer;
      position: relative;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      grid-row: 2 / 2;
      -ms-grid-column: 1;
      -ms-grid-row: 2; }
      .darkmode-overlay__content .toggle-wrapper .dark-mode-switch-wrapper {
        margin-right: 10px;
        position: relative;
        top: initial !important;
        right: initial;
        line-height: 0; }
    .darkmode-overlay__content .close {
      position: absolute;
      top: 20px;
      right: 30px;
      font-size: 30px;
      cursor: pointer;
      color: #ffffff;
      text-shadow: none;
      font-weight: normal;
      opacity: .6;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .darkmode-overlay__content .close:hover {
        opacity: 1; }
    .darkmode-overlay__content:hover svg #group #lights ellipse {
      fill-opacity: 1; }
    .darkmode-overlay__content:hover svg #group #lights path,
    .darkmode-overlay__content:hover svg #group #lights rect {
      fill: #fff; }

@-webkit-keyframes blinkLightsEllipse {
  0% {
    fill-opacity: 0; }
  20% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }

@-o-keyframes blinkLightsEllipse {
  0% {
    fill-opacity: 0; }
  20% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }

@keyframes blinkLightsEllipse {
  0% {
    fill-opacity: 0; }
  20% {
    fill-opacity: 0; }
  100% {
    fill-opacity: 1; } }

@-webkit-keyframes blinkLightsRect {
  0% {
    fill: none; }
  70% {
    fill: #ffffff; }
  100% {
    fill: #ffffff; } }

@-o-keyframes blinkLightsRect {
  0% {
    fill: none; }
  70% {
    fill: #ffffff; }
  100% {
    fill: #ffffff; } }

@keyframes blinkLightsRect {
  0% {
    fill: none; }
  70% {
    fill: #ffffff; }
  100% {
    fill: #ffffff; } }
    @media only screen and (max-width: 600px) {
      .darkmode-overlay__content {
        grid-template-rows: auto auto auto;
        grid-template-columns: auto;
        -ms-grid-rows: auto auto auto;
        -ms-grid-columns: auto; }
        .darkmode-overlay__content .wrapper {
          -ms-grid-row-span: 1;
          grid-row: 1 / 2;
          grid-column: 1 / 2;
          -ms-grid-column: 1;
          -ms-grid-row: 1; }
        .darkmode-overlay__content .toggle-wrapper {
          -ms-grid-row-span: 1;
          grid-row: 3 / 4;
          grid-column: 1 / 1;
          -ms-grid-column: 1;
          -ms-grid-row: 3; }
        .darkmode-overlay__content svg {
          -ms-grid-row-span: 1;
          grid-row: 2 / 3;
          grid-column: 1 / 2;
          -ms-grid-column: 1;
          -ms-grid-row: 2;
          margin: 20px 0 0 0; } }
    @media only screen and (max-width: 480px) {
      .darkmode-overlay__content {
        width: 90%;
        padding: 20px; }
        .darkmode-overlay__content .close {
          right: 20px;
          top: 10px; }
        .darkmode-overlay__content svg {
          margin-left: 0;
          max-width: 100%; }
          .darkmode-overlay__content svg #group #lights path,
          .darkmode-overlay__content svg #group #lights rect {
            -webkit-animation: blinkLightsRect 1.5s forwards;
                 -o-animation: blinkLightsRect 1.5s forwards;
                    animation: blinkLightsRect 1.5s forwards;
            -webkit-animation-delay: 1s;
                 -o-animation-delay: 1s;
                    animation-delay: 1s; }
          .darkmode-overlay__content svg #group #lights ellipse {
            -webkit-animation: blinkLightsEllipse 1.5s forwards;
                 -o-animation: blinkLightsEllipse 1.5s forwards;
                    animation: blinkLightsEllipse 1.5s forwards;
            -webkit-animation-delay: 1s;
                 -o-animation-delay: 1s;
                    animation-delay: 1s; } }

.statistics {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #e0370f;
  width: 100%; }

@-webkit-keyframes enlarge {
  0%,
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); } }

@-o-keyframes enlarge {
  0%,
  100% {
    -o-transform: scale(1);
       transform: scale(1); }
  50% {
    -o-transform: scale(1.1);
       transform: scale(1.1); } }

@keyframes enlarge {
  0%,
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); } }
  .statistics > .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    position: relative; }
    .statistics > .wrapper:before, .statistics > .wrapper:after {
      content: none;
      display: none; }
    .statistics > .wrapper .wrapper-cover {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0; }
      .statistics > .wrapper .wrapper-cover.cover {
        z-index: 1; }
    @media only screen and (max-width: 768px) {
      .statistics > .wrapper {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0; } }
  .statistics.edit-mode > .wrapper {
    display: block; }
    .statistics.edit-mode > .wrapper .counter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .statistics.edit-mode > .wrapper .counter__num {
        opacity: 0;
        visibility: hidden;
        height: 0; }
      .statistics.edit-mode > .wrapper .counter__ghost {
        opacity: 1;
        visibility: visible;
        height: auto; }
      .statistics.edit-mode > .wrapper .counter__desc {
        opacity: 1;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none; }
  .statistics .counter {
    display: block;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    background-color: #e0370f;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color .2s ease;
    transition: background-color .2s ease;
    cursor: pointer; }
    .statistics .counter:hover {
      background: #cb330e; }
    .statistics .counter a {
      text-decoration: none; }
    .statistics .counter__icon, .statistics .counter__icon-svg {
      margin: 0 10px 0 0;
      opacity: 1;
      width: 40px;
      height: 40px;
      font-size: 15px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .statistics .counter__icon.svg svg {
      width: 100%;
      height: 100%; }
      .statistics .counter__icon.svg svg > g > path {
        stroke: none; }
      .statistics .counter__icon.svg svg g, .statistics .counter__icon.svg svg path {
        stroke-width: 20px;
        stroke: #fff; }
    .statistics .counter__desc {
      opacity: 0;
      position: absolute;
      text-align: left;
      font-size: 13px;
      top: 0;
      height: 100%;
      padding: 15px 15px 15px 5px;
      -webkit-transform: translateY(10px);
          -ms-transform: translateY(10px);
           -o-transform: translateY(10px);
              transform: translateY(10px);
      line-height: 1.2; }
    .statistics .counter__content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 15px; }
      .statistics .counter__content > .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
    .statistics .counter__num, .statistics .counter__ghost {
      font-size: 32px;
      font-weight: bold;
      line-height: 1; }
      .statistics .counter__num:before, .statistics .counter__ghost:before {
        content: " ";
        white-space: pre; }
      .statistics .counter__num.enlarge, .statistics .counter__ghost.enlarge {
        -webkit-animation: enlarge;
             -o-animation: enlarge;
                animation: enlarge;
        -webkit-animation-duration: 1s;
             -o-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
             -o-animation-iteration-count: 1;
                animation-iteration-count: 1; }
    .statistics .counter__ghost {
      opacity: 0;
      visibility: hidden;
      height: 0; }
    .statistics .counter__title {
      font-size: 15px;
      white-space: nowrap;
      text-align: center;
      margin-top: 5px;
      line-height: 1.2; }
    @media only screen and (max-width: 992px) {
      .statistics .counter__num, .statistics .counter__ghost {
        font-size: 24px; }
      .statistics .counter__icon {
        width: 30px;
        height: 30px; }
      .statistics .counter__title {
        font-size: 13px; } }
    @media only screen and (max-width: 768px) {
      .statistics .counter {
        width: 50% !important;
        padding: 15px; }
        .statistics .counter:nth-child(4n + 2) {
          background: #d2330e; }
        .statistics .counter:nth-child(4n + 3) {
          background: #d2330e; }
        .statistics .counter__icon {
          -webkit-align-self: flex-start;
              -ms-flex-item-align: start;
                  align-self: flex-start; }
        .statistics .counter__desc {
          display: none; }
        .statistics .counter__content {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          height: 100%;
          padding: 0; } }
    @media only screen and (max-width: 320px) {
      .statistics .counter {
        width: 100% !important;
        padding: 15px; }
        .statistics .counter:nth-child(4n + 2) {
          background: initial; }
        .statistics .counter:nth-child(4n + 3) {
          background: initial; }
        .statistics .counter:nth-child(even) {
          background: #d2330e; }
        .statistics .counter__num {
          text-align: center;
          width: 50%; }
        .statistics .counter__ghost {
          display: none; }
        .statistics .counter__content {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0; }
          .statistics .counter__content > .wrapper {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%; }
        .statistics .counter__title {
          margin: 0 0 0 20px;
          text-align: left;
          width: 50%; } }
  .dark .statistics {
    background: #10363b; }
    .dark .statistics .counter {
      background: #10363b; }
      .dark .statistics .counter:hover {
        background: #0d2b2f; }

.new-product-introductions {
  padding: 20px 0 30px;
  border-top: 1px solid #f3f6f8;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(233, 236, 238, 0.3)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 90%, rgba(233, 236, 238, 0.3) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 90%, rgba(233, 236, 238, 0.3) 100%);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 90%, rgba(233, 236, 238, 0.3) 100%);
  background-repeat: no-repeat;
  -webkit-background-size: 100% 150px;
          background-size: 100% 150px; }
  .new-product-introductions h2 {
    text-align: center; }
  .new-product-introductions__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .new-product-introductions__wrapper.init {
      opacity: 0; }
    @media (max-width: 992px) {
      .new-product-introductions__wrapper {
        display: block; } }
  .new-product-introductions .new-product-introduction {
    padding: 20px;
    margin: 0 30px 0 0;
    background-color: #f3f6f8;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
    .new-product-introductions .new-product-introduction:nth-child(n+5) {
      display: none; }
    .new-product-introductions .new-product-introduction:last-of-type {
      margin-right: 0; }
    .new-product-introductions .new-product-introduction__body {
      position: relative; }
      .new-product-introductions .new-product-introduction__body .new-label {
        background-color: #e0370f;
        color: white;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 400;
        padding: 2px 6px;
        border-radius: 2px;
        position: absolute;
        top: 0;
        left: 0; }
    .new-product-introductions .new-product-introduction__image {
      height: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      overflow: hidden; }
      @media (max-width: 992px) {
        .new-product-introductions .new-product-introduction__image {
          height: auto; } }
      .new-product-introductions .new-product-introduction__image img {
        -o-object-fit: contain;
           object-fit: contain;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: -o-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
             -o-transform-origin: center;
                transform-origin: center;
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                transform: scale(0.9);
        padding: 0; }
      .new-product-introductions .new-product-introduction__image:hover img {
        -webkit-transform: scale(1) translateZ(0);
                transform: scale(1) translateZ(0); }
    .new-product-introductions .new-product-introduction__footer {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .new-product-introductions .new-product-introduction__footer .description {
        margin-bottom: 15px; }
      .new-product-introductions .new-product-introduction__footer .actions {
        margin-top: auto; }
    @media (max-width: 992px) {
      .new-product-introductions .new-product-introduction {
        margin: 0 0 15px 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 15px; }
        .new-product-introductions .new-product-introduction .new-product-introduction__body .new-label {
          display: none; }
        .new-product-introductions .new-product-introduction .new-product-introduction__footer {
          display: block; }
          .new-product-introductions .new-product-introduction .new-product-introduction__footer h4 {
            margin-top: 0; }
          .new-product-introductions .new-product-introduction .new-product-introduction__footer .description {
            margin-bottom: 0;
            font-size: 13px; }
          .new-product-introductions .new-product-introduction .new-product-introduction__footer .actions {
            margin-top: 10px;
            font-size: 13px; }
            .new-product-introductions .new-product-introduction .new-product-introduction__footer .actions .file-download, .new-product-introductions .new-product-introduction .new-product-introduction__footer .actions .go-to-docs {
              display: none; } }
    .dark .new-product-introductions .new-product-introduction {
      background-color: #0e2f33;
      color: white; }
      .dark .new-product-introductions .new-product-introduction .new-product-introduction__footer .actions a {
        color: white; }
  .new-product-introductions.edit-mode .new-product-introductions__wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    opacity: 1;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .new-product-introductions.edit-mode .new-product-introductions__wrapper .mgnlEditorBar.area {
      position: absolute !important;
      top: 0;
      left: 0; }
    .new-product-introductions.edit-mode .new-product-introductions__wrapper .mgnlEditor.mgnlPlaceholder {
      position: absolute !important;
      bottom: 0;
      left: 0; }
    .new-product-introductions.edit-mode .new-product-introductions__wrapper .new-product-introduction {
      display: block;
      margin: 0 10px 20px;
      width: -webkit-calc(25% - 20px);
      width: calc(25% - 20px);
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
      .new-product-introductions.edit-mode .new-product-introductions__wrapper .new-product-introduction__footer {
        display: block; }
  .dark .new-product-introductions {
    border-color: #0e2f33;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgba(14, 47, 51, 0)), to(rgba(14, 47, 51, 0.3)));
    background-image: -webkit-linear-gradient(bottom, rgba(14, 47, 51, 0) 90%, rgba(14, 47, 51, 0.3) 100%);
    background-image: -o-linear-gradient(bottom, rgba(14, 47, 51, 0) 90%, rgba(14, 47, 51, 0.3) 100%);
    background-image: linear-gradient(0deg, rgba(14, 47, 51, 0) 90%, rgba(14, 47, 51, 0.3) 100%); }

@media print {
  footer {
    display: none; }
  .cm-video {
    display: none; }
  h1, h2, h3 {
    color: #0f6f7b !important; }
  a[href]:after {
    content: ""; }
  .navbar {
    display: inherit !important; }
    .navbar .site-title {
      background-image: url(../images/logo.png) !important;
      background-repeat: no-repeat !important;
      -webkit-background-size: contain !important;
              background-size: contain !important; }
    .navbar .navbar-collapse {
      display: none !important; }
  #simple-search-container,
  #breadcrumb-container,
  .sidebar {
    display: none; }
  .page-intro {
    background-color: #f3f6f8 !important; }
    .page-intro .col-sm-3 {
      width: 25% !important; }
    .page-intro .col-sm-9 {
      width: 75% !important; }
    .page-intro .list-inline {
      display: none; }
  .page-tabnav {
    display: none; }
  .page-content .tab-content .tab-pane {
    display: block !important;
    opacity: 1; }
  .page-content .tab-content .image-link-list {
    display: none; }
  .page-content .limiter .limiter-container {
    height: auto !important; }
  .page-content .limiter .limiter-cap {
    display: none; }
  .page-content #parametrics {
    display: none !important; }
  .content .text-image-quoted {
    background-color: #f3f6f8 !important;
    margin-bottom: 40px;
    page-break-inside: avoid; }
  .content .text-image .content-image-left,
  .content .text-image .content-image-right {
    float: left;
    width: 30%; }
  .content .text-image .text {
    float: left;
    width: 70%; }
    .content .text-image .text.col-md-12 {
      width: 100%; }
  .content .article-intro .text {
    float: left;
    width: 70%; }
  .content .article-intro .image {
    float: left;
    width: 30%; }
  .content .image-link-list .image-link {
    float: left;
    width: 33%; }
  .btn-feedback {
    display: none; }
  .table-responsive {
    overflow: inherit; }
  table td, table th,
  .table td,
  .table th {
    background-color: transparent !important; }
  table.table-striped > tbody > tr:nth-of-type(odd),
  .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important; }
  table.table-products th,
  .table.table-products th {
    background-color: #e9ecee !important;
    color: #5b555a !important;
    font-weight: 400 !important; }
  table.table-products td,
  .table.table-products td {
    background-color: #f3f6f8 !important;
    color: #8b8b8b !important; } }
