﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !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^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, article.download-container p.download-downloads a > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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;
}

:after, :before {
  -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .image-flex img, #xrp-contact-us-side-bar-image-container > img, .two-col img:first-of-type, .three-col img:first-of-type, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%;
}

.h1, h1 {
  font-size: 36px;
}

.h2, h2 {
  font-size: 30px;
}

.h3, h3 {
  font-size: 24px;
}

.h4, h4 {
  font-size: 18px;
}

.h5, h5 {
  font-size: 14px;
}

.h6, h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small, small {
  font-size: 85%;
}

.mark, mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus, a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

.list-unstyled, .four-blocker ul, div.tag-cloud-container ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd, dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .new-carousel .banner-slide .banner-copy .copy-center, .new-carousel .banner-slide .banner-copy .copy-right, .new-carousel .banner-slide .banner-copy .copy-left, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .new-carousel .banner-slide .banner-copy .copy-center, .new-carousel .banner-slide .banner-copy .copy-right, .new-carousel .banner-slide .banner-copy .copy-left, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10, .new-carousel .banner-slide .banner-copy .copy-center, .new-carousel .banner-slide .banner-copy .copy-right, .new-carousel .banner-slide .banner-copy .copy-left {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1, .new-carousel .banner-slide .banner-copy .copy-center {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .new-carousel .banner-slide .banner-copy .copy-center, .new-carousel .banner-slide .banner-copy .copy-right, .new-carousel .banner-slide .banner-copy .copy-left, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6, .new-carousel .banner-slide .banner-copy .copy-center, .new-carousel .banner-slide .banner-copy .copy-right, .new-carousel .banner-slide .banner-copy .copy-left {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6, .new-carousel .banner-slide .banner-copy .copy-right {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3, .new-carousel .banner-slide .banner-copy .copy-center {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  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 > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd), main#product table.compare-table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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;
}

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-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;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9 ;
  margin-left: -20px;
}

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px;
}

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-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 .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-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 .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-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: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn, article.download-container p.download-downloads a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.btn.active.focus, .btn.active:focus, .btn.focus, article.download-container p.download-downloads a.focus, .btn:active.focus, .btn:active:focus, .btn:focus, article.download-container p.download-downloads a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus, article.download-container p.download-downloads a.focus, .btn:focus, article.download-container p.download-downloads a:focus, .btn:hover, article.download-container p.download-downloads a:hover {
  color: #333;
  text-decoration: none;
}

.btn.active, article.download-container p.download-downloads a.active, .btn:active, article.download-container p.download-downloads a:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, article.download-container p.download-downloads a.disabled, .btn[disabled], article.download-container p.download-downloads a[disabled], fieldset[disabled] .btn, fieldset[disabled] article.download-container p.download-downloads a, article.download-container p.download-downloads fieldset[disabled] a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled, article.download-container p.download-downloads a.disabled, fieldset[disabled] a.btn, fieldset[disabled] article.download-container p.download-downloads a, article.download-container p.download-downloads fieldset[disabled] a {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  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 > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  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 > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  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 > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn, article.download-container p.download-downloads .btn-group-lg > a, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn, article.download-container p.download-downloads .btn-group-sm > a, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn, article.download-container p.download-downloads .btn-group-xs > a, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.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;
}

.dropdown, .dropup {
  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: 14px;
  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: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  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: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn, article.download-container p.download-downloads .btn-group-vertical > a, .btn-group > .btn, article.download-container p.download-downloads .btn-group > a {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active, article.download-container p.download-downloads .btn-group-vertical > a.active, .btn-group-vertical > .btn:active, article.download-container p.download-downloads .btn-group-vertical > a:active, .btn-group-vertical > .btn:focus, article.download-container p.download-downloads .btn-group-vertical > a:focus, .btn-group-vertical > .btn:hover, article.download-container p.download-downloads .btn-group-vertical > a:hover, .btn-group > .btn.active, article.download-container p.download-downloads .btn-group > a.active, .btn-group > .btn:active, article.download-container p.download-downloads .btn-group > a:active, .btn-group > .btn:focus, article.download-container p.download-downloads .btn-group > a:focus, .btn-group > .btn:hover, article.download-container p.download-downloads .btn-group > a:hover {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group article.download-container p.download-downloads a + .btn, article.download-container p.download-downloads .btn-group a + .btn, .btn-group article.download-container p.download-downloads .btn + a, article.download-container p.download-downloads .btn-group .btn + a, .btn-group article.download-container p.download-downloads a + a, article.download-container p.download-downloads .btn-group a + a, .btn-group .btn + .btn-group, .btn-group article.download-container p.download-downloads a + .btn-group, article.download-container p.download-downloads .btn-group a + .btn-group, .btn-group .btn-group + .btn, .btn-group article.download-container p.download-downloads .btn-group + a, article.download-container p.download-downloads .btn-group .btn-group + a, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar article.download-container p.download-downloads a, article.download-container p.download-downloads .btn-toolbar a, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, article.download-container p.download-downloads .btn-toolbar > a, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), article.download-container p.download-downloads .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, article.download-container p.download-downloads .btn-group > a:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), article.download-container p.download-downloads .btn-group > a: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), article.download-container p.download-downloads .btn-group > a: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, article.download-container p.download-downloads .btn-group > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, article.download-container p.download-downloads .btn-group > .btn-group:first-child:not(:last-child) > a: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, article.download-container p.download-downloads .btn-group > .btn-group:last-child:not(:first-child) > a: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, article.download-container p.download-downloads .btn-group > a + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .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, article.download-container p.download-downloads a .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, article.download-container p.download-downloads .btn-group-vertical > a, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, article.download-container p.download-downloads .btn-group-vertical > .btn-group > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn, article.download-container p.download-downloads .btn-group-vertical > .btn-group > a {
  float: none;
}

.btn-group-vertical > .btn + .btn, article.download-container p.download-downloads .btn-group-vertical > a + .btn, article.download-container p.download-downloads .btn-group-vertical > .btn + a, article.download-container p.download-downloads .btn-group-vertical > a + a, .btn-group-vertical > .btn + .btn-group, article.download-container p.download-downloads .btn-group-vertical > a + .btn-group, .btn-group-vertical > .btn-group + .btn, article.download-container p.download-downloads .btn-group-vertical > .btn-group + a, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), article.download-container p.download-downloads .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), article.download-container p.download-downloads .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), article.download-container p.download-downloads .btn-group-vertical > a:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, article.download-container p.download-downloads .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, article.download-container p.download-downloads .btn-group-vertical > .btn-group:first-child:not(:last-child) > a: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, article.download-container p.download-downloads .btn-group-vertical > .btn-group:last-child:not(:first-child) > a: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, article.download-container p.download-downloads .btn-group-justified > a, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group article.download-container p.download-downloads a, article.download-container p.download-downloads .btn-group-justified > .btn-group a {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=checkbox], article.download-container p.download-downloads [data-toggle=buttons] > a input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], article.download-container p.download-downloads [data-toggle=buttons] > a input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], article.download-container p.download-downloads [data-toggle=buttons] > .btn-group > a input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], article.download-container p.download-downloads [data-toggle=buttons] > .btn-group > a input[type=radio] {
  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-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, article.download-container p.download-downloads .input-group-lg > .input-group-btn > a {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn, article.download-container p.download-downloads select.input-group-lg > .input-group-btn > a {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, article.download-container p.download-downloads select[multiple].input-group-lg > .input-group-btn > a, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, article.download-container p.download-downloads textarea.input-group-lg > .input-group-btn > a {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, article.download-container p.download-downloads .input-group-sm > .input-group-btn > a {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn, article.download-container p.download-downloads select.input-group-sm > .input-group-btn > a {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, article.download-container p.download-downloads select[multiple].input-group-sm > .input-group-btn > a, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, article.download-container p.download-downloads textarea.input-group-sm > .input-group-btn > a {
  height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, article.download-container p.download-downloads .input-group-btn:first-child > a, .input-group-btn:first-child > .btn-group > .btn, article.download-container p.download-downloads .input-group-btn:first-child > .btn-group > a, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, article.download-container p.download-downloads .input-group-btn:last-child > .btn-group:not(:last-child) > a, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), article.download-container p.download-downloads .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle) {
  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:first-child > .btn-group:not(:first-child) > .btn, article.download-container p.download-downloads .input-group-btn:first-child > .btn-group:not(:first-child) > a, .input-group-btn:first-child > .btn:not(:first-child), article.download-container p.download-downloads .input-group-btn:first-child > a:not(:first-child), .input-group-btn:last-child > .btn, article.download-container p.download-downloads .input-group-btn:last-child > a, .input-group-btn:last-child > .btn-group > .btn, article.download-container p.download-downloads .input-group-btn:last-child > .btn-group > a, .input-group-btn:last-child > .dropdown-toggle {
  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, article.download-container p.download-downloads .input-group-btn > a {
  position: relative;
}

.input-group-btn > .btn + .btn, article.download-container p.download-downloads .input-group-btn > a + .btn, article.download-container p.download-downloads .input-group-btn > .btn + a, article.download-container p.download-downloads .input-group-btn > a + a {
  margin-left: -1px;
}

.input-group-btn > .btn:active, article.download-container p.download-downloads .input-group-btn > a:active, .input-group-btn > .btn:focus, article.download-container p.download-downloads .input-group-btn > a:focus, .input-group-btn > .btn:hover, article.download-container p.download-downloads .input-group-btn > a:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn, article.download-container p.download-downloads .input-group-btn:first-child > a, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn, article.download-container p.download-downloads .input-group-btn:last-child > a, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    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: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  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);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  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:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.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:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label, article.download-container p.download-downloads a .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, article.download-container p.download-downloads a .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge, article.download-container p.download-downloads .btn-group-xs > a .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron .h1, .jumbotron h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.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: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
  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-bar.active, .progress.active .progress-bar {
  -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-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active: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, .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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table-responsive:first-child > .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:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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, .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: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:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.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, .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: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:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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, .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 {
  border-bottom-left-radius: 3px;
}

.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, .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 {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .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, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > 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: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.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-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.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: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.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 .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn, .modal-footer article.download-container p.download-downloads a + .btn, article.download-container p.download-downloads .modal-footer a + .btn, .modal-footer article.download-container p.download-downloads .btn + a, article.download-container p.download-downloads .modal-footer .btn + a, .modal-footer article.download-container p.download-downloads a + a, article.download-container p.download-downloads .modal-footer a + a {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group article.download-container p.download-downloads a + .btn, article.download-container p.download-downloads .modal-footer .btn-group a + .btn, .modal-footer .btn-group article.download-container p.download-downloads .btn + a, article.download-container p.download-downloads .modal-footer .btn-group .btn + a, .modal-footer .btn-group article.download-container p.download-downloads a + a, article.download-container p.download-downloads .modal-footer .btn-group a + a {
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.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-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  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;
  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: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
}

.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 > a > img, .carousel-inner > .item > img {
  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: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.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 article.download-container p.download-downloads a, article.download-container p.download-downloads .carousel-caption a {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    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;
  }
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row: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-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-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;
  }
  td.visible-xs, th.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;
  }
  td.visible-sm, th.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;
  }
  td.visible-md, th.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;
  }
  td.visible-lg, th.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;
  }
  td.visible-print, th.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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;
}

vidyard-fix {
  width: 40% !important;
}

.white {
  color: #ffffff;
}

.bkgd-white {
  background-color: #ffffff;
}

.black {
  color: #17181a;
}

.bkgd-black {
  background-color: #17181a;
}

.gray {
  color: #53555a;
}

.bkgd-gray {
  background-color: #53555a;
}

.medium-gray {
  color: #757575;
}

.bkgd-medium-gray {
  background-color: #757575;
}

.barely-there-gray {
  color: #f7f7f7;
}

.bkgd-barely-there-gray {
  background-color: #f7f7f7;
}

.comfy-gray {
  color: #F0F0F0;
}

.bkgd-comfy-gray {
  background-color: #F0F0F0;
}

.light-gray {
  color: #eaeaea;
}

.bkgd-light-gray {
  background-color: #eaeaea;
}

.subtle-gray {
  color: #cccccc;
}

.bkgd-subtle-gray {
  background-color: #cccccc;
}

.soft-gray {
  color: #fafafa;
}

.bkgd-soft-gray {
  background-color: #fafafa;
}

.soft-blue {
  color: #E5FBFF;
}

.bkgd-soft-blue {
  background-color: #E5FBFF;
}

.new-color {
  color: #333333;
}

.bkgd-new-color {
  background-color: #333333;
}

.primary {
  color: #e98b00;
}

.bkgd-primary {
  background-color: #e98b00;
}

.bkgd-primary-dark {
  background-color: #c35200;
}

.x-green {
  color: #55a444;
}

.bkgd-x-green {
  background-color: #55a444;
}

.x-purple {
  color: #915ca4;
}

.bkgd-x-purple {
  background-color: #915ca4;
}

.x-blue {
  color: #00ace3;
}

.bkgd-x-blue {
  background-color: #00ace3;
}

.x-dark-blue {
  color: #1675a9;
}

.bkgd-x-dark-blue {
  background-color: #1675a9;
}

.x-orange {
  color: #e98b00;
}

.bkgd-x-orange {
  background-color: #e98b00;
}

.coral {
  color: #FF6F61;
}

.bkgd-coral {
  background-color: #FF6F61;
}

.soft-green {
  color: #F4FDE7;
}

.bkgd-soft-green {
  background-color: #F4FDE7;
}

.soft-red {
  color: #FFEFE6;
}

.bkgd-soft-red {
  background-color: #FFEFE6;
}

.alert-red {
  color: #e92300;
}

.bkgd-alert-red {
  background-color: #e92300;
}

.warning-yellow {
  color: #f6c001;
}

.bkgd-warning-yellow {
  background-color: #f6c001;
}

.soft-orange {
  color: #FFF5E6;
}

.bkgd-soft-orange {
  background-color: #FFF5E6;
}

.serif {
  font-family: Noto, Georgia, "Times New Roman", Times, serif;
}

.sans-serif {
  font-family: "Frutiger LT W01_45 Ligh1475730";
}

.super-bold, .two-col strong, .three-col strong {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-weight: bold;
}

.mega-bold {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-weight: 900;
}

.monospace {
  font-family: AnonymousPro, "Courier New", Courier, monospace;
}

b, strong {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Linearicons-Free";
  src: url("fonts/Linearicons-Free.eot?w118d");
  src: url("fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("fonts/Linearicons-Free.woff?w118d") format("woff"), url("fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot?w118d");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefixw118d") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2?w118d") format("woff2"), url("fonts/glyphicons-halflings-regular.woff?w118d") format("woff"), url("fonts/glyphicons-halflings-regular.ttf?w118d") format("truetype"), url("fonts/glyphicons-halflings-regular.svg?w118d#glyphicons-halflings-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "xrite-icons";
  src: url("fonts/xrite-icons.eot?5lor9e");
  src: url("fonts/xrite-icons.eot?5lor9e#iefix") format("embedded-opentype"), url("fonts/xrite-icons.ttf?5lor9e") format("truetype"), url("fonts/xrite-icons.woff?5lor9e") format("woff"), url("fonts/xrite-icons.svg?5lor9e#xrite-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=lnr-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "xrite-icons" !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;
}

.lnr-cart:before {
  content: "\e900";
}

.lnr-chat:before {
  content: "\e901";
}

.lnr-checkbox-off:before {
  content: "\e902";
}

.lnr-checkbox-on:before {
  content: "\e903";
}

.lnr-checkbox-solid:before {
  content: "\e904";
}

.lnr-contact:before {
  content: "\e905";
}

.lnr-eye:before {
  content: "\e906";
}

.lnr-find-a-dealer:before {
  content: "\e907";
}

.lnr-earth:before {
  content: "\e908";
}

.lnr-arrow-down:before {
  content: "\e909";
}

.lnr-arrow-left:before {
  content: "\e90a";
}

.lnr-arrow-right:before {
  content: "\e90b";
}

.lnr-arrow-up:before {
  content: "\e90c";
}

.lnr-briefcase:before {
  content: "\e90d";
}

.lnr-chevron-down:before {
  content: "\e90e";
}

.lnr-chevron-left:before {
  content: "\e90f";
}

.lnr-chevron-right:before {
  content: "\e910";
}

.lnr-chevron-up:before {
  content: "\e911";
}

.lnr-cross:before {
  content: "\e912";
}

.lnr-magic-wand:before {
  content: "\e913";
}

.lnr-menu:before {
  content: "\e914";
}

.lnr-plus:before {
  content: "\e915";
}

.lnr-radio-off:before {
  content: "\e916";
}

.lnr-radio-on:before {
  content: "\e917";
}

.lnr-products:before {
  content: "\e918";
}

.lnr-user:before {
  content: "\e919";
}

.lnr-magnifier:before {
  content: "\e91a";
}

.lnr-flag:before {
  content: "\e817";
}

.white {
  color: #ffffff;
}

.bkgd-white {
  background-color: #ffffff;
}

.black {
  color: #17181a;
}

.bkgd-black {
  background-color: #17181a;
}

.gray {
  color: #53555a;
}

.bkgd-gray {
  background-color: #53555a;
}

.medium-gray {
  color: #757575;
}

.bkgd-medium-gray {
  background-color: #757575;
}

.barely-there-gray {
  color: #f7f7f7;
}

.bkgd-barely-there-gray {
  background-color: #f7f7f7;
}

.comfy-gray {
  color: #F0F0F0;
}

.bkgd-comfy-gray {
  background-color: #F0F0F0;
}

.light-gray {
  color: #eaeaea;
}

.bkgd-light-gray {
  background-color: #eaeaea;
}

.subtle-gray {
  color: #cccccc;
}

.bkgd-subtle-gray {
  background-color: #cccccc;
}

.soft-gray {
  color: #fafafa;
}

.bkgd-soft-gray {
  background-color: #fafafa;
}

.soft-blue {
  color: #E5FBFF;
}

.bkgd-soft-blue {
  background-color: #E5FBFF;
}

.new-color {
  color: #333333;
}

.bkgd-new-color {
  background-color: #333333;
}

.primary {
  color: #e98b00;
}

.bkgd-primary {
  background-color: #e98b00;
}

.bkgd-primary-dark {
  background-color: #c35200;
}

.x-green {
  color: #55a444;
}

.bkgd-x-green {
  background-color: #55a444;
}

.x-purple {
  color: #915ca4;
}

.bkgd-x-purple {
  background-color: #915ca4;
}

.x-blue {
  color: #00ace3;
}

.bkgd-x-blue {
  background-color: #00ace3;
}

.x-dark-blue {
  color: #1675a9;
}

.bkgd-x-dark-blue {
  background-color: #1675a9;
}

.x-orange {
  color: #e98b00;
}

.bkgd-x-orange {
  background-color: #e98b00;
}

.coral {
  color: #FF6F61;
}

.bkgd-coral {
  background-color: #FF6F61;
}

.soft-green {
  color: #F4FDE7;
}

.bkgd-soft-green {
  background-color: #F4FDE7;
}

.soft-red {
  color: #FFEFE6;
}

.bkgd-soft-red {
  background-color: #FFEFE6;
}

.alert-red {
  color: #e92300;
}

.bkgd-alert-red {
  background-color: #e92300;
}

.warning-yellow {
  color: #f6c001;
}

.bkgd-warning-yellow {
  background-color: #f6c001;
}

.soft-orange {
  color: #FFF5E6;
}

.bkgd-soft-orange {
  background-color: #FFF5E6;
}

@font-face {
  font-family: "Linearicons-Free";
  src: url("fonts/Linearicons-Free.eot?w118d");
  src: url("fonts/Linearicons-Free.eot?#iefixw118d") format("embedded-opentype"), url("fonts/Linearicons-Free.woff2?w118d") format("woff2"), url("fonts/Linearicons-Free.woff?w118d") format("woff"), url("fonts/Linearicons-Free.ttf?w118d") format("truetype"), url("fonts/Linearicons-Free.svg?w118d#Linearicons-Free") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("fonts/glyphicons-halflings-regular.eot?w118d");
  src: url("fonts/glyphicons-halflings-regular.eot?#iefixw118d") format("embedded-opentype"), url("fonts/glyphicons-halflings-regular.woff2?w118d") format("woff2"), url("fonts/glyphicons-halflings-regular.woff?w118d") format("woff"), url("fonts/glyphicons-halflings-regular.ttf?w118d") format("truetype"), url("fonts/glyphicons-halflings-regular.svg?w118d#glyphicons-halflings-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "xrite-icons";
  src: url("fonts/xrite-icons.eot?5lor9e");
  src: url("fonts/xrite-icons.eot?5lor9e#iefix") format("embedded-opentype"), url("fonts/xrite-icons.ttf?5lor9e") format("truetype"), url("fonts/xrite-icons.woff?5lor9e") format("woff"), url("fonts/xrite-icons.svg?5lor9e#xrite-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=lnr-] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "xrite-icons" !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;
}

.lnr-cart:before {
  content: "\e900";
}

.lnr-chat:before {
  content: "\e901";
}

.lnr-checkbox-off:before {
  content: "\e902";
}

.lnr-checkbox-on:before {
  content: "\e903";
}

.lnr-checkbox-solid:before {
  content: "\e904";
}

.lnr-contact:before {
  content: "\e905";
}

.lnr-eye:before {
  content: "\e906";
}

.lnr-find-a-dealer:before {
  content: "\e907";
}

.lnr-earth:before {
  content: "\e908";
}

.lnr-arrow-down:before {
  content: "\e909";
}

.lnr-arrow-left:before {
  content: "\e90a";
}

.lnr-arrow-right:before {
  content: "\e90b";
}

.lnr-arrow-up:before {
  content: "\e90c";
}

.lnr-briefcase:before {
  content: "\e90d";
}

.lnr-chevron-down:before {
  content: "\e90e";
}

.lnr-chevron-left:before {
  content: "\e90f";
}

.lnr-chevron-right:before {
  content: "\e910";
}

.lnr-chevron-up:before {
  content: "\e911";
}

.lnr-cross:before {
  content: "\e912";
}

.lnr-magic-wand:before {
  content: "\e913";
}

.lnr-menu:before {
  content: "\e914";
}

.lnr-plus:before {
  content: "\e915";
}

.lnr-radio-off:before {
  content: "\e916";
}

.lnr-radio-on:before {
  content: "\e917";
}

.lnr-products:before {
  content: "\e918";
}

.lnr-user:before {
  content: "\e919";
}

.lnr-magnifier:before {
  content: "\e91a";
}

.lnr-flag:before {
  content: "\e817";
}

.serif {
  font-family: Noto, Georgia, "Times New Roman", Times, serif;
}

.sans-serif {
  font-family: "Frutiger LT W01_45 Ligh1475730";
}

.super-bold, .two-col strong, .three-col strong {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-weight: bold;
}

.mega-bold {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-weight: 900;
}

.monospace {
  font-family: AnonymousPro, "Courier New", Courier, monospace;
}

b, strong {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "Frutiger LT W01_65 Bold1475746";
}
@font-face {
  font-family: "Frutiger LT W01_66 Bold Italic";
  font-weight: 100;
}
@font-face {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  font-weight: 200;
}
@font-face {
  font-family: "Frutiger LT W01_46 Ligh1475734";
  font-weight: 500;
}
html[lang^=pl] body,
html[lang^=pl] h1, html[lang^=pl] h2, html[lang^=pl] h3, html[lang^=pl] h4, html[lang^=pl] h5, html[lang^=pl] h6,
html[lang^=pl] .heading {
  font-family: "Roboto", Arial, sans-serif;
}
html[lang^=pl] .fa {
  font-family: "FontAwesome" !important;
}
html[lang^=pl] button,
html[lang^=pl] .btn,
article.download-container p.download-downloads html[lang^=pl] a,
html[lang^=pl] article.download-container p.download-downloads a,
html[lang^=pl] .btn-primary {
  font-family: "Roboto", Arial, sans-serif;
}

.no-gutter {
  margin-left: 15px;
  margin-right: 15px;
}

.flex-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .flex-container {
    flex-direction: column;
  }
}
.flex-container.row {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .flex-container.wrap {
    flex-wrap: wrap;
  }
}
.flex-container.align-bottom {
  align-items: flex-end;
}
.flex-container.align-top {
  align-items: flex-start;
}
.flex-container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .flex-container.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .flex-container.reverse-stack {
    flex-direction: column-reverse;
  }
}
.flex-container .flex {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-container .flex.flex-grow {
  flex-grow: 1 !important;
}
@media (max-width: 992px) {
  .flex-container .flex {
    flex-grow: 1;
    flex-basis: 50%;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-duration: 0.35s;
  animation-name: fade-in;
  animation-timing-function: linear;
  opacity: 1;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  animation-duration: 0.35s;
  animation-name: fade-out;
  animation-timing-function: linear;
  opacity: 0;
}

.level {
  box-shadow: 0;
  transition: 0.35s box-shadow;
}
.level-1 {
  box-shadow: 0 0 2px 1px #53555a;
  transition: 0.35s box-shadow;
}
.level-2 {
  box-shadow: 0 0 4px 1px #53555a;
  transition: 0.35s box-shadow;
}
.level-3 {
  box-shadow: 0 0 6px 1px #53555a;
  transition: 0.35s box-shadow;
}
.level-4 {
  box-shadow: 0 0 8px 1.5px #53555a;
  transition: 0.35s box-shadow;
}
.level-5 {
  box-shadow: 0 0 10px 2px #53555a;
  transition: 0.35s box-shadow;
}

@keyframes level-up {
  from {
    box-shadow: 0 0 2px 1px #53555a;
  }
  to {
    box-shadow: 0 0 10px 2px #53555a;
  }
}
@keyframes level-down {
  from {
    box-shadow: 0 0 10px 2px #53555a;
  }
  to {
    box-shadow: 0 0 2px 1px #53555a;
  }
}
.level-up {
  animation-duration: 0.35s;
  animation-name: level-up;
  animation-timing-function: ease-in;
  box-shadow: 0 0 10px 2px #53555a;
}

.level-down {
  animation-duration: 0.35s;
  animation-name: level-down;
  animation-timing-function: ease-in;
  box-shadow: 0 0 2px 1px #53555a;
}

@keyframes hinge-top {
  from {
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: top;
  }
}
.hinge-top {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-top;
  animation-timing-function: ease-in;
}

@keyframes hinge-bottom {
  from {
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
  }
}
.hinge-bottom {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-bottom;
  animation-timing-function: ease-in;
}

@keyframes hinge-right {
  from {
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: right;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
  }
}
.hinge-right {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-right;
  animation-timing-function: ease-in;
}

@keyframes hinge-left {
  from {
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: left;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
  }
}
.hinge-left {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-left;
  animation-timing-function: ease-in;
}

@keyframes hinge-middle-bottom {
  from {
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
  }
}
.hinge-middle-bottom {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-middle-bottom;
  animation-timing-function: ease-in;
}

@keyframes hinge-middle-top {
  from {
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: center;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
  }
}
.hinge-middle-top {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-middle-top;
  animation-timing-function: ease-in;
}

@keyframes hinge-middle-left {
  from {
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
  }
}
.hinge-middle-left {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-middle-left;
  animation-timing-function: ease-in;
}

@keyframes hinge-middle-right {
  from {
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: center;
  }
  to {
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
  }
}
.hinge-middle-right {
  animation-duration: 0.35s;
  animation-name: fade-in, hinge-middle-right;
  animation-timing-function: ease-in;
}

@keyframes spin-cw {
  from {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(360deg);
    transform-origin: center center;
  }
}
.spin-cw {
  animation-duration: 0.35s;
  animation-name: spin-cw;
  animation-timing-function: ease-in;
}

@keyframes spin-ccw {
  from {
    transform: rotate(0deg);
    transform-origin: center center;
  }
  to {
    transform: rotate(-360deg);
    transform-origin: center center;
  }
}
.spin-ccw {
  animation-duration: 0.35s;
  animation-name: spin-ccw;
  animation-timing-function: ease-in;
}

@keyframes shake {
  0% {
    transform: translate(0);
  }
  25% {
    transform: translate(-10px);
  }
  50% {
    transform: translate(10px);
  }
  75% {
    transform: translate(-10px);
  }
  100% {
    transform: translate(0);
  }
}
.shake {
  animation-duration: 0.35s;
  animation-name: shake;
  animation-timing-function: linear;
}

/**
 * Fade animations:
 * fade
 * fade-up, fade-down, fade-left, fade-right
 * fade-up-right, fade-up-left, fade-down-right, fade-down-left
 */
[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

/**
 * Zoom animations:
 * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
 * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
 */
[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

/**
 * Slide animations
 */
[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate3d(0, 0, 0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

/**
 * Flip animations:
 * flip-left, flip-right, flip-up, flip-down
 */
[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

header {
  /* adjusted as part of sprint 3 8/22 --ARC*/
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
}

@media only screen and (min-width: 1200px) {
  header .container-fluid {
    width: 1170px;
  }
}
header .container-fluid else {
  width: 1170px;
}

header .lnr {
  font-size: 29px;
}

li.search {
  cursor: pointer;
}

.navbar-desktop .lnr.lnr-magnifier {
  color: #e98b00;
}

.navbar-mobile .lnr.lnr-menu {
  color: #e98b00;
}

.navigation {
  text-align: right;
}

.navigation ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .navigation ul {
    /*removed during sprint 3 testing, 8/22 --ARC */
    padding: 32px 0px;
  }
}
.navigation ul else {
  /*removed during sprint 3 testing, 8/22 --ARC */
  padding: 32px 0px;
}

.navigation li {
  display: inline;
  color: #53555a;
  /*padding-left: $padding-horizontal;*/
}

.navigation a {
  color: #53555a;
  padding: 0;
  text-decoration: none;
  /*added 9/6 as fix to sprint 3 work --ARC */
  hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}

.navigation a:hover {
  color: #53555a;
  text-decoration: underline;
}

.navigation text {
  text-decoration: none;
}

.primary-nav > li {
  position: relative;
  /*padding: 30px;*/
  margin-right: -30px;
  top: 8px;
}

.primary-nav > li > a {
  padding: 26px;
  margin: 10px;
}

.primary-nav > li > a:hover {
  text-decoration: none;
  color: #17181a;
}

.primary-nav > li.search span {
  position: relative;
  top: 10px;
}

.navbar-desktop .utility-nav {
  position: relative;
  top: 15px;
}

.utility-nav {
  font-size: 14px;
  padding: 0 !important;
}

.utility-nav li {
  display: inline;
}

.utility-nav a {
  text-decoration: none;
  padding-right: 12px;
}

/* ARC */
nav.breadcrumb ul.utility-nav a {
  color: #53555a;
}

/* Cart Icon style added by ARC 6/2/17 */
.utility-nav a.cart-icon::before,
.utility-nav a.my-xrite-icon::before {
  font-family: "FontAwesome" !important;
  margin-right: 8px;
  font-size: 1.2em;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.utility-nav a.cart-icon::before {
  content: "\f07a";
}

.utility-nav a.my-xrite-icon::before {
  content: "\f007";
  font-size: 1.1em;
}

.utility-nav a.cart-icon:hover::before {
  display: inline-block;
}

.utility-nav a:after {
  padding-left: 12px;
  content: "|";
}

.utility-nav li:last-of-type a:after {
  content: "";
}

.navbar-desktop {
  min-height: 92px;
  height: 92px;
}

.navbar-logo {
  float: left;
  display: block;
}

.navbar-logo img {
  padding: 15px 0;
  width: 100%;
  max-width: 150px;
  margin-top: 12px;
}
@media only screen and (min-width: 768px) {
  .navbar-logo img {
    margin-top: 5px;
    max-width: 300px;
  }
}
.navbar-logo img else {
  margin-top: 5px;
  max-width: 300px;
}
@media only screen and (min-width: 992px) {
  .navbar-logo img {
    max-width: 100%;
  }
}
.navbar-logo img else {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .navbar-logo img {
    padding: 24px 0;
    margin-top: 25px;
    padding-bottom: 22px;
  }
}
.navbar-logo img else {
  padding: 24px 0;
  margin-top: 25px;
  padding-bottom: 22px;
}

.mobile-nav li {
  padding-left: 0;
  margin-left: 2.5%;
}

.mobile-nav a:hover {
  text-decoration: none;
}

.mobile-menu {
  position: absolute;
  width: 100%;
  font-size: 16px;
  z-index: 100;
  left: -100%;
  transition: 0.35s all;
  overflow: scroll;
  height: calc(90vh - 103px);
}
@media only screen and (min-width: 992px) {
  .mobile-menu {
    height: calc(100vh - 103px);
  }
}
.mobile-menu else {
  height: calc(100vh - 103px);
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  background-color: #333333;
  border-top: 1px solid #53555a;
}

.mobile-menu a {
  display: block;
  padding: 15px;
  color: #ffffff;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #ffffff;
  background-color: #e98b00;
}

.mobile-menu a .lnr {
  margin-top: -5px;
}

.mobile-menu a .lnr:first-of-type {
  float: left;
  width: 50px;
  height: 50px;
}

.mobile-menu a .lnr:last-of-type {
  float: right;
}

/* Animation Bits */
.mobile-menu {
  background-color: #cccccc;
}

.mobile-menu [class*=mobile-menu--] ~ ul {
  top: 0;
  left: -200%;
  width: 100%;
  position: absolute;
  transition: 0.35s all;
  background-color: #cccccc;
  height: calc(100vh - 104px);
}

.mobile-menu.subnav-active > ul > li {
  background-color: transparent;
}

.mobile-menu.subnav-active > ul > li > a {
  display: none;
  opacity: 0;
}

.mobile-menu .active ~ ul > li > a {
  opacity: 1;
}

.mobile-menu .active ~ ul {
  left: 0%;
}

.mobile-menu .lnr-arrow-right {
  display: none;
}

.mobile-menu .mobile-menu-trigger--sub .lnr-arrow-right {
  display: inline;
}

/* Desktop Opened Menu */
.primary-nav > li:hover {
  /*background-color: $primary-dark;*/
}

.primary-nav > li:hover .desktop-mega-menu,
.primary-nav > li:hover .desktop-list-menu {
  display: block;
}

.desktop-mega-menu,
.desktop-list-menu {
  display: none;
  position: absolute;
  /* changed from 21 to 18, 8/22 sprint 3 --ARC */
  margin-top: 18px;
  background-color: #eef0f2;
  z-index: 100;
  /* added 8/22 sprint 3 --ARC */
  border-top: 4px solid #e98b00;
}

.desktop-mega-menu {
  padding: 2.5% 0;
}

.desktop-list-menu ul li {
  display: block;
  line-height: 120%;
  margin-bottom: 8px;
}

.desktop-list-menu ul li:last-of-type {
  margin-bottom: 0;
}

.desktop-list-menu {
  left: 10px;
  min-width: 200px;
  max-width: 400px;
  width: max-content;
  overflow-x: hidden;
  padding-top: 8px;
  /* box-sizing: content-box; */
  padding-right: 26px;
  text-align: left;
  padding-left: 26px;
}

.desktop-mega-menu ul {
  padding: 0;
  text-align: left;
}

.desktop-mega-menu .list-unstyled, .desktop-mega-menu .four-blocker ul, .four-blocker .desktop-mega-menu ul, .desktop-mega-menu div.tag-cloud-container ul, div.tag-cloud-container .desktop-mega-menu ul {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.desktop-mega-menu li {
  display: block;
}

.desktop-list-menu li a {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.desktop-mega-menu a {
  font-size: 14px;
  padding-left: 0;
  cursor: pointer;
}

.desktop-mega-menu h3,
.desktop-mega-menu h3 small {
  color: #ffffff;
  margin-bottom: 0;
  /* added sprint 3 8/22 --ARC */
  font-weight: bold;
}

.breadcrumb {
  background: none;
}

.breadcrumb .utility-nav {
  margin-top: 15px;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) {
  .breadcrumb .utility-nav {
    float: left;
    width: 70%;
  }
}
.breadcrumb .utility-nav else {
  float: left;
  width: 70%;
}

.breadcrumb .social-list {
  margin-bottom: 0 !important;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .breadcrumb .social-list {
    float: left;
  }
}
.breadcrumb .social-list else {
  float: left;
}

.breadcrumb .social-list li:first-child {
  display: inline;
}

.breadcrumb .social-list li:first-child a {
  padding-left: 0;
}

/* Header Search Box */
.search-box {
  background-color: #ffffff;
}

.search-box .search-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.search-box .search-submit > * {
  margin: 0;
  transition: 0.35s all;
}

.search-box .search-submit > input {
  background-color: #e98b00;
  border-color: #e98b00;
  color: #ffffff;
}

.search-box .search-submit > input:hover {
  background-color: #c35200;
  border-color: #c35200;
}

.search-box .search-submit > .lnr {
  font-size: 30px;
  position: absolute;
  top: 0;
  left: -56px;
  padding: 13px;
}

.product-listing .search-box {
  margin-top: 0;
}

.button-navigation {
  border-top: 2px solid #ffffff;
  display: block;
  background-color: #e98b00;
}

.button-navigation > *,
.button-navigation a > * {
  color: #ffffff;
}

.button-navigation > * > * {
  padding: 30px 0;
  border-left: 1px solid #ffffff;
}

.button-navigation > * > *:first-of-type {
  border-left: 0;
}

.header-search-box {
  background-color: rgb(244.9, 244.9, 244.9);
  border-bottom: 1px solid #cccccc;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
}

.header-search-box .form-group input::placeholder,
.header-search-box .form-group textarea::placeholder {
  color: #17181a;
  opacity: 0.3;
}

.header-search-box .container {
  margin-bottom: 0;
}

.header-search-box .form-group input:valid + label > span {
  opacity: 0;
}

.menu-active #mobile-menu-trigger .lnr-menu:before {
  content: "\e912";
}

.menu-active {
  position: fixed;
}

@media (max-width: 1200px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 140;
    top: 0;
  }
}
/*.primary-nav > li > a {
  font-size: 16px;
      line-height: 16px;
}*/
.primary-nav > li {
  position: static;
}

.primary-nav .dropdown-list-container {
  position: relative;
  top: 0;
}

/*
.desktop-list-menu {
  margin-top: 221px;
}*/
.desktop-mega-menu h3 a {
  font-size: 18px;
  line-height: 20px;
}

.header-search-box.collapse.in,
.header-search-box.collapsing {
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .header-search-box.collapse.in,
  .header-search-box.collapsing {
    margin-top: 0;
  }
}
.header-search-box.collapse.in else,
.header-search-box.collapsing else {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .header-search-box.collapse.in,
  .header-search-box.collapsing {
    margin-top: 20px;
  }
}
.header-search-box.collapse.in else,
.header-search-box.collapsing else {
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .header-search-box.collapse.in,
  .header-search-box.collapsing {
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
  }
}
.header-search-box.collapse.in else,
.header-search-box.collapsing else {
  margin-top: 0;
  position: relative;
  top: 0;
  z-index: 0;
}

.header-search-box label {
  display: none;
}

#header-search input#search {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#header-search div.search-submit > input[type=submit] {
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

footer {
  padding: 30px 0 0 0;
  /* changed -ARC */
  background-color: #333333;
  color: #ffffff;
}

/* added -ARC */
footer .bkgd-primary-dark {
  background-color: #333333;
}

footer hr {
  opacity: 0.3;
}

footer .container {
  margin-bottom: 0;
}

footer .bkgd-white {
  color: #e98b00;
  padding: 30px 0;
}

footer .bkgd-white a {
  color: #e98b00;
}

footer .bkgd-primary-dark a:hover {
  /* changed -ARC */
  color: #ffffff;
}

footer a.h3 {
  font-size: 18px;
  font-weight: bold;
}

footer h3 {
  margin-bottom: 0;
}

footer h3 small {
  color: #ffffff;
}

footer a {
  color: #cccccc;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
}

footer .container [class*=col-] {
  margin-bottom: 0;
}

footer .accordion-mobile .accordion-trigger {
  display: block;
}

.back-to-top {
  border: 1px solid #e98b00;
  padding: 15px;
  position: relative;
  top: -10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .back-to-top {
    top: -70px;
  }
}
.back-to-top else {
  top: -70px;
}

.back-to-top span {
  transition: 0.35s all;
  top: 0;
  position: relative;
  margin-right: 5px;
}

.back-to-top:hover {
  text-decoration: none;
}

.back-to-top:hover span {
  top: -5px;
}

.language-container {
  position: relative;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .language-container {
    border-top: 1px solid #53555a;
  }
}

.language-container label {
  color: #ffffff;
  font-size: 18px;
  display: block;
}
@media only screen and (min-width: 480px) {
  .language-container label {
    display: inline;
  }
}
.language-container label else {
  display: inline;
}
@media only screen and (min-width: 992px) {
  .language-container label {
    font-size: 24px;
  }
}
.language-container label else {
  font-size: 24px;
}

.language-container label:first-of-type {
  padding-left: 0;
}
@media only screen and (min-width: 480px) {
  .language-container label:first-of-type {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.language-container label:first-of-type else {
  padding-left: 10px;
  padding-right: 10px;
}

.language-container label:after {
  content: "▾";
  padding-left: 6px;
}

footer a:hover,
footer a:active,
footer a:focus {
  text-decoration: none;
  color: #ffffff;
}

.language-container,
.language-container label {
  cursor: pointer;
  text-decoration: none !important;
}

a[href="#global-gateway"]:hover {
  cursor: pointer;
  text-decoration: none !important;
}

.language-container .lnr {
  position: relative;
  font-size: 24px;
  top: 5px;
  color: #ffffff;
  text-decoration: none !important;
  display: none;
}
@media only screen and (min-width: 480px) {
  .language-container .lnr {
    display: inline;
  }
}
.language-container .lnr else {
  display: inline;
}
@media only screen and (min-width: 992px) {
  .language-container .lnr {
    top: 3px;
  }
}
.language-container .lnr else {
  top: 3px;
}

.language-container .container {
  text-align: center;
}

.disclaimer-bar {
  /* added 9/6 as fix to Sprint 3 UAT */
  padding: 10px 0;
  margin-top: 30px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .disclaimer-bar {
    margin-top: 10px;
  }
}

.disclaimer-bar a:before {
  content: "";
  display: inline;
  margin: 12px;
  /* changed -ARC */
  /* border-right: 1px solid $primary; */
  border-right: 1px solid #53555a;
}

.disclaimer-bar a:first-child:before {
  border-right: none;
}

@media (max-width: 768px) {
  .disclaimer-bar span.copyright-wrapper {
    display: block;
    width: 100%;
  }
}

div.getresponse-signup input {
  margin: 0;
}
div.getresponse-signup a.getresponse-modal-trigger {
  display: block;
  text-decoration: none;
}

footer .bkgd-primary-dark.disclaimer-bar {
  background-color: #17181a;
  position: relative;
}

footer #footer-modals {
  color: #53555a;
  position: relative;
  top: 35px;
}

.customH2 > * {
  font-size: 1.8125rem !important;
}

.leftang {
  border-color: transparent #00ace3 #00ace3 transparent;
  border-style: solid;
  border-width: 20px 10px 20px 10px;
  height: 0;
  width: 0;
  position: absolute;
  left: -19px;
}

.rightang {
  border-color: transparent transparent #00ace3 #00ace3;
  border-style: solid;
  border-width: 20px 10px 20px 10px;
  height: 0;
  width: 0;
  position: absolute;
  right: -19px;
}

.leftang:hover .leftang > button {
  background-color: #0085b0;
}

.rightang:hover button > .rightang {
  background-color: #0085b0;
}

#mainFooter {
  border-top: 5px solid #00ace3;
}

footer {
  position: relative;
  bottom: 35px;
  padding: 30px 0 0 0;
  background-color: #333333;
  color: #ffffff;
}

@media (max-width: 992px) {
  #container-bumper {
    display: none;
  }
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons {
  border-radius: 0 !important;
  border: 0 !important;
}

.phone {
  color: #e98b00 !important;
  border-bottom: 1px dashed #757575;
  text-decoration: none;
}

.phone:hover {
  color: #e98b00;
  border-bottom: 1px dashed #757575;
  text-decoration: underline;
}

.social-list {
  margin: 22.5px 0;
}

.social-list li {
  display: inline-block;
  padding-right: 0px;
}

.social-list li:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .social-list li:first-child {
    display: inline-block;
  }
}
.social-list li:first-child else {
  display: inline-block;
}

footer .social-list li:first-child {
  display: inline-block;
}

.social-list a {
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 20px;
  background-color: #ffffff;
  opacity: 1;
  font-size: 20px;
}

/* Social List Color Override --ARC */
ul.social-list li a,
ul.social-list li a i {
  /* changed 8/22 --ARC */
  color: #999999;
}

footer ul.social-list li a,
footer .social-list li a i {
  /* changed 8/22 --ARC */
  color: #53555a;
}

.social-list a {
  line-height: 35px;
}

aside .social-list a {
  border: 1px solid #e98b00;
}

.social-list a:hover {
  transition: 0.35s all;
  opacity: 0.7;
}

.social-list i {
  width: 20px;
  text-align: center;
  color: #e98b00;
}

nav.social {
  position: absolute;
  width: 250px;
  top: 80px;
  right: 48px;
}

nav.social h5 {
  position: relative;
  left: -50px;
  top: 65px;
}

.social-list.social-list-alt a {
  background-color: #53555a;
}

.social-list.social-list-alt i {
  color: #ffffff;
}

ul {
  padding-left: 16px;
  margin-bottom: 15px;
}

ol {
  padding-left: 28px;
  margin-bottom: 15px;
}

li {
  line-height: 1.5em;
}

.pagination {
  display: block;
  clear: both;
}

.pagination.utility-nav ul {
  padding-left: 0;
}

.pagination.utility-nav a {
  font-size: 16px;
  padding: 5px;
  top: -3px;
  position: relative;
}

.pagination.utility-nav .first a,
.pagination.utility-nav .last a {
  top: 0;
}

.pagination.utility-nav li:hover a,
.pagination.utility-nav .active a {
  background-color: #e98b00;
  color: #ffffff;
  cursor: pointer;
}

.pagination.utility-nav li.first:hover a,
.pagination.utility-nav li.last:hover a {
  background-color: transparent;
  color: #c35200;
  cursor: pointer;
}

.pagination.utility-nav a:after {
  display: none;
}

body {
  background-color: #ffffff;
  color: #53555a;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
  text-rendering: optimizeLegibility;
}
body.safari .page-wrapper {
  overflow: hidden;
}
body.safari.menu-active .page-wrapper {
  overflow-x: hidden;
  overflow-y: scroll;
}

.page-wrapper {
  z-index: 10;
}
.container {
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0;
    margin-bottom: 22.5px;
  }
}
.container else {
  padding: 0;
  margin-bottom: 22.5px;
}

.breadcrumb.container {
  /*  margin-bottom: 0;*/
}

.container .container {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding: 0;
  }
}
.container-fluid else {
  padding: 0;
}

/*****************
  Sectioning Classes
******************/
/*.container {
  margin: 0px $margin-horizontal;
  padding: 0px $padding-horizontal;
  box-sizing: border-box;
}*/
.extra-spaccing {
  padding: 20px 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

body.modal-open {
  position: fixed;
  left: 0;
  right: 0;
}

hr {
  clear: both;
}

.google-maps > iframe {
  width: 100%;
  border: 0;
  height: 400px;
}

/****************************************
XRP Additions to Containers - 3/10/17 ARC
****************************************/
.xrp-fine-print {
  border-top: 1px solid #53555a;
  padding: 20px 0px 20px 0px;
  margin-top: 40px;
  font-size: 14px;
  color: #53555a;
}

.xrp-fine-print h1 {
  font-size: 1.5em;
  font-weight: bold;
}
.xrp-fine-print h2 {
  font-size: 1.4em;
  font-weight: bold;
}
.xrp-fine-print h3 {
  font-size: 1.3em;
  font-weight: bold;
}
.xrp-fine-print h4 {
  font-size: 1.2em;
  font-weight: bold;
}
.xrp-fine-print h5 {
  font-size: 1em;
  font-weight: bold;
}

table {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
}

td {
  /* changed --ARC */
  /* border: 1px solid $primary; */
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 15px 1.25%;
  text-align: left;
}

th {
  /* changed --ARC */
  /* border: 1px solid $primary; */
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  /* background-color: $primary; */
  background-color: #53555a;
  color: #ffffff;
  padding: 15px 1.25%;
  text-align: left;
}

/* added as part of Sprint 4 Contact Us changes, 9/11 --ARC  */
.xrp-contact-us-phone-number-table > div.row:nth-child(2n+0) {
  background-color: #eaeaea;
}
@media only screen and (min-width: 768px) {
  .xrp-contact-us-phone-number-table > div.row:nth-child(2n+0) {
    background-color: transparent;
  }
}
.xrp-contact-us-phone-number-table > div.row:nth-child(2n+0) else {
  background-color: transparent;
}

.xrp-contact-us-phone-number-table > div.row > div:first-child {
  font-weight: bold;
}

.xrp-contact-us-phone-number-table a[href^="tel:"] {
  color: #53555a;
}

.xrp-contact-us-phone-number-table > div.row {
  padding-bottom: 4px;
}

.stripped-table {
  /* changed --ARC */
  border: 1px solid #eaeaea;
  /* border: 1px solid $primary; */
}

.stripped-table th {
  background-color: transparent;
  /* changed --ARC */
  /* color: $primary; */
  color: #53555a;
}

.stripped-table th,
.stripped-table td {
  border: none;
}

.stripped-table td {
  background-color: #eaeaea;
  /* changed --ARC */
  border: 1px solid #53555a;
  /* border: 1px solid $primary; */
}

.compare-table.horizontal-border {
  min-width: 800px;
}

.compare-table th {
  padding: 15px 2.5%;
}

/* added 8/22 sprint 3 --ARC */
.compare-table td.table-flex-header {
  padding-bottom: 0;
}

.compare-table td.table-flex-header .flex-space {
  margin-bottom: 11.25px;
}

.horizontal-border td,
.horizontal-border th {
  border: none;
}

.horizontal-border th {
  color: #53555a;
  background-color: transparent;
}

.horizontal-border tr {
  /* changed --ARC */
  /* border-bottom: 1px solid $primary; */
  border-bottom: 1px solid #cccccc;
}

.horizontal-border tr:last-child {
  border-bottom: none;
}

/*.horizontal-border td {
  border-right: 1px solid $primary;
}*/
.table-responsive-hi {
  width: 100%;
  overflow-y: hidden;
}

.table-flex-header {
  padding: 0;
  vertical-align: top;
  padding-bottom: 15px;
}

.table-flex-header .flex-space-copy {
  /*height: 140px;*/
}

.tableHidden.collapse,
.accordion-mobile .tableHidden.collapse {
  min-height: 200px;
  height: 0 !important;
  overflow: hidden;
  display: block;
}

.tableHidden.collapse.in,
.accordion-mobile .collapse.in {
  min-height: 100% !important;
  height: 100% !important;
}

table.collapse {
  max-height: 200px;
  overflow: hidden;
  display: block !important;
  padding-left: 0;
  padding-right: 0;
}

table.collapse.in {
  max-height: 100% !important;
  display: block !important;
}

code {
  background-color: #53555a;
  border: 1px solid #17181a;
  border-radius: 3px;
  box-sizing: border-box;
  color: #17181a;
  display: block;
  margin-top: 15px;
  padding: 3px 5px;
}

hr {
  /* changed --ARC */
  /* border-color: $primary; */
  border-color: #cccccc;
}

kbd {
  background-color: #53555a;
  border-radius: 3px;
  box-sizing: border-box;
  color: #17181a;
  padding: 2px 4px;
}
kbd:before {
  content: "›";
  display: inline;
  margin-right: 5px;
}

p {
  margin: 15px 0px;
}

.article h1 small {
  display: block;
}

.article .social-list a:first-child {
  padding-left: 0;
}

a {
  color: #e98b00;
  text-decoration: none;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  /* Adjusted hover state 8/22 --ARC */
}
a:hover {
  color: #c35200;
}
a:active, a:focus {
  color: #c35200;
}

/* added --ARC */
/* YAML Product Titles */
#ymal h3 > a {
  color: #53555a;
}

/* Compare Table Styles */
table.compare-table h3 > a {
  color: #53555a;
}

.strike-through {
  text-decoration: line-through;
}

.small,
small {
  font-size: 75%;
}

/* Sprint 2 "See More" Links */
/* added 1/31/18 --ARC */
.show-more-support, .show-more-button, a.toggler.show-more-button span.accordion-closed:before, a.toggler.show-more-button span.accordion-open:before, a.toggler.show-more-support span.accordion-open:before, a.toggler.show-more-support span.accordion-closed:before,
.show-more-support:link,
.show-more-support:active,
.show-more-support:focus,
.show-more-support:hover {
  color: #53555a;
  font-weight: bold;
  text-decoration: none;
}

.show-more-support:before, .show-more-button:before, a.toggler.show-more-button span.accordion-closed:before, a.toggler.show-more-button span.accordion-open:before, a.toggler.show-more-support span.accordion-open:before, a.toggler.show-more-support span.accordion-closed:before {
  font-family: FontAwesome;
  content: "\f0fe";
  color: #00ace3 !important;
  display: block;
  float: left;
  margin-right: 10px;
}

a.toggler.show-more-support:before, a.toggler.show-more-button:before {
  display: none;
  content: none;
  margin-right: 0;
}

a.toggler.show-more-support span.accordion-closed:before, a.toggler.show-more-button span.accordion-closed:before {
  content: "\f0fe";
}

a.toggler.show-more-support span.accordion-open:before, a.toggler.show-more-button span.accordion-open:before {
  content: "\f146";
}

.text-bold {
  font-weight: bold;
}

.wide-text {
  letter-spacing: 1.2px;
}

.up-arrow:after {
  content: "▴";
  font-style: normal;
}

.right-arrow:after {
  content: "▸";
  font-style: normal;
}

.bottom-arrow:after {
  content: "▾";
  font-style: normal;
}

.left-arrow:after {
  content: "◂";
  font-style: normal;
}

span.breaker {
  display: block;
  width: 20%;
  border: 2px solid #00ace3;
  margin-bottom: 15px;
}
span.breaker.orange {
  border-color: #e98b00;
}

button, .btn, article.download-container p.download-downloads a, .btn-primary {
  background-color: #e98b00;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  padding: 15px 0px;
  width: 100%;
  outline: none;
  transition: 0.35s all;
  /* Added below to supersede default btn styles 8/22 -ARC */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}

.btn-primary, .btn, article.download-container p.download-downloads a {
  width: auto;
  min-width: 60%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
}

.btn-full-width, section#compare-drawer-container #productCompareDiv button#compareButton, .side-form .form-group > input#leadGenGatedSubmit, .form-group > button.btn.btn-primary {
  min-width: initial;
  max-width: 100%;
  width: 100% !important;
}

.native-width {
  min-width: 0px;
}

button[disabled],
html input[disabled] {
  opacity: 0.7;
  background-color: #eaeaea !important;
  color: #53555a;
}

.btn.disabled, article.download-container p.download-downloads a.disabled {
  opacity: 0.7;
  background-color: #eaeaea !important;
  color: #53555a;
}

/* adjusted disabled btns --ARC 8/22 */
button[disabled]:hover,
html input[disabled]:hover,
.btn.disabled:hover,
article.download-container p.download-downloads a.disabled:hover {
  background-color: #eaeaea !important;
  color: #53555a;
  cursor: default;
}

button:hover,
.btn:hover,
article.download-container p.download-downloads a:hover {
  background-color: #c35200;
  color: #ffffff;
}

button.close {
  opacity: 0.4;
  width: initial;
  min-width: initial;
  padding-left: initial;
  padding-right: initial;
  max-width: initial;
  text-shadow: none;
  cursor: pointer;
}
button.close:hover {
  background-color: transparent;
}

.btn-container button,
.btn-container .btn,
.btn-container article.download-container p.download-downloads a,
article.download-container p.download-downloads .btn-container a {
  margin-bottom: 15px;
}

.btn.btn-white, article.download-container p.download-downloads a.btn-white {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.btn.btn-white:hover, article.download-container p.download-downloads a.btn-white:hover,
.btn.btn-white:active,
article.download-container p.download-downloads a.btn-white:active {
  color: #17181a;
  background-color: #ffffff;
}

/*
.btn-container button:last-child,
.btn-container .btn:last-child {
  margin-bottom: 0;
}*/
/* added --ARC */
/* YMAL and Compare-table button classes July 2017 */
.btn.btn-secondary-xrp, .image-flex div.image-flex-copy a.btn, main#product .btn-container a.btn, article.download-container p.download-downloads a.btn-secondary-xrp, .image-flex div.image-flex-copy article.download-container p.download-downloads a, article.download-container p.download-downloads .image-flex div.image-flex-copy a, main#product .btn-container article.download-container p.download-downloads a, article.download-container p.download-downloads main#product .btn-container a {
  border: 2px solid #00ace3;
  color: #00ace3;
  font-weight: bold;
  background-color: transparent;
}

.btn.btn-secondary-xrp:hover, .image-flex div.image-flex-copy a.btn:hover, main#product .btn-container a.btn:hover, article.download-container p.download-downloads a.btn-secondary-xrp:hover, .image-flex div.image-flex-copy article.download-container p.download-downloads a:hover, article.download-container p.download-downloads .image-flex div.image-flex-copy a:hover, main#product .btn-container article.download-container p.download-downloads a:hover, article.download-container p.download-downloads main#product .btn-container a:hover,
.btn.btn-secondary-xrp:active,
.image-flex div.image-flex-copy a.btn:active,
main#product .btn-container a.btn:active,
article.download-container p.download-downloads a.btn-secondary-xrp:active,
.image-flex div.image-flex-copy article.download-container p.download-downloads a:active,
article.download-container p.download-downloads .image-flex div.image-flex-copy a:active,
main#product .btn-container article.download-container p.download-downloads a:active,
article.download-container p.download-downloads main#product .btn-container a:active {
  border: 2px solid #00ace3;
  color: #ffffff;
  background-color: #00ace3;
}

.button-alt {
  border: 1px solid #ffffff;
  transparent: 0.7;
  background-color: rgb(145, 92, 164);
  background-color: #e98b00;
}

.btn.btn-secondary, .new-carousel + .noscript-container .noscript-slide .btn-container .btn + .btn, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a + .btn, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a + .btn, article.download-container p.download-downloads a.btn-secondary, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads .btn + a, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container .btn + a, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a + a, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a + a {
  color: #e98b00;
  border: 1px solid #e98b00;
  background-color: transparent;
}

.btn.btn-secondary:hover, .new-carousel + .noscript-container .noscript-slide .btn-container .btn + .btn:hover, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a + .btn:hover, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a + .btn:hover, article.download-container p.download-downloads a.btn-secondary:hover, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads .btn + a:hover, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container .btn + a:hover, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a + a:hover, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a + a:hover {
  color: #ffffff;
  background-color: #e98b00;
}

.btn.btn-green, article.download-container p.download-downloads a.btn-green {
  color: #ffffff;
  background-color: #88b04b;
}

.btn.btn-green:hover, article.download-container p.download-downloads a.btn-green:hover {
  background-color: rgb(108.3665338645, 140.2390438247, 59.7609561753);
}

.list-filters {
  padding-left: 0;
}

.checkbox label {
  padding-left: 0;
}

.checkbox input {
  display: none;
}

.checkbox input,
.checkbox input + .psuedo-input {
  position: absolute;
  top: 0;
  right: 5px;
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
  color: #ffffff;
  background-color: #ffffff;
  border-radius: 3px;
}

.checkbox.checkbox-left input,
.checkbox.checkbox-left input + .psuedo-input {
  left: 0;
}

.checkbox.checkbox-left {
  padding-left: 35px;
}

.checkbox input + .psuedo-input {
  top: 0px;
  height: 23px;
  width: 23px;
}

.checkbox input[type=checkbox]:checked,
.checkbox input[type=checkbox]:checked + .psuedo-input {
  background-color: #e98b00;
  border-color: #e98b00;
}

.checkbox input[type=checkbox]:disabled,
.checkbox input[type=checkbox]:disabled + .psuedo-input {
  opacity: 0.3;
}

.checkbox.disabled {
  opacity: 0.3;
}

.checkbox input[type=checkbox]:checked + .psuedo-input:after {
  content: "\f00c";
  position: relative;
  top: -2px;
  right: -4px;
  font-size: 16px;
  font-family: FontAwesome;
}

.checkbox input[type=radio] + .psuedo-input {
  /* changed 8/24 as part of sprint 3 --ARC */
  border-radius: 50%;
  border-color: #cccccc;
}

.checkbox input[type=radio]:checked,
.checkbox input[type=radio]:checked + .psuedo-input {
  background-color: #e98b00;
  border-color: #e98b00;
}

.checkbox input[type=radio]:disabled,
.checkbox input[type=radio]:disabled + .psuedo-input {
  opacity: 0.3;
}

.checkbox input[type=radio]:checked + .psuedo-input:after {
  content: "\f111";
  position: relative;
  /* changed from -4 to -1, 8/24 as part of sprint 3 --ARC */
  top: -1px;
  right: -4px;
  font-size: 15px;
  font-family: FontAwesome;
}

.form-control {
  border: 1px solid #cccccc;
}

.select-form-container label {
  z-index: 0;
}

.select-form-container select {
  height: 57px;
  margin: 15px auto;
  position: relative;
  z-index: 10;
  /* added 9/11 to 'fix' webkit appearance of dropdowns --ARC */
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  background-color: #ffffff;
}

div#xrp-sort-options > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

div#xrp-sort-options .form-control {
  display: inline;
}

@media only screen and (min-width: 768px) {
  div#xrp-sort-options .select-form-container select {
    margin: auto;
    height: auto;
    border: none;
    font-size: initial;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
  }
}
div#xrp-sort-options .select-form-container select else {
  margin: auto;
  height: auto;
  border: none;
  font-size: initial;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
}

/* added 9/11 to provide for baseline dropdown styling and unicode dropdown arrow --ARC */
.select-form-container::after {
  content: "▾";
  color: rgb(132.7456647399, 135.4624277457, 142.2543352601);
  font-size: 19.2px;
  z-index: 99;
  position: absolute;
  right: 14px;
  top: 14px;
  pointer-events: none;
  text-shadow: 0 0 12px #ffffff;
}

div#xrp-sort-options .select-form-container::after {
  right: 30px;
  top: 3px;
  z-index: 100;
  pointer-events: none;
}

.select-form-container select::-ms-expand {
  display: none;
}

.select-form-container select + label > span {
  z-index: 99;
}

/* added 10/12 to fix floating :after arrow on product listing page --ARC */
/* commented out while working on product card listing*/
@media only screen and (max-width: 450px) {
  .select-form-container.select-form-container--large select {
    margin-top: 45px;
  }
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  display: block;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  font-size: 16px;
  line-height: 1.25em;
  margin: 15px auto;
  padding: 15px;
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
input[type=text] {
  color: #e98b00;
}
label {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  font-size: 16px;
  color: #53555a;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #c35200 !important;
  border-color: #ffffff;
}

.btn-primary.focus,
.btn-primary:focus {
  background-color: #e98b00;
}

.btn-primary.focus:hover,
.btn-primary:focus:hover {
  background-color: #c35200;
}

textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #cccccc;
  padding: 15px;
  margin: 15px 0;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
}

.textarea-container {
  margin-top: 15px;
}

.modal-header h4 {
  float: left;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.modal-header button {
  width: auto;
}

.form-control {
  font-size: 18px;
}

/* Add on stuff. Not sure if this will remain */
.form-group {
  position: relative;
}

.form-group label {
  font-weight: 400;
  pointer-events: none;
}

.form-group label span {
  position: absolute;
  color: #e98b00;
  top: 0;
  padding: 15px;
  transition: 0.35s all;
}

.form-group input[type=text] {
  color: #53555a;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #e98b00;
  outline: none;
  border: 1px solid #008acf;
  box-shadow: 0px 2px 3px rgba(102, 209, 227, 0.12) inset, 0px 2px 12px rgba(0, 207, 255, 0.08);
}

input, select, textarea {
  outline: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.05) inset;
}

.form-group input ~ label > span,
.form-group select ~ label > span,
.form-group select.error ~ label ~ label > span,
.form-group input:valid.empty ~ label > span,
.form-group select:valid.empty ~ label > span,
.form-group select:valid.error.empty ~ label ~ label > span {
  color: #e98b00;
  top: -10px;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  opacity: 1;
  line-height: 1;
}

@media only screen and (max-width: 450px) {
  .form-group.select-form-container--large input ~ label > span,
  .form-group.select-form-container--large select ~ label > span,
  .form-group.select-form-container--large select.error ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large *.empty ~ label > span,
  .form-group--large .form-group.select-form-container--large input.empty ~ label > span,
  .form-group--large .form-group.select-form-container--large select.empty ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.empty ~ label > span,
  .form-group--large .form-group.select-form-container--large input.error.empty ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.error.empty ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large select.error.empty ~ label ~ label > span {
    top: -10px;
  }
}

@media only screen and (max-width: 450px) {
  .form-group--large .form-group.select-form-container--large *:focus ~ label > span,
  .form-group--large .form-group.select-form-container--large input:valid ~ label > span,
  .form-group--large .form-group.select-form-container--large select:valid ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea:valid ~ label > span,
  .form-group--large .form-group.select-form-container--large input.error:valid ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.error:valid ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large select.error:valid ~ label ~ label > span {
    top: -45px;
  }
}
@media only screen and (min-width: 992px) {
  .form-group--large .form-group.select-form-container--large *:focus ~ label > span,
  .form-group--large .form-group.select-form-container--large input:valid ~ label > span,
  .form-group--large .form-group.select-form-container--large select:valid ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea:valid ~ label > span,
  .form-group--large .form-group.select-form-container--large input.error:valid ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.error:valid ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large select.error:valid ~ label ~ label > span {
    top: -45px;
  }
}

@media only screen and (min-width: 992px) {
  .form-group--large .form-group.select-form-container--large *:focus + label > span {
    top: -45px !important;
  }
}

@media only screen and (max-width: 450px) {
  .form-group--large .form-group.select-form-container--large *.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large input.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large select.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large input.error.not-empty ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.error.not-empty ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large select.error.not-empty ~ label ~ label > span {
    top: -45px;
  }
}
@media only screen and (min-width: 992px) {
  .form-group--large .form-group.select-form-container--large *.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large input.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large select.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.not-empty ~ label > span,
  .form-group--large .form-group.select-form-container--large input.error.not-empty ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large textarea.error.not-empty ~ label ~ label > span,
  .form-group--large .form-group.select-form-container--large select.error.not-empty ~ label ~ label > span {
    top: -45px;
  }
}

.form-group--large {
  margin-top: 10px;
}

.form-group textarea + label > span {
  color: #e98b00;
  top: 0;
  font-size: 14px;
  width: 100%;
  opacity: 1;
}

.form-group input ~ label > span > span,
.form-group textarea ~ label > span > span,
.form-group select ~ label > span > span {
  opacity: 0;
  right: -20px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: transparent;
  border-color: #e98b00;
}

.form-group *:focus ~ label > span,
.form-group input:valid ~ label > span,
.form-group select:valid ~ label > span,
.form-group textarea:valid ~ label > span,
.form-group input.error:valid ~ label ~ label > span,
.form-group textarea.error:valid ~ label ~ label > span,
.form-group select.error:valid ~ label ~ label > span,
.form-group *:focus.not-empty ~ label > span,
.form-group input.not-empty ~ label > span,
.form-group select.not-empty ~ label > span,
.form-group textarea.not-empty ~ label > span {
  top: -30px;
}

.form-group select.not-valid.empty ~ label ~ label > span,
.form-group select.valid.empty ~ label ~ label > span,
.form-group select.not-empty ~ label ~ label > span,
.form-group textarea.error.not-empty ~ label ~ label > span,
.form-group select.error.not-empty ~ label ~ label > span {
  top: -45px;
}

.form-group input.error.not-empty ~ label ~ label > span {
  top: -30px;
}

.form-group select.valid ~ label ~ label > span,
.form-group select.valid.empty ~ label ~ label > span {
  /*top: -45px!important;*/
  top: -30px !important;
}

.form-group select.not-valid.empty ~ label ~ label > span {
  color: red;
}

.form-group *:focus ~ label > span {
  top: -30px !important;
}

.form-group input.valid ~ label ~ label > span {
  top: -30px;
  color: #e98b00;
  font-size: 14px;
}

.form-group textarea:focus ~ label > span,
.form-group textarea:valid ~ label > span,
.form-group textarea.valid ~ label + label > span {
  top: -25px !important;
}

.form-group input:not(:focus):valid + label span,
.form-group select:not(:focus):valid + label span,
.form-group input.error:not(:focus):valid + label + label > span,
.form-group textarea.error:not(:focus):valid + label + label > span {
  /*color: $x-green;*/
}

.form-group input:not(:focus):valid ~ label > span > span,
.form-group select:not(:focus):valid ~ label > span > span,
.form-group input.error:not(:focus):valid ~ label + label > span > span,
.form-group textarea.error:not(:focus):valid ~ label + label > span > span {
  opacity: 1;
  right: 0;
}

.form-group.error input:invalid {
  border-color: red;
}

.form-group.error input ~ label span,
label.error {
  color: red;
}

/* added 8/24 to support sprint 3 elevated CTA --ARC */
.form-group > button.btn.btn-primary {
  margin-bottom: 10px;
  margin-top: 5px;
}

/* added 9/11 as a fix for Sprint 3 elevated buttons on sidebar forms */
.side-form .form-group > input#leadGenGatedSubmit {
  margin-bottom: 10px;
  margin-top: 5px;
}

@media only screen and (min-width: 992px) {
  .video-modal .modal-dialog {
    width: 670px;
  }
}
.video-modal .modal-dialog else {
  width: 670px;
}

@media only screen and (min-width: 992px) {
  #ooyalaplayer-async .modal-dialog {
    width: 670px;
  }
}
#ooyalaplayer-async .modal-dialog else {
  width: 670px;
}

.video-modal #ooyalaplayer,
#ooyalaplayer-async {
  max-width: 100%;
}

/* Loading Icon */
@keyframes loading {
  0% {
    transform-origin: 100% 100%;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: 100% 100%;
    transform: rotate(360deg);
  }
}
.loading {
  position: relative;
  display: block;
  z-index: 13;
  margin: 15px auto;
  width: 100px;
  height: 100px;
  border: 5px solid transparent;
  border-radius: 50%;
  background-color: transparent;
}
.loading:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 12;
  top: 4px;
  left: 4px;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #ffffff;
}
.loading:after {
  position: absolute;
  display: block;
  top: 0;
  content: "";
  z-index: 11;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  border-radius: 200px 0 0 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, #e98b00 50%, #c35200 100%);
  animation: loading 0.9s linear infinite;
}

.form--large {
  padding-bottom: 30px;
}

.form-help-text {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 30px;
  height: 30px;
  width: 30px !important;
  /*changed from 1 to 0.8 --ARC */
  line-height: 0px;
  z-index: 100;
  /*added to fix .btn style overriding the width of this class, updated 9/12 --ARC */
  max-width: 30px;
  min-width: 30px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: #cccccc;
}
.form-help-text:active, .form-help-text:focus {
  outline: none !important;
}

.side-form {
  background-color: rgb(244.8, 244.8, 244.8);
  padding: 15px;
  border: 1px solid #cccccc;
  margin-bottom: 22.5px;
}
@media (max-width: 768px) {
  .side-form {
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .side-form {
    margin-top: 15px;
  }
}

.xrp-side-form-header-container {
  box-sizing: border-box;
  padding: 10px;
  background-color: #e98b00;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.xrp-side-form-header-container h1, .xrp-side-form-header-container h2, .xrp-side-form-header-container h3, .xrp-side-form-header-container h4, .xrp-side-form-header-container h5, .xrp-side-form-header-container h6, .xrp-side-form-header-container p, .xrp-side-form-header-container span {
  line-height: 120%;
  font-weight: bold;
}
.xrp-side-form-header-container .side-form-header-glyph {
  width: 40px;
  height: 40px;
}

.xrp-side-form-header-container svg.side-form-header-glyph {
  fill: #e98b00;
  /*border: 2px solid red;*/
  position: absolute;
  left: 65%;
}

.side-form > form {
  margin-left: 15px;
  margin-right: 15px;
}

.modal-body .form--large {
  max-width: 100%;
}

label.help-button {
  padding-right: 40px;
}

.modal-body form .row .col-md-6:first-child .form-group,
form .row .col-md-6:first-child .form-group {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 768px;
  }
}
.error > span {
  display: block !important;
  color: red;
  padding-left: 15px;
  clear: both;
  color: red;
}

/* added as part of Sprint 4 Contact Us changes, 9/12 --ARC  */
.xrp-contact-us-side-bar-wrapper {
  padding: 15px 0px;
}

.xrp-contact-us-form-wrapper {
  background-color: #f1f1f1;
  padding: 15px 20px;
}

.form-group input:focus ~ label > span,
.form-group select:focus ~ label > span,
.form-group textarea:focus ~ label > span,
.form-group input:valid:focus.empty ~ label > span,
.form-group textarea:valid:focus.empty ~ label > span,
.form-group select:valid:focus.empty ~ label > span {
  color: #008acf !important;
}

/* Required for JQuery Validate */
.form-group input.error + label + label > span,
.form-group textarea.error + label + label > span,
.form-group select.error + label + label > span {
  color: red !important;
  top: -30px;
  font-size: 14px;
  width: 100%;
  opacity: 1;
}

.form-group textarea.error + label + label > span {
  color: red;
  font-size: 14px;
  width: 100%;
  opacity: 1;
}

.form-group input.error,
.form-group select.error,
.form-group textarea.error {
  border-color: red;
  background-color: #fbf6f7;
}

.form-group input.error + label {
  color: red;
}

.captcha-align {
  margin-left: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  line-height: 1;
  margin: 7px 0px;
  padding: 0;
  vertical-align: middle;
}

h1,
.heading-one {
  font-size: 26px;
}
@media only screen and (min-width: 992px) {
  h1,
  .heading-one {
    font-size: 44px;
  }
}
h1 else,
.heading-one else {
  font-size: 44px;
}

h2,
.heading-two {
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  h2,
  .heading-two {
    font-size: 29px;
  }
}
h2 else,
.heading-two else {
  font-size: 29px;
}

h3,
.heading-three {
  font-size: 24px;
}

h4,
.heading-four {
  font-size: 20px;
}

h5,
.heading-five {
  font-size: 18px;
}

h6,
.heading-six {
  font-size: 18px;
}

.heading {
  color: #e98b00;
}

hgroup {
  margin: 0;
  padding: 0;
}

.section-title > * {
  margin-bottom: 0;
}

.section-title > hr {
  margin: 0;
  margin-bottom: 15px;
}

.banner {
  text-align: center;
  position: relative;
}

.banner-copy {
  position: absolute;
  color: #ffffff;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.banner-background img {
  max-width: 100%;
  width: 100%;
}

.banner-buttons {
  display: block;
  float: none;
}

.banner-slide {
  position: relative;
}

.without-arrows .slick-arrow {
  display: none !important;
}

.slick-dots {
  position: relative;
  margin-top: -50px;
  padding-left: 0;
}

.slick-dots li {
  display: inline;
}

.slick-dots li button {
  border-radius: 24px;
  padding: 12px;
  margin: 12px;
  height: 12px;
  width: 12px;
  background-color: #eaeaea;
  color: transparent;
  /* added 8/22 sprint 3 */
  min-width: initial;
  max-width: initial;
}

.slick-dots li.slick-active button {
  background-color: #e98b00;
}

.product-carousel .slick-dots {
  display: none !important;
}

.product-carousel .slick-prev,
.product-carousel .slick-next {
  background: transparent;
}

.product-carousel .slick-prev:before,
.product-carousel .slick-next:before,
.coloratti--lightbox .coloratti--slider .slick-prev:before,
.coloratti--lightbox .coloratti--slider .slick-next:before,
.product-banner-carousel .slick-prev:before,
.product-banner-carousel .slick-next:before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #eaeaea;
  font-size: 20px;
}

.product-carousel .slick-prev,
.product-carousel .slick-next,
.coloratti--lightbox .coloratti--slider .slick-prev,
.coloratti--lightbox .coloratti--slider .slick-next,
.product-banner-carousel .slick-prev,
.product-banner-carousel .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 80px;
  margin-top: -25px;
  padding: 0;
  cursor: pointer;
  color: #eaeaea;
  border: none;
  outline: none;
  background: transparent;
}

.product-carousel .slick-prev {
  left: 25px;
  z-index: 1;
}

.product-banner-carousel .slick-prev {
  left: -45px;
  margin-top: -55px;
}
.coloratti--lightbox .coloratti--slider .slick-prev {
  left: -40px;
}

.product-carousel .slick-next {
  right: 0;
}

.product-banner-carousel .slick-next {
  right: -40px;
  margin-top: -55px;
}
.product-banner-carousel .slick-next:before,
.product-banner-carousel .slick-prev:before {
  font-size: 50px;
}

.coloratti--lightbox .coloratti--slider .slick-next {
  right: -40px;
}

.coloratti--slider .slick-arrow {
  display: none !important;
}

.coloratti--lightbox .coloratti--slider .slick-arrow {
  display: inline-block !important;
}

.product-carousel .slick-prev:before,
.coloratti--lightbox .coloratti--slider .slick-prev:before,
.product-banner-carousel .slick-prev:before {
  content: "\e079";
}

.product-carousel .slick-next:before,
.coloratti--lightbox .coloratti--slider .slick-next:before,
.product-banner-carousel .slick-next:before {
  content: "\e080";
}

.product-carousel .hero-sub-slider {
  padding: 0 50px;
  margin-top: 22.5px;
}

.product-carousel .hero-sub-slider .flex-space {
  padding: 0 15px;
}

.coloratti-sub--slider .flex-space {
  padding: 0 15px;
}

@media only screen and (max-width: 1200px) {
  .coloratti-sub--slider .col-xs-4 {
    width: 33.33333333% !important;
  }
}

@media only screen and (max-width: 1200px) {
  .coloratti-sub--anchor {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }
}

.product-banner-carousel .slick-dots {
  text-align: center;
  top: 0;
  margin-top: 0;
}

.product-banner-carousel-container.container {
  padding-right: 45px;
  padding-left: 45px;
  margin-top: 22.5px;
}

.slick-slide:focus {
  outline: none;
}

.flex-space {
  margin-bottom: 26.5px;
}

.product-listing .flex-space {
  margin-bottom: 22.5px;
}

.flex-space img {
  width: 100%;
}

.flex-space.new-flex-space > * {
  /*margin: -15px;*/
  position: relative;
}

.flex-space-interactive {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.flex-space-interactive button {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  padding: 0;
  border: 1px solid #ffffff;
  line-height: normal;
}

.flex-space-interactive button:before {
  content: "+";
}

.flex-space-interactive.active button:before {
  content: "-";
}

.flex-space-interactive > a {
  display: block;
}

.flex-space-interactive > a:before {
  content: " ";
  position: absolute;
  transition: 0.35s all;
  background-color: transparent;
}

.flex-space-interactive.active > a:before {
  height: 100%;
  width: 100%;
  background-color: #e98b00;
  mix-blend-mode: multiply;
}

.flex-space-interactive.active.half > a:before {
  height: 0;
  bottom: 0;
  background-color: transparent;
  mix-blend-mode: multiply;
}

.flex-space-interactive.active.half .flex-space-copy {
  position: absolute;
  color: #ffffff;
  top: auto;
  height: 0%;
  bottom: 0;
  width: 100%;
  height: auto;
}

.flex-space-interactive.active.half .flex-space-copy:after {
  content: "";
  position: absolute;
  background-color: #e98b00;
  background-color: rgba(51, 51, 51, 0.7);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+24,0.65+51,0.75+69,0.9+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 24%, rgba(0, 0, 0, 0.65) 51%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 24%, rgba(0, 0, 0, 0.65) 51%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 24%, rgba(0, 0, 0, 0.65) 51%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#e6000000",GradientType=0 ); /* IE6-9 */
}

.flex-space-interactive.active.half .flex-space-copy > * {
  margin: 0;
  position: relative;
  line-height: 1.2;
  z-index: 11;
  word-break: normal;
}

.flex-space-interactive.active.half .flex-space-copy > p {
  display: none;
}

.flex-space-interactive.active.half .flex-space-copy.secondary {
  position: relative;
}

.flex-space-interactive .flex-space-copy {
  overflow: hidden;
  color: #ffffff;
  opacity: 1;
  transition: 0.35s all;
}

.flex-space-interactive .flex-space-copy * {
  opacity: 0;
}

.flex-space-interactive .flex-space-copy h2 {
  opacity: 1;
  color: #53555a;
}

.flex-space-interactive .flex-space-copy a {
  color: #ffffff;
}

.flex-space-interactive.active .flex-space-copy {
  opacity: 1;
}

.flex-space-interactive.active .flex-space-copy h2 {
  color: #ffffff;
  font-size: 22px;
}

.flex-space-interactive.active .flex-space-copy * {
  opacity: 1;
}

.flex-space-stacked a {
  display: block;
  cursor: pointer;
}

.flex-space-stacked .flex-space-copy {
  pointer-events: none;
}

.flex-space-interactive .flex-space-copy,
.flex-space-stacked .flex-space-copy {
  position: absolute;
  height: 100%;
  overflow: hidden;
  top: 0;
  padding: 30px 15px 15px 15px;
}
@media only screen and (max-width: 1200px) {
  .flex-space-interactive .flex-space-copy,
  .flex-space-stacked .flex-space-copy {
    padding: 15px;
  }
}

.flex-space-stacked button {
  display: none;
}

.flex-space-copy > * {
  padding-top: 0;
  padding-bottom: 0;
}

.flex-space-copy > h3 {
  line-height: 1.2;
}

/*.flex-space-copy {
    padding-bottom: $padding-vertical--small;
}*/
.flex-space-interactive .flex-space-copy p,
.flex-space-stacked .flex-space-copy p {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .flex-space-interactive .flex-space-copy p,
  .flex-space-stacked .flex-space-copy p {
    line-height: 1.2;
    margin: 7px 0;
  }
}

.flex-space.col-md-4 .medium {
  display: none;
}
@media only screen and (min-width: 480px) {
  .flex-space.col-md-4 .medium {
    display: block;
  }
}
.flex-space.col-md-4 .medium else {
  display: block;
}
@media only screen and (min-width: 992px) {
  .flex-space.col-md-4 .medium {
    display: none;
  }
}
.flex-space.col-md-4 .medium else {
  display: none;
}

.flex-space.col-md-4 .small {
  display: block;
}
@media only screen and (min-width: 480px) {
  .flex-space.col-md-4 .small {
    display: none;
  }
}
.flex-space.col-md-4 .small else {
  display: none;
}
@media only screen and (min-width: 992px) {
  .flex-space.col-md-4 .small {
    display: block;
  }
}
.flex-space.col-md-4 .small else {
  display: block;
}

.flex-space.col-md-4 .medium-large,
.flex-space.col-md-4 .large {
  display: none;
}

.flex-space.col-md-6 .small,
.flex-space.col-md-6 .medium-large,
.flex-space.col-md-6 .large {
  display: none;
}

.flex-space.col-md-12 .small,
.flex-space.col-md-12 .medium-large {
  display: none;
}

.flex-space.col-md-12 .large {
  display: none;
}
@media only screen and (min-width: 992px) {
  .flex-space.col-md-12 .large {
    display: block;
  }
}
.flex-space.col-md-12 .large else {
  display: block;
}

.flex-space.col-md-12 .medium {
  display: none;
}
@media only screen and (min-width: 480px) {
  .flex-space.col-md-12 .medium {
    display: block;
  }
}
.flex-space.col-md-12 .medium else {
  display: block;
}
@media only screen and (min-width: 992px) {
  .flex-space.col-md-12 .medium {
    display: none;
  }
}
.flex-space.col-md-12 .medium else {
  display: none;
}

.flex-space.col-md-6 .medium {
  display: none;
}
@media only screen and (min-width: 480px) {
  .flex-space.col-md-6 .medium {
    display: block;
  }
}
.flex-space.col-md-6 .medium else {
  display: block;
}

.flex-space.col-md-3 .medium,
.flex-space.col-md-3 .medium-large .flex-space.col-md-3 .large {
  display: none;
}

.flex-space.col-md-8 .small,
.flex-space.col-md-8 .medium,
.flex-space.col-md-8 .large {
  display: none;
}

.flex-space.col-md-6 .small,
.flex-space.col-md-12 .small,
.flex-space.col-md-8 .small {
  display: block;
}
@media only screen and (min-width: 480px) {
  .flex-space.col-md-6 .small,
  .flex-space.col-md-12 .small,
  .flex-space.col-md-8 .small {
    display: none;
  }
}
.flex-space.col-md-6 .small else,
.flex-space.col-md-12 .small else,
.flex-space.col-md-8 .small else {
  display: none;
}

@media only screen and (min-width: 480px) {
  .flex-space .small,
  .flex-space .medium-large {
    max-height: 263px;
  }
}
.flex-space .small else,
.flex-space .medium-large else {
  max-height: 263px;
}

/* Page Specific Flex Space Styles */
/*.product-listing {
    margin-top: $margin-vertical;
}*/
.product-listing .flex-space {
  border-bottom: 1px solid #eaeaea;
}

.product-listing .flex-space-copy {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-listing .flex-space-copy {
    height: 200px;
  }
}
.product-listing .flex-space-copy else {
  height: 200px;
}

.product-listing .price-tag {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .product-listing .price-tag {
    min-height: 100px;
  }
}
.product-listing .price-tag else {
  min-height: 100px;
}

/*
.product-listing .flex-space {
    margin-bottom: 50px;
}
*/
.promo-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #1675a9 transparent transparent transparent;
}

.promo-triangle span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  color: #ffffff;
  top: -52px;
  left: 5px;
}

.col-md-6 .flex-space .innerWrapper,
.col-md-8 .flex-space .innerWrapper,
.col-md-12 .flex-space .innerWrapper {
  height: 300px !important;
}
@media only screen and (min-width: 992px) {
  .col-md-6 .flex-space .innerWrapper,
  .col-md-8 .flex-space .innerWrapper,
  .col-md-12 .flex-space .innerWrapper {
    height: 400px !important;
  }
}
.col-md-6 .flex-space .innerWrapper else,
.col-md-8 .flex-space .innerWrapper else,
.col-md-12 .flex-space .innerWrapper else {
  height: 400px !important;
}

.flex-space-copy.flex-space-copy--alt * {
  color: #ffffff !important;
}

.bkgd-light-gray .flex-space {
  display: block;
  clear: both;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .bkgd-light-gray .flex-space {
    clear: none;
  }
}
.bkgd-light-gray .flex-space else {
  clear: none;
}

.bkgd-light-gray .flex-space > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bkgd-light-gray .flex-space img {
  width: 25%;
  float: left;
  display: block;
  margin-bottom: 22.5px;
  margin-right: 2.5%;
}
@media only screen and (min-width: 1200px) {
  .bkgd-light-gray .flex-space img {
    width: 50%;
    float: none;
    display: inline;
  }
}
.bkgd-light-gray .flex-space img else {
  width: 50%;
  float: none;
  display: inline;
}

@media only screen and (min-width: 1200px) {
  .bkgd-light-gray .flex-space img.small {
    display: inline;
  }
}
.bkgd-light-gray .flex-space img.small else {
  display: inline;
}

.bkgd-light-gray .flex-space .flex-space-copy {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .bkgd-light-gray .flex-space .flex-space-copy {
    text-align: center;
  }
}
.bkgd-light-gray .flex-space .flex-space-copy else {
  text-align: center;
}

.w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .w-10 {
    width: 100%;
  }
}

.w-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20 {
    width: 100%;
  }
}

.w-30 {
  width: 30%;
}
@media (max-width: 768px) {
  .w-30 {
    width: 100%;
  }
}

.w-40 {
  width: 40%;
}
@media (max-width: 768px) {
  .w-40 {
    width: 100%;
  }
}

.w-50 {
  width: 50%;
}
@media (max-width: 768px) {
  .w-50 {
    width: 100%;
  }
}

.w-60 {
  width: 60%;
}
@media (max-width: 768px) {
  .w-60 {
    width: 100%;
  }
}

.w-70 {
  width: 70%;
}
@media (max-width: 768px) {
  .w-70 {
    width: 100%;
  }
}

.w-80 {
  width: 80%;
}
@media (max-width: 768px) {
  .w-80 {
    width: 100%;
  }
}

.w-90 {
  width: 90%;
}
@media (max-width: 768px) {
  .w-90 {
    width: 100% !important;
  }
}

.w-100 {
  width: 100%;
}
@media (max-width: 768px) {
  .w-100 {
    width: 100%;
  }
}

.flex-space.new-flex-space {
  padding-left: 0;
  padding-right: 0;
  pointer-events: auto;
}
@media (max-width: 630px) {
  .flex-space.new-flex-space .flex-space-stacked {
    display: block !important;
  }
  .flex-space.new-flex-space .flex-space-copy {
    padding-top: 15px !important;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .flex-space.new-flex-space .flex-space-stacked {
    display: flex;
    align-items: center;
  }
  .flex-space.new-flex-space .flex-space-stacked > a:first-child {
    flex: 1 1 auto;
    margin-right: 20px;
  }
  .flex-space.new-flex-space .flex-space-copy {
    flex: 1 1 auto;
    margin-left: 20px;
    padding-top: 0;
  }
}
.flex-space.new-flex-space .flex-space-copy {
  width: 50%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-left: 30px;
  margin: 0;
}
.flex-space.new-flex-space .flex-space-copy p, .flex-space.new-flex-space .flex-space-copy h3 {
  text-shadow: 0 0 0, 0 0 20px rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .flex-space.new-flex-space .flex-space-copy p, .flex-space.new-flex-space .flex-space-copy h3 {
    text-shadow: 0 0 0;
  }
}
.flex-space.new-flex-space .flex-space-copy h3 {
  margin-top: 0;
  margin-bottom: 6px;
}
.flex-space.new-flex-space .flex-space-copy p {
  line-height: 170%;
  margin: 0;
}
@media (max-width: 992px) {
  .flex-space.new-flex-space .flex-space-copy p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .flex-space.new-flex-space .flex-space-copy p {
    font-size: 16px;
  }
}
.flex-space.new-flex-space .flex-space-copy.light {
  color: #ffffff;
}
@media (max-width: 768px) {
  .flex-space.new-flex-space .flex-space-copy.light {
    color: #53555a;
  }
}
.flex-space.new-flex-space .flex-space-copy.light p, .flex-space.new-flex-space .flex-space-copy.light h3 {
  text-shadow: 0 0 0, 0 0 20px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .flex-space.new-flex-space .flex-space-copy.light p, .flex-space.new-flex-space .flex-space-copy.light h3 {
    text-shadow: 0 0 0;
  }
}
@media (max-width: 1200px) {
  .flex-space.new-flex-space .flex-space-copy {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .flex-space.new-flex-space .flex-space-copy {
    width: 80%;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .flex-space.new-flex-space .flex-space-copy {
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}
.flex-space.new-flex-space .btn-container {
  display: none;
  margin-top: 15px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .flex-space.new-flex-space .btn-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .flex-space.new-flex-space .btn-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
}
.flex-space.new-flex-space .btn-container .btn, .flex-space.new-flex-space .btn-container article.download-container p.download-downloads a, article.download-container p.download-downloads .flex-space.new-flex-space .btn-container a {
  transition: 0.35s all;
  min-width: auto;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  pointer-events: auto;
}
.flex-space.new-flex-space .btn-container .btn, .flex-space.new-flex-space .btn-container article.download-container p.download-downloads a, article.download-container p.download-downloads .flex-space.new-flex-space .btn-container a {
  background-color: #00ace3;
  color: #ffffff;
  border: 2px solid transparent;
  margin-right: 20px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.flex-space.new-flex-space .btn-container .btn:hover, .flex-space.new-flex-space .btn-container article.download-container p.download-downloads a:hover, article.download-container p.download-downloads .flex-space.new-flex-space .btn-container a:hover {
  background-color: #008acf;
}
.flex-space.new-flex-space img.flex-space-image {
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  width: auto;
}
@media (max-width: 768px) {
  .flex-space.new-flex-space img.flex-space-image.big-image {
    display: none;
  }
}
.flex-space.new-flex-space img.flex-space-image.small-image {
  display: none;
}
@media (max-width: 768px) {
  .flex-space.new-flex-space img.flex-space-image.small-image {
    display: block;
  }
}

.price-tag > * > * {
  display: block;
  color: #55a444;
  text-transform: uppercase;
}

.price-tag small {
  display: block;
  margin: 10px 0;
}

.price-tag .price-drop {
  text-decoration: line-through;
  display: inline;
  padding-right: 10px;
}

.product-listing .flex-space img {
  margin-bottom: 7px;
}

.hero-slider object {
  height: 350px !important;
}

.product-carousel .slick-dots {
  display: block !important;
}

.product-carousel .slick-dots {
  top: 30px;
  text-align: center;
}

.product-carousel .slick-dots li button {
  padding: 4px;
}

div[data-target="#video-modal"] {
  cursor: pointer;
}

.tab-component {
  margin-top: 15px;
  padding: 15px;
  /* changed --ARC */
  /* border-top: 1px solid $primary; */
}

.tab-component--hero .nav-tabs > li {
  text-align: center;
  /* flexbox test as fix to sprint 3, 9/6 --ARC */
  flex-grow: 1;
  flex-basis: content;
  width: auto;
}

.nav-tabs {
  /* flexbox test as fix to sprint 3, 9/6 --ARC */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  border-bottom: none;
}

.nav-tabs > li {
  /* changed --ARC */
  /* border-top: 1px solid transparent; */
}

.nav-tabs > li > a {
  font-size: 16px;
  text-decoration: none;
  border: none;
  border-radius: none;
  word-break: normal;
  /* changed --ARC */
  border-top: 2px solid transparent;
}
@media screen and (max-width: 1200px) {
  .nav-tabs > li > a {
    font-size: 14px;
  }
}

.nav-tabs > li.active > a:before {
  /* changed; added display none to overrule --ARC */
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -16px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e98b00;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: transparent;
  border-top: 3px solid transparent;
  margin-top: -1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  /* changed --ARC */
  /* border: none; */
  border: 1px solid #cccccc;
  border-bottom: 1px solid transparent;
  border-top: 3px solid #e98b00;
  /* added --ARC */
  margin-top: -1px;
  margin-right: 1px;
  margin-left: -1px;
}

.nav-tabs > li.active:first-of-type > a {
  margin-left: 0px;
}

.nav-tabs .lnr {
  margin-right: 2.5%;
}

.tab-content {
  /* changed --ARC */
  /* margin-top: $margin-vertical; */
  padding: 25px 10px 10px 10px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .tab-content {
    padding: 25px 10px 10px 10px;
    border: 0px;
  }
}
.tab-content .accordion-trigger {
  display: block;
  font-size: 20px;
  margin: 10px 5px;
  padding: 15px 15px;
  background-color: rgb(246.75, 246.75, 246.75);
  color: #17181a;
  font-weight: bold;
  text-shadow: none;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.tab-content .accordion-trigger:hover,
.tab-content .accordion-trigger:active .tab-content .accordion-trigger:focus {
  text-decoration: none;
}

/* Tab to Accordion Shenanigans */
.accordion-mobile .nav-tabs {
  display: none;
}
@media only screen and (min-width: 992px) {
  .accordion-mobile .nav-tabs {
    display: block;
  }
}
.accordion-mobile .nav-tabs else {
  display: block;
}

.accordion-mobile .tab-content > .tab-pane {
  height: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .accordion-mobile .tab-content > .tab-pane {
    overflow: visible;
    display: none;
  }
}
.accordion-mobile .tab-content > .tab-pane else {
  overflow: visible;
  display: none;
}

.accordion-mobile .tab-content > .tab-pane.in {
  height: auto;
}

@media only screen and (min-width: 992px) {
  .accordion-mobile .tab-content > .tab-pane.active {
    height: auto;
    display: block;
  }
}
.accordion-mobile .tab-content > .tab-pane.active else {
  height: auto;
  display: block;
}

@media only screen and (min-width: 992px) {
  .accordion-mobile .accordion-trigger {
    display: none;
  }
}
.accordion-mobile .accordion-trigger else {
  display: none;
}

.overviewTab div[class*=col-] > div[class*=col-],
.overviewTab div[class*=col-] > div[class*=col-] > div[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

body .flexible-feature-area .accordion-icon {
  display: none;
}

@media only screen and (min-width: 992px) {
  /*css override for javascript accordion*/
  .accordion-mobile .collapse {
    display: block !important;
    height: 100% !important;
  }
}
else {
  /*css override for javascript accordion*/
}
else .accordion-mobile .collapse {
  display: block !important;
  height: 100% !important;
}

.filters .filter-reset {
  text-align: right;
  padding-right: 20px;
}

.filters .accordion {
  border-top: 1px solid #e98b00;
}

.filters .accordion .accordion-trigger {
  color: #e98b00;
  margin: 15px 0;
}

.filters .accordion .lnr {
  float: right;
  position: relative;
  top: 7px;
  transition: 0.35s all;
  transform: rotate(90deg);
}

.filters .accordion .collapsed .lnr {
  transform: rotate(0deg);
}

.filters .accordion-mobile,
.filters .filter-container {
  height: 0;
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .filters .accordion-mobile,
  .filters .filter-container {
    height: auto !important;
  }
}
.filters .accordion-mobile else,
.filters .filter-container else {
  height: auto !important;
}

#partnerLocatorContainer .list-filters {
  margin-top: 22.5px;
}

#partnerLocatorContainer .back-to-top {
  top: -10px;
}

.list-filters .checkbox label {
  padding-right: 30px;
}

.product-listing .accordion-mobile.collapse.in,
.product-listing .filter-container.collapse.in {
  height: auto;
}

/* added --ARC */
.filters > .row {
  margin-left: 0;
  margin-right: 0;
}

.filters.tab-pane {
  margin: 15px 0;
}
@media only screen and (min-width: 992px) {
  .filters.tab-pane {
    margin: 0;
  }
}
.filters.tab-pane else {
  margin: 0;
}

.filters .filter-header {
  background-color: #e98b00;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .filters .filter-header {
    background-color: transparent;
    text-align: left;
    padding: 0;
    color: #e98b00;
  }
}
.filters .filter-header else {
  background-color: transparent;
  text-align: left;
  padding: 0;
  color: #e98b00;
}

.filters .filter-header a {
  color: #ffffff;
  display: block;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .filters .filter-header a {
    color: #e98b00;
    padding: 0;
    text-decoration: none;
    cursor: default;
  }
}
.filters .filter-header a else {
  color: #e98b00;
  padding: 0;
  text-decoration: none;
  cursor: default;
}

.filters .filter-header > *,
.filters .filter-reset > * {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5em;
}

.filters .filter-header,
.filters .filter-reset {
  height: 62px;
}
@media only screen and (min-width: 992px) {
  .filters .filter-header,
  .filters .filter-reset {
    height: auto;
  }
}
.filters .filter-header else,
.filters .filter-reset else {
  height: auto;
}

.filters .filter-reset {
  background-color: #ffffff;
  border: 1px solid #e98b00;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}
@media only screen and (min-width: 768px) {
  .filters .filter-reset {
    margin: 0;
  }
}
.filters .filter-reset else {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .filters .filter-reset {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 23px;
    line-height: 1.5;
  }
}
.filters .filter-reset else {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 23px;
  line-height: 1.5;
}

.filters .form-group {
  margin-bottom: 28px;
}

.ffa-container {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .ffa-container {
    margin-top: 20px;
  }
}

.flexible-feature-area {
  background-color: #E5FBFF;
  transition: background-color 0.3s ease;
  padding: 12px 14px;
}
.flexible-feature-area.ffa-open {
  background-color: #ffffff;
}

.flexible-feature-area .accordion .accordion-trigger {
  font-size: 16px;
  cursor: pointer;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  border-radius: 0;
  text-decoration: none;
  color: #17181a;
  display: block;
}
.flexible-feature-area .accordion .accordion-trigger:before {
  float: none;
  font-family: "xrite-icons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: 900;
  font-size: 20px;
  top: 1px;
  position: absolute;
  left: 0;
  content: "\e915";
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  display: block;
  padding: 0;
  color: #00ace3;
  margin-right: 12px;
}
.flexible-feature-area .accordion .accordion-trigger.collapsed:before {
  transform: rotate(0deg);
}

.flexible-feature-area .accordion {
  padding-left: 32px;
  padding-right: 20px;
  position: relative;
}
.flexible-feature-area .accordion .ffa-inner {
  padding-bottom: 10px;
}
.flexible-feature-area .accordion .ffa-inner p {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 160%;
  color: #757575;
}
.flexible-feature-area .accordion .ffa-inner .btn, .flexible-feature-area .accordion .ffa-inner article.download-container p.download-downloads a, article.download-container p.download-downloads .flexible-feature-area .accordion .ffa-inner a {
  margin-top: 12px;
  display: inline-block;
  width: auto;
  min-width: auto;
  color: #757575;
  border: 2px solid #757575;
  padding: 10px 30px;
  background-color: transparent;
}
.flexible-feature-area .accordion .ffa-inner .btn:hover, .flexible-feature-area .accordion .ffa-inner article.download-container p.download-downloads a:hover, article.download-container p.download-downloads .flexible-feature-area .accordion .ffa-inner a:hover {
  color: #53555a;
  border: 2px solid #53555a;
}
@media (max-width: 992px) {
  .flexible-feature-area .accordion .ffa-inner .btn, .flexible-feature-area .accordion .ffa-inner article.download-container p.download-downloads a, article.download-container p.download-downloads .flexible-feature-area .accordion .ffa-inner a {
    width: 100%;
    padding: 15px 30px;
  }
}
.flexible-feature-area .accordion .og-inner {
  padding-bottom: 10px;
}
.flexible-feature-area .accordion .og-inner p {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 160%;
  color: #757575;
}
.flexible-feature-area .accordion .og-inner .btn, .flexible-feature-area .accordion .og-inner article.download-container p.download-downloads a, article.download-container p.download-downloads .flexible-feature-area .accordion .og-inner a {
  margin-top: 12px;
  display: inline-block;
  width: auto;
  min-width: auto;
  color: #757575;
  border: 2px solid #757575;
  padding: 10px 30px;
  background-color: transparent;
}
.flexible-feature-area .accordion .og-inner .btn:hover, .flexible-feature-area .accordion .og-inner article.download-container p.download-downloads a:hover, article.download-container p.download-downloads .flexible-feature-area .accordion .og-inner a:hover {
  color: #53555a;
  border: 2px solid #53555a;
}
@media (max-width: 992px) {
  .flexible-feature-area .accordion .og-inner .btn, .flexible-feature-area .accordion .og-inner article.download-container p.download-downloads a, article.download-container p.download-downloads .flexible-feature-area .accordion .og-inner a {
    width: 100%;
    padding: 15px 30px;
  }
}

.flexible-feature-area.flexible-feature-area--alt,
.flexible-feature-area.flexible-feature-area--alt .accordion .accordion-trigger {
  background-color: transparent;
  color: #e98b00;
  padding-left: 0;
  padding-right: 0;
}

.accordion-icon:before {
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 28.8px;
  float: right;
  content: "\f107";
}

.collapsed .accordion-icon:before {
  font-family: FontAwesome;
  font-weight: 100;
  font-size: 28.8px;
  float: right;
  content: "\f104";
  padding-right: 5px;
}

.coloratti .accordion-mobile .accordion-trigger {
  display: block;
}

.toggler.collapsed .accordion-open,
.toggler .accordion-closed {
  display: none;
}

.toggler .accordion-open,
.toggler.collapsed .accordion-closed {
  display: block;
}

#ooyalaplayer .innerWrapper {
  max-width: 100% !important;
}

.compare-select {
  padding-top: 15px;
  padding-bottom: 15px;
  height: 49px;
}

.compare-select label,
.compare-select .checkbox {
  margin-top: 0;
}

.compare-label-container label {
  margin-top: 0;
}

.compare-container {
  padding: 0;
  margin-bottom: 22.5px;
}

.compare-input {
  max-height: 56px;
  display: block;
  padding: 0 15px;
  margin-bottom: 22.5px;
}
@media only screen and (min-width: 768px) {
  .compare-input {
    margin-bottom: 0;
  }
}
.compare-input else {
  margin-bottom: 0;
}

.compare-input.compare-empty {
  opacity: 0.3;
}

.compare-input img {
  height: 55px;
}
@media only screen and (min-width: 992px) {
  .compare-input img {
    height: 55px;
  }
}
.compare-input img else {
  height: 55px;
}

.compare-input.compare-empty img {
  height: 55px;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .compare-input.compare-empty img {
    height: 55px;
  }
}
.compare-input.compare-empty img else {
  height: 55px;
}

.compare-border {
  height: 100%;
  border: 1px solid #e98b00;
}
@media (min-width: 445px) {
  .compare-border {
    width: 150px;
  }
}

.compare-input img {
  width: 59%;
}
@media (max-width: 445px) {
  .compare-input img {
    width: 100%;
  }
}

.compare-remove {
  width: 41%;
  display: inline;
}
@media (max-width: 445px) {
  .compare-remove {
    position: absolute;
    top: 7px;
    right: 17px;
  }
}

.compare-remove span {
  color: #e98b00;
  font-size: 30px;
  text-align: center;
  position: relative;
  left: 4px;
  top: 7px;
  cursor: pointer;
}

.filter-reset a {
  cursor: pointer;
}

div.product-compare-wrapper {
  background-color: #fafafa;
  padding: 5px;
  box-sizing: border-box;
  margin-left: 12px;
}

svg.logo .top {
  fill: blue;
}
svg.logo .middle {
  fill: green;
}
svg.logo .bottom {
  fill: purple;
}

.media-object {
  display: block;
  clear: both;
}

.media-object + .media-object {
  padding-top: 30px;
}

.media-object .media-object--image {
  padding-right: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .media-object .media-object--image {
    float: left;
  }
}
.media-object .media-object--image else {
  float: left;
}

.slick-slide .media-object .media-object--image > img {
  margin: 0 auto;
}

.media-object--horizontal {
  margin-bottom: 22.5px;
  /* Text-align center to center testimonials component when not a carousel */
  /*text-align: center;*/
}

.media-object--horizontal .media-object {
  border-bottom: none;
  padding-bottom: 0;
  padding: 0;
}

.media-object--horizontal .media-object--image {
  float: left;
  padding-right: 15px;
  padding-bottom: 0px;
}

.media-object--horizontal .media-object + .media-object {
  padding-top: 0;
}

.media-object--interactive .media-object--image {
  float: left;
  margin-right: 15px;
}

.slick-list {
  padding: 0 0 !important;
}

.media-object--slider .slick-dots {
  text-align: center !important;
  margin-top: 22.5px;
}

.media-object--slider.media-object--horizontal {
  /*margin-bottom: -30px;*/
}

.locator-object {
  display: inline-block;
  padding: 30px 0;
  border-top: 1px solid #e98b00;
  border-bottom: 1px solid #e98b00;
  margin-bottom: 22.5px;
  background-color: #eaeaea;
}
@media only screen and (min-width: 992px) {
  .locator-object {
    display: flex;
    background-color: transparent;
  }
}
.locator-object else {
  display: flex;
  background-color: transparent;
}

.locator-section {
  border-bottom: 1px solid #e98b00;
}
@media only screen and (min-width: 992px) {
  .locator-section {
    border-top: 0px solid #e98b00;
    border-bottom: 0px solid #e98b00;
  }
}
.locator-section else {
  border-top: 0px solid #e98b00;
  border-bottom: 0px solid #e98b00;
}

.locator-section:last-child {
  border-bottom: 0px solid transparent;
}

@media only screen and (min-width: 992px) {
  .locator-section:nth-child(2) {
    border-left: 1px solid #e98b00;
    border-right: 1px solid #e98b00;
  }
}
else .locator-section:nth-child(2) {
  border-left: 1px solid #e98b00;
  border-right: 1px solid #e98b00;
}

.media-object--horizontal {
  /*text-align: center;*/
}

.media-object--horizontal .col-sm-12 {
  float: none;
  display: inline-block;
  text-align: left;
}

.tab-pane .media-object {
  clear: both;
}

#externalVideo > * {
  width: 100%;
}

/* Dragula CSS */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.gu-hide {
  display: none !important;
}

.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: 22px !important;
}

#canvas {
  background-image: url(../images/hue-background-circle.png);
  background-size: cover;
  max-width: 100%;
}

@media only screen and (min-width: 568px) {
  .hue-test-results .col-sm-8 {
    width: 66.66666667%;
  }
  .hue-test-results .col-sm-4 {
    width: 33.33333333%;
  }
}
.pw-hue-test .select-form-container select {
  margin-top: 0;
}

.hue-container {
  font-size: 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #eaeaea;
  padding: 20px 10px;
  max-width: 450px;
  margin: 15px auto;
}

.hue-box {
  padding: 20px;
  display: inline-block;
  border: 1px solid #000000;
  cursor: pointer;
}

.key-slot {
  height: 45px;
  width: 45px;
  background-color: green;
  display: inline-block;
}

.hue-test .btn-container {
  max-width: 450px;
  margin: 0 auto;
}

/* Gross offset to offset the container for the above hue test */
.hue-test .btn-container button {
  margin-left: -15px;
}

@media screen and (min-width: 1200px) {
  .hue-test .btn-container button {
    margin-left: 0;
  }
}
/* Media query that hides the hue test and displays the modal based
   on screen orientation and the minimum size required for the test 
   to be visible */
@media screen and (orientation: portrait) and (max-width: 470px) {
  .pw-hue-test .hue-modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  .pw-hue-test .hue-modal,
  .pw-hue-test .hue-modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .pw-hue-test .hue-modal {
    display: block !important;
    overflow-x: hidden;
    overflow-y: auto;
  }
  body.pw-hue-test {
    overflow: hidden !important;
    position: fixed !important;
  }
}
.results-container {
  text-align: center;
}

.hue-container * {
  display: inline;
}

.mr-0-fm-01 {
  background-color: #b2766f;
}

.mr-1-fm-02 {
  background-color: #b1746a;
}

.mr-2-fm-03 {
  background-color: #b17466;
}

.mr-3-fm-04 {
  background-color: #b07464;
}

.mr-4-fm-05 {
  background-color: #ae725f;
}

.mr-5-fm-06 {
  background-color: #aa725b;
}

.mr-6-fm-07 {
  background-color: #a8745a;
}

.mr-7-fm-08 {
  background-color: #a87456;
}

.mr-8-fm-09 {
  background-color: #a87452;
}

.mr-9-fm-10 {
  background-color: #a97650;
}

.mr-a-fm-11 {
  background-color: #a8794e;
}

.mr-b-fm-12 {
  background-color: #a77c4e;
}

.mr-c-FM-13 {
  background-color: #A97E4C;
}

.mr-d-FM-14 {
  background-color: #A57E46;
}

.mr-e-FM-15 {
  background-color: #A78244;
}

.mr-f-FM-16 {
  background-color: #A48546;
}

.mr-g-FM-17 {
  background-color: #A28946;
}

.mr-h-FM-18 {
  background-color: #9F8B46;
}

.mr-i-FM-19 {
  background-color: #9D8E48;
}

.mr-j-FM-20 {
  background-color: #9B8F49;
}

.mr-k-FM-21 {
  background-color: #97914B;
}

.mr-l-FM-22 {
  background-color: #91924D;
}

.mr-m-FM-23 {
  background-color: #8D9352;
}

.mr-n-FM-24 {
  background-color: #899557;
}

.mr-o-FM-25 {
  background-color: #86955C;
}

.mr-p-FM-26 {
  background-color: #84975F;
}

.mr-q-FM-27 {
  background-color: #7E9760;
}

.mr-r-FM-28 {
  background-color: #7D9666;
}

.mr-s-FM-29 {
  background-color: #7C9567;
}

.mr-t-FM-30 {
  background-color: #7A986B;
}

.mr-C-FM-31 {
  background-color: #73966B;
}

.mr-u-FM-32 {
  background-color: #70996D;
}

.mr-v-FM-33 {
  background-color: #699A71;
}

.mr-w-FM-34 {
  background-color: #679A74;
}

.mr-x-FM-35 {
  background-color: #649A76;
}

.mr-y-FM-36 {
  background-color: #619778;
}

.mr-z-FM-37 {
  background-color: #5B947A;
}

.mr-A-FM-38 {
  background-color: #5A957F;
}

.mr-B-FM-39 {
  background-color: #589480;
}

.mr-D-FM-40 {
  background-color: #559584;
}

.mr-E-FM-41 {
  background-color: #529687;
}

.mr-F-FM-42 {
  background-color: #519688;
}

.mr-G-FM-43 {
  background-color: #4E9689;
}

.mr-H-FM-44 {
  background-color: #4C968E;
}

.mr-I-FM-45 {
  background-color: #4C9691;
}

.mr-J-FM-46 {
  background-color: #4A9794;
}

.mr-K-FM-47 {
  background-color: #4A9696;
}

.mr-L-FM-48 {
  background-color: #4B9596;
}

.mr-M-FM-49 {
  background-color: #4A9698;
}

.mr-N-FM-50 {
  background-color: #50969C;
}

.mr-O-FM-51 {
  background-color: #52949F;
}

.mr-P-FM-52 {
  background-color: #5393A1;
}

.mr-Q-FM-53 {
  background-color: #5494A3;
}

.mr-R-FM-54 {
  background-color: #5A92A4;
}

.mr-S-FM-55 {
  background-color: #6090A5;
}

.mr-T-FM-56 {
  background-color: #6690A5;
}

.mr-U-FM-57 {
  background-color: #688FA7;
}

.mr-V-FM-58 {
  background-color: #6B8CA6;
}

.mr-W-FM-59 {
  background-color: #6C8AA6;
}

.mr-X-FM-60 {
  background-color: #6F89A6;
}

.mr-Y-FM-61 {
  background-color: #7489A7;
}

.mr-Z-FM-62 {
  background-color: #7686A6;
}

.mr-FM-63 {
  background-color: #7B84A3;
}

.mr-FM-64 {
  background-color: #8084A3;
}

.mr-FM-65 {
  background-color: #8484A3;
}

.mr-FM-66 {
  background-color: #8A86A6;
}

.mr-FM-67 {
  background-color: #8D85A3;
}

.mr-FM-68 {
  background-color: #9185A3;
}

.mr-FM-69 {
  background-color: #9483A0;
}

.mr-FM-70 {
  background-color: #97839F;
}

.mr-FM-71 {
  background-color: #99819D;
}

.mr-FM-72 {
  background-color: #9D809B;
}

.mr-FM-73 {
  background-color: #9F7F98;
}

.mr-FM-74 {
  background-color: #A37D94;
}

.mr-FM-75 {
  background-color: #A57C92;
}

.mr-FM-76 {
  background-color: #A67A8E;
}

.mr-FM-77 {
  background-color: #A9798B;
}

.mr-FM-78 {
  background-color: #AB7788;
}

.mr-FM-79 {
  background-color: #AE7787;
}

.mr-FM-80 {
  background-color: #B07683;
}

.mr-FM-81 {
  background-color: #B1757F;
}

.mr-FM-82 {
  background-color: #B3747C;
}

.mr-FM-83 {
  background-color: #B3757A;
}

.mr-FM-84 {
  background-color: #B37576;
}

.mr-FM-85 {
  background-color: #B37673;
}


.protanopia {
  -webkit-filter: url(../sass/#protanopia);
  -moz-filter: url(../sass/#protanopia);
  -ms-filter: url(../sass/#protanopia);
  -o-filter: url(../sass/#protanopia);
  filter: url(../sass/#protanopia);
}

.protanomaly {
  -webkit-filter: url(../sass/#protanomaly);
  -moz-filter: url(../sass/#protanomaly);
  -ms-filter: url(../sass/#protanomaly);
  -o-filter: url(../sass/#protanomaly);
  filter: url(../sass/#protanomaly);
}

.deuteranopia {
  -webkit-filter: url(../sass/#deuteranopia);
  -moz-filter: url(../sass/#deuteranopia);
  -ms-filter: url(../sass/#deuteranopia);
  -o-filter: url(../sass/#deuteranopia);
  filter: url(../sass/#deuteranopia);
}

.deuteranomaly {
  -webkit-filter: url(../sass/#deuteranomaly);
  -moz-filter: url(../sass/#deuteranomaly);
  -ms-filter: url(../sass/#deuteranomaly);
  -o-filter: url(../sass/#deuteranomaly);
  filter: url(../sass/#deuteranomaly);
}

.tritanopia {
  -webkit-filter: url(../sass/#tritanopia);
  -moz-filter: url(../sass/#tritanopia);
  -ms-filter: url(../sass/#tritanopia);
  -o-filter: url(../sass/#tritanopia);
  filter: url(../sass/#tritanopia);
}

.tritanomaly {
  -webkit-filter: url(../sass/#tritanomaly);
  -moz-filter: url(../sass/#tritanomaly);
  -ms-filter: url(../sass/#tritanomaly);
  -o-filter: url(../sass/#tritanomaly);
  filter: url(../sass/#tritanomaly);
}

.achromatopsia {
  -webkit-filter: url(../sass/#achromatopsia);
  -moz-filter: url(../sass/#achromatopsia);
  -ms-filter: url(../sass/#achromatopsia);
  -o-filter: url(../sass/#achromatopsia);
  filter: url(../sass/#achromatopsia);
}

.achromatomaly {
  -webkit-filter: url(../sass/#achromatomaly);
  -moz-filter: url(../sass/#achromatomaly);
  -ms-filter: url(../sass/#achromatomaly);
  -o-filter: url(../sass/#achromatomaly);
  filter: url(../sass/#achromatomaly);
}

/* See https://horizontal.atlassian.net/browse/XRP-321 */
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label {
  margin: 1em 0 0 0;
}

.display-field,
.editor-field {
  margin: 0.5em 0 0 0;
}

.text-box {
  width: 30em;
}

.text-box.multi-line {
  height: 6.5em;
}

.tri-state {
  width: 6em;
}

/* See https://horizontal.atlassian.net/browse/XRP-321 */
/* Show Hide Functionality for Mobile Global Gateway */
/* Fix for post-eComm/Cart launch - ARC */
@media only screen and (min-width: 1200px) {
  #globalGatewayMobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  #globalGatewayDesktop {
    display: none;
  }
}
/* CSS changes from HI 8/11/17 */
.facet-hide {
  display: none;
}

/* Sprint 3 Visual Improvements - Elevated CTA buttons */
/* As of 8/22, I am still waiting for implementation */
/* See JIRA ticket XASSS-89 --ARC*/
.xrp-product-detail-cta, .form-group > button.btn.btn-primary, .side-form .form-group > input#leadGenGatedSubmit,
.xrp-elevated-cta,
section#order-lookup button#lookup-button,
section#compare-drawer-container #productCompareDiv button#compareButton {
  font-weight: bold;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00ace3;
  max-width: 100%;
}

.xrp-product-detail-cta:hover, .form-group > button.btn.btn-primary:hover, .side-form .form-group > input#leadGenGatedSubmit:hover,
.xrp-product-detail-cta:active,
.form-group > button.btn.btn-primary:active,
.side-form .form-group > input#leadGenGatedSubmit:active,
.xrp-elevated-cta:hover,
section#order-lookup button#lookup-button:hover,
section#compare-drawer-container #productCompareDiv button#compareButton:hover,
.xrp-elevated-cta:active,
section#order-lookup button#lookup-button:active,
section#compare-drawer-container #productCompareDiv button#compareButton:active {
  background-color: #008acf;
  color: #ffffff;
}

.xrp-product-detail-cta:hover, .form-group > button.btn.btn-primary:hover, .side-form .form-group > input#leadGenGatedSubmit:hover, .xrp-product-detail-cta:active, .form-group > button.btn.btn-primary:active, .side-form .form-group > input#leadGenGatedSubmit:active, .xrp-product-detail-cta:focus, .form-group > button.btn.btn-primary:focus, .side-form .form-group > input#leadGenGatedSubmit:focus,
.xrp-product-detail-cta.active,
.form-group > button.active.btn.btn-primary,
.side-form .form-group > input.active#leadGenGatedSubmit, .xrp-product-detail-cta.focus, .form-group > button.focus.btn.btn-primary, .side-form .form-group > input.focus#leadGenGatedSubmit {
  background-color: #008acf;
  color: #ffffff;
}

/* Vertical align helper class, 8/22 --ARC */
.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* another vertical align helper class, 1/31/18 --ARC */
.col-align {
  float: none;
  display: inline-block;
}
.col-align--top {
  vertical-align: top;
}
.col-align--center {
  vertical-align: middle;
}
.col-align--bottom {
  vertical-align: bottom;
}

.v-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Sprint 7 Parts and Accessories classes, 11/22 --ARC */
.part-wrapper {
  display: table;
  width: 100%;
}
@media (max-width: 992px) {
  .part-wrapper {
    width: 100%;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.part-container, .event-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 992px) {
  .part-container, .event-container {
    width: 100%;
    display: block;
  }
}

.part {
  display: table-row;
}
@media (max-width: 992px) {
  .part {
    width: 100%;
    display: block;
  }
}

.part-image,
.part-title,
.part-price,
.part-cta {
  display: table-cell;
  vertical-align: middle;
}

.part-image {
  width: 15%;
}
.part-image img {
  width: 100%;
}
@media (max-width: 992px) {
  .part-image {
    width: 100%;
    display: block;
  }
  .part-image img {
    margin: 0 auto;
    width: 60%;
    height: auto;
  }
}

.part-title {
  width: 60%;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
}
@media (max-width: 992px) {
  .part-title {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.part-title > a {
  color: #53555a;
  text-decoration: none;
}

.part-price {
  text-align: center;
  width: 5%;
  font-size: 16px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .part-price {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0px;
  }
}

.part-cta {
  width: 20%;
}
.part-cta a {
  float: right;
  display: block;
}
@media (max-width: 992px) {
  .part-cta {
    width: 100%;
    display: block;
  }
  .part-cta a {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .part-cta {
    width: 100%;
    display: block;
  }
  .part-cta a {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
}

.parts-accessories-wrapper .part-container:last-of-type,
.event-listing-wrapper .event-container:last-of-type {
  border-bottom: 0px;
}
@media (max-width: 992px) {
  .parts-accessories-wrapper .part-container:last-of-type .part-wrapper,
  .event-listing-wrapper .event-container:last-of-type .part-wrapper {
    margin-bottom: 10px;
  }
}

table.event-listing-table {
  border: 0;
}
table.event-listing-table .event-date,
table.event-listing-table .event-location,
table.event-listing-table .event-venue,
table.event-listing-table .event-cta {
  vertical-align: middle;
}
table.event-listing-table .event-date > span.date {
  font-weight: bold;
}
table.event-listing-table .event-date > span.time {
  color: #777777;
}
table.event-listing-table .event-venue-meta {
  padding-top: 8px;
  padding-bottom: 4px;
}
table.event-listing-table .event-venue-meta a:hover {
  text-decoration: none;
}
table.event-listing-table .event-venue-meta a.event-venue-phone {
  color: #53555a;
}
table.event-listing-table .event-venue-meta a.event-venue-map {
  color: #53555a;
}
table.event-listing-table .event-venue-meta a:first-child ~ a {
  margin-left: 15px;
}
table.event-listing-table .event-venue-meta a.event-venue-phone:before {
  font-family: FontAwesome;
  font-weight: 100;
  color: #53555a;
  margin-right: 8px;
  content: "\f095";
}
table.event-listing-table .event-venue-meta a.event-venue-map:before {
  font-family: FontAwesome;
  font-weight: 100;
  color: #53555a;
  margin-right: 8px;
  content: "\f041";
}
table.event-listing-table thead.event-listing-table-heading > tr {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
table.event-listing-table thead.event-listing-table-heading th {
  border: 0;
  background-color: transparent;
  color: #53555a;
}
@media (max-width: 768px) {
  table.event-listing-table thead.event-listing-table-heading {
    display: none;
  }
}
table.event-listing-table tbody > tr {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
table.event-listing-table tbody > tr:last-of-type {
  border: 0;
}
table.event-listing-table tbody td {
  border: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  table.event-listing-table tbody td {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
  }
}
@media (max-width: 768px) {
  table.event-listing-table tbody td:first-of-type {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  table.event-listing-table tbody td:last-of-type {
    padding-bottom: 40px;
  }
}

#mobileCourseJumpBtn {
  display: block;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  #mobileCourseJumpBtn {
    display: none;
  }
}
#mobileCourseJumpBtn else {
  display: none;
}

#courseJumpBtn {
  display: none;
}
@media only screen and (min-width: 992px) {
  #courseJumpBtn {
    display: block;
  }
}
#courseJumpBtn else {
  display: block;
}

/* Sprint 7 Downloads UX --ARC, 11/29/17 */
article.download-container p.download-downloads > strong:after {
  content: " ";
  display: block;
}
article.download-container p.download-downloads a {
  min-width: auto;
  margin-top: 6px;
}
@media (max-width: 480px) {
  article.download-container p.download-downloads a {
    width: 100%;
  }
}
article.download-container p.download-downloads a:last-child {
  margin-left: 15px;
}
@media (max-width: 480px) {
  article.download-container p.download-downloads a:last-child {
    margin-left: 0px;
    margin-top: 10px;
  }
}

/* Sprint 8 Search Results Listing Update --ARC, 12/14/17 */
/* Updated 1/24/18 */
div.search-results-wrapper nav.product-filter,
div.listing-wrapper nav.product-filter {
  margin-top: 0;
}
div.search-results-wrapper form.search-box,
div.listing-wrapper form.search-box {
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
div.search-results-wrapper article.search-result,
div.search-results-wrapper article.listing-result,
div.listing-wrapper article.search-result,
div.listing-wrapper article.listing-result {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: -5px;
}
div.search-results-wrapper article.search-result div.search-result-image,
div.search-results-wrapper article.search-result div.listing-result-image,
div.search-results-wrapper article.listing-result div.search-result-image,
div.search-results-wrapper article.listing-result div.listing-result-image,
div.listing-wrapper article.search-result div.search-result-image,
div.listing-wrapper article.search-result div.listing-result-image,
div.listing-wrapper article.listing-result div.search-result-image,
div.listing-wrapper article.listing-result div.listing-result-image {
  margin-right: 20px;
}
div.search-results-wrapper article.search-result div.search-result-image a,
div.search-results-wrapper article.search-result div.listing-result-image a,
div.search-results-wrapper article.listing-result div.search-result-image a,
div.search-results-wrapper article.listing-result div.listing-result-image a,
div.listing-wrapper article.search-result div.search-result-image a,
div.listing-wrapper article.search-result div.listing-result-image a,
div.listing-wrapper article.listing-result div.search-result-image a,
div.listing-wrapper article.listing-result div.listing-result-image a {
  vertical-align: middle;
}
div.search-results-wrapper article.search-result div.search-result-image > a > img,
div.search-results-wrapper article.search-result div.listing-result-image > a > img,
div.search-results-wrapper article.listing-result div.search-result-image > a > img,
div.search-results-wrapper article.listing-result div.listing-result-image > a > img,
div.listing-wrapper article.search-result div.search-result-image > a > img,
div.listing-wrapper article.search-result div.listing-result-image > a > img,
div.listing-wrapper article.listing-result div.search-result-image > a > img,
div.listing-wrapper article.listing-result div.listing-result-image > a > img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
}
@media (max-width: 480px) {
  div.search-results-wrapper article.search-result div.search-result-image,
  div.search-results-wrapper article.search-result div.listing-result-image,
  div.search-results-wrapper article.listing-result div.search-result-image,
  div.search-results-wrapper article.listing-result div.listing-result-image,
  div.listing-wrapper article.search-result div.search-result-image,
  div.listing-wrapper article.search-result div.listing-result-image,
  div.listing-wrapper article.listing-result div.search-result-image,
  div.listing-wrapper article.listing-result div.listing-result-image {
    display: none;
  }
}
div.search-results-wrapper article.search-result div.search-result-content > p,
div.search-results-wrapper article.search-result div.listing-result-content > p,
div.search-results-wrapper article.listing-result div.search-result-content > p,
div.search-results-wrapper article.listing-result div.listing-result-content > p,
div.listing-wrapper article.search-result div.search-result-content > p,
div.listing-wrapper article.search-result div.listing-result-content > p,
div.listing-wrapper article.listing-result div.search-result-content > p,
div.listing-wrapper article.listing-result div.listing-result-content > p {
  margin: 6px 0;
}
div.search-results-wrapper article.search-result div.search-result-content > h4,
div.search-results-wrapper article.search-result div.listing-result-content > h4,
div.search-results-wrapper article.listing-result div.search-result-content > h4,
div.search-results-wrapper article.listing-result div.listing-result-content > h4,
div.listing-wrapper article.search-result div.search-result-content > h4,
div.listing-wrapper article.search-result div.listing-result-content > h4,
div.listing-wrapper article.listing-result div.search-result-content > h4,
div.listing-wrapper article.listing-result div.listing-result-content > h4 {
  margin-top: 0;
}
div.search-results-wrapper form.search-box input[name=search],
div.listing-wrapper form.search-box input[name=search] {
  border-radius: 5px;
  margin-top: -10px;
}
div.search-results-wrapper form.search-box input[name=search]:focus,
div.listing-wrapper form.search-box input[name=search]:focus {
  border-color: #00ace3;
}
div.search-results-wrapper form.search-box .search-submit > input[type=submit],
div.listing-wrapper form.search-box .search-submit > input[type=submit] {
  background-color: #00ace3;
  border-color: #00ace3;
  transition: 0.35s all;
  -moz-border-top-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
div.search-results-wrapper form.search-box .search-submit > input[type=submit]:hover,
div.listing-wrapper form.search-box .search-submit > input[type=submit]:hover {
  background-color: #008acf;
  border-color: #008acf;
}

@media (max-width: 768px) {
  a[href^=tel] {
    border-bottom: 1px dashed #cccccc;
    text-decoration: none;
  }
}

.tab-content iframe[src*=youtube] {
  width: 98%;
}
@media (min-width: 480px) {
  .tab-content iframe[src*=youtube] {
    min-height: 225px;
  }
}
@media (min-width: 768px) {
  .tab-content iframe[src*=youtube] {
    min-height: 422px;
  }
}
@media (min-width: 992px) {
  .tab-content iframe[src*=youtube] {
    min-height: 546px;
  }
}
@media (min-width: 1200px) {
  .tab-content iframe[src*=youtube] {
    width: 640px;
    min-height: 360px;
  }
}

div.scEditorGrid div#EditorFrames .oo-player-container .oo-player-skin,
*[sc-part-of] .oo-player-container .oo-player-skin,
div#scCrossPiece ~ div.page-wrapper .oo-player-container .oo-player-skin {
  z-index: 9089;
}

/* target product page list headings */
ul.resource-list > h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}

ul.resource-list li {
  line-height: 1.3em;
  margin-bottom: 10px;
}

div#externalVideoSlide iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

div#externalVideoSlideInner {
  overflow: hidden;
  padding-bottom: 34%;
  position: relative;
  height: 0;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div#externalVideoSlideOuter {
  background-color: rgba(0, 0, 0, 0.1);
}

.xrp-file-download-form form button {
  margin-top: 15px;
}
.xrp-file-download-form form button:before {
  font-family: "FontAwesome", FontAwesome;
  content: "\f019";
  display: inline;
  color: white;
  margin-right: 10px;
}
.xrp-file-download-form p.contact-us-consent {
  text-align: center;
}
@media (min-width: 992px) {
  .xrp-file-download-form.xrp-contact-us-form-wrapper {
    padding: 25px 40px;
  }
}

.true-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: auto;
  left: 50%;
}
.no-gutter-alt {
  margin-left: 15px;
  margin-right: 15px;
}

.no-mt {
  margin-top: 0;
}

.no-mb {
  margin-bottom: 0;
}

.floating-image-span-row {
  margin-top: -250px;
  width: 100%;
  max-width: 500px;
  transform: translateY(10%);
}
@media (max-width: 992px) {
  .floating-image-span-row {
    margin-top: 0;
    transform: none;
  }
}

#downloadModal button#downloadModalSubmit:before {
  font-family: "FontAwesome", FontAwesome;
  content: "\f019";
  display: inline;
  color: white;
  margin-right: 10px;
}
#downloadModal span.download-title {
  font-weight: bold;
}

.three-col img:first-of-type {
  margin: 0 auto 10px auto;
  width: 80px;
  height: 80px;
}
.three-col strong {
  font-size: 18px;
}
.three-col p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .three-col p {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .two-col > div:first-of-type {
    padding-right: 40px;
    border-right: 1px solid #53555a;
  }
}
@media (min-width: 768px) {
  .two-col > div:last-of-type {
    padding-left: 40px;
  }
}
.two-col img:first-of-type {
  margin-bottom: 10px;
  max-width: 300px;
  height: auto;
}
.two-col strong {
  font-size: 18px;
}
.two-col p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .two-col p {
    margin-bottom: 30px;
  }
}

.three-col:after,
.two-col:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.tac-workflow-text > div span {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  bottom: 20%;
}
.tac-workflow-text > div span:before {
  content: "";
  margin-right: 8px;
  color: #00ace3;
  font-size: 18px;
}
.tac-workflow-text > div:nth-of-type(1) span {
  left: -12%;
}
.tac-workflow-text > div:nth-of-type(1) span:before {
  content: "1.";
}
@media (max-width: 768px) {
  .tac-workflow-text > div:nth-of-type(1) span {
    left: 0;
  }
}
.tac-workflow-text > div:nth-of-type(2) span {
  left: -29%;
}
.tac-workflow-text > div:nth-of-type(2) span:before {
  content: "2.";
}
@media (max-width: 768px) {
  .tac-workflow-text > div:nth-of-type(2) span {
    left: 0;
  }
}
.tac-workflow-text > div:nth-of-type(3) span {
  left: -25%;
}
.tac-workflow-text > div:nth-of-type(3) span:before {
  content: "3.";
}
@media (max-width: 768px) {
  .tac-workflow-text > div:nth-of-type(3) span {
    left: 0;
  }
}

.bkgd-new-color hr {
  border-color: #53555a;
}

.scWebEditInput {
  width: 100%;
}

html {
  scroll-behavior: smooth;
}

.alert.alert-danger {
  color: #ff0500;
  background-color: #ffefef;
  border-color: #ebccd1;
}
.alert.alert-danger a {
  color: #ff0500;
  text-decoration: underline;
}
.alert.alert-danger .fa:first-of-type {
  padding-right: 6px;
}

#pardotModalOverride {
  display: none;
}

#pardotModalOverride.modal-on {
  display: block;
}

#pardotModalOverride.modal-on + form {
  display: none;
}

input[type=text]#PetName {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  pointer-events: none;
  outline: none;
}

#promo-bar-container,
#promo-bar-container.default {
  background-color: #757575;
}

.promo-bar-alert-text {
  background-color: #53555a;
  display: table-cell;
  padding: 5px 15px;
  min-width: 160px;
  width: auto;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
}

#promo-bar-container.blue {
  background-color: #00ace3;
}

#promo-bar-container.blue .promo-bar-alert-text {
  background-color: rgb(0, 133.3568281938, 176);
}

#promo-bar-container.green {
  background-color: #55a444;
}

#promo-bar-container.green .promo-bar-alert-text {
  background-color: rgb(40.0130926724, 168.6732758621, 12.3267241379);
}

#promo-bar-container.purple {
  background-color: #915ca4;
}

#promo-bar-container.purple .promo-bar-alert-text {
  background-color: rgb(138.0017224409, 27.3198818898, 177.6801181102);
}

#promo-bar-container.orange {
  background-color: #e98b00;
}

#promo-bar-container.orange .promo-bar-alert-text {
  background-color: rgb(182, 108.5751072961, 0);
}

#promo-bar-container.yellow {
  background-color: #f6c001;
}

#promo-bar-container.yellow .promo-bar {
  color: #17181a;
}

#promo-bar-container.yellow .promo-bar-alert-text {
  background-color: rgb(220.6032388664, 172.1781376518, 0.8967611336);
}

#promo-bar-container.red {
  background-color: #e92300;
}

#promo-bar-container.red .promo-bar {
  color: #ffffff;
}

#promo-bar-container.red .promo-bar-alert-text {
  background-color: rgb(182, 27.339055794, 0);
}

#promo-bar-container.black {
  background-color: #17181a;
}

#promo-bar-container.black .promo-bar-alert-text {
  background-color: #17181a;
}

.promo-bar {
  display: table;
  color: #ffffff;
  line-height: 100%;
}

#promo-bar-container .container {
  margin-bottom: 0;
}

#promo-bar-container .promo-bar-wrapper-link {
  display: block;
  width: 100%;
}

#promo-bar-container .promo-bar-wrapper-link:hover,
#promo-bar-container .promo-bar-wrapper-link:active #promo-bar-container .promo-bar-wrapper-link:visited,
#promo-bar-container .promo-bar-wrapper-link:focus {
  text-decoration: none;
  outline: none;
}

.promo-bar-row {
  display: table-row;
}

.promo-bar-text::before {
  font-family: FontAwesome;
  content: "\f04b";
  font-size: 60%;
  margin-right: 5px;
}

.promo-bar-text {
  display: table-cell;
  padding: 5px 15px;
  hyphens: none;
}

.promo-bar-cta {
  color: inherit;
  text-decoration: underline !important;
  margin-left: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  #promo-bar-container {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  #promo-bar-container {
    margin-top: 0px;
  }
}
.product-filter {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.sort {
  display: flex;
}

.collection-sort {
  display: flex;
  flex-direction: row;
}

.collection-sort label {
  margin: 0 1vw 0 0;
  font-weight: bold;
}

.sort .collection-sort:not(:last-child) {
  margin-right: 1vw;
}

.sort .collection-sort .select-form-container select.form-control {
  height: auto;
  margin: 0;
  position: initial;
  padding: 0 32px 0 4px;
  border: 0;
  box-shadow: none;
}

.sort .collection-sort .select-form-container::after {
  position: relative;
  left: 80%;
  top: -26px;
  pointer-events: none;
}

.products {
  display: flex;
  flex-wrap: wrap;
}

.product-card {
  display: flex;
  flex-direction: column;
  flex: 0 31%;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: 35px;
  background-color: #f7f7f7;
  border-radius: 4px;
  transition: 0.35s all;
}
section.products.training .product-image img,
section.products.promotions .product-image img,
section.products.learning .product-image img {
  padding-top: 0;
}

section.products.product-family,
section.products.parts-accessories,
section.products.ymal,
section.products.service-support,
section.products.out-of-production,
section.products.category-pages {
  margin-top: 15px;
}
section.products.product-family .product-card,
section.products.parts-accessories .product-card,
section.products.ymal .product-card,
section.products.service-support .product-card,
section.products.out-of-production .product-card,
section.products.category-pages .product-card {
  padding-bottom: 10px;
  margin-left: 0;
  margin-right: 2%;
}
@media (max-width: 992px) {
  section.products.product-family .product-card,
  section.products.parts-accessories .product-card,
  section.products.ymal .product-card,
  section.products.service-support .product-card,
  section.products.out-of-production .product-card,
  section.products.category-pages .product-card {
    flex: 0 48%;
  }
}
@media (max-width: 480px) {
  section.products.product-family .product-card,
  section.products.parts-accessories .product-card,
  section.products.ymal .product-card,
  section.products.service-support .product-card,
  section.products.out-of-production .product-card,
  section.products.category-pages .product-card {
    flex: 0 100%;
    margin-right: 0;
  }
}

section.products.promotions p.product-description {
  text-align: center;
}

.product-image {
  overflow: hidden;
}

.product-image img {
  transition: 0.35s all;
  padding-top: 10px;
}

.product-info {
  padding: 0 20px 20px 20px; /* inset copy but not image */
}

.product-identifier-text {
  font-size: 15.2px;
  text-align: center;
  margin: 0;
}

.product-cta-anchor {
  margin-top: auto;
  padding: 0 20px 20px 20px; /* inset copy but not image */
  vertical-align: bottom;
}

.product-promo-text {
  text-align: center;
}
.product-promo-text p {
  font-size: 15.2px;
  line-height: 120%;
  color: #1675a9;
  margin: 0;
}

.product-price-container .product-price {
  text-align: center;
}

.product-info p.product-description {
  font-size: 15.2px;
  line-height: 135%;
}

.product-info .product-name {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  line-height: 110%;
}
.product-info .product-name a {
  color: #1675a9;
}
.product-info .product-name a:hover {
  color: #1675a9;
}

.product-cta-anchor .product-cta a {
  margin: 0 auto;
  display: table;
  width: auto;
  min-width: 80%;
  max-width: 100%;
}

.product-image img {
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.product-compare-container {
  display: block;
  margin: 0 auto;
}

.product-compare.compare-select {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  text-align: center;
}

.product-compare.compare-select .checkbox {
  margin-bottom: 0;
  display: inline;
}

.product-compare.compare-select .checkbox label {
  display: inline;
  color: #53555a;
}
.product-compare.compare-select .checkbox label .psuedo-input {
  border: 1px solid #cccccc;
  background-color: transparent;
  height: 20px;
  width: 20px;
}
.product-compare.compare-select .checkbox label .psuedo-input::after {
  right: 0px;
  top: -3px;
}
.product-compare.compare-select .checkbox label input[type=checkbox]:checked,
.product-compare.compare-select .checkbox label input[type=checkbox]:checked + .psuedo-input {
  background-color: #53555a;
  border: 1px solid #53555a;
}

.new-flag {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #1675a9 transparent transparent transparent;
  position: relative;
  margin-bottom: -60px;
}
.new-flag span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: -50px;
  left: 5px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .product-card {
    flex: 0 46%;
  }
}
@media (max-width: 480px) {
  .product-card {
    flex: 0 100%;
    margin-left: 0;
  }
}
aside.filters.new-product-filters .checbox input, aside.filters.new-product-filters .checkbox input + .psuedo-input {
  top: 0px;
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
}
aside.filters.new-product-filters input[type=checkbox]:checked,
aside.filters.new-product-filters input[type=checkbox]:checked + .psuedo-input {
  background-color: #53555a;
  border: 1px solid #53555a;
}
aside.filters.new-product-filters input[type=checkbox]:checked + .psuedo-input::after {
  top: -3px;
  right: -2px;
}
aside.filters.new-product-filters a {
  color: #53555a;
}
@media (max-width: 992px) {
  aside.filters.new-product-filters section#filters > section:first-of-type {
    border-top: 0;
    margin-top: 15px;
  }
}
aside.filters.new-product-filters section.accordion.facet-group {
  border-top: 1px solid #53555a;
}
aside.filters.new-product-filters section.accordion.facet-group .accordion-trigger {
  color: #53555a;
  font-size: 16px;
  font-weight: bold;
}
aside.filters.new-product-filters section.accordion.facet-group > a {
  text-decoration: none !important;
}
aside.filters.new-product-filters section.accordion.facet-group .accordion-icon:before {
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 100;
  font-size: 28.8px;
  padding-right: 6px;
  margin-top: -6px;
}
aside.filters.new-product-filters section.accordion.facet-group .collapsed .accordion-icon:before {
  content: "\f104";
  padding-right: 12px;
}
aside.filters.new-product-filters section.accordion.facet-group ul.list-filters li label span.count {
  color: #cccccc;
}
aside.filters.new-product-filters .filter-header > h5 {
  color: #53555a;
  font-weight: bold;
}
aside.filters.new-product-filters .filter-header > h5 > a > img.filter-icon {
  height: 24px;
  width: 24px;
  display: block;
  float: left;
  margin-right: 8px;
}
@media (max-width: 992px) {
  aside.filters.new-product-filters .filter-reset {
    border: none;
    margin: 0;
    padding-top: 0;
    background-color: transparent;
  }
}
aside.filters.new-product-filters .filter-reset h5 > a {
  border: 1px solid #cccccc;
  padding: 2px 10px;
  border-radius: 5px;
  color: #cccccc;
  text-decoration: none;
  transition: 0.35s all;
}
aside.filters.new-product-filters .filter-reset h5 > a:hover {
  color: red;
  border: 1px solid red;
}
@media (max-width: 992px) {
  aside.filters.new-product-filters .filter-reset h5 > a {
    width: 100%;
    display: block;
    border: 1px solid red;
    padding: 15px 0;
    color: red;
  }
}
@media (max-width: 992px) {
  aside.filters.new-product-filters .filter-header h5 > a {
    width: 100%;
    display: block;
    border: 1px solid #53555a;
    padding: 15px 0;
    color: #53555a;
    border-radius: 5px;
    font-weight: normal;
    margin-left: 0;
  }
  aside.filters.new-product-filters .filter-header h5 > a:hover {
    text-decoration: none;
  }
}
@media (max-width: 992px) {
  aside.filters.new-product-filters .filter-header h5 > a > img.filter-icon {
    float: none;
    display: inline;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  aside.filters.new-product-filters .filter-header {
    border: none;
    margin: 0;
    background-color: transparent;
  }
}

section#compare-drawer-container {
  margin-left: 2%;
  z-index: 100;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  section#compare-drawer-container {
    margin-left: initial;
  }
}
section#compare-drawer-container > div.container {
  margin: 10px auto;
}
@media (min-width: 768px) {
  section#compare-drawer-container #productCompareDiv {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
  }
}
section#compare-drawer-container #productCompareDiv label#lblCompareProducts {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: normal;
  line-height: 120%;
}
@media (max-width: 768px) {
  section#compare-drawer-container #productCompareDiv label#lblCompareProducts {
    margin-top: 5px;
    margin-bottom: 15px;
  }
}
section#compare-drawer-container #productCompareDiv #compareContainer {
  margin-bottom: 0;
}
section#compare-drawer-container #productCompareDiv button#compareButton {
  max-height: 48px;
  padding: 12px 0;
  transition: 0.35s all;
}
section#compare-drawer-container #productCompareDiv button#compareButton:hover {
  background-color: #008acf;
  border-color: #008acf;
}
section#compare-drawer-container .compare-border {
  border: 1px solid #cccccc;
  width: auto;
  height: 48px;
  overflow: hidden;
}
section#compare-drawer-container .compare-border .compare-remove span {
  color: #cccccc;
  position: absolute;
  display: block;
  left: initial;
  right: 6px;
  top: -6px;
  font-size: 16px;
  transition: 0.35s all;
  background-color: #53555a;
  border: 1px solid white;
  border-radius: 50%;
  padding: 1px 2px 2px 2px;
}
section#compare-drawer-container .compare-border .compare-remove span:hover {
  color: white;
  background-color: red;
}
@media (max-width: 480px) {
  section#compare-drawer-container .compare-border .compare-remove span {
    right: -13px;
    top: -13px;
    font-size: 18px;
  }
}
section#compare-drawer-container .compare-empty .compare-border > .compare-remove span {
  pointer-events: initial;
  opacity: 0;
}
section#compare-drawer-container .compare-empty .compare-border > .compare-remove span:hover {
  color: #cccccc;
  background-color: #53555a;
  border: 1px solid white;
}
section#compare-drawer-container .compare-border img {
  width: auto;
  /* max-width: 70%; */
  height: auto;
  max-height: 48px;
}
@media (min-width: 1200px) {
  section#compare-drawer-container .compare-border img {
    width: initial;
    max-width: 75%;
    max-height: initial;
    height: auto;
  }
}

p.listing-meta, p.listing-description {
  font-size: 15.2px;
}

p.listing-meta {
  color: rgb(127.5, 127.5, 127.5);
}

body[class~=safari] label#lblCompareProducts {
  letter-spacing: -0.6px !important;
}

div#product-tab-scaffolding {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 768px) {
  div#product-tab-scaffolding {
    border-bottom: 0;
  }
  div#product-tab-scaffolding ul.nav-tabs {
    display: none !important;
  }
}
div#product-tab-scaffolding ul.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}
div#product-tab-scaffolding ul.nav-tabs > li {
  flex: 0 1 auto;
  margin-right: 1%;
  margin-left: 1%;
}
@media (max-width: 992px) {
  div#product-tab-scaffolding ul.nav-tabs > li {
    margin: 0 auto;
  }
}
div#product-tab-scaffolding ul.nav-tabs > li > a {
  font-weight: normal;
  color: #757575;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  margin: 0 auto;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  outline: none;
  transition: color 0.3s ease;
}
div#product-tab-scaffolding ul.nav-tabs > li > a:hover {
  color: #17181a;
}
@media (max-width: 992px) {
  div#product-tab-scaffolding ul.nav-tabs > li > a {
    font-size: 16px;
  }
}
div#product-tab-scaffolding ul.nav-tabs > li.active > a,
div#product-tab-scaffolding ul.nav-tabs > li.active > a:focus,
div#product-tab-scaffolding ul.nav-tabs > li.active > a:hover {
  color: #17181a;
  border-color: #17181a;
}

@media (max-width: 992px) {
  section#product-content .tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  section#product-content .tab-content > .tab-pane.active {
    height: auto;
  }
  section#product-content .tab-content > .tab-pane.collapse.in {
    display: block;
  }
}
section#product-content .tab-content {
  border: 0;
  padding: 0;
}
@media (max-width: 768px) {
  section#product-content .tab-content {
    padding: 20px;
  }
}
section#product-content .tab-content .tab-pane-content {
  padding-top: 45px;
}
@media (max-width: 768px) {
  section#product-content .tab-content .tab-pane-content {
    padding-top: 20px;
  }
}
section#product-content .tab-content .tab-pane-content > div#overview-heading h2, section#product-content .tab-content .tab-pane-content > h2:first-child, section#product-content .tab-content .tab-pane-content > h3:first-child {
  text-align: center;
  font-size: 24px;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
section#product-content .tab-content .tab-pane-content h2, section#product-content .tab-content .tab-pane-content h3 {
  margin-bottom: 25px;
}
section#product-content .tab-content .tab-pane-content p {
  line-height: 166%;
}
section#product-content .accordion-trigger {
  outline: none;
  max-height: 55px;
  min-height: 55px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  box-shadow: none;
  font-size: 18px;
  border: 0;
  border-radius: 0;
  font-weight: bold;
  padding-left: 0;
  background-color: transparent;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 768px) {
  section#product-content .accordion-trigger {
    display: none;
  }
}
section#product-content .accordion-trigger.collapsed:after {
  transform: rotate(0deg);
  color: #17181a;
}
section#product-content .accordion-trigger:after {
  float: none;
  font-family: "xrite-icons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: 900;
  color: #e98b00;
  font-size: 22px;
  bottom: 14px;
  position: absolute;
  content: "\e915";
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  right: 0;
}

@media (max-width: 992px) {
  *::-ms-backdrop, #product-tab-scaffolding ul.nav-tabs {
    width: 100% !important;
    justify-content: space-around !important;
  }
  *::-ms-backdrop, #product-tab-scaffolding ul.nav-tabs > li {
    margin: 0 !important;
  }
}
@keyframes videoLoadSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
main#product .btn-container a.btn, main#product .btn-container article.download-container p.download-downloads a, article.download-container p.download-downloads main#product .btn-container a {
  min-width: 0;
}
main#product hr {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #cccccc;
}

section#product-splash {
  background-color: #F0F0F0;
  padding-top: 10px;
  padding-bottom: 10px;
}
section#product-splash nav.breadcrumb {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  section#product-splash nav.breadcrumb {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }
}
section#product-splash nav.breadcrumb .utility-nav {
  padding: 0;
  margin: 0;
  text-shadow: none;
  width: 100%;
}
@media (max-width: 768px) {
  section#product-splash nav.breadcrumb .utility-nav li {
    display: none;
  }
  section#product-splash nav.breadcrumb .utility-nav li:nth-last-child(0n+2) {
    display: inline;
    font-weight: bold;
    position: relative;
  }
  section#product-splash nav.breadcrumb .utility-nav li:nth-last-child(0n+2):before {
    font-family: "xrite-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-weight: 900;
    content: "\e90a";
    display: inline;
    font-size: 14px;
    position: relative;
    bottom: -1px;
    margin-right: 5px;
    margin-left: 8px;
  }
}
@media (max-width: 768px) {
  section#product-splash nav.breadcrumb .utility-nav li a:after {
    content: none;
    display: none;
  }
}
section#product-splash nav.breadcrumb .utility-nav li a:hover > span {
  color: #17181a;
}

section#product-splash-inner {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  section#product-splash-inner {
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  section#product-splash-inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (max-width: 992px) and (-ms-high-contrast: active), screen and (max-width: 992px) and (-ms-high-contrast: none) {
  section#product-splash-inner {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  section#product-splash-inner > section {
    margin: 0 auto;
    border-radius: 0;
    width: 100%;
    flex-basis: 100%;
  }
  section#product-splash-inner div#product-image-carousel {
    margin-bottom: -10px;
    padding: 15px 10px 0 10px;
  }
}

section#product-image-carousel-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

div#product-image-carousel,
#product-thumb-carousel,
section#product-card {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  box-sizing: border-box;
}

div#product-image-carousel {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  overflow: hidden;
}
div#product-image-carousel > div#initial-product-image {
  display: block;
}
div#product-image-carousel div.product-carousel {
  transition: 0.35s all;
  height: 1px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  div#product-image-carousel div.product-carousel {
    overflow: hidden;
    position: static;
    top: initial;
    -ms-transform: initial;
    transform: initial;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  div#product-image-carousel div.product-carousel {
    position: relative;
  }
}
div#product-image-carousel div.product-carousel.ready {
  height: auto;
  overflow: visible;
}
div#product-image-carousel div.product-carousel:hover button.slick-arrow {
  opacity: 1;
}
div#product-image-carousel div#carousel-loading {
  top: 50%;
  transform: translateY(-50%);
}
div#product-image-carousel button.slick-arrow {
  height: 81px;
  width: 54px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.35s all;
}
@media (min-width: 992px) {
  div#product-image-carousel button.slick-arrow {
    opacity: 0;
  }
}
div#product-image-carousel .new-slick-hero-slider .slick-list {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
div#product-image-carousel .new-slick-hero-slider div.video .video-js {
  padding-top: 50%;
  outline: none;
}
div#product-image-carousel .new-slick-hero-slider div.slick-slide {
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
}
div#product-image-carousel .new-slick-hero-slider div.slick-slide.slick-current.slick-active img {
  transition: all 0.3s ease;
  border-radius: 0;
}
div#product-image-carousel .new-slick-hero-slider div.slick-slide.slick-current.slick-active img[data-lazy] {
  transform: scale(0.98);
}
@media (min-width: 992px) {
  div#product-image-carousel .new-slick-hero-slider div.slick-slide.slick-current.slick-active img[data-lazy] {
    -webkit-filter: blur(14px);
    filter: blur(14px);
  }
  @-moz-document url-prefix() {
    div#product-image-carousel .new-slick-hero-slider div.slick-slide.slick-current.slick-active img[data-lazy] {
      filter: none !important;
    }
  }
}
div#product-image-carousel .new-slick-hero-slider img {
  max-width: 100%;
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 992px) {
  div#product-image-carousel .new-slick-hero-slider img {
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  @-moz-document url-prefix() {
    div#product-image-carousel .new-slick-hero-slider img {
      filter: none !important;
    }
  }
}

.product-carousel nav.dots-container .slick-dots {
  margin-top: 0;
  top: 20px;
  opacity: 1;
}
.product-carousel nav.dots-container .slick-dots li button {
  margin: 10px;
}
@media (max-width: 768px) {
  .product-carousel nav.dots-container .slick-dots {
    margin-top: 0;
    margin-bottom: 0;
    top: 10px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
}
.product-carousel button.slick-arrow {
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  height: auto;
  left: auto;
  right: auto;
  padding: 0;
  width: 45px;
}
.product-carousel button.slick-arrow:hover:before {
  color: #17181a;
}
.product-carousel button.slick-arrow:before {
  font-family: "xrite-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #757575;
  font-size: 28px;
}
.product-carousel button.slick-arrow.slick-prev {
  left: -10px;
}
.product-carousel button.slick-arrow.slick-prev:before {
  content: "\e90f";
}
.product-carousel button.slick-arrow.slick-next {
  right: -10px;
}
.product-carousel button.slick-arrow.slick-next:before {
  content: "\e910";
}

#product-thumb-carousel {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 20px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#product-thumb-carousel.ready {
  height: auto;
  overflow: visible;
  opacity: 1;
}
@media (max-width: 992px) and (max-width: 1200px) {
  #product-thumb-carousel {
    margin-top: 0;
    padding-top: 30px;
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  #product-thumb-carousel {
    display: none;
  }
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized {
  padding-left: 6%;
  padding-right: 6%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  #product-thumb-carousel .new-slick-sub-class.slick-initialized:after, #product-thumb-carousel .new-slick-sub-class.slick-initialized:before {
    z-index: 1;
    content: "";
    opacity: 1;
    transition: opacity 0.6s ease;
    display: block;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  }
  #product-thumb-carousel .new-slick-sub-class.slick-initialized:before {
    left: 5%;
    transform: rotate(180deg);
  }
  #product-thumb-carousel .new-slick-sub-class.slick-initialized:after {
    right: 5%;
  }
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized else:after, #product-thumb-carousel .new-slick-sub-class.slick-initialized else:before {
  z-index: 1;
  content: "";
  opacity: 1;
  transition: opacity 0.6s ease;
  display: block;
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized else:before {
  left: 5%;
  transform: rotate(180deg);
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized else:after {
  right: 5%;
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide {
  cursor: pointer;
  padding-top: 5px;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide.slick-current {
  cursor: pointer;
  border-bottom: 2px solid #e98b00;
  padding-bottom: 5px;
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide.slick-current img {
  cursor: pointer;
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide img {
  width: 100%;
  height: auto;
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide div.thumb-placeholder {
  height: 0;
  overflow: hidden;
  padding-top: 50%;
  background: white;
  position: relative;
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide div.thumb-placeholder:after {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif !important;
  content: "▶︎";
  font-weight: normal !important;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  text-align: center;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  font-size: 40px;
  padding: 0 10px;
  z-index: 1;
  line-height: 0;
  outline: 0;
  text-shadow: 0 0 12px rgba(23, 24, 26, 0.5);
  pointer-events: none;
  font-size: 16px;
}
@media (max-width: 480px) {
  #product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide div.thumb-placeholder:after {
    font-size: 40px;
  }
}
#product-thumb-carousel .new-slick-sub-class.slick-initialized div.slick-slide div.thumb-placeholder > img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
}

#product-image-carousel-container {
  width: 62%;
  margin-right: 2%;
}

section#product-card {
  width: 36%;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  section#product-card {
    margin-top: 20px;
  }
}
section#product-card span#sku-wrapper {
  color: #B5B5B5;
  font-size: 12px;
  display: block;
}
section#product-card h1#product-name {
  font-size: 28px;
  display: inline-block;
}
section#product-card h1#product-name + .new-item-flag,
section#product-card h1#product-name + .updated-item-flag {
  position: relative;
  top: -4px;
  left: 2px;
}
section#product-card h3#product-identifier {
  margin-top: 6px;
  font-size: 18px;
  line-height: 130%;
}
section#product-card div#pricing-model {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 12px;
}
section#product-card div#pricing-model div.default, section#product-card div#pricing-model div.request-a-quote {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #1675a9;
}
section#product-card div#pricing-model div.default span, section#product-card div#pricing-model div.request-a-quote span {
  font-size: 16px;
}
section#product-card div#pricing-model div.quoted-price {
  color: rgb(60.4698635057, 136.9982758621, 44.0017241379);
}
section#product-card div#pricing-model div.quoted-price span:first-child {
  display: inline-block;
  font-size: 16px;
  margin-right: 6px;
}
section#product-card div#pricing-model div.quoted-price span#price {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  font-size: 20px;
}
section#product-card div#pricing-model div.standard-price {
  color: rgb(60.4698635057, 136.9982758621, 44.0017241379);
}
section#product-card div#pricing-model div.standard-price span#price {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  font-size: 20px;
}
section#product-card div#pricing-model div.discount-price {
  padding: 4px 8px;
}
section#product-card div#pricing-model div.discount-price span#price {
  color: rgb(60.4698635057, 136.9982758621, 44.0017241379);
  background-color: #F4FDE7;
}
section#product-card div#pricing-model div.discount-price s {
  margin-right: 10px;
  color: #757575;
  text-decoration: line-through;
}
section#product-card div#pricing-model div.discount-price s + span#price {
  padding: 4px 8px;
  font-size: 16px;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
section#product-card div#pricing-model div.out-of-production {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  letter-spacing: 0.4px;
  color: #e92300;
}
section#product-card div#pricing-model div.out-of-production span {
  font-size: 16px;
}
section#product-card ul#product-value-props {
  padding-left: 16px;
  margin-top: 6px;
}
section#product-card ul#product-value-props li {
  margin-bottom: 0.8em;
  line-height: 21px;
}
section#product-card ul#product-value-props li:last-child {
  margin-bottom: 0;
}
section#product-card ul#product-value-props li:only-child {
  list-style-type: none;
  padding-left: 0;
  margin-left: -16px;
}
section#product-card .product-promo-text {
  text-align: center;
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
  padding: 6px 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  text-transform: uppercase;
  color: #1675a9;
}
section#product-card div#product-cta-container {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
section#product-card div#product-cta-container > .btn:first-child, section#product-card article.download-container p.download-downloads div#product-cta-container > a:first-child, article.download-container p.download-downloads section#product-card div#product-cta-container > a:first-child {
  background-color: #00ace3;
  color: #ffffff;
  padding-left: 40px;
  padding-right: 40px;
  border: 2px solid transparent;
  display: inline-block;
  margin: 0 auto;
  line-height: 100%;
}
section#product-card div#product-cta-container a#product-cta-download {
  text-decoration: none;
  color: #53555a;
  padding: 15px;
  display: table;
  margin: 0 auto;
  line-height: 100%;
}
section#product-card div#product-cta-container a#product-cta-download > .download-cta-icon {
  margin-right: 4px;
}
section#product-card div#product-cta-container a#product-cta-download:hover {
  color: #17181a;
}
section#product-card div#product-cta-container a#product-cta-download:hover > .download-cta-icon > path {
  fill: #17181a;
}
section#product-card div#product-cta-container button#product-cta-download {
  background-color: transparent;
  border: 2px solid #00ace3;
  color: #00ace3;
}
section#product-card div#product-cta-container button#product-cta-download > .download-cta-icon {
  margin-right: 4px;
}
section#product-card div#product-cta-container button#product-cta-download > .download-cta-icon > path {
  fill: #00ace3;
  transition: fill 0.3s ease;
}
section#product-card div#product-cta-container button#product-cta-download:hover {
  background-color: #00ace3;
  color: white;
  border-color: #00ace3;
}
section#product-card div#product-cta-container button#product-cta-download:hover > .download-cta-icon > path {
  fill: white;
}

section#page-bumper {
  margin-top: 70px;
  background-color: #E5FBFF;
}
section#page-bumper .container {
  margin-bottom: 0;
}
section#page-bumper .page-bumper-wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  section#page-bumper .page-bumper-wrapper {
    flex-direction: column-reverse;
  }
}
section#page-bumper .page-bumper-wrapper .page-bumper-image {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15%;
  margin-bottom: -1px;
  overflow-y: visible;
  align-self: flex-end;
}
@media (max-width: 768px) {
  section#page-bumper .page-bumper-wrapper .page-bumper-image {
    width: 100%;
  }
}
section#page-bumper .page-bumper-wrapper .page-bumper-image > img {
  width: 100%;
  transform-origin: bottom left;
  transform: scale(1.5);
  display: block;
}
@media (max-width: 768px) {
  section#page-bumper .page-bumper-wrapper .page-bumper-image > img {
    display: none;
  }
}
section#page-bumper .page-bumper-wrapper .page-bumper {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
  width: 80%;
  padding: 0 60px 10px 30px;
}
section#page-bumper .page-bumper-wrapper .page-bumper h2 + h2 {
  margin-bottom: 0;
}
section#page-bumper .page-bumper-wrapper .page-bumper a {
  color: #00ace3;
}
section#page-bumper .page-bumper-wrapper .page-bumper a[href^="tel:"] {
  white-space: nowrap;
}
@media (max-width: 768px) {
  section#page-bumper .page-bumper-wrapper .page-bumper {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  section#page-bumper {
    margin-top: 10px;
  }
}
section#page-bumper + footer {
  border-top: 5px solid #00ace3;
}

section#product-content div#overview-heading {
  text-align: center;
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  section#product-content div#overview-heading {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section#product-content div#overview-heading {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#product-content div#overview-heading {
    width: 100%;
  }
}

section#specification-callouts {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 45px;
  margin-bottom: 75px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  section#specification-callouts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section#specification-callouts {
    width: 80%;
  }
}
@media (max-width: 480px) {
  section#specification-callouts {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section#specification-callouts {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  section#specification-callouts {
    flex-direction: column;
    justify-content: center;
    margin-top: 20px;
  }
}
section#specification-callouts figure.specification {
  margin: 0 auto;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 992px) {
  section#specification-callouts figure.specification {
    flex-basis: 50%;
    margin-bottom: 50px;
  }
  section#specification-callouts figure.specification:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  section#specification-callouts figure.specification {
    margin-bottom: 40px;
    flex: 1 1 auto;
  }
}
section#specification-callouts figure.specification div.specification-inner {
  margin: 0 auto;
}
section#specification-callouts figure.specification div.specification-top {
  display: block;
  text-align: center;
  white-space: nowrap;
}
section#specification-callouts figure.specification span.specification-number {
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  font-size: 80px;
  color: #00ace3;
  letter-spacing: -0.04em;
  font-kerning: normal;
  line-height: 1;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 668px) {
  section#specification-callouts figure.specification span.specification-number {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  section#specification-callouts figure.specification span.specification-number {
    font-size: 60px;
  }
}
section#specification-callouts figure.specification span.specification-unit {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #00ace3;
  font-size: 22px;
}
section#specification-callouts figure.specification figcaption.specification-metric {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 22.4px;
}

section#product-content div#specification-heading {
  text-align: center;
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  section#product-content div#specification-heading {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section#product-content div#specification-heading {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#product-content div#specification-heading {
    width: 100%;
  }
}

.image-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  box-sizing: border-box;
  margin-bottom: 70px;
  margin-top: 50px;
}
.image-flex.reverse {
  flex-direction: row-reverse;
}
.image-flex.reverse > div.image-flex-inner + div.image-flex-inner:last-child {
  margin-right: 6%;
  margin-left: 0;
}
.image-flex.center {
  flex-wrap: wrap;
}
.image-flex.center > div.image-flex-inner {
  margin: 0 auto;
  flex-basis: 100%;
}
.image-flex.center > div.image-flex-inner figure.image-flex-wrapper {
  width: auto;
}
.image-flex.center > div.image-flex-inner + div.image-flex-inner:last-child {
  margin-left: 0;
  margin-top: 3%;
}
.image-flex.center > div.image-flex-inner + div.image-flex-inner:last-child > div.image-flex-copy {
  text-align: center;
  flex: 0 1 auto;
  width: 60%;
}
@media (max-width: 992px) {
  .image-flex.center > div.image-flex-inner + div.image-flex-inner:last-child > div.image-flex-copy {
    text-align: left;
    width: 100%;
  }
}
.image-flex.center.video > div.image-flex-inner figure.image-flex-wrapper {
  width: 100%;
}
@media (min-width: 992px) {
  .image-flex.center.video > div.image-flex-inner figure.image-flex-wrapper {
    width: 80%;
  }
}
.image-flex > div.image-flex-inner + div.image-flex-inner:last-child {
  margin-left: 6%;
}
.image-flex div.image-flex-inner {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.image-flex div.image-flex-copy {
  flex: 1 1 auto;
  align-self: center;
}
@media (max-width: 768px) {
  .image-flex div.image-flex-copy {
    margin-top: 15px;
  }
}
.image-flex div.image-flex-copy .headline {
  display: inline-block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 140%;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
@media (max-width: 768px) {
  .image-flex div.image-flex-copy .headline {
    text-align: left;
  }
}
.image-flex div.image-flex-copy p:nth-of-type(1) {
  margin-top: 0;
}
.image-flex div.image-flex-copy p:last-child {
  margin-bottom: 0;
}
.image-flex div.image-flex-copy a {
  color: #00ace3;
}
.image-flex div.image-flex-copy a.btn, .image-flex div.image-flex-copy article.download-container p.download-downloads a, article.download-container p.download-downloads .image-flex div.image-flex-copy a {
  min-width: 0;
}
@media (max-width: 768px) {
  .image-flex {
    margin-top: 60px;
    margin-bottom: 80px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) and (max-width: 992px) {
  .image-flex {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .image-flex {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .image-flex div.image-flex-inner {
    width: 100%;
    flex-basis: auto;
  }
  .image-flex div.image-flex-inner + div.image-flex-inner:last-child {
    margin-left: 0;
  }
  .image-flex.reverse {
    flex-direction: row;
  }
  .image-flex.reverse > div.image-flex-inner + div.image-flex-inner:last-child {
    margin-right: 0;
  }
}
.image-flex figure.image-flex-wrapper {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  align-self: center;
}
.image-flex figure.image-flex-wrapper > figcaption {
  margin-top: 10px;
  color: #757575;
}
.image-flex img {
  position: relative;
}

section.three-column-icon {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  section.three-column-icon {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section.three-column-icon {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section.three-column-icon {
    width: 100%;
  }
}
@media (max-width: 992px) {
  section.three-column-icon {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  section.three-column-icon {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
section.three-column-icon.centered figure {
  text-align: center;
}
section.three-column-icon.centered picture {
  margin: 0 auto;
}
section.three-column-icon figure.inner-icon {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) and (min-width: 420px) {
  section.three-column-icon figure.inner-icon {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  section.three-column-icon figure.inner-icon > div {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 3%;
  }
}
section.three-column-icon figure.inner-icon h6 {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 140%;
}
section.three-column-icon figure.inner-icon p {
  margin-top: 0;
  margin-bottom: 0;
}
section.three-column-icon figure.inner-icon picture {
  width: 100px;
  height: 100px;
  position: relative;
  display: block;
}
section.three-column-icon figure.inner-icon img {
  display: block;
  width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

section.testimonial-container {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  section.testimonial-container {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  section.testimonial-container {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
section.testimonial-container .headline {
  display: inline-block;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 140%;
}
@media (max-width: 768px) {
  section.testimonial-container .headline {
    text-align: left;
  }
}
section.testimonial-container div.testimonial-inner {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.testimonial-container div.testimonial-wrapper {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 50%;
}
@media (max-width: 768px) {
  section.testimonial-container div.testimonial-wrapper {
    width: 100%;
    float: none;
  }
}
section.testimonial-container footer {
  background-color: transparent;
  padding-top: 20px;
}
section.testimonial-container footer cite {
  font-size: 16px;
  color: #757575;
  font-style: normal;
}
section.testimonial-container blockquote {
  padding: 0;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 85%;
  border-left: none;
  font-size: 18px;
  color: #53555a;
  line-height: 166%;
}
section.testimonial-container blockquote > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: 100px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.testimonial-container blockquote > img {
    margin: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  section.testimonial-container blockquote {
    width: 100%;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  section.testimonial-container {
    text-align: left;
  }
}

section#workflow-faceting {
  margin-top: 60px;
  margin-bottom: 80px;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  section#workflow-faceting {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  section#workflow-faceting {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  section#workflow-faceting {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section#workflow-faceting {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#workflow-faceting {
    width: 100%;
  }
}
section#workflow-faceting .headline {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 768px) {
  section#workflow-faceting .headline {
    text-align: left;
  }
}
section#workflow-faceting .workflow-faceting-inner {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 992px) {
  section#workflow-faceting .workflow-faceting-inner {
    display: block;
    width: 100%;
  }
}
section#workflow-faceting .workflow-faceting-timeline {
  width: 100%;
  margin: 0 auto;
  border-bottom: 2px dotted #cccccc;
  margin-bottom: -6px;
}
@media (max-width: 992px) {
  section#workflow-faceting .workflow-faceting-timeline {
    display: none;
  }
}
section#workflow-faceting .workflow-faceting-inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
@media (max-width: 992px) {
  section#workflow-faceting .workflow-faceting-inner {
    display: block;
  }
}
section#workflow-faceting .workflow-faceting-inner figure {
  font-size: 16px;
  margin-top: 0;
  position: relative;
  color: #757575;
  display: block;
  -webkit-box-flex: 1 1 20%;
  -moz-box-flex: 1 1 20%;
  -webkit-flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  flex: 1 1 20%;
  margin-right: 10px;
}
section#workflow-faceting .workflow-faceting-inner figure > div {
  padding: 10px 20px;
  position: relative;
  top: 4px;
  left: 8px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
section#workflow-faceting .workflow-faceting-inner figure > div:before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #f9f9f9;
  border-right: 15px solid transparent;
  border-bottom: 0 solid #f9f9f9;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  content: " ";
}
section#workflow-faceting .workflow-faceting-inner figure strong {
  font-size: 18px;
  display: block;
}
section#workflow-faceting .workflow-faceting-inner figure p {
  color: #53555a;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
}
section#workflow-faceting .workflow-faceting-inner figure.active {
  color: #e98b00;
}
section#workflow-faceting .workflow-faceting-inner figure.active > div {
  background-color: #FFF5E6;
}
section#workflow-faceting .workflow-faceting-inner figure.active > div:before {
  border-left: 15px solid #FFF5E6;
  border-bottom: 0 solid #FFF5E6;
}
section#workflow-faceting .workflow-faceting-inner figure.active:before {
  background-color: #e98b00;
  border: 2px solid #e98b00;
}
section#workflow-faceting .workflow-faceting-inner figure:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #cccccc;
}
@media (max-width: 992px) {
  section#workflow-faceting .workflow-faceting-inner figure {
    margin-right: 0;
    padding-left: 20px;
  }
  section#workflow-faceting .workflow-faceting-inner figure > div {
    top: -4px;
  }
  section#workflow-faceting .workflow-faceting-inner figure > div:before {
    transform: rotate(45deg);
    top: 14px;
    left: -8px;
  }
  section#workflow-faceting .workflow-faceting-inner figure p {
    font-size: 16px;
  }
  section#workflow-faceting .workflow-faceting-inner figure:last-child:after {
    content: "";
    display: none;
  }
  section#workflow-faceting .workflow-faceting-inner figure:before {
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
  }
  section#workflow-faceting .workflow-faceting-inner figure:after {
    content: "";
    display: block;
    border-left: 2px dotted #cccccc;
    top: 25px;
    left: 4px;
    height: 100%;
    position: absolute;
  }
}

section#product-dimensions {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  section#product-dimensions {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  section#product-dimensions {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner {
    text-align: center;
  }
}
section#product-dimensions div.production-dimensions-inner .product-dimensions-image-wrapper {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner .product-dimensions-image-wrapper {
    position: static;
    margin-bottom: 0;
    display: inline-block;
    line-height: 100%;
  }
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-height,
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-width {
  display: block;
  margin: 0;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-width {
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner figure.product-dimensions-width {
    display: none;
  }
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-height {
  position: absolute;
  top: 50%;
  right: 80%;
  text-align: right;
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner figure.product-dimensions-height {
    display: none;
  }
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image {
    width: 100%;
  }
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  /* width: 100%; */
  position: static;
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image > img {
    width: 100%;
  }
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler, section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler {
  margin: 0;
  border: 0;
  overflow: visible;
}
@media (max-width: 768px) {
  section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler, section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler {
    display: none !important;
  }
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler:before, section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler:after, section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler:before, section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler:after {
  content: "";
  display: block;
  position: absolute;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler {
  position: absolute;
  border-left: 2px solid #cccccc;
  height: 80%;
  transform: translate3d(0, 10%, 0);
  width: 15px;
  display: block;
  top: 0;
  left: -30px;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler:before {
  top: 0;
  left: -50%;
  border-top: 2px solid #cccccc;
  width: 15px;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.height-ruler:after {
  bottom: 0;
  left: -50%;
  border-bottom: 2px solid #cccccc;
  width: 15px;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler {
  position: absolute;
  border-bottom: 2px solid #cccccc;
  width: 80%;
  transform: translate3d(10%, 0, 0);
  display: block;
  bottom: -30px;
  height: 15px;
  left: 0;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler:before {
  bottom: -50%;
  left: 0;
  border-left: 2px solid #cccccc;
  height: 15px;
}
section#product-dimensions div.production-dimensions-inner figure.product-dimensions-image hr.width-ruler:after {
  bottom: -50%;
  right: 0;
  border-right: 2px solid #cccccc;
  height: 15px;
}
section#product-dimensions .dimension-width,
section#product-dimensions .dimension-height {
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
  font-size: 80px;
  color: #53555a;
  letter-spacing: -0.04em;
  font-kerning: normal;
  line-height: 1;
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 668px) {
  section#product-dimensions .dimension-width,
  section#product-dimensions .dimension-height {
    font-size: 70px;
  }
}
@media (max-width: 480px) {
  section#product-dimensions .dimension-width,
  section#product-dimensions .dimension-height {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  section#product-dimensions .dimension-width,
  section#product-dimensions .dimension-height {
    font-size: 3.5em;
    transform: translate3d(0, 0, 0);
  }
}
section#product-dimensions .dimension-unit {
  font-family: "Frutiger LT W01_45 Ligh1475730", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #53555a;
  font-size: 22px;
}
section#product-dimensions .mobile-product-dimensions {
  display: none;
}
section#product-dimensions .mobile-product-dimensions figure {
  display: inline;
}
@media (max-width: 768px) {
  section#product-dimensions .mobile-product-dimensions {
    display: block;
  }
}
section#product-dimensions .mobile-product-dimensions .dimension-width:before {
  content: "×︎";
  display: inline;
  font-weight: 100;
  padding: 0 8px;
  font-size: 40px;
}

section#product-application-tags {
  margin-top: 60px;
  margin-bottom: 80px;
  margin-top: 30px;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  section#product-application-tags {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  section#product-application-tags {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  section#product-application-tags {
    width: 100%;
  }
}
@media (max-width: 768px) {
  section#product-application-tags {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#product-application-tags {
    width: 100%;
  }
}
section#product-application-tags .headline {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 140%;
  text-align: center;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}

section#parts-accessories-table,
div#news-events {
  display: block;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  section#parts-accessories-table,
  div#news-events {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section#parts-accessories-table,
  div#news-events {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#parts-accessories-table,
  div#news-events {
    width: 100%;
  }
}
section#parts-accessories-table > hr:first-child,
div#news-events > hr:first-child {
  width: 80%;
  margin: 0 auto 60px auto;
  display: block;
}
section#parts-accessories-table table tr[data-url],
div#news-events table tr[data-url] {
  cursor: pointer;
}
section#parts-accessories-table table td,
div#news-events table td {
  padding: 15px;
  vertical-align: middle;
}
section#parts-accessories-table table > tbody > tr > td:nth-of-type(2),
div#news-events table > tbody > tr > td:nth-of-type(2) {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
section#parts-accessories-table table > tbody > tr > td:first-child,
div#news-events table > tbody > tr > td:first-child {
  width: 20%;
  min-width: 120px;
}
@media (max-width: 768px) {
  section#parts-accessories-table table > tbody > tr > td:first-child,
  div#news-events table > tbody > tr > td:first-child {
    width: 25%;
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  section#parts-accessories-table table > tbody > tr > td:first-child,
  div#news-events table > tbody > tr > td:first-child {
    width: 0px;
    min-width: 0px;
    border-collapse: collapse;
    border: 0;
    outline: 0;
  }
  section#parts-accessories-table table > tbody > tr > td:first-child img,
  div#news-events table > tbody > tr > td:first-child img {
    display: none;
  }
}
section#parts-accessories-table table td img,
div#news-events table td img {
  width: auto;
  max-width: 100%;
  height: auto;
}
section#parts-accessories-table table > tbody > tr > td:nth-child(3),
div#news-events table > tbody > tr > td:nth-child(3) {
  width: 55%;
  text-align: right;
}
section#parts-accessories-table table > tbody > tr > td:nth-child(3) a.btn, section#parts-accessories-table table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a, article.download-container p.download-downloads section#parts-accessories-table table > tbody > tr > td:nth-child(3) a,
div#news-events table > tbody > tr > td:nth-child(3) a.btn,
div#news-events table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a,
article.download-container p.download-downloads div#news-events table > tbody > tr > td:nth-child(3) a {
  min-width: 0;
  padding: 10px 20px;
  border: 2px solid #757575;
  background-color: transparent;
  color: #757575;
}
section#parts-accessories-table table > tbody > tr > td:nth-child(3) a.btn:hover, section#parts-accessories-table table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a:hover, article.download-container p.download-downloads section#parts-accessories-table table > tbody > tr > td:nth-child(3) a:hover,
div#news-events table > tbody > tr > td:nth-child(3) a.btn:hover,
div#news-events table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a:hover,
article.download-container p.download-downloads div#news-events table > tbody > tr > td:nth-child(3) a:hover {
  background-color: #757575;
  color: #ffffff;
}
section#parts-accessories-table table > tbody > tr > td:nth-child(3) a.btn + .tiny-btn, section#parts-accessories-table table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a + .tiny-btn, article.download-container p.download-downloads section#parts-accessories-table table > tbody > tr > td:nth-child(3) a + .tiny-btn,
div#news-events table > tbody > tr > td:nth-child(3) a.btn + .tiny-btn,
div#news-events table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a + .tiny-btn,
article.download-container p.download-downloads div#news-events table > tbody > tr > td:nth-child(3) a + .tiny-btn {
  display: none;
}
section#parts-accessories-table table > tbody > tr > td:nth-child(3) span.price,
div#news-events table > tbody > tr > td:nth-child(3) span.price {
  display: inline-block;
  margin-right: 10%;
  font-size: 18px;
}
@media (max-width: 768px) {
  section#parts-accessories-table table > tbody > tr > td:nth-child(3),
  div#news-events table > tbody > tr > td:nth-child(3) {
    width: 30%;
  }
  section#parts-accessories-table table > tbody > tr > td:nth-child(3) a.btn, section#parts-accessories-table table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a, article.download-container p.download-downloads section#parts-accessories-table table > tbody > tr > td:nth-child(3) a,
  div#news-events table > tbody > tr > td:nth-child(3) a.btn,
  div#news-events table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a,
  article.download-container p.download-downloads div#news-events table > tbody > tr > td:nth-child(3) a {
    display: none;
  }
  section#parts-accessories-table table > tbody > tr > td:nth-child(3) a.btn + .tiny-btn, section#parts-accessories-table table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a + .tiny-btn, article.download-container p.download-downloads section#parts-accessories-table table > tbody > tr > td:nth-child(3) a + .tiny-btn,
  div#news-events table > tbody > tr > td:nth-child(3) a.btn + .tiny-btn,
  div#news-events table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a + .tiny-btn,
  article.download-container p.download-downloads div#news-events table > tbody > tr > td:nth-child(3) a + .tiny-btn {
    display: inline;
    text-decoration: none;
    color: #e98b00;
  }
  section#parts-accessories-table table > tbody > tr > td:nth-child(3) a.btn + .tiny-btn:before, section#parts-accessories-table table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a + .tiny-btn:before, article.download-container p.download-downloads section#parts-accessories-table table > tbody > tr > td:nth-child(3) a + .tiny-btn:before,
  div#news-events table > tbody > tr > td:nth-child(3) a.btn + .tiny-btn:before,
  div#news-events table > tbody > tr > td:nth-child(3) article.download-container p.download-downloads a + .tiny-btn:before,
  article.download-container p.download-downloads div#news-events table > tbody > tr > td:nth-child(3) a + .tiny-btn:before {
    font-family: "xrite-icons" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\e90b";
    display: inline;
    font-size: 24px;
    position: relative;
    bottom: -4px;
  }
}
@media (max-width: 480px) {
  section#parts-accessories-table table > tbody > tr > td:nth-child(3),
  div#news-events table > tbody > tr > td:nth-child(3) {
    width: 50%;
  }
}

section#specs-table {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  section#specs-table {
    width: 90%;
  }
}
@media (max-width: 768px) {
  section#specs-table {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section#specs-table {
    width: 100%;
  }
}
section#specs-table tr:hover th, section#specs-table tr:hover td {
  background-color: #eaeaea;
}
section#specs-table table td {
  padding: 15px;
  vertical-align: top;
}
@media (max-width: 480px) {
  section#specs-table table td {
    padding: 8px 8px;
  }
}
section#specs-table table td p {
  margin: 0;
}
section#specs-table table > tbody > tr > td:first-child {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
@media (min-width: 768px) {
  section#specs-table table > tbody > tr > td:first-child {
    width: 30%;
    min-width: 180px;
  }
}

section#specs-table,
section#parts-accessories-table,
div#news-events {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  section#specs-table,
  section#parts-accessories-table,
  div#news-events {
    margin-top: 36px;
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  section#specs-table,
  section#parts-accessories-table,
  div#news-events {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
section#specs-table .headline,
section#parts-accessories-table .headline,
div#news-events .headline {
  display: block;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 140%;
  text-align: center;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
section#specs-table .table-wrapper,
section#parts-accessories-table .table-wrapper,
div#news-events .table-wrapper {
  width: 100%;
}
section#specs-table table,
section#parts-accessories-table table,
div#news-events table {
  table-layout: fixed;
}
section#specs-table table, section#specs-table table *,
section#parts-accessories-table table,
section#parts-accessories-table table *,
div#news-events table,
div#news-events table * {
  border: 0;
}
@media (max-width: 768px) {
  section#specs-table table td,
  section#parts-accessories-table table td,
  div#news-events table td {
    padding: 10px 10px;
  }
}
@media (max-width: 480px) {
  section#specs-table table td,
  section#parts-accessories-table table td,
  div#news-events table td {
    padding: 8px 8px;
  }
}
section#specs-table table > tbody > tr:nth-of-type(odd),
section#parts-accessories-table table > tbody > tr:nth-of-type(odd),
div#news-events table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
section#specs-table .btn-container,
section#parts-accessories-table .btn-container,
div#news-events .btn-container {
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 480px) {
  section#video-gallery .grid-item {
    flex-basis: 48%;
    margin-right: 4%;
  }
  section#video-gallery .grid-item:nth-of-type(0n+2) {
    margin-right: 0;
  }
  section#video-gallery .grid-item-inner {
    margin-bottom: 15px;
  }
}
section#video-gallery .gallery-player > .innerWrapper.oo-player {
  z-index: 2;
}
section#video-gallery .gallery-player {
  margin: 0 auto;
}
@media (min-width: 992px) {
  section#video-gallery .gallery-player {
    -webkit-box-shadow: 3px 7px 51px -4px #cccccc;
    -moz-box-shadow: 3px 7px 51px -4px #cccccc;
    box-shadow: 3px 7px 51px -4px #cccccc;
  }
}
section#video-gallery article div[data-playerid] {
  cursor: pointer;
  position: relative;
}
section#video-gallery article div[data-playerid]:hover:after {
  background-color: rgba(83, 85, 90, 0.9);
}
section#video-gallery article div[data-playerid]:after {
  position: absolute;
  background-color: rgba(23, 24, 26, 0.8);
  opacity: 0.7;
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
  z-index: 1;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 5px;
}
section#video-gallery article div[data-playerid]:before {
  position: absolute;
  font-family: Helvetica, Arial, sans-serif !important;
  content: "▶︎";
  font-weight: normal !important;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  text-align: center;
  display: block;
  white-space: nowrap;
  color: #ffffff;
  font-size: 40px;
  padding: 0 10px;
  z-index: 1;
  line-height: 0;
  outline: 0;
  text-shadow: 0 0 12px rgba(23, 24, 26, 0.5);
  pointer-events: none;
  z-index: 1;
  border-radius: 5px;
}
@media (max-width: 480px) {
  section#video-gallery article div[data-playerid]:before {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section#video-gallery article div[data-playerid]:before {
    font-size: 16px;
  }
}
section#video-gallery article div[data-playerid].video-loading:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTMuNDY5IiBjeT0iNTAiIHI9IjQuMzE3Ii8+PGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMTguMzYzIiBjeT0iNjguMjY1IiByPSI0LjMxNyIvPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjMxLjczNSIgY3k9IjgxLjYzNyIgcj0iNC4zMTciLz48Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI1MCIgY3k9Ijg2LjUzMSIgcj0iNC4zMTciLz48Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI2OC4yNjUiIGN5PSI4MS42MzciIHI9IjQuMzE3Ii8+PGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iODEuNjM3IiBjeT0iNjguMjY1IiByPSI0LjMxNyIvPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9Ijg2LjUzMSIgY3k9IjUwIiByPSI0LjMxNyIvPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjgxLjYzNyIgY3k9IjMxLjczNSIgcj0iNC4zMTciLz48Y2lyY2xlIGZpbGw9IiNGRkZGRkYiIGN4PSI2OC4yNjUiIGN5PSIxOC4zNjMiIHI9IjQuMzE3Ii8+PGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iNTAiIGN5PSIxMy40NjkiIHI9IjQuMzE3Ii8+PGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iMzEuNzM1IiBjeT0iMTguMzYzIiByPSI0LjMxNyIvPjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjE4LjM2MyIgY3k9IjMxLjczNSIgcj0iNC4zMTciLz48L2c+PC9zdmc+);
  animation-name: videoLoadSpin;
  text-align: center;
  height: 90px;
  width: 90px;
  padding: 0;
  margin: 0;
  margin-left: -45px;
  margin-top: -45px;
  transform-style: preserve-3d;
  letter-spacing: 0;
  line-height: 0;
  left: 50%;
  animation-duration: 1200ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@media (max-width: 480px) {
  section#video-gallery article div[data-playerid].video-loading:before {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
  }
}

.new-item-flag {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 2px 4px;
  display: inline;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 4px;
  background-color: #E5FBFF;
  color: #1675a9;
}

.updated-item-flag {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 2px 4px;
  display: inline;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  font-size: 12px;
  position: relative;
  top: -1px;
  left: 4px;
  background-color: #FFF5E6;
  color: #e98b00;
}

.download-cta-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
}

.inline-video-player > .innerWrapper.oo-player {
  z-index: 2;
}

div.tag-cloud-container {
  display: block;
  margin: 0 auto;
  text-align: center;
}
div.tag-cloud-container ul {
  display: block;
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  div.tag-cloud-container ul {
    width: 80%;
  }
}
@media (max-width: 768px) {
  div.tag-cloud-container ul {
    width: 100%;
  }
}
@media (max-width: 480px) {
  div.tag-cloud-container ul {
    width: 100%;
  }
}
div.tag-cloud-container ul li {
  display: inline-block;
  padding: 3px 30px;
  min-width: 125px;
  text-align: center;
  margin-right: 6px;
  background-color: #F0F0F0;
  border-radius: 20px;
  margin-bottom: 10px;
}
div.tag-cloud-container ul li:last-child {
  margin-right: 0;
}

.show-more-button {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
}
.show-more-button > span.accordion-open {
  display: inline;
}
.show-more-button > span.accordion-closed {
  display: none;
}
.show-more-button:before {
  content: "\f146";
}
.show-more-button.collapsed:before {
  content: "\f0fe";
}
.show-more-button.collapsed > span.accordion-open {
  display: none;
}
.show-more-button.collapsed > span.accordion-closed {
  display: inline;
}

.four-blocker {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .four-blocker {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .four-blocker {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .four-blocker {
    width: 100%;
  }
}
.four-blocker .headline {
  display: block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 14px;
  line-height: 140%;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
.four-blocker aside {
  margin-bottom: 30px;
}
.four-blocker ul {
  margin-bottom: 0;
}
.four-blocker ul + ul.more {
  margin-top: 10px;
}
.four-blocker ul li {
  margin-bottom: 10px;
}
.four-blocker ul li:last-child {
  margin-bottom: 0;
}
.four-blocker ul li a {
  color: #757575;
  text-decoration: none;
}
.four-blocker ul li a:hover {
  color: #00ace3;
}
@media (min-width: 768px) {
  .four-blocker ul .all-link, .four-blocker ul main#product .ymal .product-card .product-cta-anchor a, main#product .ymal .product-card .product-cta-anchor .four-blocker ul a {
    margin-top: 16px;
  }
}
.four-blocker .btn-container {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

main#product .ymal {
  position: relative;
  padding-top: 30px;
}
main#product .ymal:before {
  content: "";
  position: absolute;
  width: 100vw;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  height: 100%;
  background-color: #F0F0F0;
}
@media (max-width: 992px) {
  main#product .ymal:before {
    content: none;
  }
}
@media (min-width: 992px) {
  main#product .ymal .product-card {
    background-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.02);
  }
}
main#product .ymal .product-card .product-info, main#product .ymal .product-card .product-cta-anchor {
  padding: 20px 30px 20px 30px;
}
main#product .ymal .product-card .product-info .product-name,
main#product .ymal .product-card .product-info .product-identifier-text,
main#product .ymal .product-card .product-info .product-description {
  text-align: left;
}
main#product .ymal .product-card .product-info .product-description {
  color: #757575;
}
main#product .ymal .product-card hr {
  display: none;
}
main#product .ymal .product-card .product-cta-anchor a {
  display: inline !important;
  text-align: left;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  max-width: initial;
}
main#product .ymal .product-card .product-cta-anchor a:hover {
  color: #17181a;
}
main#product .ymal .product-card .product-image img {
  width: 70%;
  padding: 0;
  margin: 20px auto 10px auto;
  display: block;
}
main#product table.compare-table * {
  border: 0;
}
main#product table.compare-table tr:hover th, main#product table.compare-table tr:hover td {
  background-color: #eaeaea;
}
main#product table.compare-table tr:nth-of-type(odd) {
  background-color: #F0F0F0;
}
main#product table.compare-table tr:first-of-type {
  background-color: transparent !important;
}
main#product table.compare-table tr:first-of-type:hover td, main#product table.compare-table tr:first-of-type:hover th {
  background-color: transparent;
}
main#product table.compare-table tr:first-of-type td, main#product table.compare-table tr:first-of-type th {
  border-bottom: 1px solid #cccccc;
}
main#product table.compare-table td.table-flex-header h3 {
  display: block;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 140%;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}
main#product table.compare-table th {
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
}

video-js .vjs-control-bar button:hover {
  background-color: transparent;
}

video-js.bc-player-default_default,
video-js.bc-player-default_default .vjs-poster {
  background-color: white;
  background-size: 100% auto;
}

video-js video {
  outline: none;
}

#product-splash .ffa-container {
  margin-bottom: 8px;
  margin-top: 15px;
}

@media (max-width: 992px) {
  *::-ms-backdrop, .image-flex.center figure.image-flex-wrapper {
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
  }
}
section#product-content .tab-pane-content .flex-space.new-flex-space .flex-space-copy h3 {
  margin-bottom: 6px;
}

section#product-content .xrp-sidebar-generic {
  border: none;
  transition: 0.35s all ease;
  border-radius: 5px;
  font-size: 14px;
  position: relative;
  padding: 30px 30px 30px 30px;
}
section#product-content .xrp-sidebar-generic.orange-ad {
  background-color: #fef5e7;
}
section#product-content .xrp-sidebar-generic.green-ad {
  background-color: #f8fee7;
}
section#product-content .xrp-sidebar-generic.purple-ad {
  background-color: #f5f0fe;
}
section#product-content .xrp-sidebar-generic.blue-ad {
  background-color: #E5FBFF;
}
section#product-content .xrp-sidebar-generic .btn-container {
  margin-bottom: 0;
}
section#product-content .xrp-sidebar-generic p {
  margin: 0;
}
section#product-content .xrp-sidebar-generic .heading-three {
  margin-bottom: 6px;
  display: block;
}
@media (min-width: 992px) {
  section#product-content .xrp-sidebar-generic p {
    width: 60%;
  }
  section#product-content .xrp-sidebar-generic .row:last-of-type {
    position: absolute;
    top: 50%;
    right: 40px;
    width: auto;
    transform: translate3d(0, -50%, 0);
  }
  section#product-content .xrp-sidebar-generic .row:last-of-type .col-sm-8 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  section#product-content .xrp-sidebar-generic p {
    font-size: 16px;
  }
}

.xrp-lead-gen-banner-copy-container-inner {
  background-color: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 30px;
  max-height: 350px;
  overflow: hidden;
}

.banner-background.xrp-lead-gen-banner-backdrop img {
  height: auto;
}

h1#xrp-lead-gen-banner-heading {
  max-height: 150px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 42px;
}

div#xrp-lead-gen-banner-heading-container {
  overflow: hidden;
}

h1#xrp-lead-gen-banner-heading > span {
  line-height: 110%;
}

#xrp-lead-gen-webinar-date-container {
  margin-top: 15px;
  font-size: 19.2px;
}

.xrp-lead-gen-banner.banner-copy {
  /* top: 65%; */
  top: 54%;
}

@media screen and (min-width: 1024px) {
  .xrp-lead-gen-side-form {
    margin-top: -70%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  h1#xrp-lead-gen-banner-heading {
    max-height: 200px;
  }
  .xrp-lead-gen-banner.banner-copy {
    top: 50%;
  }
  /*FIX ME 9/13, --ARC*/
  .xrp-lead-gen-side-form {
    margin-top: 5%;
  }
  .xrp-lead-gen-side-form > .side-form-header {
    margin-bottom: 10px;
  }
  svg.side-form-header-glyph {
    display: none;
  }
  div.xrp-lead-gen-banner-backdrop {
    max-height: 300px;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 640px) {
  .xrp-lead-gen-side-form {
    margin-top: 5%;
  }
  .xrp-lead-gen-side-form > .side-form-header {
    margin-bottom: 10px;
  }
  .xrp-lead-gen-banner-copy-container-inner {
    padding: 15px;
  }
  div.xrp-lead-gen-banner-backdrop {
    max-height: 400px;
    overflow-y: hidden;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .xrp-lead-gen-banner-copy-container-inner {
    padding: 20px;
  }
  .xrp-lead-gen-banner.banner-copy {
    top: 65%;
  }
  .xrp-lead-gen-side-form {
    margin-top: -120%;
  }
}
.sidebar-fadein {
  animation-name: form-fade-down;
  animation-duration: 2s;
  animation-iteration-count: 1;
  /* animation-delay: 4s;  */
  animation-fill-mode: forwards;
}

.xrp-lead-gen-side-form {
  opacity: 0;
}

.xrp-lead-gen-side-form > .side-form-header {
  box-shadow: 10px 10px 54px 0px rgba(158, 158, 158, 0.32);
  -webkit-box-shadow: 10px 10px 54px 0px rgba(158, 158, 158, 0.32);
  -moz-box-shadow: 10px 10px 54px 0px rgba(158, 158, 158, 0.32);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  background-color: #e98b00;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.xrp-lead-gen-side-form > .side-form-header h3 {
  font-size: 20pt;
  color: white;
  font-weight: bold;
  line-height: 120%;
  margin: 0;
}

.xrp-lead-gen-side-form > .side-form {
  background-color: white;
  -webkit-box-shadow: 10px 10px 54px 0px rgba(158, 158, 158, 0.32);
  -moz-box-shadow: 10px 10px 54px 0px rgba(158, 158, 158, 0.32);
  box-shadow: 10px 10px 54px 0px rgba(158, 158, 158, 0.32);
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
}

.xrp-lead-gen-side-form .side-form-header-glyph {
  width: 40px;
  height: 40px;
}

.xrp-lead-gen-side-form svg.side-form-header-glyph {
  fill: #e98b00;
  position: absolute;
  right: 20px;
  bottom: -50px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figure figcaption > span {
  color: #aaaaaa;
  letter-spacing: 0.4px;
  font-size: 90%;
  margin-right: 10px;
}

@keyframes form-fade-down {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
div.presenter-card img.presenter-picture {
  border: 1px solid #cccccc;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}

span.webinar-meta {
  font-size: 19.2px;
  margin-bottom: 4px;
  display: block;
}

.webinar-meta-container span.webinar-meta:last-of-type {
  margin-bottom: 0;
}

span.webinar-meta > strong {
  margin-right: 8px;
}

.webinar-meta-header {
  display: inline;
  margin-right: 20px;
}

.webinar-meta-header > time {
  margin-left: 6px;
}

.breaker-text {
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 1.2px;
}

.contact-us-consent {
  color: #737373;
}

.xrp-lead-gen-side-form .contact-us-consent {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-us-consent a {
  color: #737373;
  text-decoration: underline;
}

.contact-us-consent a:hover {
  text-decoration: none;
}

#cookie_directive_container > .navbar {
  border: 0;
}

#cookie_directive_container > .navbar > .container {
  margin-bottom: 0;
}

#cookie_directive_container p.consent-statement {
  color: white;
}

#cookie_directive_container p.consent-statement a {
  text-decoration: underline;
}

#cookie_close {
  transition: none;
}

@media (max-width: 992px) {
  #cookie_close {
    /* border: 1px solid red; */
    border-radius: 50%;
    width: 44px !important;
    height: 44px !important;
    min-width: inherit;
    padding: 0;
    color: transparent;
    line-height: 0;
    font-size: 0;
  }
  #cookie_close:before {
    font-family: "xrite-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e912";
    color: white;
    font-size: 22px;
    font-weight: 100;
    line-height: 22px;
    padding: 0;
    position: relative;
    top: 11px;
    display: block;
  }
  #cookie_directive_container p.consent-statement {
    font-size: 80%;
    line-height: 140%;
  }
}
body.safari header#new-header {
  background-color: rgba(83, 85, 90, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(7px);
  backdrop-filter: saturate(180%) blur(7px);
}
body.safari header#new-header nav.navigation.transition .primary-nav > li .desktop-mega-menu,
body.safari header#new-header nav.navigation.transition .primary-nav > li .desktop-list-menu {
  display: none;
  opacity: 1;
  pointer-events: auto !important;
}
body.safari header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-mega-menu,
body.safari header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-list-menu {
  display: block;
  opacity: 1;
  pointer-events: auto !important;
}

header#new-header {
  position: fixed;
  top: 0;
  overflow: visible;
  border-bottom: 0;
  z-index: 1040;
  width: 100%;
  background: #737E84;
  background-color: rgba(83, 85, 90, 0.9);
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
header#new-header a {
  cursor: pointer;
}
header#new-header .utility-nav-container {
  width: 100%;
  background-color: #17181a;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}
@media (max-width: 992px) {
  header#new-header .utility-nav-container {
    display: none;
  }
}
header#new-header .utility-nav-container .utility-nav-wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  font-size: 16px;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav li:first-of-type {
  margin-left: 3px;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav a {
  color: #ffffff;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav li a:after {
  color: #647E84;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav span.cart-items {
  position: relative;
  display: inline;
  top: -4px;
  left: -8px;
  background-color: #FF6F61;
  border-radius: 4px;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav span.cart-items > span {
  font-size: 12px;
  color: #ffffff;
  padding: 0px;
  margin-left: 3px;
  font-weight: bold;
  text-align: center;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav-phone-wrapper {
  letter-spacing: 0.2px;
  font-size: 16px;
}
header#new-header .utility-nav-container .utility-nav-wrapper .utility-nav-phone-wrapper a {
  color: #ffffff;
  text-decoration: none;
}
header#new-header a.navbar-logo {
  position: relative;
  top: 3px;
  z-index: 100;
}
@media (max-width: 1200px) {
  header#new-header a.navbar-logo {
    top: 4px;
  }
}
@media (max-width: 480px) {
  header#new-header a.navbar-logo {
    top: 9px;
  }
}
@media (max-width: 400px) {
  header#new-header a.navbar-logo {
    top: 10px;
  }
}
@media (max-width: 340px) {
  header#new-header a.navbar-logo {
    top: 14px;
  }
}
header#new-header .primary-nav-wrapper {
  position: relative;
}
header#new-header ul.primary-nav {
  position: static;
  padding: 0;
  font-size: 17px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header#new-header ul.primary-nav * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header#new-header .desktop-mega-nav-inner ul.list-unstyled li, header#new-header .desktop-mega-nav-inner div.tag-cloud-container ul li, div.tag-cloud-container header#new-header .desktop-mega-nav-inner ul li, header#new-header .desktop-mega-nav-inner .four-blocker ul li, .four-blocker header#new-header .desktop-mega-nav-inner ul li {
  line-height: 110%;
  padding-bottom: 8px;
}
header#new-header .desktop-mega-nav-inner ul.list-unstyled li > a, header#new-header .desktop-mega-nav-inner div.tag-cloud-container ul li > a, div.tag-cloud-container header#new-header .desktop-mega-nav-inner ul li > a, header#new-header .desktop-mega-nav-inner .four-blocker ul li > a, .four-blocker header#new-header .desktop-mega-nav-inner ul li > a {
  word-break: normal;
}
header#new-header ul.primary-nav > li {
  margin-right: 10px;
  display: block;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-shadow: none;
}
header#new-header ul.primary-nav > li > a {
  display: block;
  padding: 10px 12px;
  white-space: nowrap;
  color: white;
  font-weight: bold;
  margin: 0;
  margin-bottom: -5px;
  border-bottom: 4px solid transparent;
}
header#new-header ul.primary-nav > li:hover > a {
  border-bottom: 4px solid #e98b00;
}
header#new-header ul.primary-nav > li.search:hover > a {
  border-bottom: 4px solid transparent;
}
header#new-header ul.primary-nav > li:last-of-type {
  margin-right: 0;
}
header#new-header nav.navigation.transition ul.primary-nav > li > a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header#new-header nav.navigation.transition .desktop-list-menu > ul > li > a {
  -ms-word-break: unset;
  word-break: unset;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
header#new-header nav.navigation.transition .desktop-mega-menu::before {
  content: "";
  display: block;
  /* border: 1px solid red; */
  width: 100%;
  height: 30px;
  position: absolute;
  top: -20px;
}
header#new-header nav.navigation.transition .desktop-mega-menu::after {
  content: "";
  display: block;
  width: 40%;
  height: 34px;
  position: absolute;
  transform-origin: top right;
  transform: rotate(-1deg);
  top: -25px;
}
header#new-header nav.navigation.transition .desktop-mega-menu, header#new-header nav.navigation.transition .desktop-list-menu {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none !important;
  box-shadow: 0px 9px 20px -7px rgba(23, 24, 26, 0.2);
}
header#new-header nav.navigation.transition .desktop-mega-menu ul, header#new-header nav.navigation.transition .desktop-mega-menu .mega-nav-promo, header#new-header nav.navigation.transition .desktop-list-menu ul, header#new-header nav.navigation.transition .desktop-list-menu .mega-nav-promo {
  position: relative;
  left: -5px;
  opacity: 0;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
@media (max-height: 550px) {
  header#new-header nav.navigation.transition .desktop-mega-nav-inner, header#new-header nav.navigation.transition .desktop-list-menu > ul {
    height: 100vh;
    overflow-y: scroll;
  }
}
header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-mega-menu, header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-list-menu {
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  opacity: 1;
  height: auto;
  pointer-events: auto !important;
}
header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-mega-menu ul, header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-mega-menu .mega-nav-promo, header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-list-menu ul, header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-list-menu .mega-nav-promo {
  left: 0;
  opacity: 1;
}
header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-mega-menu ul, header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-list-menu ul {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-mega-menu .mega-nav-promo, header#new-header nav.navigation.transition .primary-nav > li:hover .desktop-list-menu .mega-nav-promo {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
header#new-header nav.navigation .desktop-mega-menu, header#new-header nav.navigation .desktop-list-menu {
  position: absolute;
  height: auto;
  margin-top: 5px;
  left: 0;
  border-top: 0;
}
header#new-header nav.navigation .desktop-mega-menu .desktop-mega-nav-inner {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container {
  padding: 0;
  text-align: center;
  border-left: 1px solid #cccccc;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo {
  width: 100%;
  padding: 0 10px 20px 10px;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo > a > img {
  max-width: 100%;
  height: auto;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo > p {
  font-size: 18px;
  font-weight: bold;
  margin: 5px 0;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo > a.nav-cta {
  display: inline-block;
  margin-top: 10px;
  width: auto;
  background-color: transparent;
  color: #00ace3;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #00ace3;
  border-radius: 5px;
  min-width: 50%;
  padding: 10px 15px;
  -webkit-transition: 0.35s all;
  transition: 0.35s all;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo > a.nav-cta:hover {
  background-color: #00ace3;
  color: #ffffff;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo + .mega-nav-promo {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
header#new-header nav.navigation .desktop-mega-menu #mega-nav-promo-container .mega-nav-promo.dark {
  background-color: #17181a;
  color: #ffffff;
}
header#new-header nav.navigation ul.primary-nav span.heading-three {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  font-weight: bold;
}
header#new-header nav.navigation ul.primary-nav span.heading-three > a {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
header#new-header nav.navigation ul.primary-nav li.search a span.lnr {
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  top: 4px;
  right: -11px;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header#new-header nav.navigation ul.primary-nav li.search a span.lnr:hover {
  color: #e98b00;
}
header#new-header nav.navigation li.nav-contact-us-btn {
  margin-left: 5px;
  margin-right: 15px;
  margin-top: -1px;
}
header#new-header nav.navigation li.nav-contact-us-btn a {
  display: block;
  position: relative;
  top: -1px;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  border-radius: 5px;
  padding: 4px 10px;
}
header#new-header nav.navigation li.nav-contact-us-btn a:hover {
  border-color: #e98b00;
  background-color: #e98b00;
}
header#new-header .container {
  margin-bottom: 0;
}
header#new-header .navbar-desktop {
  height: auto;
  min-height: 50px;
}
@media (max-width: 1200px) {
  header#new-header .navbar-mobile {
    position: relative;
    top: 0px;
    padding: 10px 0;
    height: auto;
  }
  header#new-header .navbar-mobile ul.mobile-nav {
    padding: 0;
  }
  header#new-header .navbar-mobile ul.mobile-nav > li > a {
    color: #ffffff;
  }
}
header#new-header .logo {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
header#new-header .logo > img {
  padding: 0;
  margin: 0;
  width: 220px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  header#new-header .logo > img {
    width: 180px;
  }
}
@media (max-width: 400px) {
  header#new-header .logo > img {
    width: 160px;
  }
}
@media (max-width: 340px) {
  header#new-header .logo > img {
    width: 120px;
  }
}
header#new-header .logo > svg {
  width: 100%;
  height: auto;
  position: relative;
  left: -13px;
}
header#new-header .logo > svg path {
  fill: #ffffff;
}
header#new-header .logo > svg a.svg-fallback {
  display: block;
  position: absolute;
  left: -100%;
  height: 0;
  width: 0;
  overflow: hidden;
}
header#new-header .logo.dark {
  display: none;
}
header#new-header div#header-search {
  position: static;
  top: auto !important;
}
@media (max-width: 1200px) {
  header#new-header div#header-search {
    margin-top: 0;
    top: auto !important;
  }
}
header#new-header div#header-search.header-search-box.collapse.in, header#new-header div#header-search .header-search-box.collapsing {
  top: auto !important;
}
header#new-header.invert-on-scroll div#header-search {
  border-top: 1px solid #cccccc;
}
header#new-header.invert-on-scroll.is-sticky-past-self {
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: saturate(180%) blur(7px);
  backdrop-filter: saturate(180%) blur(7px);
  -webkit-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.2);
}
header#new-header.invert-on-scroll.is-sticky-past-self .navbar-mobile ul.mobile-nav {
  padding: 0;
}
header#new-header.invert-on-scroll.is-sticky-past-self .navbar-mobile ul.mobile-nav > li > a {
  color: #53555a;
}
header#new-header.invert-on-scroll.is-sticky-past-self .logo.white {
  display: none;
}
header#new-header.invert-on-scroll.is-sticky-past-self .logo.dark {
  display: block;
}
header#new-header.invert-on-scroll.is-sticky-past-self ul.primary-nav > li > a {
  color: #53555a;
}
header#new-header.invert-on-scroll.is-sticky-past-self ul.primary-nav li.search a span.lnr {
  color: #e98b00;
}
header#new-header.invert-on-scroll.is-sticky-past-self ul.primary-nav li.search a span.lnr:hover {
  color: #e98b00;
}
header#new-header.invert-on-scroll.is-sticky-past-self ul.primary-nav li.nav-contact-us-btn > a {
  border: 1px solid #e98b00;
  color: #e98b00;
  background-color: transparent;
}
header#new-header.invert-on-scroll.is-sticky-past-self ul.primary-nav li.nav-contact-us-btn a:hover {
  color: #ffffff;
  border-color: #e98b00;
  background-color: #e98b00;
}
header#new-header .mobile-menu {
  background-color: rgba(23, 24, 26, 0.95);
}

a.all-link, main#product .ymal .product-card .product-cta-anchor a {
  display: block;
  position: relative;
  font-family: "Frutiger LT W01_45 Ligh1475730";
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 0;
  font-weight: 900;
  text-decoration: none !important;
  color: #53555a;
}
a.all-link:after, main#product .ymal .product-card .product-cta-anchor a:after {
  content: " ";
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjMzMzMzMzIiBwb2ludHM9IjcuMjgsMC42NDcgNS4yOTUsMi40MzcgMTIuMTEzLDEwIDUuMjk1LDE3LjU2MyA3LjI4LDE5LjM1NCAxNS43MTMsMTAgIi8+PC9zdmc+);
  display: inline-block;
  height: 0.8em;
  width: 0.8em;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

ul a.all-link, ul main#product .ymal .product-card .product-cta-anchor a, main#product .ymal .product-card .product-cta-anchor ul a {
  margin-top: 8px;
}

body {
  width: 100%;
}

.new-carousel {
  visibility: hidden;
}
.new-carousel.slick-initialized {
  visibility: visible;
}
.new-carousel .banner-background {
  position: relative;
  max-height: 650px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .new-carousel .banner-background {
    max-height: 450px;
  }
}
.new-carousel .banner-image {
  position: relative;
  padding-bottom: 32.8282828283%;
  max-height: 650px;
  height: 0;
}
.new-carousel .banner-image.video {
  background-color: #eaeaea;
}
@media (max-width: 480px) {
  .new-carousel .banner-image.video {
    padding-bottom: 50%;
  }
}
.new-carousel .banner-image.video > video {
  width: 100%;
  height: auto;
}
.new-carousel .banner-image.video > video + img.video-fallback {
  display: none;
}
@media (max-width: 480px) {
  .new-carousel .banner-image.video > video + img.video-fallback {
    display: block;
  }
}
.new-carousel .banner-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #eaeaea;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}
.new-carousel .banner-image > img.img-loading {
  -webkit-filter: blur(7px);
  filter: blur(7px);
  transition: all 0.3s ease;
  border-radius: 0;
}
.new-carousel .banner-image.big-image {
  padding-bottom: 32.8282828283%;
}
@media (min-width: 480px) {
  .new-carousel .banner-image.big-image {
    display: block;
  }
}
@media (max-width: 480px) {
  .new-carousel .banner-image.big-image {
    display: none;
  }
}
.new-carousel .banner-image.big-image > img {
  transition: transform 8000ms ease-in-out;
  transform-origin: center;
  transition-delay: 0s;
  transform: scale(1.1);
}
.new-carousel .banner-image.small-image {
  display: none;
  padding-bottom: 50%;
}
@media (max-width: 480px) {
  .new-carousel .banner-image.small-image {
    display: block;
  }
}
.new-carousel .banner-slide {
  pointer-events: none;
}
.new-carousel .banner-slide.slick-active {
  pointer-events: auto !important;
}
.new-carousel .banner-slide.slick-active .banner-image.big-image > img {
  transform: scale(1);
}
.new-carousel .banner-slide.slick-active .banner-copy {
  animation-name: carouselFadeUp;
  animation-timing-function: ease;
  animation-duration: 0.6s;
  opacity: 1;
}
.new-carousel .banner-slide .banner-copy {
  opacity: 0;
}
.new-carousel .banner-slide .banner-copy .copy-center {
  text-align: center;
}
.new-carousel .banner-slide .banner-copy .copy-center .btn-container {
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
}
.new-carousel .banner-slide .banner-copy > .container {
  margin-bottom: 0;
}
.new-carousel .banner-slide .banner-copy .banner-copy-wrapper {
  text-shadow: 0px 0px 15px #17181a;
}
.new-carousel .banner-slide .banner-copy .banner-copy-wrapper h1 {
  font-size: 41.6px;
}
.new-carousel .banner-slide .banner-copy .banner-copy-wrapper h2 {
  font-size: 41.6px;
}
.new-carousel .banner-slide .banner-copy .banner-copy-wrapper h3 {
  font-size: 35.2px;
}
.new-carousel .banner-slide .banner-copy .banner-copy-wrapper h4 {
  font-size: 25.6px;
}
.new-carousel .banner-slide .banner-copy .banner-copy-wrapper p {
  font-size: 22px;
  line-height: 150%;
  margin: 15px 0 10px 0;
}
@media (max-width: 992px) {
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper h1 {
    font-size: 33.6px;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper h2 {
    font-size: 33.6px;
  }
}
@media (max-width: 768px) {
  .new-carousel .banner-slide .banner-copy {
    padding: 15px 0 0 0;
    position: static;
    top: auto;
    color: #17181a;
    animation: none !important;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    transition: none;
  }
  .new-carousel .banner-slide .banner-copy .copy-left, .new-carousel .banner-slide .banner-copy .copy-right, .new-carousel .banner-slide .banner-copy .copy-center {
    text-align: left;
  }
  .new-carousel .banner-slide .banner-copy .copy-center .btn-container {
    margin: 0 auto;
    justify-content: flex-start;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper {
    text-shadow: none;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper h1 {
    font-size: 25.6px;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper h2 {
    font-size: 25.6px;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper h3 {
    font-size: 22.4px;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper h4 {
    font-size: 19.2px;
  }
  .new-carousel .banner-slide .banner-copy .banner-copy-wrapper p {
    font-size: 16px;
  }
}
.new-carousel .banner-slide .banner-copy.dark {
  color: #17181a;
}
.new-carousel .banner-slide .banner-copy.dark .banner-copy-wrapper {
  text-shadow: 0 0 20px #ffffff, 0 0 10px #ffffff;
}
.new-carousel .banner-slide .banner-copy.dark .btn + .btn, .new-carousel .banner-slide .banner-copy.dark article.download-container p.download-downloads a + .btn, article.download-container p.download-downloads .new-carousel .banner-slide .banner-copy.dark a + .btn, .new-carousel .banner-slide .banner-copy.dark article.download-container p.download-downloads .btn + a, article.download-container p.download-downloads .new-carousel .banner-slide .banner-copy.dark .btn + a, .new-carousel .banner-slide .banner-copy.dark article.download-container p.download-downloads a + a, article.download-container p.download-downloads .new-carousel .banner-slide .banner-copy.dark a + a {
  color: #53555a;
  border: 2px solid #53555a;
}
.new-carousel .banner-slide .banner-copy.dark .btn + .btn:hover, .new-carousel .banner-slide .banner-copy.dark article.download-container p.download-downloads a + .btn:hover, article.download-container p.download-downloads .new-carousel .banner-slide .banner-copy.dark a + .btn:hover, .new-carousel .banner-slide .banner-copy.dark article.download-container p.download-downloads .btn + a:hover, article.download-container p.download-downloads .new-carousel .banner-slide .banner-copy.dark .btn + a:hover, .new-carousel .banner-slide .banner-copy.dark article.download-container p.download-downloads a + a:hover, article.download-container p.download-downloads .new-carousel .banner-slide .banner-copy.dark a + a:hover {
  border-color: #17181a;
  color: #17181a;
  background-color: transparent;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .new-carousel .banner-slide .banner-copy.dark:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: -1;
    height: 100vh;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 25%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
  }
}
.new-carousel .btn-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 10px;
}
.new-carousel .btn-container .btn, .new-carousel .btn-container article.download-container p.download-downloads a, article.download-container p.download-downloads .new-carousel .btn-container a {
  transition: 0.35s all;
  min-width: auto;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.new-carousel .btn-container .btn:first-child, .new-carousel .btn-container article.download-container p.download-downloads a:first-child, article.download-container p.download-downloads .new-carousel .btn-container a:first-child {
  background-color: #00ace3;
  color: #ffffff;
  border: 2px solid transparent;
  margin-right: 20px;
  flex-basis: 35%;
  padding-left: 25px;
  padding-right: 25px;
}
.new-carousel .btn-container .btn:first-child:hover, .new-carousel .btn-container article.download-container p.download-downloads a:first-child:hover, article.download-container p.download-downloads .new-carousel .btn-container a:first-child:hover {
  background-color: #008acf;
}
.new-carousel .btn-container .btn:first-child + .btn, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + .btn, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + .btn, .new-carousel .btn-container article.download-container p.download-downloads .btn:first-child + a, article.download-container p.download-downloads .new-carousel .btn-container .btn:first-child + a, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + a, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + a {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.new-carousel .btn-container .btn:first-child + .btn:hover, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + .btn:hover, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + .btn:hover, .new-carousel .btn-container article.download-container p.download-downloads .btn:first-child + a:hover, article.download-container p.download-downloads .new-carousel .btn-container .btn:first-child + a:hover, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + a:hover, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + a:hover {
  background-color: #ffffff;
  color: #17181a;
}
@media (max-width: 768px) {
  .new-carousel .btn-container .btn:first-child + .btn, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + .btn, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + .btn, .new-carousel .btn-container article.download-container p.download-downloads .btn:first-child + a, article.download-container p.download-downloads .new-carousel .btn-container .btn:first-child + a, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + a, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + a {
    color: #53555a;
    border: 2px solid #53555a;
  }
  .new-carousel .btn-container .btn:first-child + .btn:hover, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + .btn:hover, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + .btn:hover, .new-carousel .btn-container article.download-container p.download-downloads .btn:first-child + a:hover, article.download-container p.download-downloads .new-carousel .btn-container .btn:first-child + a:hover, .new-carousel .btn-container article.download-container p.download-downloads a:first-child + a:hover, article.download-container p.download-downloads .new-carousel .btn-container a:first-child + a:hover {
    border-color: #17181a;
    color: #17181a;
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .new-carousel .btn-container {
    margin-top: 5px;
  }
}
.new-carousel:hover .slick-arrow {
  opacity: 1;
}
.new-carousel .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  content: "";
  color: transparent;
  background-color: white;
  position: absolute;
  z-index: 9;
  top: 40%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  .new-carousel .slick-arrow {
    opacity: 1;
    top: 17%;
  }
  .new-carousel .slick-arrow.slick-prev {
    display: none !important;
  }
  .new-carousel .slick-arrow.slick-next {
    right: 4%;
  }
}
.new-carousel .slick-arrow.slick-prev {
  left: 3%;
}
.new-carousel .slick-arrow.slick-next {
  right: 3%;
}
.new-carousel .slick-arrow.slick-prev::before {
  font-family: xrite-icons !important;
  content: "\e90f";
  top: 9px;
  left: 21%;
  display: inline-block;
  position: absolute;
  font-size: 20px;
  color: grey;
  padding: 0;
  margin: 0 auto;
  line-height: 100%;
  transition: color 0.3s ease;
}
.new-carousel .slick-arrow.slick-next::before {
  font-family: xrite-icons !important;
  content: "\e910";
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 21%;
  font-size: 20px;
  color: grey;
  padding: 0;
  margin: 0 auto;
  line-height: 100%;
  transition: color 0.3s ease;
}
.new-carousel .slick-arrow:hover::before {
  color: #17181a;
}
.new-carousel ul.slick-dots {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
}
.new-carousel ul.slick-dots li {
  line-height: 0px;
}
.new-carousel ul.slick-dots li > button {
  padding: 8px;
  margin: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .new-carousel ul.slick-dots {
    position: absolute;
    top: auto;
    bottom: 0px;
  }
  .new-carousel ul.slick-dots li > button {
    padding: 2px;
    box-shadow: none;
    background-color: #cccccc;
  }
  .new-carousel ul.slick-dots li.slick-active > button {
    background-color: #e98b00;
  }
}
@media (max-width: 768px) {
  .new-carousel ul.slick-dots {
    position: relative;
    top: auto;
    bottom: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .new-carousel {
    background-color: #fafafa;
  }
}
.new-carousel.scexp {
  overflow: visible;
  max-width: 100%;
  visibility: visible !important;
  counter-reset: section;
}
.new-carousel.scexp .banner-slide {
  position: relative;
  width: 100%;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 0;
  margin: 0;
}
.new-carousel.scexp .banner-slide::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  background-color: red;
  color: white;
  counter-increment: section;
  content: counter(section);
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 44px;
}
.new-carousel.scexp .banner-slide .banner-image, .new-carousel.scexp .banner-slide .banner-video {
  padding: 0;
  margin: 0;
  height: auto;
}
.new-carousel.scexp .banner-slide .banner-image > img, .new-carousel.scexp .banner-slide .banner-video > img {
  position: relative;
}
.new-carousel.scexp .banner-slide .banner-copy {
  opacity: 1;
}

@-webkit-keyframes carouselFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes carouselFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes carouselFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  100% {
    opacity: 1;
  }
}
.new-carousel + .noscript-container .container {
  margin-top: 120px;
  pointer-events: auto !important;
}
.new-carousel + .noscript-container .noscript-slide {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.new-carousel + .noscript-container .noscript-slide > div > img {
  max-width: 100%;
  height: auto;
}
.new-carousel + .noscript-container .noscript-slide .btn-container {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
}
.new-carousel + .noscript-container .noscript-slide .btn-container .btn, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  flex-basis: 25%;
  min-width: 0px;
}
.new-carousel + .noscript-container .noscript-slide .btn-container .btn + .btn, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a + .btn, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a + .btn, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads .btn + a, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container .btn + a, .new-carousel + .noscript-container .noscript-slide .btn-container article.download-container p.download-downloads a + a, article.download-container p.download-downloads .new-carousel + .noscript-container .noscript-slide .btn-container a + a {
  margin-left: 15px;
  flex-basis: 25%;
}
.new-carousel + .noscript-container .noscript-slide:last-child {
  border-bottom: none;
}

section#anchored-ctas .anchored-ctas-wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 30px;
  width: 100%;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 768px) {
  section#anchored-ctas .anchored-ctas-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 0;
  }
}
section#anchored-ctas article.anchored-cta {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 7px 51px -4px rgba(191, 213, 222, 0);
  -moz-box-shadow: 3px 7px 51px -4px rgba(191, 213, 222, 0);
  box-shadow: 3px 7px 51px -4px rgba(191, 213, 222, 0);
  transition: box-shadow 0.3s ease;
  margin-right: 30px;
  width: 150px;
  position: relative;
  background-color: #ffffff;
}
section#anchored-ctas article.anchored-cta:hover {
  -webkit-box-shadow: 3px 7px 51px -4px rgb(191, 213, 222);
  -moz-box-shadow: 3px 7px 51px -4px rgb(191, 213, 222);
  box-shadow: 3px 7px 51px -4px rgb(191, 213, 222);
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta:hover {
    box-shadow: none;
  }
}
section#anchored-ctas article.anchored-cta:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta:after {
    padding-bottom: 0;
  }
}
section#anchored-ctas article.anchored-cta:last-of-type {
  margin-right: 0;
}
section#anchored-ctas article.anchored-cta a {
  display: block;
  padding: 0 10px 0 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 15px;
  color: #53555a;
  transition: color 0.3s ease;
  text-decoration: none;
}
section#anchored-ctas article.anchored-cta a:hover {
  color: #17181a;
}
@media (max-width: 992px) {
  section#anchored-ctas article.anchored-cta a {
    top: 0px;
  }
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta a {
    position: static;
    height: auto;
  }
}
section#anchored-ctas article.anchored-cta a > noscript {
  position: absolute;
  top: 0;
  left: 44px;
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta a > noscript {
    position: absolute;
    top: 0;
    left: 8px;
  }
}
section#anchored-ctas article.anchored-cta a > img,
section#anchored-ctas article.anchored-cta a > noscript > img {
  display: block;
  margin: 10px auto 0 auto;
  width: 64px;
  height: 64px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta a > img,
  section#anchored-ctas article.anchored-cta a > noscript > img {
    display: inline;
    margin: 0;
  }
}
@media (min-width: 992px) {
  section#anchored-ctas article.anchored-cta a > img,
  section#anchored-ctas article.anchored-cta a > noscript > img {
    margin-top: 20px;
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1200px) {
  section#anchored-ctas article.anchored-cta a > img,
  section#anchored-ctas article.anchored-cta a > noscript > img {
    margin-top: 10px;
    width: 64px;
    height: 64px;
  }
}
section#anchored-ctas article.anchored-cta a:hover > img {
  opacity: 1;
}
section#anchored-ctas article.anchored-cta a h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-height: 50px;
  word-break: keep-all;
  -ms-word-break: keep-all;
  -ms-hyphens: none;
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta a h3 {
    display: inline;
  }
}
@media (max-width: 768px) {
  section#anchored-ctas article.anchored-cta {
    width: 100%;
    height: auto;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    margin-right: 0;
    border-bottom: 1px solid #cccccc;
  }
  section#anchored-ctas article.anchored-cta:last-child {
    border-bottom: none;
  }
}
section#anchored-ctas:before {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: auto;
  width: 100%;
  height: 300px;
  background: -moz-linear-gradient(top, rgb(225, 241, 247) 0%, rgba(225, 241, 247, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(225, 241, 247) 0%, rgba(225, 241, 247, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(225, 241, 247) 0%, rgba(225, 241, 247, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e1f1f7", endColorstr="#00e1f1f7",GradientType=0 ); /* IE6-9 */
}
@media (max-width: 768px) {
  section#anchored-ctas:before {
    content: none;
  }
}

section#value-prop .value-prop-wrapper {
  overflow: hidden;
  text-align: center;
  width: 60%;
  margin: 30px auto 0 auto;
}
section#value-prop .value-prop-wrapper p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  section#value-prop .value-prop-wrapper {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section#value-prop .value-prop-wrapper {
    width: 100%;
  }
}
section#value-prop .value-prop-wrapper h2 {
  font-size: 32px;
}
section#value-prop .value-prop-rotating-copy {
  display: inline-block;
  position: relative;
  text-align: left;
  overflow: visible;
  border-bottom: 2px dashed #bbdee9;
  padding-bottom: 3px;
}
@media (max-width: 768px) {
  section#value-prop .value-prop-rotating-copy {
    width: 100%;
    margin-top: 4px;
    overflow: hidden;
  }
}
section#value-prop .value-prop-rotating-copy:hover span > a {
  color: #53555a;
}
section#value-prop .value-prop-rotating-copy:hover span > a[href=""] {
  color: #00ace3 !important;
}
section#value-prop .value-prop-rotating-copy span {
  font-size: 32px;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  width: 100%;
  color: #53555a;
}
section#value-prop .value-prop-rotating-copy span.is-visible {
  position: relative;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
section#value-prop .value-prop-rotating-copy a {
  color: #00ace3;
  text-decoration: none;
  transition: all 0.3s ease;
}
section#value-prop .value-prop-rotating-copy a[href=""] {
  cursor: default;
  color: #00ace3;
  transition: none;
  pointer-events: none;
}

.grid-container {
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
.grid-container.just-two .grid-item {
  flex-grow: 1;
}
.grid-container.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .grid-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .grid-container {
    margin-left: 0;
    margin-right: 0;
  }
}

.grid-item {
  -webkit-box-flex: 0 1 33%;
  -moz-box-flex: 0 1 33%;
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
}
@media (max-width: 992px) {
  .grid-item {
    flex-basis: 48%;
  }
}
@media (max-width: 480px) {
  .grid-item {
    flex-basis: 100%;
  }
}
.grid-item .grid-item-inner {
  margin: 0 30px 30px 30px;
}
@media (max-width: 480px) {
  .grid-item .grid-item-inner {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.grid-item .grid-image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.grid-item h4 {
  font-weight: bold;
}
.grid-item p {
  color: #53555a;
}
@media (min-width: 768px) {
  .grid-item.is-card {
    margin-bottom: 40px;
  }
}
.grid-item.is-card .grid-item-inner {
  border-radius: 5px;
  height: 100%;
  margin: 0 20px 20px 20px;
}
.grid-item.is-card .grid-item-inner a.article-link {
  display: block;
}
.grid-item.is-card .grid-item-inner a.article-link:hover {
  text-decoration: none !important;
}
.grid-item.is-card .grid-item-inner h4 {
  color: #53555a;
}
@media (min-width: 768px) {
  .grid-item.is-card .grid-item-inner {
    padding: 20px;
  }
  .grid-item.is-card .grid-item-inner:hover {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
    transition: 0.15s;
  }
}

@-moz-document url-prefix() {
  #order-details-timeline li.active:before {
    background-image: none !important;
  }
}
section#order-lookup .form-inner {
  margin-top: 10px;
}
section#order-lookup .loader {
  display: inline;
  position: relative;
  margin-left: 14px;
}
section#order-lookup .loader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMzMzMzMzMiPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0IDQpIiBzdHJva2Utd2lkdGg9IjUiPgogICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+CiAgICAgICAgICAgICAgICA8YW5pbWF0ZVRyYW5zZm9ybQogICAgICAgICAgICAgICAgICAgIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIKICAgICAgICAgICAgICAgICAgICB0eXBlPSJyb3RhdGUiCiAgICAgICAgICAgICAgICAgICAgZnJvbT0iMCAxOCAxOCIKICAgICAgICAgICAgICAgICAgICB0bz0iMzYwIDE4IDE4IgogICAgICAgICAgICAgICAgICAgIGR1cj0iMC42cyIKICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPgogICAgICAgICAgICA8L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
}
section#order-lookup input:focus + label > span {
  top: -22px;
}
section#order-lookup input.valid + label + label > span,
section#order-lookup input + label > span {
  color: #757575;
  font-size: 16px;
  top: -22px !important;
  left: 0;
  padding: 0;
}
section#order-lookup input.error + label + label > span {
  color: red;
  top: -22px;
  font-size: 16px;
  width: initial;
  opacity: 1;
  padding: 0;
}
section#order-lookup input::placeholder {
  color: #cccccc;
}
section#order-lookup #lookup-button-wrapper {
  margin: 15px auto;
}
section#order-lookup button#lookup-button {
  min-width: 150px;
}
@media (max-width: 480px) {
  section#order-lookup button#lookup-button {
    width: 100%;
  }
}
section#order-lookup button#lookup-button:before {
  font-family: "xrite-icons" !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-weight: 900;
  content: "\e91a";
  display: inline;
  font-size: 14px;
  position: relative;
  bottom: -1px;
  margin-right: 8px;
}
section#order-lookup button#lookup-button[disabled]:hover {
  color: initial !important;
}

section#order-details #order-details-heading {
  margin-top: 30px;
}
section#order-details #order-details-heading-nav {
  list-style-type: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section#order-details #order-details-heading-nav {
    text-align: right;
  }
}
@media (max-width: 992px) {
  section#order-details #order-details-heading-nav {
    margin-bottom: 10px;
  }
}
section#order-details #order-details-heading-nav li {
  display: inline;
  padding-right: 12px;
}
section#order-details #order-details-heading-nav li a {
  color: #00ace3;
}
section#order-details #order-details-heading-nav li:after {
  content: "|";
  padding-left: 12px;
  color: #cccccc;
}
section#order-details #order-details-heading-nav li:last-of-type:after {
  content: "";
  padding: 0;
}
section#order-details #order-details-status {
  margin-top: 10px;
  width: 50%;
}
section#order-details #order-details-status a {
  color: #00ace3;
}
section#order-details #order-details-status th, section#order-details #order-details-status td {
  padding-top: 3px;
  padding-bottom: 3px;
}
section#order-details #order-details-status th {
  font-weight: bold;
  width: 30%;
}
section#order-details #order-details-status .fa {
  padding-right: 4px;
}
section#order-details #order-details-status .tba {
  color: #cccccc;
}
section#order-details #order-details-status * {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}
@media (max-width: 768px) {
  section#order-details #order-details-status {
    width: 100%;
  }
  section#order-details #order-details-status th {
    width: 50%;
  }
}
@keyframes greyToGreen {
  0% {
    border-color: #cccccc;
    background-color: #cccccc;
  }
  100% {
    border-color: #9DC114;
    background-color: #9DC114;
  }
}
section#order-details #order-details-timeline ul {
  list-style-type: none;
}
section#order-details #order-details-timeline ul li {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  min-width: 200px;
  font-size: 14px;
}
@media (max-width: 768px) {
  section#order-details #order-details-timeline ul li {
    min-width: 30%;
  }
}
section#order-details #order-details-timeline ul li:before {
  content: "";
  margin-bottom: 8px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 4px solid #cccccc;
}
section#order-details #order-details-timeline ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 4px dotted #cccccc;
  position: absolute;
  margin-left: -100%;
  top: 8px;
  left: 8px;
  z-index: -1;
}
section#order-details #order-details-timeline ul li:first-of-type:after {
  content: "";
  display: none;
}
section#order-details #order-details-timeline ul li.active:before, section#order-details #order-details-timeline ul li.active:after {
  animation: greyToGreen 1s forwards;
}
section#order-details #order-details-timeline ul li.active:before {
  animation: greyToGreen 1s forwards;
  background-color: #9DC114;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTguMDIzcHgiIGhlaWdodD0iMTMuMzNweCIgdmlld0JveD0iMCAwIDE4LjAyMyAxMy4zMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTguMDIzIDEzLjMzIiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZGVmcz48L2RlZnM+PHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxNy4yODUsMS4zNjUgMTYuNTc4LDAuNjc4IDE1Ljg4MSwwIDE1LjE4NCwwLjY3OCA2LjQ1MSw5LjE2NiAyLjgzOSw1LjY1NCAyLjE0Miw0Ljk3NiAxLjQ0NSw1LjY1NDAuNzM4LDYuMzQxIDAsNy4wNTggMC43MzgsNy43NzUgNS43NTQsMTIuNjUyIDYuNDUxLDEzLjMzIDcuMTQ4LDEyLjY1MiAxNy4yODUsMi43OTkgMTguMDIzLDIuMDgyICIvPjwvc3ZnPg==);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
section#order-details div#order-details-overview {
  margin-top: 50px;
}
section#order-details div#order-details-overview > h3 {
  margin-bottom: 20px;
}
section#order-details div#order-details-overview #payment-method {
  margin-bottom: 35px;
}
section#order-details div#order-details-overview #payment-method strong {
  display: inline-block;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  section#order-details #order-details-overview-table {
    overflow-x: scroll;
  }
}
section#order-details div#order-details-overview-table table {
  margin-bottom: 60px;
}
section#order-details div#order-details-overview-table table thead {
  background-color: #f9f9f9;
}
section#order-details div#order-details-overview-table table thead th {
  font-weight: bold;
}
section#order-details div#order-details-overview-table table *[data-contains=product] {
  width: 300px;
}
section#order-details div#order-details-overview-table table *[data-contains=quantity] {
  text-align: right;
  width: 60px;
}
section#order-details div#order-details-overview-table table *[data-contains=order-total],
section#order-details div#order-details-overview-table table *[data-contains=order-total-text] {
  text-align: right;
  font-size: 22px;
}
section#order-details div#order-details-overview-table table *[data-contains=model] {
  text-transform: uppercase;
}
section#order-details div#order-details-overview-table table *[data-contains=status] {
  text-align: center;
}
section#order-details div#order-details-overview-table table *[data-contains=status] a {
  color: #00ace3;
  text-decoration: none;
}
section#order-details div#order-details-overview-table table *[data-contains=status] a[data-courier=ups]::before {
  content: "\f041";
  font-family: "FontAwesome";
  padding-right: 4px;
}
section#order-details div#order-details-overview-table table tfoot {
  border-top: 1px solid #eaeaea;
}
section#order-details div#order-details-overview-table table th, section#order-details div#order-details-overview-table table td {
  padding: 12px 26px;
}
section#order-details div#order-details-overview-table table th > small, section#order-details div#order-details-overview-table table td > small {
  display: block;
  margin-top: -4px;
}
section#order-details div#order-details-overview-table table tr td {
  border-top: 1px solid #eaeaea;
}
section#order-details div#order-details-overview-table table tr:first-of-type td {
  border-top: none;
}
section#order-details div#order-details-overview-table table * {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}

#order-date-time-print {
  width: 50%;
}
#order-date-time-print * {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
}
#order-date-time-print tr > td:first-of-type {
  width: 30%;
}
#order-date-time-print > img:first-of-type {
  width: 250px;
  height: auto;
  margin-bottom: 40px;
  filter: grayscale(100%);
}

#order-details .tooltip > .tooltip-inner {
  max-width: 400px;
}

#status-indicator {
  cursor: pointer;
  color: grey !important;
}

#status-indicator-tooltip-description-inner {
  padding: 10px 10px 5px 15px;
  text-align: left;
  font-size: 16px;
  line-height: 110%;
}
#status-indicator-tooltip-description-inner ul li {
  margin-bottom: 8px;
}
#status-indicator-tooltip-description-inner ul li > strong:first-of-type {
  margin-right: 6px;
}

@media screen {
  .print-only {
    display: none;
  }
}
@media print {
  .print-only {
    display: block;
  }
  .breadcrumb,
  header,
  #page-bumper,
  footer > .container:first-of-type,
  #globalGatewayMobile,
  .disclaimer-bar span + span a,
  #order-details-heading-nav,
  #order-details-heading {
    display: none;
  }
  .disclaimer-bar {
    margin-top: 10px;
  }
  section#page-bumper + footer {
    border-top: 1px solid grey;
  }
  .page-wrapper {
    margin-top: 40px;
  }
  div#order-details-overview-table table thead {
    background-color: #eaeaea !important;
  }
}
#global-gateway.modal h2 {
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: center;
}
#global-gateway.modal div#location-list {
  width: 80%;
  margin: 0 auto;
}
#global-gateway.modal div#location-list a {
  display: block;
  width: 30%;
  margin-right: 3%;
  float: left;
  position: relative;
  color: #53555a;
  cursor: pointer;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 5px 0px 5px 50px;
}
@media (max-width: 768px) {
  #global-gateway.modal div#location-list a {
    width: 100%;
  }
}
#global-gateway.modal div#location-list a:hover {
  text-decoration: none;
  background-color: #fafafa;
}
#global-gateway.modal div#location-list a span {
  font-size: 16px;
}
#global-gateway.modal div#location-list a span:first-of-type {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2px;
  color: #17181a;
}
#global-gateway.modal div#location-list a::before {
  content: "\f041";
  font-family: "FontAwesome" !important;
  font-size: 26px;
  display: block;
  position: absolute;
  top: 12px;
  left: 14px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
}
#global-gateway.modal div#location-list a.active {
  background-color: #F0FCFF;
}
#global-gateway.modal div#location-list a.active span:first-of-type, #global-gateway.modal div#location-list a.active::before {
  color: #1675a9;
  opacity: 1;
}

section#sticky-footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  color: #53555a;
  z-index: 100;
}
section#sticky-footer input, section#sticky-footer select, section#sticky-footer textarea {
  font-size: 1em;
  padding: 12px 8px;
  height: auto;
  margin-top: 10px;
  color: #53555a;
}
section#sticky-footer input[type=submit] {
  color: white;
}
section#sticky-footer #sticky-footer-form {
  margin-top: 20px;
  zoom: 0.92;
  padding-right: 40px;
}
@media (max-width: 768px) {
  section#sticky-footer #sticky-footer-form {
    width: 100%;
  }
}
section#sticky-footer #sticky-footer-region-selector {
  width: auto;
}
section#sticky-footer #sticky-footer-phone-display {
  margin-top: 20px;
  font-size: 1.2em;
}
section#sticky-footer #sticky-footer-phone-display a[href^="tel:"] {
  color: #757575;
  border-bottom: 1px dashed #757575;
  text-decoration: none;
}
section#sticky-footer #sticky-footer-content {
  position: relative;
  margin: 0 auto;
  bottom: -10px;
  animation: stickyFooterSlideIn 0.3s forwards ease-in-out;
}
section#sticky-footer #sticky-footer-content .close {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}
@media (min-width: 1921px) {
  section#sticky-footer #sticky-footer-content {
    width: 90%;
    bottom: -25px;
  }
}
@media (max-width: 768px) {
  section#sticky-footer #sticky-footer-content {
    width: 100%;
  }
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons {
  width: 70%;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(0, 152.6784140969, 201.5);
  border-radius: 6px;
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons .btn-group:first-of-type {
  border-right: 1px solid rgb(0, 152.6784140969, 201.5);
}
@media (min-width: 1921px) {
  section#sticky-footer #sticky-footer-inner #sticky-footer-buttons {
    width: 40%;
  }
}
@media (max-width: 768px) {
  section#sticky-footer #sticky-footer-inner #sticky-footer-buttons {
    width: 100%;
  }
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons button {
  background-color: #00ace3;
  height: auto;
  padding: 5px 15px;
  outline: none !important;
  color: #ffffff;
  font-size: 1em;
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons button span {
  display: inline-block;
  margin-right: 6px;
  font-size: 0.8em;
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons button:hover {
  background-color: rgb(0, 133.3568281938, 176);
  color: #ffffff;
}
section#sticky-footer #sticky-footer-inner #sticky-footer-buttons button.active {
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.3);
  background-color: rgb(0, 114.0352422907, 150.5);
}
section#sticky-footer #sticky-footer-inner > div {
  margin: 0 auto;
  float: none;
}
section#sticky-footer #sticky-footer-inner > div .tab-content {
  max-height: 500px;
  overflow-y: scroll;
  border-radius: 6px;
  background-color: white;
  padding: 20px 25px 45px 25px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
}

@keyframes stickyFooterSlideIn {
  from {
    opacity: 0;
    transform: translateY(20%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.svg-store {
  display: none;
  opacity: 0;
}

.vidyard-fix {
  width: 40% !important;
}

.w-35 {
  width: 35% !important;
}

.w-25 {
  width: 25% !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.npm-form-btn {
  min-width: 9% !important;
  padding: 6px 15px;
}

.tabs {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: auto;
}

.tab {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f7f6f6;
  color: #333;
  border-left: 1px solid #000;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}

.tab:last-child {
  margin-right: 0;
}

.tabbed-component {
  padding-bottom: 20px;
  background-color: #f7f6f6;
}

.tabbed-component .content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.tab-content-pane {
  display: none;
  padding: 5rem;
  background-color: #eee;
  margin-top: -1px;
}

.tab-content-pane h6 {
  text-align: center;
  font-weight: bold;
}

.tab-content-pane-inner {
  display: flex;
  align-content: center;
  justify-content: space-around;
  background-color: #eee;
  padding: 20px;
}

.tab-content-pane img {
  max-width: 100%;
}

.tab-content-pane.active {
  display: block;
}

.heading {
  color: white;
  position: relative;
  bottom: 250px;
  padding-left: 550px;
}

.desc {
  margin-left: 31.25rem;
  color: white;
  position: relative;
  bottom: 250px;
  padding-left: 240px;
}

.tab-content-pane p {
  flex: 1;
}

.tab .inactive {
  color: black;
}

.tabs-right-content {
  margin-bottom: -160px;
}

.tabbedComponent-vidyard {
  width: 500px;
  height: 300px;
}

@media only screen and (max-width: 768px) {
  .tab {
    width: auto;
  }
  .tabbed-component {
    padding-bottom: 100px;
  }
  .tabbed-component .content {
    margin: 10px 0;
  }
  .tab-content-pane {
    padding: 5px;
  }
  .tab-content-pane h6 {
    margin-right: 0;
    font-weight: normal;
  }
  tab-content-pane-inner {
    padding: 10px 0;
  }
  tab-content-pane img {
    max-width: 100%;
  }
  .heading {
    bottom: 0;
    padding-left: 10px;
  }
  .desc {
    margin-left: 0;
    bottom: 0;
    padding-left: 10px;
  }
  .tab-content-pane p {
    flex: 1;
  }
  .tab .inactive {
    color: gray;
  }
  .tabs-right-content {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .tab {
    width: auto;
    padding: 5px;
  }
  .tabbed-component {
    padding-bottom: 100px;
  }
  .tab-content-pane {
    padding: 5px;
  }
  .tab-content-pane h6 {
    margin-right: 0;
    font-weight: normal;
  }
  tab-content-pane-inner {
    padding: 10px 0;
  }
  tab-content-pane img {
    max-width: 100%;
  }
  .heading {
    bottom: 0;
    padding-left: 10px;
  }
  .desc {
    margin-left: 0;
    bottom: 0;
    padding-left: 10px;
  }
  .tab-content-pane p {
    flex: 1;
  }
  .tab .inactive {
    color: gray;
  }
  .tabs-right-content {
    margin-bottom: 0;
  }
  .tabbedComponent-vidyard {
    width: 360px;
    height: 300px;
  }
}
@media (max-width: 375px) {
  .tabs {
    display: block;
    text-align: center;
  }
  .tab {
    width: auto;
    padding: 5px;
  }
  .tabbed-component {
    padding-bottom: 100px;
  }
  .tab-content-pane {
    padding: 5px;
  }
  .tab-content-pane h6 {
    margin-right: 0;
    font-weight: normal;
  }
  tab-content-pane-inner {
    padding: 10px 0;
  }
  tab-content-pane img {
    max-width: 100%;
  }
  .heading {
    bottom: 0;
    padding-left: 10px;
  }
  .desc {
    margin-left: 0;
    bottom: 0;
    padding-left: 10px;
  }
  .tab-content-pane p {
    flex: 1;
  }
  .tab .inactive {
    color: gray;
  }
  .tabs-right-content {
    margin-bottom: 0;
  }
  .tabbedComponent-vidyard {
    width: 305px;
    height: 300px;
  }
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/*video tab on product pages start*/
.product-video-gallery {
  width: 100%;
}

.product-vg-gallery-scroll-area {
  max-height: 950px;
  overflow-y: auto;
  padding-right: 12px;
  margin-left: 5rem;
  margin-right: 5rem;
}

.product-vg-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
}

.product-vg-gallery-tile {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(60, 60, 60, 0.09);
  width: calc(33.333% - 16px);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 250px;
  max-width: 340px;
  transition: box-shadow 0.2s;
}

.product-vg-gallery-tile:hover {
  box-shadow: 0 4px 16px rgba(60, 60, 60, 0.17);
}

.product-vg-gallery-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  background: #222;
}

.product-vg-gallery-info {
  padding: 18px 16px 14px 16px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.product-vg-gallery-title {
  color: #FFA726;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
  text-decoration: none;
  line-height: 1.3;
  min-height: 48px;
}

.product-vg-gallery-title:hover {
  text-decoration: underline;
}

.product-vg-gallery-description {
  color: #555;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .product-vg-gallery-tile {
    width: calc(50% - 12px);
  }
  .product-vg-gallery-scroll-area {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-height: 700px;
  }
}
@media (max-width: 700px) {
  .product-vg-gallery-grid {
    gap: 12px;
  }
  .product-vg-gallery-tile {
    width: 100%;
    min-width: unset;
    max-width: 100%;
  }
  .product-vg-gallery-scroll-area {
    max-height: 400px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.product-vg-gallery-collapse {
  display: none;
  flex-wrap: wrap;
  gap: 24px;
}

/*video tab on product pages end*/
/*Transcription on video pages styles start*/
.video-details-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-details-btn-custom {
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  max-width: 15%;
  background-color: #00ace3;
}

.video-details-btn-custom:disabled,
.video-details-btn-custom[disabled] {
  background: #b9d1ec;
  border-color: #b9d1ec;
  color: #000000;
  opacity: 1.7;
  cursor: not-allowed;
  box-shadow: none;
}

.video-details-btn-custom:active {
  box-shadow: 0 1.5px 2px rgba(25, 118, 210, 0.1);
  transform: translateY(2px) scale(0.98);
}

.video-details-btn-link {
  text-decoration: underline;
  font-size: 1.4rem;
  min-width: 80px;
  transition: color 0.12s, text-decoration 0.12s;
  cursor: pointer;
}

.video-details-btn-link:hover, .video-details-btn-link:focus {
  text-decoration: none;
}

.video-details-hide {
  display: none !important;
}

.video-details-transcription-card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 1rem 1.2rem;
}

/*Transcription on video pages styles end*/
.video-details-transcription-scroll {
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}

.video-details-alert-warning {
  color: #856404;
  padding: 0.75rem 1.25rem;
  border-radius: 4px;
  margin-top: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 600px) {
  .video-details-transcription-card {
    padding: 0.7rem 0.5rem;
    border-radius: 6px;
  }
  .video-details-btn-custom, .video-details-btn-link {
    font-size: 0.97rem;
    padding: 0.4rem 0.7rem;
  }
  .video-details-transcription-scroll {
    max-height: 150px;
  }
}
.scrollable-container {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  height: 914px;
  margin-top: -88px;
  width: 108%;
  margin-left: -10px;
}

.scrollable-container-search {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  height: 914px;
  margin-top: -10px;
  width: 110%;
}

.product-info .product-name-img a {
  color: #e98b00;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-info .product-name-img {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 110%;
}

.product-info .product-name .vreflink {
  color: #e98b00;
}

.product-info .product-name-video-gallery {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 110%;
}

.product-card-reference {
  display: flex;
  flex-direction: column;
  flex: 0 31%;
  overflow: hidden;
  margin-left: 2%;
  margin-bottom: 35px;
  border-radius: 4px;
  transition: 0.35s all;
}

.video-triad-div {
  background: gray;
}

.how-section1 {
  margin-top: -5%;
  padding: 8%;
}

.how-section1 h4 {
  color: white;
  font-weight: bold;
  font-size: 18px;
}

.how-section1 .subheading {
  color: #fff;
  font-size: 20px;
  margin-top: -83px;
  white-space: nowrap;
}

.triad-title {
  margin-right: 241px;
  margin-left: 50px;
}

.how-section1 .row {
  margin-top: 10%;
}

.how-img img {
  width: 25%;
  margin-left: -100px;
  margin-top: -10px;
}

.text-muted {
  color: #fff;
  margin-top: 0px;
}

.button-video-triad {
  width: 24%;
  position: relative;
  float: right;
  margin-top: -85px;
  margin-right: -90px;
}

.single-video-slide {
  position: relative;
  overflow: hidden;
  width: 50%;
  width: 33%;
  margin: auto;
}

.double-video-slide {
  position: relative;
  overflow: hidden;
  width: 67%;
  margin: auto;
}

.video-slider-container {
  margin-top: -2.4rem;
  background: antiquewhite;
}

#video-heading-text {
  font-size: larger;
}

.video-strong-headingtext {
  font-size: 30px;
}

.video-slider {
  position: relative;
  overflow: hidden;
}

.video-container {
  display: flex;
  gap: 25px;
  transition: transform 0.5s ease-in-out;
}

.video {
  width: 100%;
}

.video-slide-div {
  width: 100%;
  display: block;
}

.video-title {
  font-weight: bold;
  padding-top: 10px;
}

.video-desc {
  margin-top: 5px;
  padding-bottom: 10px;
}

blockquotes {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
}

.input-group-searchbar {
  position: relative;
  border-collapse: separate;
  width: 72%;
  margin-left: 32rem;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.btn-video-search {
  color: #e98b00;
  background-color: transparent;
  padding: 14px;
}

.video-form-group {
  margin-bottom: 15px;
  width: 70%;
  margin-left: 33.5rem;
  position: relative;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: block;
  margin-right: 3rem;
}

.btn-video-carousel {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background-color: white;
  border: none;
  border-radius: 5px;
  color: black;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}

.play-triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13.9px;
  border-color: transparent transparent transparent black;
  margin-left: 20px;
}

.video-homebanner-desc {
  font-size: 36.5px;
  line-height: 150%;
  margin: 15px 0 10px 0 !important;
}

.video-homebanner-title {
  font-size: 36.5px;
  margin-top: 28rem;
}

.gradient-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.banner-background-video-gallery {
  max-width: 100%;
  width: 100%;
}

.video-filter-reset {
  margin-right: -5px;
}

.videos {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.video-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.facet-grouped {
  border-top: none !important;
}

.facet-title {
  color: #e98b00 !important;
}

.back-to-top-search {
  top: -45px;
}

.video-facet-title-font {
  font-family: Frutiger LT W01_65 Bold1475746 !important;
  font-size: 16px;
}

.video-filterby {
  margin-left: 35px !important;
}

.product-section-break {
  border-top: 1px solid #53555a !important;
}

.product-section-icon:before {
  padding-right: 6px !important;
}

.collapsed .product-section-icon:before {
  padding-right: 12px !important;
}

.filter-align {
  margin-left: -21px !important;
}

@-moz-document url-prefix() {
  .button-video-triad {
    width: 30%;
    position: relative;
    float: right;
    margin-top: -85px;
    margin-right: -140px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .button-video-triad {
    width: 24%;
    position: relative;
    float: right;
    margin-top: -85px;
    margin-right: -90px;
  }
}
@media only screen and (max-width: 768px) {
  .input-group-searchbar {
    position: relative;
    border-collapse: separate;
    width: 72%;
    float: right;
    right: 5rem;
  }
  .video-homebanner-title {
    font-size: 19.6px;
    margin-top: 10rem;
    margin-left: 20px;
  }
  .gradient-image {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .btn-video-carousel {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
  }
  .video-homebanner-desc {
    font-size: 19.6px;
    line-height: 50%;
    margin: 15px 0 10px 20px !important;
  }
  .text-muted {
    color: #fff;
    margin-left: 8rem;
    position: relative;
    white-space: normal;
  }
}
@media only screen and (max-width: 1200px) {
  .video-triad-div {
    background: gray;
    margin-bottom: 1.5rem;
  }
  .col-md-6 > .subheading {
    color: #fff;
    margin-top: 0px;
    white-space: nowrap;
    position: relative;
  }
  .col-md-6 > .text-muted {
    color: #fff;
    white-space: nowrap;
  }
  .button-video-triad {
    width: 15%;
    position: relative;
    float: right;
    margin-top: -8rem;
    display: flex;
    position: relative;
    right: 16px;
  }
  .how-img img {
    width: 25%;
    margin-left: -80px;
    margin-top: -20px;
  }
  .video-form-group {
    width: 70%;
    margin-left: 27rem;
    position: relative;
  }
  .video-homebanner-title {
    font-size: 25.6px;
    margin-top: 14rem;
  }
  .video-homebanner-desc {
    font-size: 25.6px;
    line-height: 150%;
    margin: 15px 0 10px 0;
  }
  .triad-title {
    margin-right: 241px;
    margin-left: 36px;
    margin-top: -67px;
  }
  .how-section1 .subheading {
    color: #fff;
    font-size: 19px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 992px) {
  .how-img img {
    width: 18%;
    margin-left: -54px;
    margin-top: -28px;
  }
  .button-video-triad {
    width: 19%;
    float: right;
    margin-top: -10rem;
    margin-right: -4rem;
    display: flex;
    position: relative;
  }
  .col-md-6 > .text-muted {
    color: #fff;
    margin-left: 8rem;
    position: relative;
    white-space: normal;
  }
  .video-triad-div {
    background: gray;
  }
  .how-section1 {
    margin-top: 0%;
    padding: 6%;
    margin-left: 10px;
  }
  .col-md-6 > .subheading {
    color: #fff;
    margin-top: -10rem;
    white-space: pre-wrap;
    right: -8rem;
    position: relative;
  }
  .video-form-group {
    width: 95%;
    margin-left: 1rem;
    position: relative;
  }
  .triad-title {
    margin-right: 241px;
    margin-left: 7px;
    margin-top: 0px;
  }
  .scrollable-container {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px;
    height: 420px;
    margin-top: -10px;
    margin-left: -27px;
  }
  .scrollable-container-search {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px;
    height: 420px;
    margin-top: -10px;
    margin-left: -23px;
  }
  .back-to-top {
    border: 1px solid #e98b00;
    padding: 15px;
    position: relative;
    top: -50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
  }
}
@media only screen and (max-width: 610px) {
  .how-section1 {
    margin-top: 9%;
    padding: 1%;
    margin-left: 56px;
  }
  .col-md-6 > .subheading {
    color: #fff;
    margin-top: -9rem;
    white-space: pre-wrap;
    right: -8rem;
    position: relative;
  }
  .col-md-6 > .text-muted {
    color: #fff;
  }
  .video-homebanner-title {
    font-size: 14.6px;
    margin-top: 12rem;
  }
  .video-homebanner-desc {
    font-size: 14.6px;
    line-height: 48%;
    margin: 15px 0 10px 0;
  }
  .btn-video-carousel {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 1px 3px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    margin-left: 20px;
  }
  .button-video-triad {
    width: 15%;
    float: right;
    margin-top: -14rem;
    margin-right: 0;
    display: flex;
    position: relative;
  }
}
@media only screen and (max-width: 490px) {
  .col-md-6 > .text-muted {
    color: #fff;
    display: flex;
    margin-top: -50px;
    white-space: pre-wrap;
  }
  .col-md-6 > .subheading {
    color: #fff;
    margin-top: -5rem;
    white-space: pre-wrap;
    right: -8rem;
    position: relative;
  }
  .button-video-triad {
    width: 30%;
    float: right;
    margin-top: -33rem;
    margin-right: 20px;
    display: flex;
    position: relative;
  }
  .triad-title {
    margin-right: 241px;
    margin-left: -62px;
  }
  .how-img img {
    width: 15%;
    margin-left: -60px;
    margin-top: -20px;
  }
  .play-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13.9px;
    border-color: transparent transparent transparent #000;
    margin-left: 7px;
  }
  .video-homebanner-desc {
    font-size: 15.6px;
    line-height: 28%;
    margin: 15px 0 10px 0;
  }
  .video-copy-left {
    margin-top: -26px;
  }
}
@media only screen and (max-width: 330px) {
  .col-md-6 > .text-muted {
    color: #fff;
    display: flex;
    white-space: pre-wrap;
  }
  .col-md-6 > .subheading {
    color: #fff;
    margin-top: -5rem;
  }
  .video-container {
    display: flex;
    gap: 2px;
    transition: transform 0.5s ease-in-out;
  }
  .button-video-triad {
    margin-top: -48rem;
    margin-right: 5px;
    width: 35%;
  }
  .banner-copy-wrapper-video-banner {
    margin-top: -43px;
  }
  .video-homebanner-desc {
    font-size: 14.6px;
    line-height: 0%;
    margin: 15px 0 10px 20px !important;
  }
}
.footer {
  font-weight: 400;
  bottom: 35px;
}
.footer p {
  margin-bottom: 0;
}
.footer-link {
  color: #DA8C37;
  text-decoration: underline;
  margin-left: 20px;
}
.footer .btn-primary {
  color: white;
}
.footer .footer-buttons {
  display: flex;
  flex-direction: row;
  align-items: end;
  position: fixed;
  bottom: 0px;
  right: 18px;
  z-index: 1;
}
.footer .footer-buttons .btn, .footer .footer-buttons article.download-container p.download-downloads a, article.download-container p.download-downloads .footer .footer-buttons a {
  border-radius: 0;
  padding: 7px;
  margin: 5px;
  min-width: 37px;
  border-radius: 0.25rem;
}
.footer .footer-buttons .btn .fa, .footer .footer-buttons article.download-container p.download-downloads a .fa, article.download-container p.download-downloads .footer .footer-buttons a .fa {
  font-size: 20px;
}
.footer .webchat-container {
  display: flex;
  position: fixed;
  bottom: 47px;
  right: 23px;
  width: 350px;
  height: 550px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
  box-shadow: 30px 30px 30px 30px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.footer .webchat-container .webchat-header {
  background-color: #E98B00;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.footer .webchat-container .webchat-header h5 {
  margin: 0;
}
.footer .webchat-container .webchat-header button {
  color: #fff;
  padding: 0px 10px;
}
.footer .webchat-container .webchat-header .btn img, .footer .webchat-container .webchat-header article.download-container p.download-downloads a img, article.download-container p.download-downloads .footer .webchat-container .webchat-header a img {
  width: 18px;
  margin: 0;
}
.footer .webchat-container .webchat {
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.footer .webchat-container .webchat div ol {
  padding-left: 15px;
}

.dm-service-care-plan-box {
  border: 1px solid #ccc;
  padding: 22px;
  width: 100%;
  max-width: 580px;
  margin: 0 30rem;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dm-service-title {
  margin-bottom: 15px;
  font-weight: 600;
}

.dm-search-container {
  margin-bottom: 20px;
}

.dm-search-form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.dm-input-with-icon {
  position: relative;
  width: 100%;
}

.dm-search-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
  pointer-events: none;
  z-index: 1;
}

.dm-search-input {
  padding: 18px 20px 18px 50px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
  height: 60px;
  background-color: #fff;
  color: #000 !important;
}

.dm-search-input:focus {
  outline: none;
  border-color: #0078d4;
  box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.2);
}

.dm-search-button {
  background-color: #0078d4;
  color: white;
  border: none;
  padding: 15px 30px;
  cursor: pointer;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  transition: background-color 0.2s ease;
  position: relative;
}

.dm-search-button:hover {
  background-color: #005bb5;
}

.dm-search-button:active {
  background-color: #004494;
  transform: translateY(1px);
}

.dm-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: dm-spin 1s ease-in-out infinite;
  position: relative;
  vertical-align: middle;
}

@keyframes dm-spin {
  to {
    transform: rotate(360deg);
  }
}
.dm-btn-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.dm-instructions-list {
  padding-left: 20px;
  margin-top: 15px;
  list-style-type: disc;
}

.dm-instruction-item {
  margin-bottom: 8px;
  line-height: 1.5;
}

.dm-popup {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 10px;
  background-color: #f9f9f9;
  display: block;
  min-width: 250px;
  border-radius: 4px;
}

.dm-renew-link {
  color: blue;
  text-decoration: underline;
}

.dm-search-result {
  margin-top: 10px;
}

.dm-error-text {
  color: red;
  display: block;
  margin-top: 8px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .dm-service-care-plan-box {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .dm-service-care-plan-box {
    padding: 15px;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .dm-service-title {
    word-wrap: break-word;
  }
  .dm-instruction-item {
    word-wrap: break-word;
  }
}
@media (max-width: 480px) {
  .dm-service-care-plan-box {
    padding: 12px;
    margin-bottom: 40px;
  }
  .dm-search-form-wrapper {
    gap: 10px;
  }
}
.dm-service-care-modal {
  border: none;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}

#scpModal {
  margin-top: 21rem;
}

.dm-modal-header {
  background: linear-gradient(135deg, #e98b00, #cc7700);
  color: white;
  padding: 15px 180px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom: none;
}

.dm-modal-title {
  margin-top: 30px;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  color: white;
}

.dm-close-button {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.dm-close-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.dm-close-button span {
  font-size: 28px;
  line-height: 1;
}

.dm-modal-body {
  padding: 30px;
  background: #fff;
  min-height: 100px;
}

.dm-status-content {
  text-align: center;
}

.dm-status-message {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0;
}

.dm-status-message p {
  margin-bottom: 15px;
}

.dm-status-message strong {
  color: #e98b00;
  font-weight: 600;
}

.dm-modal-footer {
  padding: 20px 30px 30px;
  border-top: 1px solid #e9ecef;
  background: #fff;
  text-align: center;
}

.dm-close-modal-btn {
  background: linear-gradient(135deg, #e98b00, #cc7700);
  border: none;
  color: white;
  padding: 12px 40px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(233, 139, 0, 0.3);
  min-width: 120px;
}

.dm-close-modal-btn:hover {
  background: linear-gradient(135deg, #cc7700, #b36600);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(233, 139, 0, 0.4);
}

.dm-close-modal-btn:active {
  transform: translateY(0);
}

.dm-close-modal-btn:focus {
  outline: 2px solid #e98b00;
  outline-offset: 2px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

@media (max-width: 768px) {
  #scpModal {
    margin-top: 10rem;
  }
  .dm-service-care-modal {
    max-width: 90%;
    margin: 0 auto;
  }
  .dm-modal-header {
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }
  .dm-modal-title {
    font-size: 18px;
    text-align: center;
    width: 100%;
  }
  .dm-modal-body {
    padding: 20px 15px;
  }
  .dm-status-message {
    font-size: 14px;
  }
  .dm-close-modal-btn {
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #scpModal {
    margin-top: 5rem;
  }
  .dm-modal-header {
    padding: 12px;
    min-height: 50px;
  }
  .dm-modal-title {
    font-size: 16px;
  }
  .dm-modal-body {
    padding: 15px 12px;
  }
  .dm-modal-footer {
    padding: 15px;
  }
  .dm-close-modal-btn {
    width: 100%;
    padding: 10px;
  }
}
.side-form-modal {
  background-color: #fff;
  padding: 35px;
  border: 1px solid #ccc;
  margin-bottom: 22.5px;
  box-shadow: 10px 10px 54px 0 rgba(158, 158, 158, 0.32);
  -webkit-border-radius: 4px 4px 4px 4px;
}

.case-study-btn-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  align-items: stretch;
}

.case-study-action-btn {
  background: #2d8fdd;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 14px 0;
  text-align: center;
  box-shadow: 0 2px 8px rgba(45, 143, 221, 0.07);
  transition: background 0.18s, box-shadow 0.18s;
  cursor: pointer;
  outline: none;
  width: 100%;
  letter-spacing: 0.01em;
  text-decoration: none;
}

.case-study-action-btn:hover,
.case-study-action-btn:focus-visible {
  background: #1e79c0;
  box-shadow: 0 4px 16px rgba(45, 143, 221, 0.12);
}

.case-study-action-btn:active {
  background: #18649f;
}

.case-study-secondary-btn {
  background: #fff;
  color: #2d8fdd !important;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #2d8fdd;
  border-radius: 6px;
  padding: 13px 0;
  text-align: center;
  box-shadow: 0 2px 8px rgba(45, 143, 221, 0.03);
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
  cursor: pointer;
  outline: none;
  width: 100%;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: block;
}

.case-study-secondary-btn:hover,
.case-study-secondary-btn:focus-visible {
  background: #2d8fdd;
  color: #fff !important;
  border-color: #1e79c0;
  box-shadow: 0 4px 16px rgba(45, 143, 221, 0.14);
}

.case-study-secondary-btn:active {
  background: #18649f;
  border-color: #18649f;
}

@media (max-width: 440px) {
  .case-study-btn-container {
    gap: 10px;
    margin-top: 16px;
  }
  .case-study-action-btn,
  .case-study-secondary-btn {
    font-size: 15px;
    padding: 12px 0;
  }
}
.xr-share-container {
  display: flex;
  align-items: center;
  width: 100%;
}

.xr-share-btn {
  min-width: 120px;
  max-width: 150px;
  padding: 10px;
  font-size: 1.1rem;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
}

.xr-share-icon {
  margin-right: 8px;
  font-size: 1.1em;
  vertical-align: middle;
}

.xr-share-overlay {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background: rgba(0, 0, 0, 0.56);
}

.xr-share-content {
  background: #fff;
  margin: 6% auto;
  padding: 32px 24px 24px 24px;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  width: 90%;
  max-width: 480px;
  min-width: 240px;
  position: relative;
  box-sizing: border-box;
  overflow-y: auto;
  display: flex;
  justify-content: center;
}

.xr-share-close {
  position: absolute;
  top: 16px;
  right: 18px;
  color: #3b3b3b;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s;
  user-select: none;
}

@media (max-width: 700px) {
  .xr-share-content {
    margin: 11% auto;
    padding: 21px 12px 12px 12px;
    max-width: 95vw;
    font-size: 0.98em;
  }
  .xr-share-btn {
    font-size: 0.95em;
    min-width: 90px;
  }
}
@media (max-width: 480px) {
  .xr-share-content {
    margin: 15% auto;
    padding: 13px 5px 8px 5px;
    width: 98%;
    max-width: 99vw;
    font-size: 0.95em;
    border-radius: 4px;
  }
  .xr-share-close {
    top: 8px;
    right: 12px;
    font-size: 22px;
  }
  .xr-share-btn {
    font-size: 0.93em;
    min-width: 68px;
  }
}
