/* Mixin */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400);
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/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');
}
.embeddedServiceHelpButton .helpButton .uiButton {
				background-color: #005290;
				font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
				outline: 1px solid #005290;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
    color: #191818;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #cd1532;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #991025;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts//helvetica-neue-thin.eot');
  src: url('../fonts//helvetica-neue-thin.eot?#iefix') format('embedded-opentype'), url('../fonts//helvetica-neue-thin.woff') format('woff'), url('../fonts//helvetica-neue-thin.ttf') format('truetype'), url('../fonts//helvetica-neue-thin.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts//helvetica-neue-light.eot');
  src: url('../fonts//helvetica-neue-light.eot?#iefix') format('embedded-opentype'), url('../fonts//helvetica-neue-light.woff') format('woff'), url('../fonts//helvetica-neue-light.ttf') format('truetype'), url('../fonts//helvetica-neue-light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts//helvetica-neue-regular.eot');
  src: url('../fonts//helvetica-neue-regular.eot?#iefix') format('embedded-opentype'), url('../fonts//helvetica-neue-regular.woff') format('woff'), url('../fonts//helvetica-neue-regular.ttf') format('truetype'), url('../fonts//helvetica-neue-regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../fonts//helvetica-neue-medium.eot');
  src: url('../fonts//helvetica-neue-medium.eot?#iefix') format('embedded-opentype'), url('../fonts//helvetica-neue-medium.woff') format('woff'), url('../fonts//helvetica-neue-medium.ttf') format('truetype'), url('../fonts//helvetica-neue-medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-news-item-description-reslanding {
    font-size: 20px;
    font-family: Arial;
    height: 45px;
    font-weight:700;
}
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: 28px;
}
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 {
  background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #ed1b38;
}
a.text-primary:hover {
  color: #c51029;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #ed1b38;
}
a.bg-primary:hover {
  background-color: #c51029;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 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: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,.col-md-14, .col-md-15, .col-md-16 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
    .col-md-16 {
        width: 40.33333%;
        float:left;
    }
    .col-md-15 {
        width: 55%;
        float:left;
    }
    .col-md-14 {
        width: 55%;
        float:left;
    }
    .col-md-13 {
        height: 100px;
        width: 100px;
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }
  .col-md-12 {
      float: left;
      width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.resprodtable {
    border-width: 0px 0px 0px 0px;
}
.resprodintable {
    border-width: 0px 0px 0px 0px;
}
.resprodtable, .resprodintable {
    display: table;    
    width: 100%;
    height: 50%;
}
.resprodcell {
    display: table-cell;
    vertical-align: top;
    vertical-align: top;
    width: 65%;
}
.resprodrow {
    display: table-row;
}
.resprodmerged {
    width: 35%;
    height: 50%;
}
.resprodtable, .resprodintable, .resprodcell {
    border-style: none;
}
.square {
    position: relative;
    width: 50%;
}
    .square:after {
        content: "";
        display: block;
    }
.content {
    position: relative;
    width: 100%;
    height: 100%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.input-required-sm {
  font-size: 10px;
  color:red;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.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;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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;
  border-color: #a94442;
  background-color: #f2dede;
}
.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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #ed1b38;
  border-color: #dd112e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #c51029;
  border-color: #a40d22;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ed1b38;
  border-color: #dd112e;
}
.btn-primary .badge {
  color: #ed1b38;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  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:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  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:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  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:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #cd1532;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #991025;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.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: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #ed1b38;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cd1532;
}
.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: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.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: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #ed1b38;
}
.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 {
  text-align: center;
  margin-bottom: 5px;
}
.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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  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-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #cd1532;
  background-color: #fff;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #991025;
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ed1b38;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #ed1b38;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c51029;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cd1532;
  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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.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 {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 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: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cd1532;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #ed1b38;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -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 {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ed1b38;
  border-color: #ed1b38;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #fcd8dd;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  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: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #ed1b38;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #ed1b38;
  border-color: #ed1b38;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ed1b38;
}
.panel-primary > .panel-heading .badge {
  color: #ed1b38;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ed1b38;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
    margin-right: 40px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.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 {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -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-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.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-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  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%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.breadcrumb {
  background: transparent;
  color: #696b67;
  font-size: 17px;
  font-weight: normal;
  padding: 20px 0;
}
.breadcrumb .separator {
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb .breadcrumb-home {
  color: #a7a7a7;
  margin-right: 16px;
}
.breadcrumb a {
  color: #696b67;
}
.nav-right {
  border-top: 3px solid #ed1b38;
  margin: 20px 0;
}
.nav-right .nav li > a {
  border-bottom: 1px solid #eae9e7;
  color: #5e5e5e;
  font-size: 16px;
}
.nav-right .nav li > a:hover {
  background: #f9f9f8;
}
.nav-right .nav li.active > a {
  background: #cfcfce;
}
.nav-right .nav li .nav-item-1 {
  padding-left: 20px;
}
.nav-right .nav li .nav-item-2 {
  padding-left: 40px;
}
.nav-right .nav li .nav-item-3 {
  padding-left: 60px;
}
.nav-right .nav li .nav-item-4 {
  padding-left: 80px;
}
.nav-right .nav li .nav-item-5 {
  padding-left: 100px;
}
.nav-toolbar {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .nav-toolbar {
    margin-bottom: 0;
  }
}
.nav-toolbar .switch-site {
  float: right;
}
.nav-toolbar .switch-site button {
  border: 0;
  font-size: 16px;
  padding: 10px 15px;
}
.nav-toolbar .nav-pills {
  float: right;
  font-size: 16px;
}
.nav-toolbar .nav-pills a {
  color: #434141;
}
@media (max-width: 768px) {
  .nav-toolbar-default .nav-pills {
    display: none;
  }
}
.nav-toolbar .region-toggle-mobile {
  color: #605f60;
  display: none;
  float: right;
  font-size: 22px;
  margin-top: 7px;
}
@media (max-width: 768px) {
  .nav-toolbar .region-toggle-mobile {
    display: inline;
  }
}
.nav-toolbar .region-toggle-mobile:hover,
.nav-toolbar .region-toggle-mobile:focus {
  background: transparent;
  color: #464646;
}
.navbar.nav-main {
  border: 0;
  border-bottom: 4px solid #ed1b38;
  border-radius: 0;
}

.navbar.nav-main.home-navbar {
  border-bottom: 4px solid #777777;
}
@media (max-width: 768px) {
  .navbar.nav-main {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .navbar.nav-main .navbar-header {
    margin: 10px 0 0 0;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .navbar.nav-main .navbar-nav {
    margin-top: 20px;
        float: right;
  }
    .navbar.nav-main .navbar-nav.residential {
            margin-right: 20px;
            float: right;
        }
  .navbar.nav-main .navbar-nav > li > a {
    padding-bottom: 20px;
  }
}
.navbar.nav-main .navbar-brand {
  height: 55px;
  margin: 10px 10px 10px 0;
  padding: 0;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .navbar.nav-main .navbar-brand {
    display: inline-block;
    float: none;
    height: 32px;
    margin: 0;
  }
}
.navbar.nav-main .navbar-brand:hover,
.navbar.nav-main .navbar-brand:focus {
  background: transparent;
}
.navbar.nav-main .navbar-brand img {
  height: 100%;
  width: auto;
}
.navbar.nav-main .btn-search-mobile {
  color: #605f60;
  display: none;
  float: right;
  font-size: 32px;
}
@media (max-width: 768px) {
  .navbar.nav-main .btn-search-mobile {
    display: inline;
  }
}
.navbar.nav-main .btn-search-mobile:hover,
.navbar.nav-main .btn-search-mobile:focus {
  background: transparent;
  color: #464646;
}
.navbar.nav-main .navbar-collapse {
  margin-top: 0;
}
@media (max-width: 768px) {
  .navbar.nav-main .navbar-collapse {
    position: relative;
  }
}
.navbar.nav-main .navbar-collapse.in {
  overflow-y: visible;
}
.navbar.nav-main .navbar-collapse a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
@media (max-width: 1200px) {
  .navbar.nav-main .navbar-collapse a {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .navbar.nav-main .navbar-collapse a {
    color: #434141;
    font-size: 28px;
    font-weight: 400;
    padding: 22px;
  }
}
.navbar.nav-main .navbar-collapse a:hover,
.navbar.nav-main .navbar-collapse a:focus,
.navbar.nav-main .navbar-collapse a.active {
  background: #ed1b38;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .navbar.nav-main .navbar-collapse a:hover,
  .navbar.nav-main .navbar-collapse a:focus,
  .navbar.nav-main .navbar-collapse a.active {
    background: #f5f5f5;
    color: #434141;
  }
}
.navbar.nav-main .navbar-collapse .nav-searchbox {
  float: right;
  margin-bottom: -10px;
  margin-top: 10px;
}
    .navbar.nav-main .navbar-collapse .nav-searchbox.residential {
        float: right;
        margin: -10px 0 0 0;
    }
.navbar.nav-main .navbar-collapse .nav-searchbox a {
  display: block;
  padding: 5px 8px 0;
}
.navbar.nav-main .navbar-collapse .nav-searchbox a:hover {
  background-color: #eeeeee;
  color: #434141;
}
@media (max-width: 768px) {
  .navbar.nav-main .navbar-collapse .nav-searchbox {
    display: none;
  }
}
.navbar.nav-main .navbar-toggle {
  float: left;
  margin: -8px 0 0 0;
  padding: 0;
  border-radius: 0;
}
.navbar.nav-main .navbar-toggle .icon-bar {
  background: #605f60;
  height: 6px;
  margin-top: 6px;
  width: 36px;
}
.navbar.nav-main .mega-menu {
  left: 0;
  padding-top: 4px;
  opacity: 0;
  position: absolute;
  right: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  z-index: 9999;
}
.navbar.nav-main .mega-menu.active {
  opacity: 1;
  visibility: visible;
}
.navbar.nav-main .mega-menu-item {
  position: static;
}
@media (min-width: 768px) {
  .navbar.nav-main .mega-menu-item:hover .mega-menu,
  .navbar.nav-main .mega-menu-item:focus .mega-menu {
    opacity: 1;
    visibility: visible;
  }
  .navbar.nav-main .mega-menu-item:hover a.dropdown-toggle,
  .navbar.nav-main .mega-menu-item:focus a.dropdown-toggle {
    background: #ed1b38;
    color: #fff;
    position: relative;
  }
}
@media (max-width: 768px) {
  .navbar.nav-main .mega-menu-item {
    border-top: 1px solid #a2a2a2;
  }
  .navbar.nav-main .mega-menu-item a {
    line-height: inherit;
    padding-left: 40px;
  }
}
.navbar.nav-main .mega-menu-inner {
  background: #fff;
  overflow: hidden;
  padding: 0 0 15px 0;
}
.navbar.nav-main .mega-menu-inner .mega-menu-picture {
  height: 180px;
  overflow: hidden;
}
.navbar.nav-main .mega-menu-inner .mega-menu-picture img {
  width: 100%;
}
@media (max-width: 768px) {
  .navbar.nav-main .mega-menu-inner .mega-menu-picture {
    display: none;
  }
}
.navbar.nav-main .mega-menu-inner .quick-search-item input {
  font-size: 14px;
}
@media (max-width: 768px) {
  .navbar.nav-main .mega-menu-inner .quick-search-item {
    display: none;
  }
}
.navbar.nav-main .mega-menu-inner-item {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .navbar.nav-main .mega-menu-inner-item {
    padding: 10px 0;
  }
}
.navbar.nav-main .mega-menu-inner-item figure {
  display: inline-block;
  height: 32px;
  text-align: center;
  width: 50px;
}
.navbar.nav-main .mega-menu-inner-item figure img {
  height: 100%;
  width: auto;
}
.navbar.nav-main .mega-menu-inner-item a {
  font-size: 15px;
  font-weight: inherit;
}
@media (max-width: 768px) {
  .navbar.nav-main .mega-menu-inner-item a {
    display: block;
  }
}
.navbar.nav-main .mega-menu-inner-item a:hover,
.navbar.nav-main .mega-menu-inner-item a:focus {
  background: transparent;
  color: inherit;
}
@media (max-width: 768px) {
  .navbar.nav-main .mega-menu-inner-item {
    border-top: 1px solid #a2a2a2;
    color: #434141;
    font-size: 28px;
    font-weight: 400;
    padding-left: 20px;
  }
  .navbar.nav-main .mega-menu-inner-item figure {
    display: none;
  }
  .navbar.nav-main .mega-menu-inner-item.mobile-back {
    background: #eeebec;
  }
  .navbar.nav-main .mega-menu-inner-item.mobile-back a {
    position: relative;
  }
  .navbar.nav-main .mega-menu-inner-item.mobile-back a:hover,
  .navbar.nav-main .mega-menu-inner-item.mobile-back a:focus {
    text-decoration: none;
  }
  .navbar.nav-main .mega-menu-inner-item.mobile-back a::before {
    content: "\e257\e257";
    font-family: 'Glyphicons Halflings';
    font-size: 26px;
    left: 0;
    letter-spacing: -0.75em;
    position: absolute;
  }
}
@media (max-width: 768px) {
  .navbar.nav-main .mega-menu {
    top: 0;
  }
  .navbar.nav-main .mega-menu .container,
  .navbar.nav-main .mega-menu [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar.nav-main.nav-playbook {
  padding: 20px 0 10px;
}
.navbar.nav-main.nav-playbook .navbar-header {
  text-align: left;
}
.navbar.nav-main.nav-playbook .navbar-header .navbar-brand {
  margin: 0;
}
@media (max-width: 480px) {
  .navbar.nav-main.nav-playbook .navbar-header .navbar-brand {
    height: 35px;
  }
}
.navbar.nav-main.nav-playbook .navbar-header .btn-search-mobile,
.navbar.nav-main.nav-playbook .navbar-header .region-toggle-mobile {
  margin-top: 10px;
  margin-bottom: -10px;
}
.navbar.nav-main.nav-playbook .navbar-collapse .nav-searchbox {
  margin: 30px 0 0;
}
.navbar.nav-main.nav-playbook .navbar-collapse .nav-searchbox a {
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar.nav-main.redesign .mega-menu-item > a,
  .navbar.nav-main.industrial .mega-menu-item > a {
    margin-bottom: 18px;
    padding: 2px 15px;
  }
  .navbar.nav-main.redesign .mega-menu-item > a:hover,
  .navbar.nav-main.industrial .mega-menu-item > a:hover,
  .navbar.nav-main.redesign .mega-menu-item > a:focus,
  .navbar.nav-main.industrial .mega-menu-item > a:focus,
  .navbar.nav-main.redesign .mega-menu-item > a.active,
  .navbar.nav-main.industrial .mega-menu-item > a.active {
    background: transparent;
    color: #ed1b38;
  }
  .navbar.nav-main.redesign .mega-menu-item:hover a.dropdown-toggle,
  .navbar.nav-main.industrial .mega-menu-item:hover a.dropdown-toggle,
  .navbar.nav-main.redesign .mega-menu-item:focus a.dropdown-toggle,
  .navbar.nav-main.industrial .mega-menu-item:focus a.dropdown-toggle {
    background: transparent;
    color: #ed1b38;
  }
  .navbar.nav-main.redesign .mega-menu-item:not(:last-child) > a,
  .navbar.nav-main.industrial .mega-menu-item:not(:last-child) > a {
    border-right: 1px solid #ccc;
  }
  .navbar.nav-main.redesign .navbar-brand,
  .navbar.nav-main.industrial .navbar-brand {
    margin: -18px 10px 15px 0;
  }
  .navbar.nav-main.redesign .nav-searchbox,
  .navbar.nav-main.industrial .nav-searchbox {
    margin-top: 18px;
  }
  .navbar.nav-main.redesign .nav-searchbox a.btn-search:hover,
  .navbar.nav-main.industrial .nav-searchbox a.btn-search:hover {
    background: transparent;
    color: #ed1b38;
  }
}
.mobile-menu-bottom,
.mobile-mega-bottom {
  border-bottom: 1px solid #a2a2a2;
  clear: both;
  padding-top: 40px;
}
.mobile-menu-bottom div,
.mobile-mega-bottom div {
  background: #eeebec;
}
#nav-box-wrapper {
  left: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
}
.nav-box {
  background: #f7f7f6;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25) inset, 0 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25) inset, 0 3px 5px rgba(0, 0, 0, 0.25);
  padding: 20px 0;
}
.nav-box .aaf-form-left {
  margin-top: 10px;
}
.nav-box .nav-label {
  color: #434141;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}
.nav-box .close {
  font-size: 40px;
}
.nav-box .logged-text {
  font-size: 16px;
  margin: 10px 40px 0;
  float: right;
}
#region-box .nav-box .region-group {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
#region-box .nav-box .region-group small,
#region-box .nav-box .region-group .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#region-box .nav-box .region-group small,
#region-box .nav-box .region-group .small {
  font-size: 65%;
}
#region-box .nav-box .country-list {
  margin-top: 40px;
}
#region-box .nav-box .country-list a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  margin: 15px 0;
  
}
#region-box .nav-box .country-list a:hover {
  color: #ed1b38;
  text-decoration: none;
}
#region-box .nav-box .country-list a img {
  display: inline-block;
  height: auto;
  margin-right: 6px;
  vertical-align: middle;
  
}
#region-box .nav-box .country-list a span {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
  width: 230px;
}
.nav-box .search-box-inner input {
  height: auto;
  padding: 20px 15px;
}
.header-title {
  background-color: #555555;
  overflow: hidden;
  position: relative;
}
.header-title.partner-portal {
  background-image: url(../img/to_sitecore/bg-partner-portal.jpg);
  background-position-y: 50px;
}
.header-title.partner-portal .col-md-12 {
  height: 200px;
}
@media (min-width: 768px) {
  .header-title {
    background-attachment: fixed;
  }
}
.header-title:before {
  bottom: 0;
  content: "";
  left: 0;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#1a000000', GradientType=0);
  position: absolute;
  right: 0;
  top: 0;
}
.header-title .col-md-12 {
  height: 184px;
}
.header-title h1 {
  color: #fff;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .header-title h1 {
    font-size: 58px;
  }
}
.header-title h1 + .sub-title {
  margin-top: 10px;
}
.header-title .sub-title {
  color: #e2e2e2;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .header-title .sub-title {
    font-size: 28px;
  }
}
.vertical-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-footer {
  color: #777777;
}
.main-footer .back-top {
  border-bottom: 2px solid #ed1b38;
  margin: 20px 0;
  text-align: right;
}
.main-footer .back-top .glyphicon {
  margin-left: 4px;
  vertical-align: middle;
}
.main-footer .row {
  font-size: 0;
}
.main-footer .row div[class^="col-"] {
  display: inline-block;
  float: none;
  font-size: 14px;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .main-footer .row div[class^="col-"] {
    margin: 10px;
    text-align: center;
  }
}
.main-footer-branding img {
  height: 50px;
  width: auto;
}
.main-footer-branding p {
  margin: 5px 0 0 0;
}
.main-footer-menu {
  text-align: center;
}
.main-footer-menu a {
  color: #000;
  display: inline-block;
  margin: 0 5px;
}
.main-footer .list-social-links {
  font-size: 0;
}
.main-footer .list-social-links li {
  padding: 0 3px;
}
.main-footer .list-social-links li img {
  width: 27px;
  height: 27px;
}
.main-footer .list-social-links li img:hover {
  margin-top: -3px;
}
.main-footer .list-social-links li:last-child {
  padding-right: 0;
}
.main-footer-bottom {
  background: #ececec;
  margin-top: 2px;
  padding: 20px 5px;
}
.main-footer-bottom-links {
  font-size: 11px;
  display: inline-block;
}
.main-footer-bottom-links a {
  border-right: 1px solid #000;
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  padding-right: 7px;
}
.main-footer-bottom-links a:last-child {
  border-right: 0;
}
.main-footer-bottom-logos img {
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  padding-right: 7px;
}

.page-social-links {
  font-size: 12px;
  margin-top: 5px;
  padding-left: 20px;
}
.page-social-links .footer-social a {
  margin: 0 5px;
}
.page-social-links .footer-social img {
  height: 40px;
  width: 40px;
}

.new-footer {
  background: #606060;
  color: #ccc;
  font-size: 12px;
  margin-top: 30px;
  padding: 15px 0;
  text-align: center;
}
.new-footer .footer-branding {
  padding: 0 0 15px;
}
.new-footer .footer-branding img {
  height: 50px;
  width: auto;
}
.new-footer .footer-menu {
  font-size: 0;
  margin: 0 auto;
  max-width: 580px;
  padding: 0;
}
.new-footer .footer-menu li {
  list-style: none;
  padding: 5px 15px;
}
.new-footer .footer-menu a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 1;
  padding-top: 2px;
}
.new-footer .footer-copy {
  margin: auto;
  max-width: 580px;
}
.new-footer .footer-social {
  padding: 15px 0;
}
.new-footer .footer-social a {
  margin: 0 5px;
}
.new-footer .footer-social img {
  height: auto;
  width: 40px;
}
@media (min-width: 480px) {
  .new-footer .footer-menu li {
    display: inline-block;
    padding: 0 15px;
  }
  .new-footer .footer-menu li + li {
    border-left: solid 1px;
  }
}
@media (min-width: 992px) {
  .new-footer .footer-branding {
    padding: 15px 0 0;
    float: left;
  }
  .new-footer .footer-menu {
    margin-bottom: 25px;
  }
  .new-footer .footer-social {
    float: right;
    margin-top: -60px;
    padding: 15px 0 0;
  }
  .new-footer .footer-social a {
    margin: 0 0 0 5px;
  }
}
.aaf-form h2 {
  margin-bottom: 50px;
}
.aaf-form label {
  font-weight: 300;
}
.aaf-form-contact.aaf-form label {
  font-size: 16px;
  font-weight: 500;
}
.aaf-form label.required-field::after {
  content: " (Required field)";
  display: inline;
}
.aaf-form-contact.aaf-form input,
.aaf-form-contact.aaf-form textarea,
.aaf-form-contact.aaf-form select {
  background: #f7f7f6;
  border: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
@media (max-width: 768px) {
  #login-box .aaf-form {
    text-align: center;
  }
  #login-box .aaf-form-links a {
    font-size: 20px;
    margin: 10px;
  }
}
.aaf-form-links {
  margin-top: 30px;
}
.aaf-form-links a {
  font-size: 16px;
  margin-right: 20px;
  text-decoration: underline;
  white-space: nowrap;
}
.aaf-form-links a:last-child {
  margin-right: 0;
}
.aaf-form-links a:hover,
.aaf-form-links a:focus {
  text-decoration: none;
}
.aaf-form .input-validation-error {
  border: 1px solid #ed1b38;
}
.aaf-form-error {
  color: #ed1b38;
  margin-right: 40px;
  max-width: 300px;
}
.btn-lg,
.btn-group-lg > .btn {
  margin-top: 20px;
}
.input-group-search {
  background: #f7f7f6;
  border: 0;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.input-group-search .form-control {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.input-group-search .btn-default {
  background: transparent;
  border: 0;
  margin: 0 !important;
}
.product-documentation .input-group-search-branded > .form-control,
.product-documentation .input-group-search-branded > .input-group-addon,
.product-documentation .input-group-search-branded > .input-group-btn > .btn {
  padding: 16px;
  height: 56px;
}
.input-group-search-branded .btn-default {
  background: #ed1b38;
  color: #fff;
}
.product-documentation .input-group-search-branded .btn-default {
  font-size: 26px;
}
.input-group-search-branded .btn-default:hover {
  background: #cd1532;
}
.attachment-wrapper {
  position: relative;
}
#attachments {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
}
.news,
.event {
  margin-bottom: 20px;
}
.news-title,
.event-title {
  margin-top: 0;
}
.news-date,
.event-date,
.news-author,
.event-author,
.news-location,
.event-location {
  color: #767575;
  font-weight: 500;
}
.news-date,
.event-date {
  font-size: 12px;
}
.news-location,
.event-location {
  font-size: 18px;
  font-weight: 300;
}
.news-content,
.event-content {
  margin: 20px 0;
}
.news-registration,
.event-registration {
  font-size: 18px;
}
.event figure {
  max-height: 420px;
  margin: 0 0 20px;
  overflow: hidden;
  padding: 1px;
  width: 100%;
}
.news figure {
  background: #f0f0f0;
  float: right;
  margin: 20px 10px 10px;
  overflow: hidden;
  padding: 1px;
  text-align: center;
}
@media (max-width: 768px) {
  .news figure {
    float: none;
    margin: 10px;
  }
}
.youtube {
  margin: 20px 0;
}
.news-listing-featured,
.event-listing-featured {
  margin-bottom: 40px;
}
.news-listing-featured figure,
.event-listing-featured figure {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.news-listing-featured figure img,
.event-listing-featured figure img {
  min-height: 320px;
}
.news-listing-featured figure figcaption,
.event-listing-featured figure figcaption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 10px 20px 20px 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.news-listing-featured h3,
.event-listing-featured h3 {
  color: #fff;
}
.news-listing-featured-description,
.event-listing-featured-description,
.news-listing-featured-date,
.event-listing-featured-date,
.news-listing-featured-location,
.event-listing-featured-location {
  color: #f5f5f5;
}
.news-listing-featured-date,
.event-listing-featured-date,
.news-listing-featured-location,
.event-listing-featured-location {
  font-size: 18px;
  font-weight: 300;
}
.news-listing li,
.event-listing li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.news-listing-title,
.event-listing-title {
  font-size: 18px;
  font-weight: 300;
}
.news-listing-date,
.event-listing-date,
.news-listing-author,
.event-listing-author,
.news-listing-location,
.event-listing-location {
  color: #767575;
  font-weight: 500;
}
.news-listing-date,
.event-listing-date,
.news-listing-location,
.event-listing-location {
  font-size: 12px;
}
.news-listing .pagination-container,
.event-listing .pagination-container {
  text-align: center;
}
.partner-portal-top {
  background: #e7e8e9;
  overflow: hidden;
  padding: 40px 0;
}
.partner-portal-box {
  background: #fff;
  margin: 20px 5px;
  padding: 40px;
}
.partner-portal-box h2 {
  font-size: 28px;
  margin: 0 0 30px;
}
.partner-portal-box form {
  margin-bottom: 30px;
}
.partner-portal-box a {
  font-size: 18px;
}
.partner-portal-box p {
  font-size: 16px;
}
.partner-portal-box ul {
  margin: 0;
}
.partner-portal-box ul li {
  line-height: 2.2;
  padding: 0;
}
.partner-portal-box ul li::before {
  content: none;
}
.partner-portal-bottom {
  padding: 60px 0;
}
.carousel-quotes blockquote {
  border-bottom: 1px solid #777777;
  border-left: none;
  border-top: 1px solid #777777;
  margin: 50px 0;
  padding: 50px 0;
  position: relative;
}
.carousel-quotes blockquote:before,
.carousel-quotes blockquote:after {
  background: white;
  color: #ed1b38;
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  height: 40px;
  line-height: 1;
  position: absolute;
  width: 40px;
}
.carousel-quotes blockquote:before {
  content: "\201C";
  top: -15px;
  left: 0;
}
.carousel-quotes blockquote:after {
  bottom: -7px;
  content: "\201D";
  text-align: right;
  right: 0;
}
.carousel-quotes .text-quote {
  color: #777777;
  margin-bottom: 30px;
}
.carousel-quotes footer {
  text-align: right;
}
.carousel-quotes footer strong {
  color: #191818;
}
.carousel-quotes footer:before {
  content: '';
}
.call-to-action {
  background-color: #cd1532;
  display: inline-block;
  line-height: 1;
  margin: 20px 0;
  max-width: 350px;
  padding: 25px;
  vertical-align: top;
  width: 100%;
}
.call-to-action p {
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
.call-to-action button,
.call-to-action .button {
  background: #fff;
  border: 0;
  color: #cd1532;
  font-size: 16px;
  margin-left: -25px;
  padding: 15px 25px;
  position: relative;
}
.call-to-action button:after,
.call-to-action .button:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 46px solid white;
  border-right: 15px solid transparent;
}
.call-to-action button:hover,
.call-to-action .button:hover {
  background: #f0f0f0;
  color: #991025;
}
.call-to-action button:hover:after,
.call-to-action .button:hover:after {
  border-top-color: #f0f0f0;
}
.call-to-action.simple-button {
  padding: 0;
}
.call-to-action.simple-button button,
.call-to-action.simple-button .button {
  background: transparent;
  color: #fff;
  font-size: 20px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.call-to-action.simple-button button:hover,
.call-to-action.simple-button .button:hover {
  background: #991025;
}
.call-to-action.simple-button button:after,
.call-to-action.simple-button .button:after {
  content: none;
}
@media print {
  .call-to-action {
    display: none;
  }
}
.aaf-tabs {
  margin: 40px 0;
}
.aaf-tabs li a {
  background: #a7a7a6;
  border-radius: 0;
  color: #fff;
  display: block !important;
  font-weight: 500;
  margin-right: 6px;
  padding: 7px 15px;
}
.aaf-tabs li a:hover {
  background: #818180;
  border-color: transparent;
}
.aaf-tabs li.active a,
.aaf-tabs li.active a:focus,
.aaf-tabs li.active a:visited,
.aaf-tabs li.active a:hover {
  background: #f5f5f5 !important;
  border-left: 1px solid #d3d3c6;
  border-right: 1px solid #d3d3c6;
  border-top: 1px solid #d3d3c6;
  color: #191818;
  padding: 7px 15px 13px;
}
.aaf-tabs li .contactus {
  background: #cd1532;
}
.aaf-tabs li .contactus:hover {
  background: #ed1b38;
}
.aaf-tabs .tab-content {
  background: #f5f5f5;
  border-bottom: 1px solid #d3d3c6;
  border-left: 1px solid #d3d3c6;
  border-right: 1px solid #d3d3c6;
  color: #434141;
  overflow: hidden;
  padding: 25px;
}
.aaf-tabs .tab-content .tabs-call-to-action {
  float: right;
  margin: 25px -25px -25px 0;
  text-align: right;
}
.aaf-tabs .tab-content .tabs-call-to-action .call-text {
  color: #191818;
  display: block;
  font-size: 14px;
  margin-right: 25px;
}
.aaf-tabs .tab-content .tabs-call-to-action a {
  background: #cd1532;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 15px 25px;
  position: relative;
}
.aaf-tabs .tab-content .tabs-call-to-action a:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: 0;
  height: 0;
  border-bottom: 52px solid #cd1532;
  border-left: 25px solid transparent;
}
.aaf-tabs .tab-content .tabs-call-to-action a:hover {
  background: #ed1b38;
  color: #fff;
  text-decoration: none;
}
.aaf-tabs .tab-content .tabs-call-to-action a:hover:after {
  border-bottom-color: #ed1b38;
}
.aaf-tabs .tab-content p {
  font-size: 16px;
  line-height: 1.8;
}
.aaf-tabs .tab-content .typical-applications-tab {
  font-size: 16px;
  margin-top: 20px;
}
.aaf-tabs .tab-content .typical-applications-tab ul li {
  margin-bottom: 10px;
}
.aaf-tabs .tab-content .typical-applications-tab ul li a {
  background-color: transparent;
  color: #ed1b38;
  display: inline !important;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.aaf-tabs .list-inline {
  margin-bottom: 0;
}
.aaf-tabs .table td {
  border-bottom: 1px solid #d3d3c6;
  border-top: none;
}
.aaf-tabs .table td.docinfo {
  text-align: right;
}
.aaf-tabs .table td .doctype,
.aaf-tabs .table td .docsize {
  color: #7d7d7c;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
}
.aaf-tabs .table td .doctype {
  border-right: 1px solid #d3d3c6;
  margin-right: 10px;
  padding-right: 10px;
  text-align: left;
}
.aaf-tabs .table td .docsize {
  min-width: 60px;
  text-align: right;
}
.aaf-tabs .table a {
  font-size: 16px;
}
.product-description-image {
  text-align: center;
  margin-bottom: 50px;
}
.product-protection-against {
  border-top: 1px solid #c2bfbf;
  margin-top: 30px;
  padding: 30px 0;
}
.product-protection-against ul {
  margin: 0 -10px;
}
.product-protection-against ul li {
  display: inline-block;
  max-width: 100px;
  padding: 10px;
  vertical-align: top;
}
.product-protection-against ul li:before {
  content: none !important;
}
.product-protection-against ul li img {
  max-width: 100%;
  height: auto;
}
.product-documentation {
  margin-top: 20px;
}
.product-documentation .table-documentation th {
  color: #767575;
  font-size: 18px;
  font-weight: 500;
}
.product-documentation .table-documentation td {
  color: #4a4848;
  font-size: 16px;
  padding: 20px 10px;
}
.product-documentation .table-documentation td:last-child {
  width: 30%;
}
.product-documentation .table-documentation figure {
  display: inline-block;
  margin-right: 35px;
  max-width: 100px;
  vertical-align: text-top;
}
.product-documentation .table-documentation figure img {
  width: 100%;
  height: auto;
}
.documentation-toggle .close {
  display: none;
  margin-right: 10px;
}
.documentation-all {
  display: none;
}
.documentation-all p {
  color: #7d7d7c;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
.documentation-all a + p {
  margin-bottom: 20px;
}
.loading-wrapper {
  height: 30px;
  margin: 20px 0;
  text-align: center;
}
.loading-wrapper .loading {
  color: #7d7d7c;
  font-weight: 500;
  vertical-align: middle;
}
.loading-wrapper .loading img {
  margin-right: 10px;
}
.related-items {
  margin-bottom: 50px;
}
.related-items h3 {
  margin: 0 0 20px 0;
}
.related-items .related-item {
  max-width: 275px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.related-items .related-item img {
  margin: 10px 0;
  height: 150px;
  width: auto;
}
.related-items .related-item .img-placeholder {
  background: #fafafa;
  height: 170px;
  padding: 55px;
}
.related-items .related-item .img-placeholder .glyphicon {
  color: #eeeeee;
  font-size: 70px;
}
.related-items .related-item-link {
  border-top: 3px solid #cd1532;
  padding: 10px 0;
  text-align: left;
}
.related-items .related-item-link a {
  font-size: 18px;
}
.related-items .pane-editor {
  border: 1px solid #ccc;
  font-size: 0;
  margin-top: 5px;
  padding: 5px;
}
.related-items .pane-editor-inner {
  font-size: 14px;
}
.call-out {
  color: #fff;
  font-size: 14px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.call-out span {
  position: relative;
}
.call-out:before {
  border-left: 150px solid transparent;
  border-top: 70px solid #cd1532;
  content: " ";
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
}
.youtube img {
  height: auto;
  width: 100%;
}
h2 + .aaf-accordion {
  margin-top: 50px;
}
.aaf-accordion-panel-heading h2 {
  font-size: 28px;
  font-weight: 300;
}
.aaf-accordion-panel-body {
  padding-top: 40px;
}
.aaf-accordion-panel-body h3 {
  color: #434141;
  font-size: 28px;
  font-weight: 300;
  margin: 40px 0 15px;
  overflow: hidden;
  padding-right: 20px;
  position: relative;
}
.aaf-accordion-indicator {
  -webkit-transform-style: preserve-3d;
  position: relative;
}
.aaf-accordion-indicator::before {
  background: #cd1532;
  color: #fff;
  content: '\e260';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  line-height: 1;
  margin-right: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 4px 8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.aaf-accordion-indicator.collapsed::before {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.aaf-accordion-indicator:hover,
.aaf-accordion-indicator:focus {
  text-decoration: none;
  outline: 0;
}
.aaf-accordion-indicator:hover::before,
.aaf-accordion-indicator:focus::before {
  background: #991025;
}
.aaf-grid {
  margin-top: 50px;
}
.aaf-grid-nogutter {
  padding: 0;
}
.aaf-grid-nogutter a p {
  padding: 0 10px;
}
.aaf-grid-item {
  display: block;
  font-size: 18px;
  margin: 0 auto 50px;
  padding: 0;
}
@media (max-width: 992px) {
  .aaf-grid-item {
    font-size: 12px;
  }
}
.aaf-grid-item-reduced {
  display: block;
  font-size: 18px;
  margin: 0 0 auto;
}
@media (max-width: 992px) {
  .aaf-grid-item-reduced {
    font-size: 12px;
  }
}
.aaf-grid-products .aaf-grid-item {
  border-bottom: 1px solid #e5e1e1;
  height: 100%;
}
.aaf-grid-products .aaf-grid-item a {
  background: #fff;
  display: inline-block;
  width: 100%;
}
.aaf-grid-item a h2 {
  min-height: 78px;
}
.aaf-grid-item figure {
  background: #f9f9f8;
  border: 1px solid #e5e1e1;
  height: 175px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.aaf-grid-item-reduced figure {
  background: #f9f9f8;
  border: 1px solid #e5e1e1;
  height: 175px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.aaf-grid-landing .aaf-grid-item figure {
  background: transparent;
  border: 0;
}
.aaf-grid-products .aaf-grid-item figure {
  border: 0;
  border-bottom: 3px solid #cd1532;
  margin: 20px 0 0 0;
}
.aaf-grid-item figure img {
  bottom: 0;
  height: 100%;
  position: absolute;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  width: auto;
}
.aaf-grid-landing .aaf-grid-item figure img {
  height: auto;
  width: 100%;
}
.aaf-grid-item figure:before {
  border-right: 45px solid transparent;
  /*border-top: 100px solid #e5e1e1;*/
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 0;
}
.aaf-grid-landing .aaf-grid-item figure:before {
  content: none;
}
.aaf-grid-item figure:after {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.aaf-grid-item:hover figure:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.aaf-grid-item:hover figure:after {
  opacity: .65;
}
.aaf-grid-item-info {
  border-bottom: 1px solid #e5e1e1;
  font-size: 16px;
  line-height: 2;
  padding: 10px;
}
.aaf-grid-item-info:last-child {
  border-bottom: 0;
}
.aaf-grid-item-info:nth-child(odd) {
  background: #fff;
}
.product-not-found p {
  font-size: 18px;
  text-align: center;
}
.product-not-found .input-group-search-branded {
  margin-bottom: 60px;
}
.richText {
  color: #4a4848;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.richText table {
  width: 100%;
}
.richText img {
  max-width: 100%;
  height: auto !important;
}
h2 {
  color: #191818;
  font-size: 36px;
  font-weight: 300;
}
h3 {
  color: #434141;
  font-size: 28px;
  font-weight: 300;
}
h4 {
  color: #767575;
  font-size: 18px;
  font-weight: 500;
}
h5 {
  color: #191818;
  font-size: 16px;
  font-weight: 500;
}
h6 {
  color: #191818;
  font-size: 14px;
  font-weight: 500;
}
.callout-box {
  background: #fafafa;
  border: 1px solid #d3d3c6;
  margin: 20px 0;
  padding: 10px 15px;
}
.callout-box .title {
  color: #767575;
  font-size: 18px;
  font-weight: 500;
}
.title-extra-height {
  margin-bottom: 40px;
}
.heading-branded-dark {
  color: #cd1532;
  font-size: 16px;
  font-weight: 500;
}
.bodyContent img,
.image img {
  max-width: 100%;
  height: auto !important;
}
.list-social-links {
  margin: 0;
  float: right;
}
@media (max-width: 768px) {
  .list-social-links {
    float: none;
    text-align: center;
  }
}
.sidebar-social-links {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 20px;
}
.sidebar-social-links > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.sidebar-social-links li img {
  height: auto;
  width: 32px;
}
.aaf-carousel.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.aaf-carousel.carousel-fade .carousel-inner .item,
.aaf-carousel.carousel-fade .carousel-inner .active.left,
.aaf-carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.aaf-carousel.carousel-fade .carousel-inner .active,
.aaf-carousel.carousel-fade .carousel-inner .next.left,
.aaf-carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.aaf-carousel.carousel-fade .carousel-inner .next,
.aaf-carousel.carousel-fade .carousel-inner .prev,
.aaf-carousel.carousel-fade .carousel-inner .active.left,
.aaf-carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.aaf-carousel.carousel-fade .carousel-control {
  z-index: 2;
}
@media (max-width: 480px) {
  .aaf-carousel-feature {
    display: none;
  }
}
.aaf-carousel-feature .carousel-control {
  background: none;
  text-shadow: none;
  color: #969798;
}
.aaf-carousel-feature .item {
  padding: 20px 0;
}
.aaf-carousel-feature .item figure {
  height: 330px;
  overflow: hidden;
}
.aaf-carousel-feature .item figure img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}
.aaf-carousel-feature .item-description {
  background: #fff;
  min-height: 330px;
  padding: 35px;
}
.aaf-carousel-feature .item-description .item-title {
  color: #cd1532;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px 0;
}
.aaf-carousel-feature .item-description .item-content {
  color: #58595b;
  font-size: 18px;
  margin-bottom: 10px;
}
.aaf-carousel-feature .item-description a {
  font-size: 16px;
}
@media (max-width: 992px) {
  .aaf-carousel-feature .item-description .item-title {
    font-size: 18px;
  }
  .aaf-carousel-feature .item-description .item-content {
    font-size: 16px;
  }
}
.aaf-carousel-full .item {
  max-height: 600px;
}
.aaf-carousel-full .item figure {
  max-height: 600px;
  position: relative;
}
.aaf-carousel-full .item figure .banner-content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.aaf-carousel-full .item figure figcaption {
  color: #fff;
  font-weight: 300;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
                top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aaf-carousel-full .item figure figcaption .Black,
.aaf-carousel-full .item figure figcaption .black {
  color: #000;
}
.aaf-carousel-full .item figure figcaption p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.15;
}
.aaf-carousel-full .item figure figcaption p.title {
  font-size: 55px;
  font-weight: 100;
  margin-bottom: 15px;
}
.aaf-carousel-full .item figure figcaption p.sub-title {
  font-size: 36px;
}
.aaf-carousel-full .item figure figcaption .learn-more {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  padding: 12px 15px;
}
.aaf-carousel-full .item figure figcaption .learn-more:hover,
.aaf-carousel-full .item figure figcaption .learn-more:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .aaf-carousel-full .item figure figcaption p.title {
    font-size: 40px;
  }
  .aaf-carousel-full .item figure figcaption p.sub-title {
    font-size: 25px;
  }
  .aaf-carousel-full .item figure figcaption .learn-more {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .aaf-carousel-full .item figure figcaption P {
    font-size: 16px;
  }
  .aaf-carousel-full .item figure figcaption P.title {
    font-size: 35px;
  }
  .aaf-carousel-full .item figure figcaption P.sub-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .aaf-carousel-full .item figure figcaption p {
    font-size: 14px;
  }
  .aaf-carousel-full .item figure figcaption p.title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .aaf-carousel-full .item figure figcaption p.sub-title {
    font-size: 16px;
  }
  .aaf-carousel-full .item figure figcaption p .learn-more {
    margin-top: 15px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .aaf-carousel-full .item figure figcaption p {
    font-size: 12px;
  }
  .aaf-carousel-full .item figure figcaption p.title {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .aaf-carousel-full .item figure figcaption p.sub-title {
    font-size: 14px;
  }
  .aaf-carousel-full .item figure figcaption p .learn-more {
    display: none;
  }
}
.aaf-carousel-full .item img {
  width: 100%;
  height: auto;
}
.aaf-carousel-full .has-link {
  cursor: pointer;
}
.aaf-carousel-full.redesign .item {
  max-height: 500px;
}
.aaf-carousel-full.redesign .item figure {
  max-height: 500px;
}
.aaf-carousel-full.tall .item {
  max-height: 100%;
}
.aaf-carousel-full.tall .item figure {
  max-height: 100%;
}
.aaf-carousel .light-text-bg .banner-text,
.aaf-carousel .dark-text-bg .banner-text {
  padding: 20px;
}
.aaf-carousel .light-text-bg .banner-content {
  background: rgba(255, 255, 255, 0.5);
}
.aaf-carousel .dark-text-bg .banner-content {
  background: rgba(0, 0, 0, 0.5);
}
.home-toolbar {
  background: #cd1532;
  font-size: 0;
  overflow: hidden;
  padding: 20px 0 0;
  text-align: center;
}
.home-toolbar a {
  border-bottom: 5px solid #cd1532;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding-bottom: 8px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  vertical-align: top;
  width: 16.66666667%;
}
.home-toolbar a:hover,
.home-toolbar a:focus {
  border-bottom-color: #991025;
  color: #fff;
  text-decoration: none;
}
.home-toolbar a img {
  display: block;
  height: 35px;
  margin: 0 auto 10px;
  width: auto;
}
.home-toolbar a.inner-title {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  margin-top: 10px;
  padding: 10px 30px;
  width: 30%;
}
.home-toolbar a.inner-title:hover,
.home-toolbar a.inner-title:focus,
.home-toolbar a.inner-title.focus,
.home-toolbar a.inner-title:active,
.home-toolbar a.inner-title.active,
.open > .dropdown-toggle.home-toolbar a.inner-title {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.home-toolbar a.inner-title:active,
.home-toolbar a.inner-title.active,
.open > .dropdown-toggle.home-toolbar a.inner-title {
  background-image: none;
}
.home-toolbar a.inner-title.disabled,
.home-toolbar a.inner-title[disabled],
fieldset[disabled] .home-toolbar a.inner-title,
.home-toolbar a.inner-title.disabled:hover,
.home-toolbar a.inner-title[disabled]:hover,
fieldset[disabled] .home-toolbar a.inner-title:hover,
.home-toolbar a.inner-title.disabled:focus,
.home-toolbar a.inner-title[disabled]:focus,
fieldset[disabled] .home-toolbar a.inner-title:focus,
.home-toolbar a.inner-title.disabled.focus,
.home-toolbar a.inner-title[disabled].focus,
fieldset[disabled] .home-toolbar a.inner-title.focus,
.home-toolbar a.inner-title.disabled:active,
.home-toolbar a.inner-title[disabled]:active,
fieldset[disabled] .home-toolbar a.inner-title:active,
.home-toolbar a.inner-title.disabled.active,
.home-toolbar a.inner-title[disabled].active,
fieldset[disabled] .home-toolbar a.inner-title.active {
  background-color: transparent;
  border-color: #fff;
}
.home-toolbar a.inner-title .badge {
  color: transparent;
  background-color: #fff;
}
.home-toolbar a.inner-title[href]:hover {
  color: #cd1532;
  background-color: #fff;
  border-color: #fff;
}
.home-toolbar a.inner-title[href]:hover:hover,
.home-toolbar a.inner-title[href]:hover:focus,
.home-toolbar a.inner-title[href]:hover.focus,
.home-toolbar a.inner-title[href]:hover:active,
.home-toolbar a.inner-title[href]:hover.active,
.open > .dropdown-toggle.home-toolbar a.inner-title[href]:hover {
  color: #cd1532;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.home-toolbar a.inner-title[href]:hover:active,
.home-toolbar a.inner-title[href]:hover.active,
.open > .dropdown-toggle.home-toolbar a.inner-title[href]:hover {
  background-image: none;
}
.home-toolbar a.inner-title[href]:hover.disabled,
.home-toolbar a.inner-title[href]:hover[disabled],
fieldset[disabled] .home-toolbar a.inner-title[href]:hover,
.home-toolbar a.inner-title[href]:hover.disabled:hover,
.home-toolbar a.inner-title[href]:hover[disabled]:hover,
fieldset[disabled] .home-toolbar a.inner-title[href]:hover:hover,
.home-toolbar a.inner-title[href]:hover.disabled:focus,
.home-toolbar a.inner-title[href]:hover[disabled]:focus,
fieldset[disabled] .home-toolbar a.inner-title[href]:hover:focus,
.home-toolbar a.inner-title[href]:hover.disabled.focus,
.home-toolbar a.inner-title[href]:hover[disabled].focus,
fieldset[disabled] .home-toolbar a.inner-title[href]:hover.focus,
.home-toolbar a.inner-title[href]:hover.disabled:active,
.home-toolbar a.inner-title[href]:hover[disabled]:active,
fieldset[disabled] .home-toolbar a.inner-title[href]:hover:active,
.home-toolbar a.inner-title[href]:hover.disabled.active,
.home-toolbar a.inner-title[href]:hover[disabled].active,
fieldset[disabled] .home-toolbar a.inner-title[href]:hover.active {
  background-color: #fff;
  border-color: #fff;
}
.home-toolbar a.inner-title[href]:hover .badge {
  color: #fff;
  background-color: #cd1532;
}
.home-toolbar a.left-title {
  border: 0;
  font-size: 16px;
  margin: -10px 5% 5px 0;
  padding: 30px 30px;
  width: 20%;
}
.home-toolbar-with-title a {
  padding: 0 20px 44px;
  width: 20%;
}
.home-toolbar-with-title a img {
  height: auto;
  max-width: 150px;
  width: 100%;
}
.home-toolbar-with-title h2 {
  color: #fff;
  margin: 40px 0 50px;
}
.home-toolbar.gray {
  background-color: #f1f1f1;
}
.home-toolbar.gray h2 {
  color: #cd1532;
}
.home-toolbar.gray a {
  border-bottom-color: transparent;
  color: #474747;
  font-size: 18px;
}
.home-toolbar.gray a:hover,
.home-toolbar.gray a:focus {
  color: #cd1532;
}
.home-toolbar.gray a.inner-title {
  color: #333;
  background-color: transparent;
  border-color: #333;
}
.home-toolbar.gray a.inner-title:hover,
.home-toolbar.gray a.inner-title:focus,
.home-toolbar.gray a.inner-title.focus,
.home-toolbar.gray a.inner-title:active,
.home-toolbar.gray a.inner-title.active,
.open > .dropdown-toggle.home-toolbar.gray a.inner-title {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  border-color: #141414;
}
.home-toolbar.gray a.inner-title:active,
.home-toolbar.gray a.inner-title.active,
.open > .dropdown-toggle.home-toolbar.gray a.inner-title {
  background-image: none;
}
.home-toolbar.gray a.inner-title.disabled,
.home-toolbar.gray a.inner-title[disabled],
fieldset[disabled] .home-toolbar.gray a.inner-title,
.home-toolbar.gray a.inner-title.disabled:hover,
.home-toolbar.gray a.inner-title[disabled]:hover,
fieldset[disabled] .home-toolbar.gray a.inner-title:hover,
.home-toolbar.gray a.inner-title.disabled:focus,
.home-toolbar.gray a.inner-title[disabled]:focus,
fieldset[disabled] .home-toolbar.gray a.inner-title:focus,
.home-toolbar.gray a.inner-title.disabled.focus,
.home-toolbar.gray a.inner-title[disabled].focus,
fieldset[disabled] .home-toolbar.gray a.inner-title.focus,
.home-toolbar.gray a.inner-title.disabled:active,
.home-toolbar.gray a.inner-title[disabled]:active,
fieldset[disabled] .home-toolbar.gray a.inner-title:active,
.home-toolbar.gray a.inner-title.disabled.active,
.home-toolbar.gray a.inner-title[disabled].active,
fieldset[disabled] .home-toolbar.gray a.inner-title.active {
  background-color: transparent;
  border-color: #333;
}
.home-toolbar.gray a.inner-title .badge {
  color: transparent;
  background-color: #333;
}
.home-toolbar.gray a.inner-title[href]:hover {
  color: #f1f1f1;
  background-color: #333;
  border-color: #333;
}
.home-toolbar.gray a.inner-title[href]:hover:hover,
.home-toolbar.gray a.inner-title[href]:hover:focus,
.home-toolbar.gray a.inner-title[href]:hover.focus,
.home-toolbar.gray a.inner-title[href]:hover:active,
.home-toolbar.gray a.inner-title[href]:hover.active,
.open > .dropdown-toggle.home-toolbar.gray a.inner-title[href]:hover {
  color: #f1f1f1;
  background-color: #1a1a1a;
  border-color: #141414;
}
.home-toolbar.gray a.inner-title[href]:hover:active,
.home-toolbar.gray a.inner-title[href]:hover.active,
.open > .dropdown-toggle.home-toolbar.gray a.inner-title[href]:hover {
  background-image: none;
}
.home-toolbar.gray a.inner-title[href]:hover.disabled,
.home-toolbar.gray a.inner-title[href]:hover[disabled],
fieldset[disabled] .home-toolbar.gray a.inner-title[href]:hover,
.home-toolbar.gray a.inner-title[href]:hover.disabled:hover,
.home-toolbar.gray a.inner-title[href]:hover[disabled]:hover,
fieldset[disabled] .home-toolbar.gray a.inner-title[href]:hover:hover,
.home-toolbar.gray a.inner-title[href]:hover.disabled:focus,
.home-toolbar.gray a.inner-title[href]:hover[disabled]:focus,
fieldset[disabled] .home-toolbar.gray a.inner-title[href]:hover:focus,
.home-toolbar.gray a.inner-title[href]:hover.disabled.focus,
.home-toolbar.gray a.inner-title[href]:hover[disabled].focus,
fieldset[disabled] .home-toolbar.gray a.inner-title[href]:hover.focus,
.home-toolbar.gray a.inner-title[href]:hover.disabled:active,
.home-toolbar.gray a.inner-title[href]:hover[disabled]:active,
fieldset[disabled] .home-toolbar.gray a.inner-title[href]:hover:active,
.home-toolbar.gray a.inner-title[href]:hover.disabled.active,
.home-toolbar.gray a.inner-title[href]:hover[disabled].active,
fieldset[disabled] .home-toolbar.gray a.inner-title[href]:hover.active {
  background-color: #333;
  border-color: #333;
}
.home-toolbar.gray a.inner-title[href]:hover .badge {
  color: #333;
  background-color: #f1f1f1;
}
.home-toolbar.gray a img {
  height: 80px;
  margin-bottom: 20px;
  width: auto;
}
@media (max-width: 767px) {
  .home-toolbar {
    padding: 10px 0;
    text-align: left;
  }
  .home-toolbar a {
    border-bottom: 1px solid #991025;
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
  }
  .home-toolbar a img {
    display: none;
  }
  .home-toolbar a.inner-title,
  .home-toolbar a.left-title {
    display: none;
  }
  .home-toolbar a:last-child {
    border-bottom: 0;
  }
  .home-toolbar .btn {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-width: 1px;
    font-size: 16px;
    margin: 10px auto;
    width: 270px;
  }
  .home-toolbar .btn:hover,
  .home-toolbar .btn:focus,
  .home-toolbar .btn.focus,
  .home-toolbar .btn:active,
  .home-toolbar .btn.active,
  .open > .dropdown-toggle.home-toolbar .btn {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
  }
  .home-toolbar .btn:active,
  .home-toolbar .btn.active,
  .open > .dropdown-toggle.home-toolbar .btn {
    background-image: none;
  }
  .home-toolbar .btn.disabled,
  .home-toolbar .btn[disabled],
  fieldset[disabled] .home-toolbar .btn,
  .home-toolbar .btn.disabled:hover,
  .home-toolbar .btn[disabled]:hover,
  fieldset[disabled] .home-toolbar .btn:hover,
  .home-toolbar .btn.disabled:focus,
  .home-toolbar .btn[disabled]:focus,
  fieldset[disabled] .home-toolbar .btn:focus,
  .home-toolbar .btn.disabled.focus,
  .home-toolbar .btn[disabled].focus,
  fieldset[disabled] .home-toolbar .btn.focus,
  .home-toolbar .btn.disabled:active,
  .home-toolbar .btn[disabled]:active,
  fieldset[disabled] .home-toolbar .btn:active,
  .home-toolbar .btn.disabled.active,
  .home-toolbar .btn[disabled].active,
  fieldset[disabled] .home-toolbar .btn.active {
    background-color: transparent;
    border-color: #fff;
  }
  .home-toolbar .btn .badge {
    color: transparent;
    background-color: #fff;
  }
  .home-toolbar .btn:hover {
    color: #cd1532;
    background-color: #fff;
    border-color: #fff;
  }
  .home-toolbar .btn:hover:hover,
  .home-toolbar .btn:hover:focus,
  .home-toolbar .btn:hover.focus,
  .home-toolbar .btn:hover:active,
  .home-toolbar .btn:hover.active,
  .open > .dropdown-toggle.home-toolbar .btn:hover {
    color: #cd1532;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
  }
  .home-toolbar .btn:hover:active,
  .home-toolbar .btn:hover.active,
  .open > .dropdown-toggle.home-toolbar .btn:hover {
    background-image: none;
  }
  .home-toolbar .btn:hover.disabled,
  .home-toolbar .btn:hover[disabled],
  fieldset[disabled] .home-toolbar .btn:hover,
  .home-toolbar .btn:hover.disabled:hover,
  .home-toolbar .btn:hover[disabled]:hover,
  fieldset[disabled] .home-toolbar .btn:hover:hover,
  .home-toolbar .btn:hover.disabled:focus,
  .home-toolbar .btn:hover[disabled]:focus,
  fieldset[disabled] .home-toolbar .btn:hover:focus,
  .home-toolbar .btn:hover.disabled.focus,
  .home-toolbar .btn:hover[disabled].focus,
  fieldset[disabled] .home-toolbar .btn:hover.focus,
  .home-toolbar .btn:hover.disabled:active,
  .home-toolbar .btn:hover[disabled]:active,
  fieldset[disabled] .home-toolbar .btn:hover:active,
  .home-toolbar .btn:hover.disabled.active,
  .home-toolbar .btn:hover[disabled].active,
  fieldset[disabled] .home-toolbar .btn:hover.active {
    background-color: #fff;
    border-color: #fff;
  }
  .home-toolbar .btn:hover .badge {
    color: #fff;
    background-color: #cd1532;
  }
  .home-toolbar.gray .btn {
    color: #333;
    background-color: transparent;
    border-color: #333;
  }
  .home-toolbar.gray .btn:hover,
  .home-toolbar.gray .btn:focus,
  .home-toolbar.gray .btn.focus,
  .home-toolbar.gray .btn:active,
  .home-toolbar.gray .btn.active,
  .open > .dropdown-toggle.home-toolbar.gray .btn {
    color: #333;
    background-color: rgba(0, 0, 0, 0);
    border-color: #141414;
  }
  .home-toolbar.gray .btn:active,
  .home-toolbar.gray .btn.active,
  .open > .dropdown-toggle.home-toolbar.gray .btn {
    background-image: none;
  }
  .home-toolbar.gray .btn.disabled,
  .home-toolbar.gray .btn[disabled],
  fieldset[disabled] .home-toolbar.gray .btn,
  .home-toolbar.gray .btn.disabled:hover,
  .home-toolbar.gray .btn[disabled]:hover,
  fieldset[disabled] .home-toolbar.gray .btn:hover,
  .home-toolbar.gray .btn.disabled:focus,
  .home-toolbar.gray .btn[disabled]:focus,
  fieldset[disabled] .home-toolbar.gray .btn:focus,
  .home-toolbar.gray .btn.disabled.focus,
  .home-toolbar.gray .btn[disabled].focus,
  fieldset[disabled] .home-toolbar.gray .btn.focus,
  .home-toolbar.gray .btn.disabled:active,
  .home-toolbar.gray .btn[disabled]:active,
  fieldset[disabled] .home-toolbar.gray .btn:active,
  .home-toolbar.gray .btn.disabled.active,
  .home-toolbar.gray .btn[disabled].active,
  fieldset[disabled] .home-toolbar.gray .btn.active {
    background-color: transparent;
    border-color: #333;
  }
  .home-toolbar.gray .btn .badge {
    color: transparent;
    background-color: #333;
  }
  .home-toolbar.gray .btn:hover {
    color: #f1f1f1;
    background-color: #333;
    border-color: #333;
  }
  .home-toolbar.gray .btn:hover:hover,
  .home-toolbar.gray .btn:hover:focus,
  .home-toolbar.gray .btn:hover.focus,
  .home-toolbar.gray .btn:hover:active,
  .home-toolbar.gray .btn:hover.active,
  .open > .dropdown-toggle.home-toolbar.gray .btn:hover {
    color: #f1f1f1;
    background-color: #1a1a1a;
    border-color: #141414;
  }
  .home-toolbar.gray .btn:hover:active,
  .home-toolbar.gray .btn:hover.active,
  .open > .dropdown-toggle.home-toolbar.gray .btn:hover {
    background-image: none;
  }
  .home-toolbar.gray .btn:hover.disabled,
  .home-toolbar.gray .btn:hover[disabled],
  fieldset[disabled] .home-toolbar.gray .btn:hover,
  .home-toolbar.gray .btn:hover.disabled:hover,
  .home-toolbar.gray .btn:hover[disabled]:hover,
  fieldset[disabled] .home-toolbar.gray .btn:hover:hover,
  .home-toolbar.gray .btn:hover.disabled:focus,
  .home-toolbar.gray .btn:hover[disabled]:focus,
  fieldset[disabled] .home-toolbar.gray .btn:hover:focus,
  .home-toolbar.gray .btn:hover.disabled.focus,
  .home-toolbar.gray .btn:hover[disabled].focus,
  fieldset[disabled] .home-toolbar.gray .btn:hover.focus,
  .home-toolbar.gray .btn:hover.disabled:active,
  .home-toolbar.gray .btn:hover[disabled]:active,
  fieldset[disabled] .home-toolbar.gray .btn:hover:active,
  .home-toolbar.gray .btn:hover.disabled.active,
  .home-toolbar.gray .btn:hover[disabled].active,
  fieldset[disabled] .home-toolbar.gray .btn:hover.active {
    background-color: #333;
    border-color: #333;
  }
  .home-toolbar.gray .btn:hover .badge {
    color: #333;
    background-color: #f1f1f1;
  }
  .home-toolbar .links-wrapper {
    margin: 0 auto;
    width: 270px;
  }
}
.home-news {
  padding: 0 0 20px;
}
.home-news h3 {
  border-bottom: 1px solid #ccc;
  color: #ed1b38;
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}
.home-news.gray {
  background: #ececec;
}
.home-news.black {
  background: #000;
}
.home-news.black h3 {
  color: #fff;
}
.home-news-item {
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 300;
  margin: 15px auto 0;
  max-width: 380px;
}
@media (max-width: 768px) {
  .home-news-item {
    padding: 20px 0;
  }
}
.home-news-item:hover,
.home-news-item:focus {
  color: #fff;
}
.home-news-item figure {
  height: 320px;
  overflow: hidden;
  position: relative;
}
.home-news-item figure img {
  width: 100%;
  height: auto;
}
.home-news-item figcaption {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  vertical-align: bottom;
}
.home-news-item figcaption .text-center {
  margin-top: 10px;
}
.home-news-item:hover figcaption {
  top: 0;
}
.home-news-item:hover figcaption .home-news-item-description {
  background: transparent;
}
.home-news-item:hover figcaption .home-news-item-learn-more {
  opacity: 1;
}
.home-news-item .home-news-item-description {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 25px 25px 0 25px;
  position: absolute;
  right: 0;
}
.home-news-item-learn-more {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  opacity: 0;
  left: 0;
  padding: 25px 25px 0 25px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.home-news-item-learn-more .btn-default {
  color: #ed1b38;
  margin-top: 120px;
}
.home-news .home-event-item figure {
  position: relative;
}
.home-news .home-event-item figure img {
  height: 50%;
  position: absolute;
}
@media (max-width: 992px) {
  .home-news .home-event-item figure img {
    left: 0;
  }
}
.home-news-item-featured {
  background: #605f60;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 0;
}
.home-news-item-featured figure {
  height: 290px;
}
.home-news-item-featured-description {
  font-size: 16px;
  font-weight: 400;
}
.home-news-item-featured-description h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  margin: 30px 0 20px;
}
.home-news-more a {
  float: right;
  padding: 20px 0 10px;
  font-size: 18px;
}
.home-news.redesign h2 {
  margin-bottom: 35px;
  margin-top: 50px;
  text-align: center;
}
.home-news.redesign .home-event-item {
  background-color: #f7f7f7;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 170px;
  color: #474747;
  padding: 180px 0 56px;
  position: relative;
}
.home-news.redesign .home-event-item:hover {
  outline: solid 2px #ed1b38;
  text-decoration: none;
}
.home-news.redesign .home-event-item .home-news-item-description,
.home-news.redesign .home-event-item .home-news-item-learn-more {
  background: none;
  padding: 10px 32px;
  position: static;
}
.home-news.redesign .home-event-item .home-news-item-description .text-center {
  display: none;
}
.home-news.redesign .home-event-item .home-news-item-learn-more {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 8px;
  left: auto;
  opacity: 1;
  text-align: right;
}
.home-news.redesign .home-event-item .home-news-item-learn-more .btn-default {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.home-news.redesign .home-event-item .home-news-item-learn-more .glyphicon {
  border: solid 1px;
  border-radius: 50%;
  display: inline-block;
  margin-left: .4em;
  padding: 10px;
}
.home-news.redesign .home-event-item .home-event-item-date {
  color: #ed1b38;
  font-weight: bold;
}
.home-news.redesign .home-news-more {
  display: none;
}
.home-news .home-news-redesign-item {
  background-color: #f7f7f7;
  display: block;
  margin: 15px 0;
  overflow: hidden;
}
.home-news .home-news-redesign-item:hover,
.home-news .home-news-redesign-item:focus {
  outline: solid 2px #ed1b38;
  text-decoration: none;
}
.home-news .home-news-redesign-item span {
  color: #cd1532;
}
.home-news .home-news-redesign-item-image {
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  height: 260px;
  width: 45%;
  float: left;
}
@media (max-width: 450px) {
  .home-news .home-news-redesign-item-image {
    display: none;
  }
}
.home-news .home-news-redesign-item-content {
  background-color: #f7f7f7;
  color: #474747;
  float: left;
  font-size: 14px;
  line-height: 20px;
  min-height: 260px;
  padding: 50px 40px 20px 40px;
  width: 55%;
}
.home-news .home-news-redesign-item-content .title {
  color: #cd1532;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (max-width: 450px) {
  .home-news .home-news-redesign-item-content {
    width: 100%;
  }
}
.news-rollup h2,
.event-rollup h2 {
  font-size: 28px;
  margin: 0 0 20px 0;
}
.news-rollup li,
.event-rollup li {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.news-rollup li:first-child,
.event-rollup li:first-child {
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}
.news-rollup-title,
.event-rollup-title {
  color: #4a4848;
  font-size: 18px;
  font-weight: 500;
}
.news-rollup-title:hover,
.event-rollup-title:hover {
  color: #302f2f;
}
.news-rollup-date,
.event-rollup-date,
.news-rollup-author,
.event-rollup-author,
.news-rollup-location,
.event-rollup-location {
  color: #4a4848;
  font-weight: 400;
}
.news-rollup-readmore,
.event-rollup-readmore {
  font-size: 18px;
  font-weight: 300;
}
.content-cell {
  border-top: 3px solid #ed1b38;
}
.content-cell h3 {
  color: #cd1532;
}
.spotlights {
  margin: 40px 0;
}
.spotlights img {
  height: auto;
  max-width: 100%;
}
.spotlights .spotlight {
  margin: 20px auto 0;
  max-width: 400px;
}
.spotlights .spotlight-logo {
  margin-bottom: 20px;
}
.spotlights .spotlight-logo img {
  height: 55px;
  width: auto;
}
@media (min-width: 768px) {
  .spotlights .spotlight-logo .nologo-spacer {
    height: 55px;
  }
  .spotlights .spotlight-logo img + .nologo-spacer {
    height: 0;
  }
}
.spotlights .spotlight-inner {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.spotlights .spotlight-inner-content {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #fff;
  left: 0;
  min-height: 50%;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}
.spotlights .spotlight-inner-content h2 {
  color: inherit;
  font-size: 30px;
}
.spotlights .spotlight-inner-content-hover {
  display: none;
}
.spotlights .spotlight-inner-button {
  bottom: 20px;
  left: 20px;
  margin: 0 auto;
  position: absolute;
  right: 20px;
  text-align: right;
}
.spotlights .spotlight-inner-button .button {
  color: #fff;
  font-size: 16px;
}
.spotlights .spotlight-inner:hover .spotlight-inner-content {
  background-color: rgba(0, 0, 0, 0.65);
  min-height: 100%;
}
.spotlights .spotlight-inner:hover .spotlight-inner-content-hover {
  display: block;
}
.spotlights .spotlight-inner:hover .spotlight-inner-button {
  margin-top: 40px;
  position: static;
  text-align: center;
}
.spotlights .spotlight-inner:hover .spotlight-inner-button .button {
  background-color: #fff;
  color: #ed1b38;
  display: block;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.spotlights .spotlight-inner:hover .spotlight-inner-button .button:hover {
  background-color: #d9d9d9;
  text-decoration: none;
}
.spotlights .col-sm-6 .spotlight-logo:after,
.spotlights .col-sm-12 .spotlight-logo:after {
  content: '';
  height: 1px;
  background: #ed1b38;
  display: block;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .spotlights .col-sm-6 .spotlight-logo:after {
    margin: 20px 0 0 -15px;
  }
  .spotlights .col-sm-6:first-child .spotlight-logo:after {
    margin: 20px -15px 0 0;
  }
}
.feature-messaging-band {
  background: #f1f1f1;
  padding: 20px 0;
}
.feature-messaging-band img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .feature-messaging-band h2 {
    margin-top: 0;
  }
}
.feature-messaging-band .deets {
  font-size: 18px;
  margin-top: 1em;
}
.feature-messaging-band .linkMore {
  margin-top: 1.5em;
}
.feature-messaging-band .linkMore a {
  background: #cd1532;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 14px 25px 11px;
  position: relative;
}
.feature-messaging-band .linkMore a:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 46px solid #cd1532;
  border-right: 15px solid transparent;
}
.feature-messaging-band .linkMore a:hover {
  background: #991025;
  text-decoration: none;
}
.feature-messaging-band .linkMore a:hover:after {
  border-top-color: #991025;
}
.download-brochure {
  background-color: #cd1532;
  display: inline-block;
  line-height: 1;
  margin: 20px 0;
  max-width: 350px;
  padding: 25px;
  vertical-align: top;
  width: 100%;
}
.download-brochure p,
.download-brochure a {
  color: #fff;
}
.download-brochure-title {
  border-bottom: 1px solid #fff;
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.download-brochure-description {
  margin-bottom: 30px;
}
.download-brochure-files {
  font-size: 0;
  margin: 0 -5px;
  padding: 0;
}
.download-brochure-files a {
  display: block;
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.download-brochure-files li {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  width: 33.3333333333%;
}
.download-brochure-files img {
  display: block;
  height: auto;
  margin: 0 auto 5px;
  max-width: 100%;
  width: 32px;
}
@media print {
  .download-brochure {
    display: none;
  }
}
.playbook-lessons {
  margin-top: 20px;
}
.playbook-lessons h2 {
  background-color: #cd1532;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.playbook-lessons-grid {
  font-size: 0;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  text-align: center;
}
.playbook-lessons-grid > li {
  background: #fff;
  display: inline-block;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.playbook-lessons-grid > li > a {
  border-top: 2px solid #cd1532;
  display: block;
  padding: 10px 0;
}
.playbook-lessons-grid > li h3 {
  color: #cd1532;
  font-size: 18px;
  margin-top: 0;
}
.playbook-lessons-grid > li p {
  color: #333333;
  font-size: 14px;
}
.playbook-lessons-grid-image,
.playbook-lessons-grid-content {
  display: inline-block;
  vertical-align: top;
}
.playbook-lessons-grid-image {
  padding-right: 10px;
  width: 20%;
}
.playbook-lessons-grid-image img {
  max-width: 100%;
  height: auto;
}
.playbook-lessons-grid-content {
  width: 80%;
}
@media (min-width: 768px) {
  .playbook-lessons-grid {
    text-align: left;
  }
  .playbook-lessons-grid > li {
    width: 50%;
  }
}
.aafrepportal-lessons {
  margin-top: 20px;
}
.aafrepportal-lessons h2 {
  background-color: #cd1532;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.aafrepportal-lessons-grid {
  font-size: 0;
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  text-align: center;
}
.aafrepportal-lessons-grid > li {
  background: #fff;
  display: inline-block;
  padding: 0px;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
.aafrepportal-lessons-grid > li > a {
  border-top: 2px solid #cd1532;
  display: block;
  padding: 10px 0;
}
.aafrepportal-lessons-grid > li h3 {
  color: #cd1532;
  font-size: 18px;
  margin-top: 0;
}
.aafrepportal-lessons-grid > li p {
  color: #333333;
  font-size: 14px;
}
.aafrepportal-lessons-grid-image,
.aafrepportal-lessons-grid-content {
  display: inline-block;
  vertical-align: top;
}
.aafrepportal-lessons-grid-image {
  padding-right: 10px;
  width: 20%;
}
.aafrepportal-lessons-grid-image img {
  max-width: 100%;
  height: auto;
}
.aafrepportal-lessons-grid-content {
  width: 80%;
}
@media (min-width: 768px) {
  .aafrepportal-lessons-grid {
    text-align: left;
  }
  .aafrepportal-lessons-grid > li {
    width: 50%;
  }
}
.playbook-search-box {
  margin-bottom: 20px;
}
.locator-map {
  position: relative;
  margin-bottom: 30px;
}
.locator-map-panel {
  background: #fff;
  border: 1px solid #333;
  margin-top: 10px;
  padding: 10px;
}
@media (min-width: 768px) {
  .locator-map-panel {
    bottom: 140px;
    position: absolute;
    right: 10px;
  }
}
.locator-map-panel ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.locator-map-panel ul li:not(:last-child) {
  margin-bottom: 5px;
}
.locator-map h3 {
  margin-top: 0;
  font-size: 18px;
}
.locator-map p {
  margin-bottom: 2px;
}
.contactus-office {
  background: #D8062B;
  margin-bottom: 20px;
  padding: 30px;
}
.contactus-office h2,
.contactus-office h3,
.contactus-office p {
  color: #fff;
}
.contactus-office h2 {
  margin: 0 0 15px 0;
}
.contactus-office h3,
.contactus-office p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}
.contactus-form {
  margin-top: 40px;
}
.contactus-form h2 {
  color: #404040;
  font-size: 27px;
}
input.fix-submit {
  display: none;
}
ul.errorreport {
  list-style-type: none;
  padding-left: 0;
}
ul.errorreport li.errors {
  color: darkred;
  font-size: smaller;
}
ul.errorreport li.warnings {
  color: goldenrod;
  font-size: smaller;
}
li.errors > span,
li.warnings > span {
  font-weight: bold;
}
.CoveoPager ul li > a {
  line-height: 15px;
}
.coveo-page-editor-editing .CoveoFacet.coveo-empty,
.coveo-page-editor-editing .CoveoFacetRange.coveo-empty,
.coveo-page-editor-editing .CoveoFacetRange.coveo-disabled-empty {
  display: block;
}
.coveo-page-editor-editing .result-template {
  /* Upon moving the search component multiple times in the page editor, Sitecore moves 
        the result template script outside the search component and sets its display style 
        to block. The following fixes this issue in the page editor. */
  display: none !important;
}
.coveo-page-editor-editing .coveo-sort-section {
  height: 15px;
}
.coveo-page-editor-editing .coveo-sort-section .scEmptyPlaceholder {
  height: inherit;
}
/* Fixes for the Infinite scroll behaviour */
html,
body {
  padding: 0;
}
#coveo-center-column {
  text-align: left;
  margin: auto;
}
.CoveoSearchInterface .coveo-main-section .coveo-results-column {
  padding-right: 15px;
}
.CoveoSearchInterface .coveo-main-section .coveo-results-column.float-right {
  float: right;
}
.CoveoSearchInterface .coveo-main-section .coveo-results-column.coveo-searchBox-column {
  padding-top: 2px;
  padding-bottom: 13px;
}
.CoveoBreadcrumb .coveo-clear-all {
  margin-top: -8px;
}
.coveo-logo-column {
  padding-top: 1px;
  padding-bottom: 18px;
  height: 63px;
}
.coveo-logo {
  margin: 8px 20px 13px 0;
}
/* Hide the result list header when nothing to display and not editing the page. */
.CoveoSearchInterface:not(.coveo-page-editor-editing) .coveo-results-section .coveo-results-column .coveo-results-header.coveo-empty {
  display: none;
}
/* Apply the same style from the js ui for custom facets */
.CustomFacet {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.CustomFacet .coveo-header {
  padding: 5px 0;
}
.CustomFacet .coveo-header .coveo-title {
  font-size: 15px;
  font-weight: bold;
  color: #39465d;
  padding-top: 2px;
}
.CustomFacet .coveo-header > .coveo-icon {
  float: left;
  margin: 2px 5px 0 3px;
  width: 16px;
}
.coveo-sort-section > div {
  display: inline-block;
  height: 35px;
}
/* Fix default display for IE9/8 */
.CoveoResult table.CoveoFieldTable th {
  width: 100px;
}
#coveoWebCrawlerFieldName {
  font-weight: bold;
}
.coveo-sprites-coveo-logo,
.coveo-logo,
.coveo-sprites-salesforce-standard-announcement,
.coveo-sprites-line,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox > span,
.coveo-sprites-salesforce-standard-work-order-item,
.coveo-sprites-salesforce-standard-user,
.coveo-sprites-salesforce-standard-unmatched,
.coveo-sprites-salesforce-standard-topic,
.coveo-sprites-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment,
.coveo-sprites-salesforce-standard-today,
.coveo-sprites-salesforce-standard-thanks,
.coveo-sprites-calendar,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-icon.filetype.exchangeappointment,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.filetype.spevent,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.filetype.speventlist,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.filetype.sptask,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.filetype.sptasklist,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.filetype.spagenda,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.filetype.spagendalist,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-icon.sysfiletype.spworkflowhistorylist,
.coveo-sprites-salesforce-standard-thanks-loading,
.coveo-sprites-salesforce-standard-team-member,
.coveo-sprites-case,
.coveo-icon.filetype.exchangetask,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.filetype.spprojecttasklist,
.coveo-icon.sysfiletype.spprojecttasklist,
.coveo-sprites-salesforce-standard-task2,
.coveo-sprites-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-sprites-salesforce-standard-sossession,
.coveo-sprites-salesforce-standard-solution,
.coveo-sprites-salesforce-standard-social,
.coveo-sprites-salesforce-standard-skill-entity,
.coveo-sprites-salesforce-standard-scan-card,
.coveo-sprites-salesforce-standard-reward,
.coveo-sprites-salesforce-standard-report,
.coveo-sprites-salesforce-standard-work-order,
.coveo-sprites-salesforce-standard-related-list,
.coveo-sprites-salesforce-standard-record,
.coveo-sprites-custom,
.coveo-icon.objecttype,
.coveo-icon.filetype,
.coveo-icon.sysfiletype,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiumcommunity,
.coveo-icon.filetype.sparea,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.filetype.spsurvey,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.filetype.spdecision,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.filetype.spobjective,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.filetype.sparealisting,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.sptab,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.filetype.sptablist,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-icon.filetype.spcirculation,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-icon.sysfiletype.spwhereaboutlist,
.coveo-sprites-salesforce-standard-recent,
.coveo-sprites-database,
.coveo-sprites-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-sprites-salesforce-standard-question-feed,
.coveo-sprites-salesforce-standard-question-best,
.coveo-sprites-salesforce-standard-product,
.coveo-sprites-salesforce-standard-process,
.coveo-sprites-salesforce-standard-pricebook,
.coveo-sprites-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-sprites-salesforce-standard-portal,
.coveo-sprites-salesforce-standard-poll,
.coveo-sprites-salesforce-standard-photo,
.coveo-sprites-salesforce-standard-person-account,
.coveo-sprites-salesforce-standard-performance,
.coveo-sprites-salesforce-standard-people,
.coveo-sprites-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-sprites-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-sprites-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-sprites-salesforce-standard-news,
.coveo-sprites-salesforce-standard-metrics,
.coveo-sprites-salesforce-standard-marketing-actions,
.coveo-sprites-salesforce-standard-log-a-call,
.coveo-sprites-salesforce-standard-link,
.coveo-sprites-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-sprites-salesforce-standard-investment-account,
.coveo-sprites-salesforce-standard-insights,
.coveo-sprites-salesforce-standard-household,
.coveo-sprites-salesforce-standard-home,
.coveo-sprites-salesforce-standard-hierarchy,
.coveo-sprites-salesforce-standard-groups,
.coveo-sprites-salesforce-standard-group-loading,
.coveo-sprites-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-sprites-salesforce-standard-generic-loading,
.coveo-sprites-salesforce-standard-folder,
.coveo-sprites-salesforce-standard-flow,
.coveo-sprites-salesforce-standard-file,
.coveo-sprites-salesforce-standard-feedback,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-sprites-salesforce-standard-feed,
.coveo-sprites-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-sprites-salesforce-standard-environment-hub,
.coveo-sprites-salesforce-standard-endorsement,
.coveo-sprites-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-icon.filetype.txt,
.coveo-icon.sysfiletype.txt,
.coveo-icon.filetype.zip,
.coveo-icon.sysfiletype.zip,
.coveo-icon.filetype.pdf,
.coveo-icon.sysfiletype.pdf,
.coveo-icon.filetype.xml,
.coveo-icon.sysfiletype.xml,
.coveo-icon.filetype.doc,
.coveo-icon.sysfiletype.doc,
.coveo-icon.filetype.xls,
.coveo-icon.sysfiletype.xls,
.coveo-icon.filetype.ppt,
.coveo-icon.sysfiletype.ppt,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.filetype.spresource,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.filetype.spresourcelist,
.coveo-icon.sysfiletype.spresourcelist,
.coveo-sprites-salesforce-standard-empty,
.coveo-sprites-folder,
.coveo-icon.filetype.folder,
.coveo-icon.sysfiletype.folder,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.filetype.splistfolder,
.coveo-icon.sysfiletype.splistfolder,
.coveo-sprites-salesforce-standard-email,
.coveo-sprites-salesforce-standard-email-iq,
.coveo-sprites-salesforce-standard-email-chatter,
.coveo-sprites-images,
.coveo-icon.filetype.image,
.coveo-icon.sysfiletype.image,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-icon.sysfiletype.sppicturelibrarylist,
.coveo-sprites-salesforce-standard-drafts,
.coveo-sprites-salesforce-standard-document,
.coveo-sprites-kb,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.filetype.spdatasource,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.filetype.spipfslist,
.coveo-icon.sysfiletype.spipfslist,
.coveo-sprites-salesforce-standard-default,
.coveo-sprites-salesforce-standard-dashboard,
.coveo-sprites-link,
.coveo-icon.filetype.spissue,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.filetype.spissuelist,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.filetype.splink,
.coveo-icon.sysfiletype.splink,
.coveo-icon.filetype.splinklist,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.filetype.spdocumentlink,
.coveo-icon.sysfiletype.spdocumentlink,
.coveo-sprites-salesforce-standard-custom,
.coveo-sprites-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-sprites-list,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.Invoice,
.coveo-icon.objecttype.invoice,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.objecttype.Queueitem,
.coveo-icon.objecttype.queueitem,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.sysfiletype.dynamicscrmitem,
.coveo-icon.filetype.exchangenote,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.filetype.exchangeactivity,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.filetype.exchangerssfeed,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.filetype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.sysfiletype.lithiumthread,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.sysfiletype.lithiumboard,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.filetype.spannouncement,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.filetype.spannouncementlist,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.filetype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.filetype.spdiscussionboardlist,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.filetype.sptextbox,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.filetype.sptextboxlist,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-icon.filetype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.filetype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.filetype.spblogcomment,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.filetype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.filetype.spblogpost,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.filetype.spblogpostlist,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.filetype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.filetype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.filetype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.filetype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.filetype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.filetype.sphealthrulelist,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.filetype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.filetype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.filetype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.filetype.spphonecallmemolist,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.filetype.spmicrofeedpost,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.filetype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedlist,
.coveo-sprites-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-sprites-mail,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.email,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.filetype.exchangedsn,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.sysfiletype.lithiummessage,
.coveo-sprites-salesforce-standard-connected-apps,
.coveo-sprites-salesforce-standard-coaching,
.coveo-sprites-salesforce-standard-client,
.coveo-sprites-salesforce-standard-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-sprites-salesforce-standard-case-transcript,
.coveo-sprites-salesforce-standard-case-log-a-call,
.coveo-sprites-salesforce-standard-case-email,
.coveo-sprites-salesforce-standard-case-comment,
.coveo-sprites-salesforce-standard-case-change-status,
.coveo-sprites-salesforce-standard-canvas,
.coveo-sprites-salesforce-standard-campaign,
.coveo-sprites-salesforce-standard-campaign-members,
.coveo-sprites-salesforce-standard-call,
.coveo-sprites-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-sprites-salesforce-standard-call-history,
.coveo-sprites-salesforce-standard-calibration,
.coveo-sprites-salesforce-standard-avatar,
.coveo-sprites-salesforce-standard-avatar-loading,
.coveo-sprites-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-sprites-salesforce-standard-apps,
.coveo-sprites-salesforce-standard-apps-admin,
.coveo-sprites-salesforce-standard-approval,
.coveo-sprites-salesforce-standard-answer-public,
.coveo-sprites-salesforce-standard-answer-private,
.coveo-sprites-salesforce-standard-answer-best,
.coveo-sprites-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-sprites-salesforce-doctype-zip,
.coveo-sprites-salesforce-doctype-xml,
.coveo-sprites-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.filetype.activedirperson,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.filetype.spcontact,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.filetype.spattendee,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.filetype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserinformationlist,
.CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail,
.coveo-sprites-salesforce-doctype-word,
.coveo-sprites-video,
.coveo-icon.filetype.video,
.coveo-icon.sysfiletype.video,
.coveo-icon.filetype.youtube,
.coveo-icon.sysfiletype.youtube,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.sysfiletype.youtubevideo,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.sysfiletype.youtubeplaylistitem,
.coveo-sprites-salesforce-doctype-webex,
.coveo-sprites-webpage,
.coveo-icon.filetype.html,
.coveo-icon.sysfiletype.html,
.coveo-icon.filetype.wiki,
.coveo-icon.sysfiletype.wiki,
.coveo-icon.filetype.webscraperwebpage,
.coveo-icon.sysfiletype.webscraperwebpage,
.coveo-icon.filetype.spportal,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.filetype.spsite,
.coveo-icon.sysfiletype.spsite,
.coveo-sprites-salesforce-doctype-visio,
.coveo-sprites-salesforce-doctype-ai,
.coveo-sprites-salesforce-doctype-video,
.coveo-sprites-salesforce-doctype-attachment,
.coveo-sprites-salesforce-doctype-unknown,
.coveo-sprites-salesforce-doctype-audio,
.coveo-sprites-salesforce-doctype-txt,
.coveo-sprites-salesforce-doctype-box-notes,
.coveo-sprites-salesforce-doctype-stypi,
.coveo-sprites-salesforce-doctype-csv,
.coveo-sprites-salesforce-doctype-slide,
.coveo-sprites-salesforce-doctype-eps,
.coveo-sprites-salesforce-doctype-rtf,
.coveo-sprites-salesforce-doctype-excel,
.coveo-sprites-salesforce-doctype-psd,
.coveo-sprites-salesforce-doctype-exe,
.coveo-sprites-salesforce-doctype-ppt,
.coveo-sprites-salesforce-doctype-flash,
.coveo-sprites-salesforce-doctype-pdf,
.coveo-sprites-salesforce-doctype-gdoc,
.coveo-sprites-salesforce-doctype-pages,
.coveo-sprites-salesforce-doctype-gdocs,
.coveo-sprites-salesforce-doctype-pack,
.coveo-sprites-salesforce-doctype-gpres,
.coveo-sprites-salesforce-doctype-overlay,
.coveo-sprites-salesforce-doctype-gsheet,
.coveo-sprites-salesforce-doctype-mp4,
.coveo-sprites-salesforce-doctype-html,
.coveo-sprites-salesforce-doctype-link,
.coveo-sprites-salesforce-doctype-image,
.coveo-sprites-salesforce-doctype-keynote,
.coveo-sprites-search-options-inactive,
.coveo-sprites-quickview,
.CoveoQuickview .coveo-icon-for-quickview,
.CoveoResultAttachments .coveo-thumbnail-icon,
.coveo-feedItem-result .coveo-thumbnail-icon,
.coveo-feedComment-result .coveo-thumbnail-icon,
.coveo-sprites-dropdown-collapse-active,
.coveo-facet-settings-section-hide:hover .coveo-icon,
.coveo-sprites-more-tabs,
.coveo-sprites-folder-small,
.coveo-icon.filetype.coveo-small.folder,
.coveo-icon.sysfiletype.coveo-small.folder,
.coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spformlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
.coveo-icon.filetype.coveo-small.spsitedirectory,
.coveo-icon.sysfiletype.coveo-small.spsitedirectory,
.coveo-icon.filetype.coveo-small.spsitedirectorylist,
.coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
.coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
.coveo-icon.filetype.coveo-small.spwebpartcataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
.coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.filetype.coveo-small.spworkspacepagelist,
.coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
.coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
.coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
.coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spreportlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
.coveo-icon.filetype.coveo-small.spslidelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
.coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.coveo-small.spimedictionary,
.coveo-icon.sysfiletype.coveo-small.spimedictionary,
.coveo-icon.filetype.coveo-small.spimedictionarylist,
.coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
.coveo-icon.filetype.coveo-small.sprecordlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
.coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
.coveo-icon.filetype.coveo-small.spwfpublibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentset,
.coveo-icon.sysfiletype.coveo-small.spdocumentset,
.coveo-icon.filetype.coveo-small.splistfolder,
.coveo-icon.sysfiletype.coveo-small.splistfolder,
.coveo-sprites-salesforce-standard-client-small,
.coveo-sprites-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation,
.coveo-icon.filetype.coveo-small.txt,
.coveo-icon.sysfiletype.coveo-small.txt,
.coveo-icon.filetype.coveo-small.zip,
.coveo-icon.sysfiletype.coveo-small.zip,
.coveo-icon.filetype.coveo-small.pdf,
.coveo-icon.sysfiletype.coveo-small.pdf,
.coveo-icon.filetype.coveo-small.xml,
.coveo-icon.sysfiletype.coveo-small.xml,
.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.sysfiletype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.xls,
.coveo-icon.sysfiletype.coveo-small.xls,
.coveo-icon.filetype.coveo-small.ppt,
.coveo-icon.sysfiletype.coveo-small.ppt,
.coveo-icon.filetype.coveo-small.exchangedocument,
.coveo-icon.sysfiletype.coveo-small.exchangedocument,
.coveo-icon.filetype.coveo-small.spresource,
.coveo-icon.sysfiletype.coveo-small.spresource,
.coveo-icon.filetype.coveo-small.spresourcelist,
.coveo-icon.sysfiletype.coveo-small.spresourcelist,
.coveo-sprites-salesforce-doctype-slide-small,
.coveo-sprites-mail-small,
.coveo-icon.objecttype.coveo-small.Message,
.coveo-icon.objecttype.coveo-small.message,
.coveo-icon.objecttype.coveo-small.Email,
.coveo-icon.objecttype.coveo-small.email,
.coveo-icon.filetype.coveo-small.exchangemessage,
.coveo-icon.sysfiletype.coveo-small.exchangemessage,
.coveo-icon.filetype.coveo-small.exchangedsn,
.coveo-icon.sysfiletype.coveo-small.exchangedsn,
.coveo-icon.filetype.coveo-small.exchangerecallmessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
.coveo-icon.filetype.coveo-small.exchangerecallreport,
.coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
.coveo-icon.filetype.coveo-small.exchangejunkmessage,
.coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage,
.coveo-sprites-attachment-small,
.coveo-icon.objecttype.coveo-small.Attachment,
.coveo-icon.objecttype.coveo-small.attachment,
.coveo-sprites-database-small,
.coveo-sprites-calendar-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign,
.coveo-icon.filetype.coveo-small.exchangeappointment,
.coveo-icon.sysfiletype.coveo-small.exchangeappointment,
.coveo-icon.filetype.coveo-small.exchangecalendarmessage,
.coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
.coveo-icon.filetype.coveo-small.spevent,
.coveo-icon.sysfiletype.coveo-small.spevent,
.coveo-icon.filetype.coveo-small.speventlist,
.coveo-icon.sysfiletype.coveo-small.speventlist,
.coveo-icon.filetype.coveo-small.sptask,
.coveo-icon.sysfiletype.coveo-small.sptask,
.coveo-icon.filetype.coveo-small.sptasklist,
.coveo-icon.sysfiletype.coveo-small.sptasklist,
.coveo-icon.filetype.coveo-small.spagenda,
.coveo-icon.sysfiletype.coveo-small.spagenda,
.coveo-icon.filetype.coveo-small.spagendalist,
.coveo-icon.sysfiletype.coveo-small.spagendalist,
.coveo-icon.filetype.coveo-small.spmeetingserie,
.coveo-icon.sysfiletype.coveo-small.spmeetingserie,
.coveo-icon.filetype.coveo-small.spmeetingserielist,
.coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
.coveo-icon.filetype.coveo-small.spadministratortask,
.coveo-icon.sysfiletype.coveo-small.spadministratortask,
.coveo-icon.filetype.coveo-small.spadministratortasklist,
.coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
.coveo-icon.filetype.coveo-small.spworkflowhistory,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
.coveo-icon.filetype.coveo-small.spworkflowhistorylist,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist,
.coveo-sprites-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product,
.coveo-sprites-case-small,
.coveo-icon.filetype.coveo-small.exchangetask,
.coveo-icon.sysfiletype.coveo-small.exchangetask,
.coveo-icon.filetype.coveo-small.spprojecttask,
.coveo-icon.sysfiletype.coveo-small.spprojecttask,
.coveo-icon.filetype.coveo-small.spprojecttasklist,
.coveo-icon.sysfiletype.coveo-small.spprojecttasklist,
.coveo-sprites-webpage-small,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.sysfiletype.coveo-small.html,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.sysfiletype.coveo-small.wiki,
.coveo-icon.filetype.coveo-small.webscraperwebpage,
.coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
.coveo-icon.filetype.coveo-small.spportal,
.coveo-icon.sysfiletype.coveo-small.spportal,
.coveo-icon.filetype.coveo-small.spsite,
.coveo-icon.sysfiletype.coveo-small.spsite,
.coveo-sprites-list-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Board,
.coveo-icon.objecttype.coveo-small.board,
.coveo-icon.objecttype.coveo-small.Category,
.coveo-icon.objecttype.coveo-small.category,
.coveo-icon.objecttype.coveo-small.Invoice,
.coveo-icon.objecttype.coveo-small.invoice,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.objecttype.coveo-small.Queueitem,
.coveo-icon.objecttype.coveo-small.queueitem,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.dynamicscrmitem,
.coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
.coveo-icon.filetype.coveo-small.exchangenote,
.coveo-icon.sysfiletype.coveo-small.exchangenote,
.coveo-icon.filetype.coveo-small.exchangeactivity,
.coveo-icon.sysfiletype.coveo-small.exchangeactivity,
.coveo-icon.filetype.coveo-small.exchangerssfeed,
.coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
.coveo-icon.filetype.coveo-small.exchangeofficecom,
.coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.lithiumthread,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumboard,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.spannouncement,
.coveo-icon.sysfiletype.coveo-small.spannouncement,
.coveo-icon.filetype.coveo-small.spannouncementlist,
.coveo-icon.sysfiletype.coveo-small.spannouncementlist,
.coveo-icon.filetype.coveo-small.spdiscussionboard,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
.coveo-icon.filetype.coveo-small.spdiscussionboardlist,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
.coveo-icon.filetype.coveo-small.sptextbox,
.coveo-icon.sysfiletype.coveo-small.sptextbox,
.coveo-icon.filetype.coveo-small.sptextboxlist,
.coveo-icon.sysfiletype.coveo-small.sptextboxlist,
.coveo-icon.filetype.coveo-small.spblogcategory,
.coveo-icon.sysfiletype.coveo-small.spblogcategory,
.coveo-icon.filetype.coveo-small.spblogcategorylist,
.coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
.coveo-icon.filetype.coveo-small.spblogcomment,
.coveo-icon.sysfiletype.coveo-small.spblogcomment,
.coveo-icon.filetype.coveo-small.spblogcommentlist,
.coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
.coveo-icon.filetype.coveo-small.spblogpost,
.coveo-icon.sysfiletype.coveo-small.spblogpost,
.coveo-icon.filetype.coveo-small.spblogpostlist,
.coveo-icon.sysfiletype.coveo-small.spblogpostlist,
.coveo-icon.filetype.coveo-small.splanguagesandtranslator,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
.coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.filetype.coveo-small.sphealthreport,
.coveo-icon.sysfiletype.coveo-small.sphealthreport,
.coveo-icon.filetype.coveo-small.sphealthreportlist,
.coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
.coveo-icon.filetype.coveo-small.sphealthrule,
.coveo-icon.sysfiletype.coveo-small.sphealthrule,
.coveo-icon.filetype.coveo-small.sphealthrulelist,
.coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
.coveo-icon.filetype.coveo-small.spperformancepointcontent,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
.coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
.coveo-icon.filetype.coveo-small.spphonecallmemo,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
.coveo-icon.filetype.coveo-small.spphonecallmemolist,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
.coveo-icon.filetype.coveo-small.spmicrofeedpost,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
.coveo-icon.filetype.coveo-small.spmicrofeedlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedlist,
.coveo-sprites-link-small,
.coveo-icon.filetype.coveo-small.spissue,
.coveo-icon.sysfiletype.coveo-small.spissue,
.coveo-icon.filetype.coveo-small.spissuelist,
.coveo-icon.sysfiletype.coveo-small.spissuelist,
.coveo-icon.filetype.coveo-small.splink,
.coveo-icon.sysfiletype.coveo-small.splink,
.coveo-icon.filetype.coveo-small.splinklist,
.coveo-icon.sysfiletype.coveo-small.splinklist,
.coveo-icon.filetype.coveo-small.spdocumentlink,
.coveo-icon.sysfiletype.coveo-small.spdocumentlink,
.coveo-sprites-kb-small,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.filetype.coveo-small.spdatasource,
.coveo-icon.sysfiletype.coveo-small.spdatasource,
.coveo-icon.filetype.coveo-small.spdatasourcelist,
.coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
.coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.filetype.coveo-small.spipfslist,
.coveo-icon.sysfiletype.coveo-small.spipfslist,
.coveo-sprites-images-small,
.coveo-icon.filetype.coveo-small.image,
.coveo-icon.sysfiletype.coveo-small.image,
.coveo-icon.filetype.coveo-small.sppicturelibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist,
.coveo-sprites-video-small,
.coveo-icon.filetype.coveo-small.video,
.coveo-icon.sysfiletype.coveo-small.video,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.sysfiletype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.sysfiletype.coveo-small.youtubevideo,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
.coveo-sprites-user-small,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.sysfiletype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.sysfiletype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.sysfiletype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.sysfiletype.coveo-small.spuserprofile,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.sysfiletype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.sysfiletype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.sysfiletype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.sysfiletype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.sysfiletype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformationlist,
.coveo-icon.sysfiletype.coveo-small.spuserinformationlist,
.coveo-sprites-custom-small,
.coveo-icon.objecttype.coveo-small,
.coveo-icon.filetype.coveo-small,
.coveo-icon.sysfiletype.coveo-small,
.coveo-icon.filetype.coveo-small.exchangefreebusy,
.coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
.coveo-icon.filetype.coveo-small.exchangemdn,
.coveo-icon.sysfiletype.coveo-small.exchangemdn,
.coveo-icon.filetype.coveo-small.exchangeobject,
.coveo-icon.sysfiletype.coveo-small.exchangeobject,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
.coveo-icon.filetype.coveo-small.sparea,
.coveo-icon.sysfiletype.coveo-small.sparea,
.coveo-icon.filetype.coveo-small.spcustomlist,
.coveo-icon.sysfiletype.coveo-small.spcustomlist,
.coveo-icon.filetype.coveo-small.spsurvey,
.coveo-icon.sysfiletype.coveo-small.spsurvey,
.coveo-icon.filetype.coveo-small.spsurveylist,
.coveo-icon.sysfiletype.coveo-small.spsurveylist,
.coveo-icon.filetype.coveo-small.spcustomgridlist,
.coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
.coveo-icon.filetype.coveo-small.spdecision,
.coveo-icon.sysfiletype.coveo-small.spdecision,
.coveo-icon.filetype.coveo-small.spdecisionlist,
.coveo-icon.sysfiletype.coveo-small.spdecisionlist,
.coveo-icon.filetype.coveo-small.spobjective,
.coveo-icon.sysfiletype.coveo-small.spobjective,
.coveo-icon.filetype.coveo-small.spobjectivelist,
.coveo-icon.sysfiletype.coveo-small.spobjectivelist,
.coveo-icon.filetype.coveo-small.spthingstobring,
.coveo-icon.sysfiletype.coveo-small.spthingstobring,
.coveo-icon.filetype.coveo-small.spthingstobringlist,
.coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
.coveo-icon.filetype.coveo-small.sparealisting,
.coveo-icon.sysfiletype.coveo-small.sparealisting,
.coveo-icon.filetype.coveo-small.spunknownlist,
.coveo-icon.sysfiletype.coveo-small.spunknownlist,
.coveo-icon.filetype.coveo-small.spdistributiongroup,
.coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
.coveo-icon.filetype.coveo-small.spdistributiongrouplist,
.coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.filetype.coveo-small.sptab,
.coveo-icon.sysfiletype.coveo-small.sptab,
.coveo-icon.filetype.coveo-small.sptablist,
.coveo-icon.sysfiletype.coveo-small.sptablist,
.coveo-icon.filetype.coveo-small.spworkflowprocess,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
.coveo-icon.filetype.coveo-small.spworkflowprocesslist,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
.coveo-icon.filetype.coveo-small.spcirculation,
.coveo-icon.sysfiletype.coveo-small.spcirculation,
.coveo-icon.filetype.coveo-small.spcirculationlist,
.coveo-icon.sysfiletype.coveo-small.spcirculationlist,
.coveo-icon.filetype.coveo-small.spwhereabout,
.coveo-icon.sysfiletype.coveo-small.spwhereabout,
.coveo-icon.filetype.coveo-small.spwhereaboutlist,
.coveo-icon.sysfiletype.coveo-small.spwhereaboutlist,
.coveo-sprites-salesforce-doctype-eps-small,
.coveo-sprites-salesforce-doctype-stypi-small,
.coveo-sprites-salesforce-doctype-csv-small,
.coveo-sprites-salesforce-doctype-txt-small,
.coveo-sprites-salesforce-doctype-box-notes-small,
.coveo-sprites-salesforce-doctype-unknown-small,
.coveo-sprites-salesforce-doctype-audio-small,
.coveo-sprites-salesforce-doctype-video-small,
.coveo-sprites-salesforce-doctype-attachment-small,
.coveo-sprites-salesforce-doctype-visio-small,
.coveo-sprites-salesforce-doctype-ai-small,
.coveo-sprites-salesforce-doctype-webex-small,
.coveo-sprites-salesforce-doctype-keynote-small,
.coveo-sprites-salesforce-doctype-word-small,
.coveo-sprites-salesforce-doctype-mp4-small,
.coveo-sprites-salesforce-doctype-xml-small,
.coveo-sprites-salesforce-doctype-html-small,
.coveo-sprites-salesforce-doctype-zip-small,
.coveo-sprites-salesforce-standard-work-order-small,
.coveo-sprites-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account,
.coveo-sprites-salesforce-standard-work-order-item-small,
.coveo-sprites-salesforce-standard-announcement-small,
.coveo-sprites-salesforce-standard-user-small,
.coveo-sprites-salesforce-standard-answer-best-small,
.coveo-sprites-salesforce-standard-process-small,
.coveo-sprites-salesforce-standard-answer-private-small,
.coveo-sprites-salesforce-standard-answer-public-small,
.coveo-sprites-salesforce-standard-approval-small,
.coveo-sprites-salesforce-standard-unmatched-small,
.coveo-sprites-salesforce-standard-apps-admin-small,
.coveo-sprites-salesforce-doctype-overlay-small,
.coveo-sprites-salesforce-doctype-gsheet-small,
.coveo-sprites-salesforce-standard-apps-small,
.coveo-sprites-salesforce-standard-topic-small,
.coveo-sprites-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle,
.coveo-sprites-salesforce-standard-avatar-loading-small,
.coveo-sprites-salesforce-standard-today-small,
.coveo-sprites-salesforce-standard-avatar-small,
.coveo-sprites-salesforce-doctype-pack-small,
.coveo-sprites-salesforce-doctype-gpres-small,
.coveo-sprites-salesforce-standard-calibration-small,
.coveo-sprites-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment,
.coveo-sprites-salesforce-standard-call-history-small,
.coveo-sprites-salesforce-standard-product-small,
.coveo-sprites-salesforce-standard-call-small,
.coveo-sprites-salesforce-standard-campaign-members-small,
.coveo-sprites-salesforce-standard-thanks-small,
.coveo-sprites-salesforce-standard-campaign-small,
.coveo-sprites-salesforce-standard-portal-small,
.coveo-sprites-salesforce-standard-canvas-small,
.coveo-sprites-salesforce-standard-question-best-small,
.coveo-sprites-salesforce-standard-case-change-status-small,
.coveo-sprites-salesforce-standard-case-comment-small,
.coveo-sprites-salesforce-standard-poll-small,
.coveo-sprites-salesforce-standard-case-email-small,
.coveo-sprites-salesforce-standard-thanks-loading-small,
.coveo-sprites-salesforce-standard-case-log-a-call-small,
.coveo-sprites-salesforce-doctype-pages-small,
.coveo-sprites-salesforce-standard-case-small,
.coveo-icon.objecttype.coveo-small.Case,
.coveo-icon.objecttype.coveo-small.case,
.coveo-icon.objecttype.coveo-small.Incident,
.coveo-icon.objecttype.coveo-small.incident,
.coveo-sprites-salesforce-standard-case-transcript-small,
.coveo-sprites-salesforce-doctype-image-small,
.coveo-sprites-salesforce-doctype-gdocs-small,
.coveo-sprites-salesforce-standard-coaching-small,
.coveo-sprites-salesforce-standard-question-feed-small,
.coveo-sprites-salesforce-standard-connected-apps-small,
.coveo-sprites-salesforce-standard-photo-small,
.coveo-sprites-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact,
.coveo-sprites-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract,
.coveo-sprites-salesforce-doctype-pdf-small,
.coveo-sprites-salesforce-doctype-gdoc-small,
.coveo-sprites-salesforce-standard-custom-small,
.coveo-sprites-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote,
.coveo-sprites-salesforce-standard-dashboard-small,
.coveo-sprites-salesforce-standard-default-small,
.coveo-sprites-salesforce-standard-team-member-small,
.coveo-sprites-salesforce-standard-document-small,
.coveo-sprites-salesforce-doctype-ppt-small,
.coveo-sprites-salesforce-doctype-flash-small,
.coveo-sprites-salesforce-standard-drafts-small,
.coveo-sprites-salesforce-standard-email-chatter-small,
.coveo-sprites-salesforce-standard-email-iq-small,
.coveo-sprites-salesforce-standard-task2-small,
.coveo-sprites-salesforce-standard-email-small,
.coveo-sprites-salesforce-standard-empty-small,
.coveo-sprites-salesforce-doctype-psd-small,
.coveo-sprites-salesforce-doctype-exe-small,
.coveo-sprites-salesforce-standard-endorsement-small,
.coveo-sprites-salesforce-standard-environment-hub-small,
.coveo-sprites-salesforce-doctype-link-small,
.coveo-sprites-salesforce-doctype-rtf-small,
.coveo-sprites-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event,
.coveo-sprites-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task,
.coveo-sprites-salesforce-standard-feed-small,
.coveo-sprites-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment,
.coveo-sprites-salesforce-standard-sossession-small,
.coveo-sprites-salesforce-standard-file-small,
.coveo-sprites-salesforce-standard-solution-small,
.coveo-sprites-salesforce-standard-flow-small,
.coveo-sprites-salesforce-standard-folder-small,
.coveo-sprites-salesforce-standard-social-small,
.coveo-sprites-salesforce-standard-generic-loading-small,
.coveo-sprites-salesforce-standard-skill-entity-small,
.coveo-sprites-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal,
.coveo-sprites-salesforce-standard-scan-card-small,
.coveo-sprites-salesforce-standard-group-loading-small,
.coveo-sprites-salesforce-standard-reward-small,
.coveo-sprites-salesforce-standard-groups-small,
.coveo-sprites-salesforce-standard-report-small,
.coveo-sprites-salesforce-standard-hierarchy-small,
.coveo-sprites-salesforce-standard-person-account-small,
.coveo-sprites-salesforce-standard-home-small,
.coveo-sprites-salesforce-standard-household-small,
.coveo-sprites-salesforce-standard-insights-small,
.coveo-sprites-salesforce-standard-investment-account-small,
.coveo-sprites-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead,
.coveo-sprites-salesforce-standard-related-list-small,
.coveo-sprites-salesforce-standard-link-small,
.coveo-sprites-salesforce-standard-log-a-call-small,
.coveo-sprites-salesforce-standard-marketing-actions-small,
.coveo-sprites-salesforce-standard-metrics-small,
.coveo-sprites-salesforce-standard-record-small,
.coveo-sprites-salesforce-standard-news-small,
.coveo-sprites-salesforce-doctype-excel-small,
.coveo-sprites-pager-right-arrow,
.coveo-pager-next > a > span,
.coveo-sprites-followed,
.coveo-sprites-clear-active-filters,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button:hover .coveo-icon,
.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-share-query-summary-info-close:hover,
.coveo-preferences-panel-close:hover,
.CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
.coveo-hidden-query-breadcrumb-clear:hover,
.coveo-advanced-search-panel-close:hover,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon,
.coveo-sprites-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note,
.coveo-sprites-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct,
.coveo-sprites-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder,
.coveo-sprites-salesforce-standard-people-small,
.coveo-sprites-salesforce-standard-performance-small,
.coveo-sprites-salesforce-standard-recent-small,
.coveo-sprites-salesforce-standard-pricebook-small,
.coveo-sprites-pager-left-arrow,
.coveo-pager-previous > a > span,
.coveo-sprites-follow,
.coveo-sprites-edit,
.coveo-sprites-coveo-powered-by-logo,
.coveo-powered-by,
.coveo-sprites-card-layout,
.coveo-sprites-expand,
.coveo-sprites-list-layout,
.coveo-sprites-facet-search-checkbox-hook-active,
.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span,
.coveo-sprites-replies,
.coveo-sprites-facet-search-loading,
.coveo-facet-search-wait-animation,
.coveo-sprites-table-layout,
.coveo-sprites-collapse,
.coveo-sprites-main-clear-hover,
.coveo-facet-header-eraser:hover,
.coveo-sprites-sort-active,
.coveo-facet-settings-section-sort:hover .coveo-icon,
.coveo-sprites-main-clear,
.coveo-facet-header-eraser,
.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before,
.coveo-sprites-dropdown-share-query-active,
.coveo-settings-item.coveo-share-query:hover .coveo-icon,
.coveo-sprites-dropdown-follow-query,
.coveo-settings-item.coveo-follow-query .coveo-icon,
.coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon,
.coveo-sprites-checkbox-hook-white,
.CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before,
.coveo-sprites-checkbox-hook-active,
.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
.coveo-facet-value:hover .coveo-facet-value-checkbox > span,
.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span,
.coveo-facet-breadcrumb-multi-icon.coveo-selected,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox > span,
.coveo-sprites-dropdown-follow-query-active,
.coveo-settings-item.coveo-follow-query:hover .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon,
.coveo-sprites-dropdown-preferences,
.coveo-settings-item.coveo-preferences-panel .coveo-icon,
.coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-advanced-search .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon,
.coveo-sprites-tagging-clear,
.coveo-result-tagging-clear-icon span,
.coveo-result-tagging-delete-icon,
.coveo-sprites-dropdown-export-to-excel,
.coveo-settings-item.coveo-export-to-excel .coveo-icon,
.coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon,
.coveo-sprites-checkbox-hook-inactive,
.coveo-sprites-dropdown-export-to-excel-active,
.coveo-settings-item.coveo-export-to-excel:hover .coveo-icon,
.coveo-sprites-clear-inactive-filters,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button .coveo-icon,
.coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-share-query-summary-info-close,
.coveo-preferences-panel-close,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close,
.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
.coveo-hidden-query-breadcrumb-clear,
.coveo-advanced-search-panel-close,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon,
.coveo-sprites-dropdown-preferences-active,
.coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover .coveo-icon,
.coveo-sprites-star_placeholder,
.coveo-sprites-or,
.coveo-facet-header-operator .coveo-icon.coveo-or,
.coveo-sprites-tagging-ok,
.coveo-result-tagging-add-tag-tick-icon span,
.coveo-sprites-checkbox-exclusion,
.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox > span,
.coveo-sprites-manage,
.coveo-sprites-main-search,
.CoveoSearchButton > .coveo-icon,
.ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-sprites-facet-search,
.coveo-facet-search-magnifier,
.coveo-sprites-dropdown-manage-alerts,
.coveo-sprites-checkbox-more-values,
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > span,
.coveo-sprites-dropdown-manage-alerts-active,
.coveo-sprites-and,
.coveo-facet-header-operator .coveo-icon.coveo-and,
.coveo-sprites-main-search-active,
.CoveoSearchButton:hover > .coveo-icon,
.coveo-sprites-dropdown-share-query,
.coveo-settings-item.coveo-share-query .coveo-icon,
.coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon,
.coveo-sprites-star_active,
.coveo-sprites-dropdown-density-checked,
.coveo-sprites-dropdown-authenticate-active,
.coveo-settings-item.coveo-authentication-provider:hover .coveo-icon,
.coveo-sprites-exclusion-hover,
.coveo-facet-value-exclude .coveo-icon,
.coveo-sprites-dropdown-descending-active,
.coveo-facet-settings-section-direction-descending:hover .coveo-icon,
.coveo-sprites-dropdown-ascending,
.coveo-facet-settings-section-direction-ascending .coveo-icon,
.coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-descending,
.coveo-facet-settings-section-direction-descending .coveo-icon,
.coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-ascending-active,
.coveo-facet-settings-section-direction-ascending:hover .coveo-icon,
.coveo-sprites-dropdown-expand-active,
.coveo-facet-settings-section-show:hover .coveo-icon,
.coveo-sprites-authenticate,
.coveo-sprites-dropdown-expand,
.coveo-facet-settings-section-show .coveo-icon,
.coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
.coveo-sprites-dropdown-less-active,
.coveo-facet-settings-section-clear-state:hover .coveo-icon,
.coveo-sprites-dropdown-less,
.coveo-facet-settings-section-clear-state .coveo-icon,
.coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-dropdown-more-active,
.coveo-facet-settings-section-save-state:hover .coveo-icon,
.coveo-sprites-dropdown-more,
.coveo-facet-settings-section-save-state .coveo-icon,
.coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon,
.coveo-sprites-result-follow,
.CoveoFollowItem:before,
.coveo-sprites-result-follow-active,
.CoveoFollowItem.coveo-follow-item-followed:before,
.coveo-sprites-preferences,
.coveo-sprites-sort,
.coveo-facet-settings-section-sort .coveo-icon,
.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon,
.coveo-sprites-more-menu,
.coveo-facet-header-settings .coveo-icon,
.coveo-sprites-more-menu-active,
.coveo-facet-header-settings:hover .coveo-icon,
.coveo-facet-header-settings:focus .coveo-icon,
.coveo-sprites-dropdown-authenticate,
.coveo-settings-item.coveo-authentication-provider .coveo-icon,
.coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon,
.coveo-sprites-attach,
.CoveoAttachToCase span.coveo-attach-to-case-attach:before,
.coveo-sprites-attached,
.CoveoAttachToCase span.coveo-attach-to-case-attached:before,
.coveo-sprites-dropdown-collapse,
.coveo-facet-settings-section-hide .coveo-icon,
.coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
.coveo-sprites-facet-loading,
.coveo-facet-header-wait-animation,
.coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-executing-query .CoveoSearchButton:hover > .coveo-icon,
.CoveoFollowItem.coveo-follow-item-loading:before,
.coveo-sprites-info,
.coveo-sprites-arrow-down,
.coveo-facet-more .coveo-icon,
.coveo-more .coveo-folding-footer-icon,
.CoveoSort .coveo-icon,
.CoveoSort.coveo-descending .coveo-icon,
.coveo-field-table-toggle-icon,
.coveo-sprites-facet-checkbox-exclusion,
.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
.coveo-facet-search-clear .coveo-icon:hover,
.coveo-facet-breadcrumb-multi-icon.coveo-excluded,
.coveo-sprites-arrow-up,
.coveo-facet-less .coveo-icon,
.coveo-less .coveo-folding-footer-icon,
.CoveoSort.coveo-ascending .coveo-icon,
.coveo-field-table-toggle-icon-up,
.coveo-sprites-facet-search-checkbox-hook-inactive,
.coveo-sprites-edit-picklist,
.coveo-sprites-download,
.coveo-sprites-settings,
.CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
.coveo-sprites-facet-exclusion-hover,
.coveo-facet-search-clear .coveo-icon,
.coveo-sprites-close,
.coveo-sprites-external {
  background-image: url("../img/spritesNew.png");
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 11436px 64px;
}
.coveo-sprites-coveo-logo,
.coveo-logo {
  background-position: 0px 0px;
  width: 178px;
  height: 64px;
  text-indent: 178px;
}
.coveo-sprites-salesforce-standard-announcement {
  background-position: -178px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-line,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox > span {
  background-position: -178px -60px;
  width: 12px;
  height: 2px;
  text-indent: 12px;
}
.coveo-sprites-salesforce-standard-work-order-item {
  background-position: -238px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-user {
  background-position: -298px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-unmatched {
  background-position: -358px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-topic {
  background-position: -418px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment {
  background-position: -478px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-today {
  background-position: -538px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-thanks {
  background-position: -598px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-calendar,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-icon.filetype.exchangeappointment,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.filetype.exchangecalendarmessage,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.filetype.spevent,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.filetype.speventlist,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.filetype.sptask,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.filetype.sptasklist,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.filetype.spagenda,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.filetype.spagendalist,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.filetype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.filetype.spmeetingserielist,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.filetype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.filetype.spadministratortasklist,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.filetype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.filetype.spworkflowhistorylist,
.coveo-icon.sysfiletype.spworkflowhistorylist {
  background-position: -658px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-thanks-loading {
  background-position: -718px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-team-member {
  background-position: -778px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-case,
.coveo-icon.filetype.exchangetask,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.filetype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.filetype.spprojecttasklist,
.coveo-icon.sysfiletype.spprojecttasklist {
  background-position: -838px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-task2 {
  background-position: -898px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task {
  background-position: -958px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-sossession {
  background-position: -1018px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-solution {
  background-position: -1078px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-social {
  background-position: -1138px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-skill-entity {
  background-position: -1198px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-scan-card {
  background-position: -1258px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-reward {
  background-position: -1318px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-report {
  background-position: -1378px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-work-order {
  background-position: -1438px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-related-list {
  background-position: -1498px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-record {
  background-position: -1558px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-custom,
.coveo-icon.objecttype,
.coveo-icon.filetype,
.coveo-icon.sysfiletype,
.coveo-icon.filetype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.filetype.exchangemdn,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.filetype.exchangeobject,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.filetype.lithiumcommunity,
.coveo-icon.sysfiletype.lithiumcommunity,
.coveo-icon.filetype.sparea,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.filetype.spcustomlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.filetype.spsurvey,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.filetype.spsurveylist,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.filetype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.filetype.spdecision,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.filetype.spdecisionlist,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.filetype.spobjective,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.filetype.spobjectivelist,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.filetype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.filetype.spthingstobringlist,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.filetype.sparealisting,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.filetype.spunknownlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.filetype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.filetype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.filetype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.filetype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.filetype.sptab,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.filetype.sptablist,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.filetype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.filetype.spworkflowprocesslist,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-icon.filetype.spcirculation,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.filetype.spcirculationlist,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.filetype.spwhereabout,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.filetype.spwhereaboutlist,
.coveo-icon.sysfiletype.spwhereaboutlist {
  background-position: -1618px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-recent {
  background-position: -1678px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-database {
  background-position: -1738px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote {
  background-position: -1798px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-question-feed {
  background-position: -1858px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-question-best {
  background-position: -1918px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-product {
  background-position: -1978px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-process {
  background-position: -2038px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-pricebook {
  background-position: -2098px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment {
  background-position: -2158px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-portal {
  background-position: -2218px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-poll {
  background-position: -2278px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-photo {
  background-position: -2338px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-person-account {
  background-position: -2398px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-performance {
  background-position: -2458px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-people {
  background-position: -2518px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder {
  background-position: -2578px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct {
  background-position: -2638px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note {
  background-position: -2698px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-news {
  background-position: -2758px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-metrics {
  background-position: -2818px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-marketing-actions {
  background-position: -2878px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-log-a-call {
  background-position: -2938px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-link {
  background-position: -2998px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead {
  background-position: -3058px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-investment-account {
  background-position: -3118px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-insights {
  background-position: -3178px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-household {
  background-position: -3238px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-home {
  background-position: -3298px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-hierarchy {
  background-position: -3358px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-groups {
  background-position: -3418px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-group-loading {
  background-position: -3478px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal {
  background-position: -3538px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-generic-loading {
  background-position: -3598px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-folder {
  background-position: -3658px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-flow {
  background-position: -3718px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-file {
  background-position: -3778px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-feedback,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment {
  background-position: -3838px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-feed {
  background-position: -3898px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event {
  background-position: -3958px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-environment-hub {
  background-position: -4018px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-endorsement {
  background-position: -4078px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-file,
.coveo-icon.objecttype.File,
.coveo-icon.objecttype.file,
.coveo-icon.objecttype.Annotation,
.coveo-icon.objecttype.annotation,
.coveo-icon.filetype.txt,
.coveo-icon.sysfiletype.txt,
.coveo-icon.filetype.zip,
.coveo-icon.sysfiletype.zip,
.coveo-icon.filetype.pdf,
.coveo-icon.sysfiletype.pdf,
.coveo-icon.filetype.xml,
.coveo-icon.sysfiletype.xml,
.coveo-icon.filetype.doc,
.coveo-icon.sysfiletype.doc,
.coveo-icon.filetype.xls,
.coveo-icon.sysfiletype.xls,
.coveo-icon.filetype.ppt,
.coveo-icon.sysfiletype.ppt,
.coveo-icon.filetype.exchangedocument,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.filetype.spresource,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.filetype.spresourcelist,
.coveo-icon.sysfiletype.spresourcelist {
  background-position: -4138px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-empty {
  background-position: -4198px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-folder,
.coveo-icon.filetype.folder,
.coveo-icon.sysfiletype.folder,
.coveo-icon.filetype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.filetype.spformlibrarylist,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.filetype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.filetype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.filetype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.filetype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.filetype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.filetype.spworkspacepagelist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.filetype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.filetype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.filetype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.filetype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.filetype.spreportlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.filetype.spslidelibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.filetype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-icon.filetype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.filetype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.filetype.spimedictionarylist,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.filetype.sprecordlibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.filetype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.filetype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.filetype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.filetype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.filetype.spdocumentset,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.filetype.splistfolder,
.coveo-icon.sysfiletype.splistfolder {
  background-position: -4258px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-email {
  background-position: -4318px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-email-iq {
  background-position: -4378px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-email-chatter {
  background-position: -4438px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-images,
.coveo-icon.filetype.image,
.coveo-icon.sysfiletype.image,
.coveo-icon.filetype.sppicturelibrarylist,
.coveo-icon.sysfiletype.sppicturelibrarylist {
  background-position: -4498px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-drafts {
  background-position: -4558px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-document {
  background-position: -4618px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-kb,
.coveo-icon.objecttype.Salesliterature,
.coveo-icon.objecttype.salesliterature,
.coveo-icon.filetype.spdatasource,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.filetype.spdatasourcelist,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.filetype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.filetype.spipfslist,
.coveo-icon.sysfiletype.spipfslist {
  background-position: -4678px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-default {
  background-position: -4738px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-dashboard {
  background-position: -4798px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-link,
.coveo-icon.filetype.spissue,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.filetype.spissuelist,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.filetype.splink,
.coveo-icon.sysfiletype.splink,
.coveo-icon.filetype.splinklist,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.filetype.spdocumentlink,
.coveo-icon.sysfiletype.spdocumentlink {
  background-position: -4858px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-custom {
  background-position: -4918px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract {
  background-position: -4978px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-list,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.Invoice,
.coveo-icon.objecttype.invoice,
.coveo-icon.objecttype.List,
.coveo-icon.objecttype.list,
.coveo-icon.objecttype.Queueitem,
.coveo-icon.objecttype.queueitem,
.coveo-icon.objecttype.Service,
.coveo-icon.objecttype.service,
.coveo-icon.objecttype.Kbarticlecomment,
.coveo-icon.objecttype.kbarticlecomment,
.coveo-icon.filetype.saleforceitem,
.coveo-icon.sysfiletype.saleforceitem,
.coveo-icon.filetype.dynamicscrmitem,
.coveo-icon.sysfiletype.dynamicscrmitem,
.coveo-icon.filetype.exchangenote,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.filetype.exchangeactivity,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.filetype.exchangerssfeed,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.filetype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.filetype.lithiumthread,
.coveo-icon.sysfiletype.lithiumthread,
.coveo-icon.filetype.lithiumboard,
.coveo-icon.sysfiletype.lithiumboard,
.coveo-icon.filetype.lithiumcategory,
.coveo-icon.sysfiletype.lithiumcategory,
.coveo-icon.filetype.spannouncement,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.filetype.spannouncementlist,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.filetype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.filetype.spdiscussionboardlist,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.filetype.sptextbox,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.filetype.sptextboxlist,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-icon.filetype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.filetype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.filetype.spblogcomment,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.filetype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.filetype.spblogpost,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.filetype.spblogpostlist,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.filetype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.filetype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.filetype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.filetype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.filetype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.filetype.sphealthrulelist,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.filetype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.filetype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.filetype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.filetype.spphonecallmemolist,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.filetype.spmicrofeedpost,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.filetype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedlist {
  background-position: -5038px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact {
  background-position: -5098px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-mail,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.Email,
.coveo-icon.objecttype.email,
.coveo-icon.filetype.exchangemessage,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.filetype.exchangedsn,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.filetype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.filetype.exchangerecallreport,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.filetype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-icon.filetype.lithiummessage,
.coveo-icon.sysfiletype.lithiummessage {
  background-position: -5158px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-connected-apps {
  background-position: -5218px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-coaching {
  background-position: -5278px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-client {
  background-position: -5338px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident {
  background-position: -5398px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-case-transcript {
  background-position: -5458px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-case-log-a-call {
  background-position: -5518px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-case-email {
  background-position: -5578px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-case-comment {
  background-position: -5638px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-case-change-status {
  background-position: -5698px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-canvas {
  background-position: -5758px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-campaign {
  background-position: -5818px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-campaign-members {
  background-position: -5878px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-call {
  background-position: -5938px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product {
  background-position: -5998px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-call-history {
  background-position: -6058px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-calibration {
  background-position: -6118px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-avatar {
  background-position: -6178px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-avatar-loading {
  background-position: -6238px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle {
  background-position: -6298px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-apps {
  background-position: -6358px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-apps-admin {
  background-position: -6418px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-approval {
  background-position: -6478px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-answer-public {
  background-position: -6538px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-answer-private {
  background-position: -6598px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-answer-best {
  background-position: -6658px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account {
  background-position: -6718px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-doctype-zip {
  background-position: -6778px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-xml {
  background-position: -6831px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.Socialprofile,
.coveo-icon.objecttype.socialprofile,
.coveo-icon.filetype.exchangeperson,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.filetype.activedirperson,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.filetype.exchangegroup,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.filetype.spuserprofile,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.filetype.spcontact,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.filetype.spcontactlist,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.filetype.spattendee,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.filetype.spattendeelist,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.filetype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.filetype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserinformationlist,
.CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail {
  background-position: -6884px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-doctype-word {
  background-position: -6944px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-video,
.coveo-icon.filetype.video,
.coveo-icon.sysfiletype.video,
.coveo-icon.filetype.youtube,
.coveo-icon.sysfiletype.youtube,
.coveo-icon.filetype.youtubevideo,
.coveo-icon.sysfiletype.youtubevideo,
.coveo-icon.filetype.youtubeplaylistitem,
.coveo-icon.sysfiletype.youtubeplaylistitem {
  background-position: -6997px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-doctype-webex {
  background-position: -7057px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-webpage,
.coveo-icon.filetype.html,
.coveo-icon.sysfiletype.html,
.coveo-icon.filetype.wiki,
.coveo-icon.sysfiletype.wiki,
.coveo-icon.filetype.webscraperwebpage,
.coveo-icon.sysfiletype.webscraperwebpage,
.coveo-icon.filetype.spportal,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.filetype.spsite,
.coveo-icon.sysfiletype.spsite {
  background-position: -7110px 0px;
  width: 60px;
  height: 60px;
  text-indent: 60px;
}
.coveo-sprites-salesforce-doctype-visio {
  background-position: -7170px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-ai {
  background-position: -7223px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-video {
  background-position: -7276px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-attachment {
  background-position: -7329px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-unknown {
  background-position: -7382px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-audio {
  background-position: -7435px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-txt {
  background-position: -7488px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-box-notes {
  background-position: -7541px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-stypi {
  background-position: -7594px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-csv {
  background-position: -7647px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-slide {
  background-position: -7700px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-eps {
  background-position: -7753px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-rtf {
  background-position: -7806px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-excel {
  background-position: -7859px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-psd {
  background-position: -7912px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-exe {
  background-position: -7965px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-ppt {
  background-position: -8018px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-flash {
  background-position: -8071px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-pdf {
  background-position: -8124px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-gdoc {
  background-position: -8177px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-pages {
  background-position: -8230px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-gdocs {
  background-position: -8283px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-pack {
  background-position: -8336px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-gpres {
  background-position: -8389px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-overlay {
  background-position: -8442px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-gsheet {
  background-position: -8495px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-mp4 {
  background-position: -8548px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-html {
  background-position: -8601px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-link {
  background-position: -8654px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-image {
  background-position: -8707px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-salesforce-doctype-keynote {
  background-position: -8760px 0px;
  width: 53px;
  height: 60px;
  text-indent: 53px;
}
.coveo-sprites-search-options-inactive {
  background-position: -8813px 0px;
  width: 40px;
  height: 40px;
  text-indent: 40px;
}
.coveo-sprites-quickview,
.CoveoQuickview .coveo-icon-for-quickview,
.CoveoResultAttachments .coveo-thumbnail-icon,
.coveo-feedItem-result .coveo-thumbnail-icon,
.coveo-feedComment-result .coveo-thumbnail-icon {
  background-position: -8813px -40px;
  width: 24px;
  height: 24px;
  text-indent: 24px;
}
.coveo-sprites-dropdown-collapse-active,
.coveo-facet-settings-section-hide:hover .coveo-icon {
  background-position: -8837px -40px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-more-tabs {
  background-position: -8837px -56px;
  width: 8px;
  height: 5px;
  text-indent: 8px;
}
.coveo-sprites-folder-small,
.coveo-icon.filetype.coveo-small.folder,
.coveo-icon.sysfiletype.coveo-small.folder,
.coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spformlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
.coveo-icon.filetype.coveo-small.spsitedirectory,
.coveo-icon.sysfiletype.coveo-small.spsitedirectory,
.coveo-icon.filetype.coveo-small.spsitedirectorylist,
.coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
.coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
.coveo-icon.filetype.coveo-small.spwebpartcataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
.coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
.coveo-icon.filetype.coveo-small.spworkspacepagelist,
.coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
.coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
.coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
.coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
.coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
.coveo-icon.filetype.coveo-small.spreportlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
.coveo-icon.filetype.coveo-small.spslidelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
.coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
.coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
.coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
.coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
.coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.filetype.coveo-small.spimedictionary,
.coveo-icon.sysfiletype.coveo-small.spimedictionary,
.coveo-icon.filetype.coveo-small.spimedictionarylist,
.coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
.coveo-icon.filetype.coveo-small.sprecordlibrarylist,
.coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
.coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
.coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
.coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
.coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
.coveo-icon.filetype.coveo-small.spwfpublibrarylist,
.coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
.coveo-icon.filetype.coveo-small.spdocumentset,
.coveo-icon.sysfiletype.coveo-small.spdocumentset,
.coveo-icon.filetype.coveo-small.splistfolder,
.coveo-icon.sysfiletype.coveo-small.splistfolder {
  background-position: -8853px 0px;
  width: 34px;
  height: 34px;
  text-indent: 34px;
}
.coveo-sprites-salesforce-standard-client-small {
  background-position: -8853px -34px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-file-small,
.coveo-icon.objecttype.coveo-small.File,
.coveo-icon.objecttype.coveo-small.file,
.coveo-icon.objecttype.coveo-small.Annotation,
.coveo-icon.objecttype.coveo-small.annotation,
.coveo-icon.filetype.coveo-small.txt,
.coveo-icon.sysfiletype.coveo-small.txt,
.coveo-icon.filetype.coveo-small.zip,
.coveo-icon.sysfiletype.coveo-small.zip,
.coveo-icon.filetype.coveo-small.pdf,
.coveo-icon.sysfiletype.coveo-small.pdf,
.coveo-icon.filetype.coveo-small.xml,
.coveo-icon.sysfiletype.coveo-small.xml,
.coveo-icon.filetype.coveo-small.doc,
.coveo-icon.sysfiletype.coveo-small.doc,
.coveo-icon.filetype.coveo-small.xls,
.coveo-icon.sysfiletype.coveo-small.xls,
.coveo-icon.filetype.coveo-small.ppt,
.coveo-icon.sysfiletype.coveo-small.ppt,
.coveo-icon.filetype.coveo-small.exchangedocument,
.coveo-icon.sysfiletype.coveo-small.exchangedocument,
.coveo-icon.filetype.coveo-small.spresource,
.coveo-icon.sysfiletype.coveo-small.spresource,
.coveo-icon.filetype.coveo-small.spresourcelist,
.coveo-icon.sysfiletype.coveo-small.spresourcelist {
  background-position: -8887px 0px;
  width: 34px;
  height: 34px;
  text-indent: 34px;
}
.coveo-sprites-salesforce-doctype-slide-small {
  background-position: -8887px -34px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-mail-small,
.coveo-icon.objecttype.coveo-small.Message,
.coveo-icon.objecttype.coveo-small.message,
.coveo-icon.objecttype.coveo-small.Email,
.coveo-icon.objecttype.coveo-small.email,
.coveo-icon.filetype.coveo-small.exchangemessage,
.coveo-icon.sysfiletype.coveo-small.exchangemessage,
.coveo-icon.filetype.coveo-small.exchangedsn,
.coveo-icon.sysfiletype.coveo-small.exchangedsn,
.coveo-icon.filetype.coveo-small.exchangerecallmessage,
.coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
.coveo-icon.filetype.coveo-small.exchangerecallreport,
.coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
.coveo-icon.filetype.coveo-small.exchangejunkmessage,
.coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
.coveo-icon.filetype.coveo-small.lithiummessage,
.coveo-icon.sysfiletype.coveo-small.lithiummessage {
  background-position: -8921px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-attachment-small,
.coveo-icon.objecttype.coveo-small.Attachment,
.coveo-icon.objecttype.coveo-small.attachment {
  background-position: -8921px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-database-small {
  background-position: -8953px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-calendar-small,
.coveo-icon.objecttype.coveo-small.Campaign,
.coveo-icon.objecttype.coveo-small.campaign,
.coveo-icon.filetype.coveo-small.exchangeappointment,
.coveo-icon.sysfiletype.coveo-small.exchangeappointment,
.coveo-icon.filetype.coveo-small.exchangecalendarmessage,
.coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
.coveo-icon.filetype.coveo-small.spevent,
.coveo-icon.sysfiletype.coveo-small.spevent,
.coveo-icon.filetype.coveo-small.speventlist,
.coveo-icon.sysfiletype.coveo-small.speventlist,
.coveo-icon.filetype.coveo-small.sptask,
.coveo-icon.sysfiletype.coveo-small.sptask,
.coveo-icon.filetype.coveo-small.sptasklist,
.coveo-icon.sysfiletype.coveo-small.sptasklist,
.coveo-icon.filetype.coveo-small.spagenda,
.coveo-icon.sysfiletype.coveo-small.spagenda,
.coveo-icon.filetype.coveo-small.spagendalist,
.coveo-icon.sysfiletype.coveo-small.spagendalist,
.coveo-icon.filetype.coveo-small.spmeetingserie,
.coveo-icon.sysfiletype.coveo-small.spmeetingserie,
.coveo-icon.filetype.coveo-small.spmeetingserielist,
.coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
.coveo-icon.filetype.coveo-small.spadministratortask,
.coveo-icon.sysfiletype.coveo-small.spadministratortask,
.coveo-icon.filetype.coveo-small.spadministratortasklist,
.coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
.coveo-icon.filetype.coveo-small.spworkflowhistory,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
.coveo-icon.filetype.coveo-small.spworkflowhistorylist,
.coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist {
  background-position: -8953px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-product-small,
.coveo-icon.objecttype.coveo-small.Product,
.coveo-icon.objecttype.coveo-small.product {
  background-position: -8985px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-case-small,
.coveo-icon.filetype.coveo-small.exchangetask,
.coveo-icon.sysfiletype.coveo-small.exchangetask,
.coveo-icon.filetype.coveo-small.spprojecttask,
.coveo-icon.sysfiletype.coveo-small.spprojecttask,
.coveo-icon.filetype.coveo-small.spprojecttasklist,
.coveo-icon.sysfiletype.coveo-small.spprojecttasklist {
  background-position: -8985px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-webpage-small,
.coveo-icon.filetype.coveo-small.html,
.coveo-icon.sysfiletype.coveo-small.html,
.coveo-icon.filetype.coveo-small.wiki,
.coveo-icon.sysfiletype.coveo-small.wiki,
.coveo-icon.filetype.coveo-small.webscraperwebpage,
.coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
.coveo-icon.filetype.coveo-small.spportal,
.coveo-icon.sysfiletype.coveo-small.spportal,
.coveo-icon.filetype.coveo-small.spsite,
.coveo-icon.sysfiletype.coveo-small.spsite {
  background-position: -9017px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-list-small,
.coveo-icon.objecttype.coveo-small.Feed,
.coveo-icon.objecttype.coveo-small.feed,
.coveo-icon.objecttype.coveo-small.Thread,
.coveo-icon.objecttype.coveo-small.thread,
.coveo-icon.objecttype.coveo-small.Board,
.coveo-icon.objecttype.coveo-small.board,
.coveo-icon.objecttype.coveo-small.Category,
.coveo-icon.objecttype.coveo-small.category,
.coveo-icon.objecttype.coveo-small.Invoice,
.coveo-icon.objecttype.coveo-small.invoice,
.coveo-icon.objecttype.coveo-small.List,
.coveo-icon.objecttype.coveo-small.list,
.coveo-icon.objecttype.coveo-small.Queueitem,
.coveo-icon.objecttype.coveo-small.queueitem,
.coveo-icon.objecttype.coveo-small.Service,
.coveo-icon.objecttype.coveo-small.service,
.coveo-icon.objecttype.coveo-small.Kbarticlecomment,
.coveo-icon.objecttype.coveo-small.kbarticlecomment,
.coveo-icon.filetype.coveo-small.saleforceitem,
.coveo-icon.sysfiletype.coveo-small.saleforceitem,
.coveo-icon.filetype.coveo-small.dynamicscrmitem,
.coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
.coveo-icon.filetype.coveo-small.exchangenote,
.coveo-icon.sysfiletype.coveo-small.exchangenote,
.coveo-icon.filetype.coveo-small.exchangeactivity,
.coveo-icon.sysfiletype.coveo-small.exchangeactivity,
.coveo-icon.filetype.coveo-small.exchangerssfeed,
.coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
.coveo-icon.filetype.coveo-small.exchangeofficecom,
.coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
.coveo-icon.filetype.coveo-small.lithiumthread,
.coveo-icon.sysfiletype.coveo-small.lithiumthread,
.coveo-icon.filetype.coveo-small.lithiumboard,
.coveo-icon.sysfiletype.coveo-small.lithiumboard,
.coveo-icon.filetype.coveo-small.lithiumcategory,
.coveo-icon.sysfiletype.coveo-small.lithiumcategory,
.coveo-icon.filetype.coveo-small.spannouncement,
.coveo-icon.sysfiletype.coveo-small.spannouncement,
.coveo-icon.filetype.coveo-small.spannouncementlist,
.coveo-icon.sysfiletype.coveo-small.spannouncementlist,
.coveo-icon.filetype.coveo-small.spdiscussionboard,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
.coveo-icon.filetype.coveo-small.spdiscussionboardlist,
.coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
.coveo-icon.filetype.coveo-small.sptextbox,
.coveo-icon.sysfiletype.coveo-small.sptextbox,
.coveo-icon.filetype.coveo-small.sptextboxlist,
.coveo-icon.sysfiletype.coveo-small.sptextboxlist,
.coveo-icon.filetype.coveo-small.spblogcategory,
.coveo-icon.sysfiletype.coveo-small.spblogcategory,
.coveo-icon.filetype.coveo-small.spblogcategorylist,
.coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
.coveo-icon.filetype.coveo-small.spblogcomment,
.coveo-icon.sysfiletype.coveo-small.spblogcomment,
.coveo-icon.filetype.coveo-small.spblogcommentlist,
.coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
.coveo-icon.filetype.coveo-small.spblogpost,
.coveo-icon.sysfiletype.coveo-small.spblogpost,
.coveo-icon.filetype.coveo-small.spblogpostlist,
.coveo-icon.sysfiletype.coveo-small.spblogpostlist,
.coveo-icon.filetype.coveo-small.splanguagesandtranslator,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
.coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
.coveo-icon.filetype.coveo-small.sphealthreport,
.coveo-icon.sysfiletype.coveo-small.sphealthreport,
.coveo-icon.filetype.coveo-small.sphealthreportlist,
.coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
.coveo-icon.filetype.coveo-small.sphealthrule,
.coveo-icon.sysfiletype.coveo-small.sphealthrule,
.coveo-icon.filetype.coveo-small.sphealthrulelist,
.coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
.coveo-icon.filetype.coveo-small.spperformancepointcontent,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
.coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
.coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
.coveo-icon.filetype.coveo-small.spphonecallmemo,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
.coveo-icon.filetype.coveo-small.spphonecallmemolist,
.coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
.coveo-icon.filetype.coveo-small.spmicrofeedpost,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
.coveo-icon.filetype.coveo-small.spmicrofeedlist,
.coveo-icon.sysfiletype.coveo-small.spmicrofeedlist {
  background-position: -9017px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-link-small,
.coveo-icon.filetype.coveo-small.spissue,
.coveo-icon.sysfiletype.coveo-small.spissue,
.coveo-icon.filetype.coveo-small.spissuelist,
.coveo-icon.sysfiletype.coveo-small.spissuelist,
.coveo-icon.filetype.coveo-small.splink,
.coveo-icon.sysfiletype.coveo-small.splink,
.coveo-icon.filetype.coveo-small.splinklist,
.coveo-icon.sysfiletype.coveo-small.splinklist,
.coveo-icon.filetype.coveo-small.spdocumentlink,
.coveo-icon.sysfiletype.coveo-small.spdocumentlink {
  background-position: -9049px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-kb-small,
.coveo-icon.objecttype.coveo-small.Salesliterature,
.coveo-icon.objecttype.coveo-small.salesliterature,
.coveo-icon.filetype.coveo-small.spdatasource,
.coveo-icon.sysfiletype.coveo-small.spdatasource,
.coveo-icon.filetype.coveo-small.spdatasourcelist,
.coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
.coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
.coveo-icon.filetype.coveo-small.spipfslist,
.coveo-icon.sysfiletype.coveo-small.spipfslist {
  background-position: -9049px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-images-small,
.coveo-icon.filetype.coveo-small.image,
.coveo-icon.sysfiletype.coveo-small.image,
.coveo-icon.filetype.coveo-small.sppicturelibrarylist,
.coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist {
  background-position: -9081px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-video-small,
.coveo-icon.filetype.coveo-small.video,
.coveo-icon.sysfiletype.coveo-small.video,
.coveo-icon.filetype.coveo-small.youtube,
.coveo-icon.sysfiletype.coveo-small.youtube,
.coveo-icon.filetype.coveo-small.youtubevideo,
.coveo-icon.sysfiletype.coveo-small.youtubevideo,
.coveo-icon.filetype.coveo-small.youtubeplaylistitem,
.coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem {
  background-position: -9081px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-user-small,
.coveo-icon.objecttype.coveo-small.People,
.coveo-icon.objecttype.coveo-small.people,
.coveo-icon.objecttype.coveo-small.User,
.coveo-icon.objecttype.coveo-small.user,
.coveo-icon.objecttype.coveo-small.Partner,
.coveo-icon.objecttype.coveo-small.partner,
.coveo-icon.objecttype.coveo-small.Socialprofile,
.coveo-icon.objecttype.coveo-small.socialprofile,
.coveo-icon.filetype.coveo-small.exchangeperson,
.coveo-icon.sysfiletype.coveo-small.exchangeperson,
.coveo-icon.filetype.coveo-small.activedirperson,
.coveo-icon.sysfiletype.coveo-small.activedirperson,
.coveo-icon.filetype.coveo-small.exchangegroup,
.coveo-icon.sysfiletype.coveo-small.exchangegroup,
.coveo-icon.filetype.coveo-small.spuserprofile,
.coveo-icon.sysfiletype.coveo-small.spuserprofile,
.coveo-icon.filetype.coveo-small.spcontact,
.coveo-icon.sysfiletype.coveo-small.spcontact,
.coveo-icon.filetype.coveo-small.spcontactlist,
.coveo-icon.sysfiletype.coveo-small.spcontactlist,
.coveo-icon.filetype.coveo-small.spattendee,
.coveo-icon.sysfiletype.coveo-small.spattendee,
.coveo-icon.filetype.coveo-small.spattendeelist,
.coveo-icon.sysfiletype.coveo-small.spattendeelist,
.coveo-icon.filetype.coveo-small.spuserinformation,
.coveo-icon.sysfiletype.coveo-small.spuserinformation,
.coveo-icon.filetype.coveo-small.spuserinformationlist,
.coveo-icon.sysfiletype.coveo-small.spuserinformationlist {
  background-position: -9113px 0px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-custom-small,
.coveo-icon.objecttype.coveo-small,
.coveo-icon.filetype.coveo-small,
.coveo-icon.sysfiletype.coveo-small,
.coveo-icon.filetype.coveo-small.exchangefreebusy,
.coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
.coveo-icon.filetype.coveo-small.exchangemdn,
.coveo-icon.sysfiletype.coveo-small.exchangemdn,
.coveo-icon.filetype.coveo-small.exchangeobject,
.coveo-icon.sysfiletype.coveo-small.exchangeobject,
.coveo-icon.filetype.coveo-small.lithiumcommunity,
.coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
.coveo-icon.filetype.coveo-small.sparea,
.coveo-icon.sysfiletype.coveo-small.sparea,
.coveo-icon.filetype.coveo-small.spcustomlist,
.coveo-icon.sysfiletype.coveo-small.spcustomlist,
.coveo-icon.filetype.coveo-small.spsurvey,
.coveo-icon.sysfiletype.coveo-small.spsurvey,
.coveo-icon.filetype.coveo-small.spsurveylist,
.coveo-icon.sysfiletype.coveo-small.spsurveylist,
.coveo-icon.filetype.coveo-small.spcustomgridlist,
.coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
.coveo-icon.filetype.coveo-small.spdecision,
.coveo-icon.sysfiletype.coveo-small.spdecision,
.coveo-icon.filetype.coveo-small.spdecisionlist,
.coveo-icon.sysfiletype.coveo-small.spdecisionlist,
.coveo-icon.filetype.coveo-small.spobjective,
.coveo-icon.sysfiletype.coveo-small.spobjective,
.coveo-icon.filetype.coveo-small.spobjectivelist,
.coveo-icon.sysfiletype.coveo-small.spobjectivelist,
.coveo-icon.filetype.coveo-small.spthingstobring,
.coveo-icon.sysfiletype.coveo-small.spthingstobring,
.coveo-icon.filetype.coveo-small.spthingstobringlist,
.coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
.coveo-icon.filetype.coveo-small.sparealisting,
.coveo-icon.sysfiletype.coveo-small.sparealisting,
.coveo-icon.filetype.coveo-small.spunknownlist,
.coveo-icon.sysfiletype.coveo-small.spunknownlist,
.coveo-icon.filetype.coveo-small.spdistributiongroup,
.coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
.coveo-icon.filetype.coveo-small.spdistributiongrouplist,
.coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
.coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
.coveo-icon.filetype.coveo-small.sptab,
.coveo-icon.sysfiletype.coveo-small.sptab,
.coveo-icon.filetype.coveo-small.sptablist,
.coveo-icon.sysfiletype.coveo-small.sptablist,
.coveo-icon.filetype.coveo-small.spworkflowprocess,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
.coveo-icon.filetype.coveo-small.spworkflowprocesslist,
.coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
.coveo-icon.filetype.coveo-small.spcirculation,
.coveo-icon.sysfiletype.coveo-small.spcirculation,
.coveo-icon.filetype.coveo-small.spcirculationlist,
.coveo-icon.sysfiletype.coveo-small.spcirculationlist,
.coveo-icon.filetype.coveo-small.spwhereabout,
.coveo-icon.sysfiletype.coveo-small.spwhereabout,
.coveo-icon.filetype.coveo-small.spwhereaboutlist,
.coveo-icon.sysfiletype.coveo-small.spwhereaboutlist {
  background-position: -9113px -32px;
  width: 32px;
  height: 32px;
  text-indent: 32px;
}
.coveo-sprites-salesforce-doctype-eps-small {
  background-position: -9145px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-stypi-small {
  background-position: -9145px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-csv-small {
  background-position: -9171px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-txt-small {
  background-position: -9171px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-box-notes-small {
  background-position: -9197px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-unknown-small {
  background-position: -9197px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-audio-small {
  background-position: -9223px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-video-small {
  background-position: -9223px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-attachment-small {
  background-position: -9249px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-visio-small {
  background-position: -9249px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-ai-small {
  background-position: -9275px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-webex-small {
  background-position: -9275px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-keynote-small {
  background-position: -9301px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-word-small {
  background-position: -9301px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-mp4-small {
  background-position: -9327px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-xml-small {
  background-position: -9327px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-html-small {
  background-position: -9353px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-zip-small {
  background-position: -9353px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-work-order-small {
  background-position: -9379px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
  background-position: -9379px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-work-order-item-small {
  background-position: -9409px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-announcement-small {
  background-position: -9409px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-user-small {
  background-position: -9439px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-answer-best-small {
  background-position: -9439px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-process-small {
  background-position: -9469px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-answer-private-small {
  background-position: -9469px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-answer-public-small {
  background-position: -9499px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-approval-small {
  background-position: -9499px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-unmatched-small {
  background-position: -9529px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-apps-admin-small {
  background-position: -9529px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-overlay-small {
  background-position: -9559px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-gsheet-small {
  background-position: -9559px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-apps-small {
  background-position: -9585px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-topic-small {
  background-position: -9585px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle {
  background-position: -9615px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-avatar-loading-small {
  background-position: -9615px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-today-small {
  background-position: -9645px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-avatar-small {
  background-position: -9645px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-pack-small {
  background-position: -9675px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-gpres-small {
  background-position: -9675px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-calibration-small {
  background-position: -9701px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
  background-position: -9701px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-call-history-small {
  background-position: -9731px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-product-small {
  background-position: -9731px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-call-small {
  background-position: -9761px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-campaign-members-small {
  background-position: -9761px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-thanks-small {
  background-position: -9791px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-campaign-small {
  background-position: -9791px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-portal-small {
  background-position: -9821px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-canvas-small {
  background-position: -9821px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-question-best-small {
  background-position: -9851px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-case-change-status-small {
  background-position: -9851px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-case-comment-small {
  background-position: -9881px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-poll-small {
  background-position: -9881px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-case-email-small {
  background-position: -9911px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-thanks-loading-small {
  background-position: -9911px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-case-log-a-call-small {
  background-position: -9941px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-pages-small {
  background-position: -9941px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-case-small,
.coveo-icon.objecttype.coveo-small.Case,
.coveo-icon.objecttype.coveo-small.case,
.coveo-icon.objecttype.coveo-small.Incident,
.coveo-icon.objecttype.coveo-small.incident {
  background-position: -9971px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-case-transcript-small {
  background-position: -9971px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-image-small {
  background-position: -10001px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-gdocs-small {
  background-position: -10001px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-coaching-small {
  background-position: -10027px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-question-feed-small {
  background-position: -10027px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-connected-apps-small {
  background-position: -10057px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-photo-small {
  background-position: -10057px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
  background-position: -10087px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
  background-position: -10087px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-pdf-small {
  background-position: -10117px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-gdoc-small {
  background-position: -10117px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-custom-small {
  background-position: -10143px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
  background-position: -10143px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-dashboard-small {
  background-position: -10173px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-default-small {
  background-position: -10173px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-team-member-small {
  background-position: -10203px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-document-small {
  background-position: -10203px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-ppt-small {
  background-position: -10233px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-flash-small {
  background-position: -10233px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-drafts-small {
  background-position: -10259px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-email-chatter-small {
  background-position: -10259px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-email-iq-small {
  background-position: -10289px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-task2-small {
  background-position: -10289px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-email-small {
  background-position: -10319px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-empty-small {
  background-position: -10319px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-psd-small {
  background-position: -10349px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-exe-small {
  background-position: -10349px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-endorsement-small {
  background-position: -10375px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-environment-hub-small {
  background-position: -10375px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-link-small {
  background-position: -10405px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-doctype-rtf-small {
  background-position: -10405px -30px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
  background-position: -10431px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
  background-position: -10431px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-feed-small {
  background-position: -10461px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment {
  background-position: -10461px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-sossession-small {
  background-position: -10491px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-file-small {
  background-position: -10491px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-solution-small {
  background-position: -10521px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-flow-small {
  background-position: -10521px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-folder-small {
  background-position: -10551px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-social-small {
  background-position: -10551px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-generic-loading-small {
  background-position: -10581px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-skill-entity-small {
  background-position: -10581px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
  background-position: -10611px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-scan-card-small {
  background-position: -10611px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-group-loading-small {
  background-position: -10641px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-reward-small {
  background-position: -10641px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-groups-small {
  background-position: -10671px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-report-small {
  background-position: -10671px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-hierarchy-small {
  background-position: -10701px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-person-account-small {
  background-position: -10701px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-home-small {
  background-position: -10731px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-household-small {
  background-position: -10731px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-insights-small {
  background-position: -10761px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-investment-account-small {
  background-position: -10761px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
  background-position: -10791px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-related-list-small {
  background-position: -10791px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-link-small {
  background-position: -10821px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-log-a-call-small {
  background-position: -10821px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-marketing-actions-small {
  background-position: -10851px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-metrics-small {
  background-position: -10851px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-record-small {
  background-position: -10881px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-news-small {
  background-position: -10881px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-doctype-excel-small {
  background-position: -10911px 0px;
  width: 26px;
  height: 30px;
  text-indent: 26px;
}
.coveo-sprites-pager-right-arrow,
.coveo-pager-next > a > span {
  background-position: -10911px -30px;
  width: 22px;
  height: 22px;
  text-indent: 22px;
}
.coveo-sprites-followed {
  background-position: -10911px -52px;
  width: 16px;
  height: 12px;
  text-indent: 16px;
}
.coveo-sprites-clear-active-filters,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button:hover .coveo-icon,
.coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
.coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
.coveo-share-query-summary-info-close:hover,
.coveo-preferences-panel-close:hover,
.CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
.coveo-hidden-query-breadcrumb-clear:hover,
.coveo-advanced-search-panel-close:hover,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon {
  background-position: -10927px -52px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
  background-position: -10937px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
  background-position: -10937px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
  background-position: -10967px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-people-small {
  background-position: -10967px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-performance-small {
  background-position: -10997px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-recent-small {
  background-position: -10997px -30px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-salesforce-standard-pricebook-small {
  background-position: -11027px 0px;
  width: 30px;
  height: 30px;
  text-indent: 30px;
}
.coveo-sprites-pager-left-arrow,
.coveo-pager-previous > a > span {
  background-position: -11027px -30px;
  width: 22px;
  height: 22px;
  text-indent: 22px;
}
.coveo-sprites-follow {
  background-position: -11027px -52px;
  width: 16px;
  height: 12px;
  text-indent: 16px;
}
.coveo-sprites-edit {
  background-position: -11043px -52px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-coveo-powered-by-logo,
.coveo-powered-by {
  background-position: -11057px 0px;
  width: 100px;
  height: 29px;
  text-indent: 100px;
}
.coveo-sprites-card-layout {
  background-position: -11057px -29px;
  width: 20px;
  height: 20px;
  text-indent: 20px;
}
.coveo-sprites-expand {
  background-position: -11057px -49px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-list-layout {
  background-position: -11077px -29px;
  width: 20px;
  height: 20px;
  text-indent: 20px;
}
.coveo-sprites-facet-search-checkbox-hook-active,
.coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span {
  background-position: -11077px -49px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-replies {
  background-position: -11097px -29px;
  width: 20px;
  height: 20px;
  text-indent: 20px;
}
.coveo-sprites-facet-search-loading,
.coveo-facet-search-wait-animation {
  background-position: -11097px -49px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-table-layout {
  background-position: -11117px -29px;
  width: 20px;
  height: 20px;
  text-indent: 20px;
}
.coveo-sprites-collapse {
  background-position: -11117px -49px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-main-clear-hover,
.coveo-facet-header-eraser:hover {
  background-position: -11137px -29px;
  width: 19px;
  height: 19px;
  text-indent: 19px;
}
.coveo-sprites-sort-active,
.coveo-facet-settings-section-sort:hover .coveo-icon {
  background-position: -11137px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-main-clear,
.coveo-facet-header-eraser,
.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
  background-position: -11157px 0px;
  width: 19px;
  height: 19px;
  text-indent: 19px;
}
.coveo-sprites-dropdown-share-query-active,
.coveo-settings-item.coveo-share-query:hover .coveo-icon {
  background-position: -11157px -19px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-follow-query,
.coveo-settings-item.coveo-follow-query .coveo-icon,
.coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon {
  background-position: -11157px -37px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-checkbox-hook-white,
.CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before {
  background-position: -11157px -55px;
  width: 12px;
  height: 9px;
  text-indent: 12px;
}
.coveo-sprites-checkbox-hook-active,
.coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
.coveo-facet-value:hover .coveo-facet-value-checkbox > span,
.coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span,
.coveo-facet-breadcrumb-multi-icon.coveo-selected,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox > span {
  background-position: -11176px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-follow-query-active,
.coveo-settings-item.coveo-follow-query:hover .coveo-icon,
.coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon {
  background-position: -11176px -18px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-preferences,
.coveo-settings-item.coveo-preferences-panel .coveo-icon,
.coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
.coveo-settings-item.coveo-advanced-search .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon {
  background-position: -11176px -36px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-tagging-clear,
.coveo-result-tagging-clear-icon span,
.coveo-result-tagging-delete-icon {
  background-position: -11176px -54px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-dropdown-export-to-excel,
.coveo-settings-item.coveo-export-to-excel .coveo-icon,
.coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon {
  background-position: -11194px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-checkbox-hook-inactive {
  background-position: -11194px -18px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-export-to-excel-active,
.coveo-settings-item.coveo-export-to-excel:hover .coveo-icon {
  background-position: -11194px -36px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-clear-inactive-filters,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button .coveo-icon,
.coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
.coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
.coveo-share-query-summary-info-close,
.coveo-preferences-panel-close,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close,
.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
.coveo-hidden-query-breadcrumb-clear,
.coveo-advanced-search-panel-close,
.coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon {
  background-position: -11194px -54px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-dropdown-preferences-active,
.coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
.coveo-settings-item.coveo-advanced-search:hover .coveo-icon {
  background-position: -11212px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-star_placeholder {
  background-position: -11212px -18px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-or,
.coveo-facet-header-operator .coveo-icon.coveo-or {
  background-position: -11212px -36px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-tagging-ok,
.coveo-result-tagging-add-tag-tick-icon span {
  background-position: -11212px -54px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-checkbox-exclusion,
.coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox > span {
  background-position: -11230px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-manage {
  background-position: -11230px -18px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-main-search,
.CoveoSearchButton > .coveo-icon,
.ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon {
  background-position: -11230px -36px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-facet-search,
.coveo-facet-search-magnifier {
  background-position: -11230px -54px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-dropdown-manage-alerts {
  background-position: -11248px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-checkbox-more-values,
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > span {
  background-position: -11248px -18px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-manage-alerts-active {
  background-position: -11248px -36px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-and,
.coveo-facet-header-operator .coveo-icon.coveo-and {
  background-position: -11266px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-main-search-active,
.CoveoSearchButton:hover > .coveo-icon {
  background-position: -11266px -18px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-share-query,
.coveo-settings-item.coveo-share-query .coveo-icon,
.coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon {
  background-position: -11266px -36px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-star_active {
  background-position: -11284px 0px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-dropdown-density-checked {
  background-position: -11284px -18px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-authenticate-active,
.coveo-settings-item.coveo-authentication-provider:hover .coveo-icon {
  background-position: -11284px -34px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-exclusion-hover,
.coveo-facet-value-exclude .coveo-icon {
  background-position: -11284px -50px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-dropdown-descending-active,
.coveo-facet-settings-section-direction-descending:hover .coveo-icon {
  background-position: -11302px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-ascending,
.coveo-facet-settings-section-direction-ascending .coveo-icon,
.coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon {
  background-position: -11302px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-descending,
.coveo-facet-settings-section-direction-descending .coveo-icon,
.coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon {
  background-position: -11302px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-ascending-active,
.coveo-facet-settings-section-direction-ascending:hover .coveo-icon {
  background-position: -11302px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-expand-active,
.coveo-facet-settings-section-show:hover .coveo-icon {
  background-position: -11318px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-authenticate {
  background-position: -11318px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-expand,
.coveo-facet-settings-section-show .coveo-icon,
.coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
  background-position: -11318px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-less-active,
.coveo-facet-settings-section-clear-state:hover .coveo-icon {
  background-position: -11318px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-less,
.coveo-facet-settings-section-clear-state .coveo-icon,
.coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon {
  background-position: -11334px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-more-active,
.coveo-facet-settings-section-save-state:hover .coveo-icon {
  background-position: -11334px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-more,
.coveo-facet-settings-section-save-state .coveo-icon,
.coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon {
  background-position: -11334px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-result-follow,
.CoveoFollowItem:before {
  background-position: -11334px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-result-follow-active,
.CoveoFollowItem.coveo-follow-item-followed:before {
  background-position: -11350px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-preferences {
  background-position: -11350px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-sort,
.coveo-facet-settings-section-sort .coveo-icon,
.coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon {
  background-position: -11350px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-more-menu,
.coveo-facet-header-settings .coveo-icon {
  background-position: -11350px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-more-menu-active,
.coveo-facet-header-settings:hover .coveo-icon,
.coveo-facet-header-settings:focus .coveo-icon {
  background-position: -11366px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-authenticate,
.coveo-settings-item.coveo-authentication-provider .coveo-icon,
.coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon {
  background-position: -11366px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-attach,
.CoveoAttachToCase span.coveo-attach-to-case-attach:before {
  background-position: -11366px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-attached,
.CoveoAttachToCase span.coveo-attach-to-case-attached:before {
  background-position: -11366px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-dropdown-collapse,
.coveo-facet-settings-section-hide .coveo-icon,
.coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle {
  background-position: -11382px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-loading,
.coveo-facet-header-wait-animation,
.coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-executing-query .CoveoSearchButton:hover > .coveo-icon,
.CoveoFollowItem.coveo-follow-item-loading:before {
  background-position: -11382px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-info {
  background-position: -11382px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-arrow-down,
.coveo-facet-more .coveo-icon,
.coveo-more .coveo-folding-footer-icon,
.CoveoSort .coveo-icon,
.CoveoSort.coveo-descending .coveo-icon,
.coveo-field-table-toggle-icon {
  background-position: -11382px -48px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-facet-checkbox-exclusion,
.coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
.coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
.coveo-facet-search-clear .coveo-icon:hover,
.coveo-facet-breadcrumb-multi-icon.coveo-excluded {
  background-position: -11398px 0px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-arrow-up,
.coveo-facet-less .coveo-icon,
.coveo-less .coveo-folding-footer-icon,
.CoveoSort.coveo-ascending .coveo-icon,
.coveo-field-table-toggle-icon-up {
  background-position: -11398px -13px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-facet-search-checkbox-hook-inactive {
  background-position: -11398px -26px;
  width: 13px;
  height: 13px;
  text-indent: 13px;
}
.coveo-sprites-edit-picklist {
  background-position: -11398px -39px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-download {
  background-position: -11398px -51px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-settings,
.CoveoResultsFiltersPreferences .coveo-edit .coveo-icon {
  background-position: -11411px 0px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-exclusion-hover,
.coveo-facet-search-clear .coveo-icon {
  background-position: -11411px -12px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-sprites-close {
  background-position: -11411px -23px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-sprites-external {
  background-position: -11423px 0px;
  width: 13px;
  height: 12px;
  text-indent: 13px;
}
.coveo-modalBox {
  font-family: arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  z-index: 10000;
  -webkit-transform: translate3d(0, 0, 200px);
  -ms-transform: translate3d(0, 0, 200px);
  transform: translate3d(0, 0, 200px);
}
.coveo-modalBox:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.coveo-modalBox > .coveo-overlay {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.coveo-modalBox > .coveo-wrapper {
  position: relative;
  display: inline-block;
  text-align: left;
  line-height: normal;
  vertical-align: middle;
  overflow: auto;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  background: #fff;
  max-height: 95%;
  max-width: 95%;
}
.coveo-modalBox.coveo-fullscreen > .coveo-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title {
  font-size: 14px;
  background: #f6f6f6;
  border-bottom: 1px solid #d6d6d6;
  padding: 8px 16px;
  font-weight: bold;
}
.coveo-modalBox.coveo-fullscreen > .coveo-wrapper > .coveo-title {
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.coveo-modalBox > .coveo-wrapper > .coveo-buttons {
  border-top: 1px solid #eee;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 12px 16px;
}
.coveo-modalBox.coveo-fullscreen > .coveo-wrapper > .coveo-buttons {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.coveo-modalBox > .coveo-wrapper > .coveo-body {
  overflow-y: auto;
  background: #FFF;
  position: relative;
}
.coveo-modalBox.coveo-fullscreen > .coveo-wrapper > .coveo-body {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  top: 33px;
}
.coveo-modalBox.coveo-fullscreen.coveo-noButton > .coveo-wrapper > .coveo-body {
  bottom: 0;
}
.coveo-modalBox > .coveo-wrapper > .coveo-buttons {
  text-align: center;
  background: #f6f6f6;
  color: #404040;
}
.coveo-modalBox > .coveo-wrapper > .coveo-buttons .coveo-button {
  display: inline-block;
  padding: 8px 16px;
  cursor: pointer;
  background: #404040;
  color: #f6f6f6;
  margin: 0 16px;
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.coveo-icon {
  position: relative;
}
.coveo-icon .coveo-icon-caption-overlay {
  display: none;
}
.coveo-icon.objecttype.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.solution .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.task .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesliterature .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.salesorder .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.service .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.socialprofile .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbdocumentation .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbtechnicalarticle .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbsolution .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.kbknowledgearticle .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Solution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.solution .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Task .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.task .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Salesliterature .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesliterature .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Salesorder .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.salesorder .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Service .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.service .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Socialprofile .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.socialprofile .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Kbdocumentation .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbdocumentation .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Kbsolution .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbsolution .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle .coveo-icon-caption-overlay,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.txt .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.zip .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.pdf .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xml .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.doc .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.xls .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.ppt .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.txt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.txt .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.zip .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.zip .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.pdf .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.pdf .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.xml .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xml .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.doc .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.doc .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.xls .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.xls .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon.filetype.coveo-small.ppt .coveo-icon-caption-overlay,
.coveo-icon.sysfiletype.coveo-small.ppt .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon-caption-overlay {
  background-color: white;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  font-size: 11px;
  position: absolute;
  top: -16px;
  left: -10px;
  text-indent: 0;
  padding: 2px;
  color: #67768B;
  width: 60px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.coveo-icon.coveo-small .coveo-icon-caption-overlay {
  width: 40px;
  top: -18px;
  left: -10px;
}
.coveo-icon[data-with-label="true"] .coveo-icon-caption-overlay {
  display: block;
}
.coveo-icon[data-with-label="true"].coveo-small .coveo-icon-caption-overlay {
  display: none;
}
.CoveoIcon .CoveoQuickview,
.CoveoIcon.coveo-icon .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype .CoveoQuickview {
  position: absolute;
  text-indent: 0;
  left: 2px;
  right: 2px;
  position: "absolute";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.CoveoIcon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview {
  background-image: none;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  background-color: #F7F8F9;
}
.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview {
  display: block;
}
.CoveoIcon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.filetype:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.objecttype:hover.coveo-with-quickview .CoveoQuickview:hover,
.CoveoIcon.coveo-icon.sysfiletype:hover.coveo-with-quickview .CoveoQuickview:hover {
  text-decoration: none;
}
.coveo-sprites-salesforce-standard-log-a-call,
.coveo-sprites-salesforce-standard-log-a-call-small {
  background-color: #48c3cc;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-document,
.coveo-sprites-salesforce-standard-document-small {
  background-color: #baac93;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-environment-hub,
.coveo-sprites-salesforce-standard-environment-hub-small {
  background-color: #54698d;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-flow,
.coveo-sprites-salesforce-standard-flow-small {
  background-color: #54698d;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-sossession,
.coveo-sprites-salesforce-standard-sossession-small {
  background-color: #54698d;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-process,
.coveo-sprites-salesforce-standard-process-small {
  background-color: #54698d;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-news,
.coveo-sprites-salesforce-standard-news-small {
  background-color: #7f8de1;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-home,
.coveo-sprites-salesforce-standard-home-small {
  background-color: #ef7ead;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-sprites-salesforce-standard-account-small,
.coveo-icon.objecttype.coveo-small.Account,
.coveo-icon.objecttype.coveo-small.account {
  background-color: #7f8de1;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-apps-admin,
.coveo-sprites-salesforce-standard-apps-admin-small {
  background-color: #9895ee;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-announcement,
.coveo-sprites-salesforce-standard-announcement-small {
  background-color: #62b7ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-person-account,
.coveo-sprites-salesforce-standard-person-account-small {
  background-color: #7f8de1;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-social,
.coveo-sprites-salesforce-standard-social-small {
  background-color: #ea74a2;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-campaign-members,
.coveo-sprites-salesforce-standard-campaign-members-small {
  background-color: #f49756;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-article,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbtechnicalarticle,
.coveo-icon.objecttype.kbtechnicalarticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.Kbarticle,
.coveo-icon.objecttype.kbarticle,
.coveo-icon.objecttype.Knowledgearticle,
.coveo-icon.objecttype.knowledgearticle,
.coveo-sprites-salesforce-standard-article-small,
.coveo-icon.objecttype.coveo-small.Solution,
.coveo-icon.objecttype.coveo-small.solution,
.coveo-icon.objecttype.coveo-small.Kbdocumentation,
.coveo-icon.objecttype.coveo-small.kbdocumentation,
.coveo-icon.objecttype.coveo-small.Kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.kbtechnicalarticle,
.coveo-icon.objecttype.coveo-small.Kbsolution,
.coveo-icon.objecttype.coveo-small.kbsolution,
.coveo-icon.objecttype.coveo-small.Kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.kbknowledgearticle,
.coveo-icon.objecttype.coveo-small.Kbattachment,
.coveo-icon.objecttype.coveo-small.kbattachment,
.coveo-icon.objecttype.coveo-small.Kbarticle,
.coveo-icon.objecttype.coveo-small.kbarticle,
.coveo-icon.objecttype.coveo-small.Knowledgearticle,
.coveo-icon.objecttype.coveo-small.knowledgearticle {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-answer-public,
.coveo-sprites-salesforce-standard-answer-public-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-answer-private,
.coveo-sprites-salesforce-standard-answer-private-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-answer-best,
.coveo-sprites-salesforce-standard-answer-best-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-avatar-loading,
.coveo-sprites-salesforce-standard-avatar-loading-small {
  background-color: #b8c3ce;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-campaign,
.coveo-sprites-salesforce-standard-campaign-small {
  background-color: #f49756;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-calibration,
.coveo-sprites-salesforce-standard-calibration-small {
  background-color: #47cfd2;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-avatar,
.coveo-sprites-salesforce-standard-avatar-small {
  background-color: #62b7ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-approval,
.coveo-sprites-salesforce-standard-approval-small {
  background-color: #50cc7a;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-apps,
.coveo-sprites-salesforce-standard-apps-small {
  background-color: #3c97dd;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-user,
.coveo-sprites-salesforce-standard-user-small {
  background-color: #34becd;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-evernote,
.coveo-sprites-salesforce-standard-evernote-small {
  background-color: #86c86f;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-coaching,
.coveo-sprites-salesforce-standard-coaching-small {
  background-color: #f67594;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-connected-apps,
.coveo-sprites-salesforce-standard-connected-apps-small {
  background-color: #9895ee;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-drafts,
.coveo-sprites-salesforce-standard-drafts-small {
  background-color: #6ca1e9;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-email,
.coveo-sprites-salesforce-standard-email-small {
  background-color: #95aec5;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-email-iq,
.coveo-sprites-salesforce-standard-email-iq-small {
  background-color: #a094ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-endorsement,
.coveo-sprites-salesforce-standard-endorsement-small {
  background-color: #8b9ae3;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-sprites-salesforce-standard-event-small,
.coveo-icon.objecttype.coveo-small.Event,
.coveo-icon.objecttype.coveo-small.event {
  background-color: #eb7092;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-dropbox,
.coveo-sprites-salesforce-standard-dropbox-small {
  background-color: #52aef9;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-concur,
.coveo-sprites-salesforce-standard-concur-small {
  background-color: #4cc3c7;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-email-chatter,
.coveo-sprites-salesforce-standard-email-chatter-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-case-transcript,
.coveo-sprites-salesforce-standard-case-transcript-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-case-email,
.coveo-sprites-salesforce-standard-case-email-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-case-log-a-call,
.coveo-sprites-salesforce-standard-case-log-a-call-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-case-comment,
.coveo-sprites-salesforce-standard-case-comment-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-case-change-status,
.coveo-sprites-salesforce-standard-case-change-status-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-work-order,
.coveo-sprites-salesforce-standard-work-order-small {
  background-color: #50e3c2;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-work-order-item,
.coveo-sprites-salesforce-standard-work-order-item-small {
  background-color: #33a8dc;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-client,
.coveo-sprites-salesforce-standard-client-small {
  background-color: #00d2be;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-sprites-salesforce-standard-contract-small,
.coveo-icon.objecttype.coveo-small.Contract,
.coveo-icon.objecttype.coveo-small.contract {
  background-color: #6ec06e;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-dashboard,
.coveo-sprites-salesforce-standard-dashboard-small {
  background-color: #ef6e64;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.Incident,
.coveo-icon.objecttype.incident,
.coveo-sprites-salesforce-standard-case-small,
.coveo-icon.objecttype.coveo-small.Case,
.coveo-icon.objecttype.coveo-small.case,
.coveo-icon.objecttype.coveo-small.Incident,
.coveo-icon.objecttype.coveo-small.incident {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-empty,
.coveo-sprites-salesforce-standard-empty-small {
  background-color: #8199af;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-default,
.coveo-sprites-salesforce-standard-default-small {
  background-color: #8199af;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-custom,
.coveo-sprites-salesforce-standard-custom-small {
  background-color: #8199af;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-canvas,
.coveo-sprites-salesforce-standard-canvas-small {
  background-color: #8199af;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-sprites-salesforce-standard-contact-small,
.coveo-icon.objecttype.coveo-small.Contact,
.coveo-icon.objecttype.coveo-small.contact {
  background-color: #a094ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-portal,
.coveo-sprites-salesforce-standard-portal-small {
  background-color: #aec770;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-product,
.coveo-sprites-salesforce-standard-product-small {
  background-color: #b781d3;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-pricebook,
.coveo-sprites-salesforce-standard-pricebook-small {
  background-color: #b781d3;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-feed,
.coveo-sprites-salesforce-standard-feed-small {
  background-color: #62b7ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-feedback,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-sprites-salesforce-standard-feedback-small,
.coveo-icon.objecttype.coveo-small.Casecomment,
.coveo-icon.objecttype.coveo-small.casecomment {
  background-color: #6da1ea;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-file,
.coveo-sprites-salesforce-standard-file-small {
  background-color: #baac93;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-goals,
.coveo-icon.objecttype.Goal,
.coveo-icon.objecttype.goal,
.coveo-sprites-salesforce-standard-goals-small,
.coveo-icon.objecttype.coveo-small.Goal,
.coveo-icon.objecttype.coveo-small.goal {
  background-color: #56aadf;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-groups,
.coveo-sprites-salesforce-standard-groups-small {
  background-color: #779ef2;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-household,
.coveo-sprites-salesforce-standard-household-small {
  background-color: #00afa0;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-hierarchy,
.coveo-sprites-salesforce-standard-hierarchy-small {
  background-color: #34becd;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-insights,
.coveo-sprites-salesforce-standard-insights-small {
  background-color: #ec94ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-investment-account,
.coveo-sprites-salesforce-standard-investment-account-small {
  background-color: #4bc076;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-performance,
.coveo-sprites-salesforce-standard-performance-small {
  background-color: #f8b156;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-link,
.coveo-sprites-salesforce-standard-link-small {
  background-color: #7a9ae6;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-metrics,
.coveo-sprites-salesforce-standard-metrics-small {
  background-color: #56aadf;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-sprites-salesforce-standard-note-small,
.coveo-icon.objecttype.coveo-small.Note,
.coveo-icon.objecttype.coveo-small.note {
  background-color: #e6d478;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-sprites-salesforce-standard-lead-small,
.coveo-icon.objecttype.coveo-small.Lead,
.coveo-icon.objecttype.coveo-small.lead {
  background-color: #f88962;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.Opportunityproduct,
.coveo-icon.objecttype.opportunityproduct,
.coveo-sprites-salesforce-standard-opportunity-small,
.coveo-icon.objecttype.coveo-small.Opportunity,
.coveo-icon.objecttype.coveo-small.opportunity,
.coveo-icon.objecttype.coveo-small.Opportunityproduct,
.coveo-icon.objecttype.coveo-small.opportunityproduct {
  background-color: #fcb95b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-call,
.coveo-sprites-salesforce-standard-call-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-call-history,
.coveo-sprites-salesforce-standard-call-history-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-orders,
.coveo-icon.objecttype.Salesorder,
.coveo-icon.objecttype.salesorder,
.coveo-sprites-salesforce-standard-orders-small,
.coveo-icon.objecttype.coveo-small.Salesorder,
.coveo-icon.objecttype.coveo-small.salesorder {
  background-color: #769ed9;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-post,
.coveo-icon.objecttype.Feeditem,
.coveo-icon.objecttype.feeditem,
.coveo-icon.objecttype.Feedcomment,
.coveo-icon.objecttype.feedcomment,
.coveo-sprites-salesforce-standard-post-small,
.coveo-icon.objecttype.coveo-small.Feeditem,
.coveo-icon.objecttype.coveo-small.feeditem,
.coveo-icon.objecttype.coveo-small.Feedcomment,
.coveo-icon.objecttype.coveo-small.feedcomment {
  background-color: #65cae4;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-poll,
.coveo-sprites-salesforce-standard-poll-small {
  background-color: #699be1;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-photo,
.coveo-sprites-salesforce-standard-photo-small {
  background-color: #d7d1d1;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-people,
.coveo-sprites-salesforce-standard-people-small {
  background-color: #34becd;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-generic-loading,
.coveo-sprites-salesforce-standard-generic-loading-small {
  background-color: #b8c3ce;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-group-loading,
.coveo-sprites-salesforce-standard-group-loading-small {
  background-color: #b8c3ce;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-recent,
.coveo-sprites-salesforce-standard-recent-small {
  background-color: #6ca1e9;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-solution,
.coveo-sprites-salesforce-standard-solution-small {
  background-color: #8fc972;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-record,
.coveo-sprites-salesforce-standard-record-small {
  background-color: #7dc37d;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-question-best,
.coveo-sprites-salesforce-standard-question-best-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-question-feed,
.coveo-sprites-salesforce-standard-question-feed-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-related-list,
.coveo-sprites-salesforce-standard-related-list-small {
  background-color: #59bcab;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-skill-entity,
.coveo-sprites-salesforce-standard-skill-entity-small {
  background-color: #8b9ae3;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-scan-card,
.coveo-sprites-salesforce-standard-scan-card-small {
  background-color: #f39e58;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-report,
.coveo-sprites-salesforce-standard-report-small {
  background-color: #2ecbbe;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-quotes,
.coveo-icon.objecttype.Quote,
.coveo-icon.objecttype.quote,
.coveo-sprites-salesforce-standard-quotes-small,
.coveo-icon.objecttype.coveo-small.Quote,
.coveo-icon.objecttype.coveo-small.quote {
  background-color: #88c651;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-sprites-salesforce-standard-task-small,
.coveo-icon.objecttype.coveo-small.Task,
.coveo-icon.objecttype.coveo-small.task {
  background-color: #4bc076;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-task2,
.coveo-sprites-salesforce-standard-task2-small {
  background-color: #4bc076;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-team-member,
.coveo-sprites-salesforce-standard-team-member-small {
  background-color: #f2cf5b;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-thanks,
.coveo-sprites-salesforce-standard-thanks-small {
  background-color: #e9696e;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-reward,
.coveo-sprites-salesforce-standard-reward-small {
  background-color: #e9696e;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-thanks-loading,
.coveo-sprites-salesforce-standard-thanks-loading-small {
  background-color: #b8c3ce;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-today,
.coveo-sprites-salesforce-standard-today-small {
  background-color: #ef7ead;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-topic,
.coveo-sprites-salesforce-standard-topic-small {
  background-color: #56aadf;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-unmatched,
.coveo-sprites-salesforce-standard-unmatched-small {
  background-color: #62b7ed;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-marketing-actions,
.coveo-sprites-salesforce-standard-marketing-actions-small {
  background-color: #6bbd6e;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-relationship,
.coveo-sprites-salesforce-standard-relationship-small {
  background-color: #3c97dd;
  border-radius: 0;
}
.coveo-sprites-salesforce-standard-folder,
.coveo-sprites-salesforce-standard-folder-small {
  background-color: #8b9ae3;
  border-radius: 0;
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.coveo-loading-spinner {
  margin: 3em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border: 0.7em solid rgba(128, 128, 128, 0.2);
  border-left-color: gray;
  -webkit-animation: coveo-loading-spinner-animation 1.1s infinite linear;
  animation: coveo-loading-spinner-animation 1.1s infinite linear;
}
.coveo-loading-spinner-container {
  width: 100%;
}
.ie8or9 .coveo-loading-spinner {
  background: url(../image/wait.gif) no-repeat;
  border: none;
}
.coveo-loading-spinner,
.coveo-loading-spinner:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
@-webkit-keyframes coveo-loading-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-loading-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200 / 100), only screen and (min-device-pixel-ratio: 2) {
  .coveo-sprites-coveo-logo,
  .coveo-logo,
  .coveo-sprites-case,
  .coveo-icon.filetype.exchangetask,
  .coveo-icon.sysfiletype.exchangetask,
  .coveo-icon.filetype.spprojecttask,
  .coveo-icon.sysfiletype.spprojecttask,
  .coveo-icon.filetype.spprojecttasklist,
  .coveo-icon.sysfiletype.spprojecttasklist,
  .coveo-sprites-line,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox > span,
  .coveo-sprites-file,
  .coveo-icon.objecttype.File,
  .coveo-icon.objecttype.file,
  .coveo-icon.objecttype.Annotation,
  .coveo-icon.objecttype.annotation,
  .coveo-icon.filetype.txt,
  .coveo-icon.sysfiletype.txt,
  .coveo-icon.filetype.zip,
  .coveo-icon.sysfiletype.zip,
  .coveo-icon.filetype.pdf,
  .coveo-icon.sysfiletype.pdf,
  .coveo-icon.filetype.xml,
  .coveo-icon.sysfiletype.xml,
  .coveo-icon.filetype.doc,
  .coveo-icon.sysfiletype.doc,
  .coveo-icon.filetype.xls,
  .coveo-icon.sysfiletype.xls,
  .coveo-icon.filetype.ppt,
  .coveo-icon.sysfiletype.ppt,
  .coveo-icon.filetype.exchangedocument,
  .coveo-icon.sysfiletype.exchangedocument,
  .coveo-icon.filetype.spresource,
  .coveo-icon.sysfiletype.spresource,
  .coveo-icon.filetype.spresourcelist,
  .coveo-icon.sysfiletype.spresourcelist,
  .coveo-sprites-attachment,
  .coveo-icon.objecttype.Attachment,
  .coveo-icon.objecttype.attachment,
  .coveo-sprites-user,
  .coveo-icon.objecttype.People,
  .coveo-icon.objecttype.people,
  .coveo-icon.objecttype.User,
  .coveo-icon.objecttype.user,
  .coveo-icon.objecttype.Partner,
  .coveo-icon.objecttype.partner,
  .coveo-icon.objecttype.Socialprofile,
  .coveo-icon.objecttype.socialprofile,
  .coveo-icon.filetype.exchangeperson,
  .coveo-icon.sysfiletype.exchangeperson,
  .coveo-icon.filetype.activedirperson,
  .coveo-icon.sysfiletype.activedirperson,
  .coveo-icon.filetype.exchangegroup,
  .coveo-icon.sysfiletype.exchangegroup,
  .coveo-icon.filetype.spuserprofile,
  .coveo-icon.sysfiletype.spuserprofile,
  .coveo-icon.filetype.spcontact,
  .coveo-icon.sysfiletype.spcontact,
  .coveo-icon.filetype.spcontactlist,
  .coveo-icon.sysfiletype.spcontactlist,
  .coveo-icon.filetype.spattendee,
  .coveo-icon.sysfiletype.spattendee,
  .coveo-icon.filetype.spattendeelist,
  .coveo-icon.sysfiletype.spattendeelist,
  .coveo-icon.filetype.spuserinformation,
  .coveo-icon.sysfiletype.spuserinformation,
  .coveo-icon.filetype.spuserinformationlist,
  .coveo-icon.sysfiletype.spuserinformationlist,
  .CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail,
  .coveo-sprites-folder,
  .coveo-icon.filetype.folder,
  .coveo-icon.sysfiletype.folder,
  .coveo-icon.filetype.spdocumentlibrarylist,
  .coveo-icon.sysfiletype.spdocumentlibrarylist,
  .coveo-icon.filetype.spformlibrarylist,
  .coveo-icon.sysfiletype.spformlibrarylist,
  .coveo-icon.filetype.spsitedirectory,
  .coveo-icon.sysfiletype.spsitedirectory,
  .coveo-icon.filetype.spsitedirectorylist,
  .coveo-icon.sysfiletype.spsitedirectorylist,
  .coveo-icon.filetype.splisttemplatecataloglist,
  .coveo-icon.sysfiletype.splisttemplatecataloglist,
  .coveo-icon.filetype.spwebpartcataloglist,
  .coveo-icon.sysfiletype.spwebpartcataloglist,
  .coveo-icon.filetype.spwebtemplatecataloglist,
  .coveo-icon.sysfiletype.spwebtemplatecataloglist,
  .coveo-icon.filetype.spworkspacepagelist,
  .coveo-icon.sysfiletype.spworkspacepagelist,
  .coveo-icon.filetype.spareadocumentlibrarylist,
  .coveo-icon.sysfiletype.spareadocumentlibrarylist,
  .coveo-icon.filetype.spmasterpagescataloglist,
  .coveo-icon.sysfiletype.spmasterpagescataloglist,
  .coveo-icon.filetype.spnocodeworkflowlibrarylist,
  .coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
  .coveo-icon.filetype.sppublishingpageslibrarylist,
  .coveo-icon.sysfiletype.sppublishingpageslibrarylist,
  .coveo-icon.filetype.spreportdocumentlibrarylist,
  .coveo-icon.sysfiletype.spreportdocumentlibrarylist,
  .coveo-icon.filetype.spreportlibrarylist,
  .coveo-icon.sysfiletype.spreportlibrarylist,
  .coveo-icon.filetype.spslidelibrarylist,
  .coveo-icon.sysfiletype.spslidelibrarylist,
  .coveo-icon.filetype.sptranslationmanagementlibrarylist,
  .coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
  .coveo-icon.filetype.spwikipagelibrarylist,
  .coveo-icon.sysfiletype.spwikipagelibrarylist,
  .coveo-icon.filetype.sppublishingimageslibrarylist,
  .coveo-icon.sysfiletype.sppublishingimageslibrarylist,
  .coveo-icon.filetype.spdashboardslibrarylist,
  .coveo-icon.sysfiletype.spdashboardslibrarylist,
  .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.filetype.spimedictionary,
  .coveo-icon.sysfiletype.spimedictionary,
  .coveo-icon.filetype.spimedictionarylist,
  .coveo-icon.sysfiletype.spimedictionarylist,
  .coveo-icon.filetype.sprecordlibrarylist,
  .coveo-icon.sysfiletype.sprecordlibrarylist,
  .coveo-icon.filetype.spprocessdiagramslibrarylist,
  .coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
  .coveo-icon.filetype.spsitethemeslibrarylist,
  .coveo-icon.sysfiletype.spsitethemeslibrarylist,
  .coveo-icon.filetype.spsolutionslibrarylist,
  .coveo-icon.sysfiletype.spsolutionslibrarylist,
  .coveo-icon.filetype.spwfpublibrarylist,
  .coveo-icon.sysfiletype.spwfpublibrarylist,
  .coveo-icon.filetype.spdocumentset,
  .coveo-icon.sysfiletype.spdocumentset,
  .coveo-icon.filetype.splistfolder,
  .coveo-icon.sysfiletype.splistfolder,
  .coveo-sprites-calendar,
  .coveo-icon.objecttype.Campaign,
  .coveo-icon.objecttype.campaign,
  .coveo-icon.filetype.exchangeappointment,
  .coveo-icon.sysfiletype.exchangeappointment,
  .coveo-icon.filetype.exchangecalendarmessage,
  .coveo-icon.sysfiletype.exchangecalendarmessage,
  .coveo-icon.filetype.spevent,
  .coveo-icon.sysfiletype.spevent,
  .coveo-icon.filetype.speventlist,
  .coveo-icon.sysfiletype.speventlist,
  .coveo-icon.filetype.sptask,
  .coveo-icon.sysfiletype.sptask,
  .coveo-icon.filetype.sptasklist,
  .coveo-icon.sysfiletype.sptasklist,
  .coveo-icon.filetype.spagenda,
  .coveo-icon.sysfiletype.spagenda,
  .coveo-icon.filetype.spagendalist,
  .coveo-icon.sysfiletype.spagendalist,
  .coveo-icon.filetype.spmeetingserie,
  .coveo-icon.sysfiletype.spmeetingserie,
  .coveo-icon.filetype.spmeetingserielist,
  .coveo-icon.sysfiletype.spmeetingserielist,
  .coveo-icon.filetype.spadministratortask,
  .coveo-icon.sysfiletype.spadministratortask,
  .coveo-icon.filetype.spadministratortasklist,
  .coveo-icon.sysfiletype.spadministratortasklist,
  .coveo-icon.filetype.spworkflowhistory,
  .coveo-icon.sysfiletype.spworkflowhistory,
  .coveo-icon.filetype.spworkflowhistorylist,
  .coveo-icon.sysfiletype.spworkflowhistorylist,
  .coveo-sprites-images,
  .coveo-icon.filetype.image,
  .coveo-icon.sysfiletype.image,
  .coveo-icon.filetype.sppicturelibrarylist,
  .coveo-icon.sysfiletype.sppicturelibrarylist,
  .coveo-sprites-kb,
  .coveo-icon.objecttype.Salesliterature,
  .coveo-icon.objecttype.salesliterature,
  .coveo-icon.filetype.spdatasource,
  .coveo-icon.sysfiletype.spdatasource,
  .coveo-icon.filetype.spdatasourcelist,
  .coveo-icon.sysfiletype.spdatasourcelist,
  .coveo-icon.filetype.spdataconnectionlibrarylist,
  .coveo-icon.sysfiletype.spdataconnectionlibrarylist,
  .coveo-icon.filetype.spipfslist,
  .coveo-icon.sysfiletype.spipfslist,
  .coveo-sprites-video,
  .coveo-icon.filetype.video,
  .coveo-icon.sysfiletype.video,
  .coveo-icon.filetype.youtube,
  .coveo-icon.sysfiletype.youtube,
  .coveo-icon.filetype.youtubevideo,
  .coveo-icon.sysfiletype.youtubevideo,
  .coveo-icon.filetype.youtubeplaylistitem,
  .coveo-icon.sysfiletype.youtubeplaylistitem,
  .coveo-sprites-link,
  .coveo-icon.filetype.spissue,
  .coveo-icon.sysfiletype.spissue,
  .coveo-icon.filetype.spissuelist,
  .coveo-icon.sysfiletype.spissuelist,
  .coveo-icon.filetype.splink,
  .coveo-icon.sysfiletype.splink,
  .coveo-icon.filetype.splinklist,
  .coveo-icon.sysfiletype.splinklist,
  .coveo-icon.filetype.spdocumentlink,
  .coveo-icon.sysfiletype.spdocumentlink,
  .coveo-sprites-list,
  .coveo-icon.objecttype.Feed,
  .coveo-icon.objecttype.feed,
  .coveo-icon.objecttype.Thread,
  .coveo-icon.objecttype.thread,
  .coveo-icon.objecttype.Board,
  .coveo-icon.objecttype.board,
  .coveo-icon.objecttype.Category,
  .coveo-icon.objecttype.category,
  .coveo-icon.objecttype.Invoice,
  .coveo-icon.objecttype.invoice,
  .coveo-icon.objecttype.List,
  .coveo-icon.objecttype.list,
  .coveo-icon.objecttype.Queueitem,
  .coveo-icon.objecttype.queueitem,
  .coveo-icon.objecttype.Service,
  .coveo-icon.objecttype.service,
  .coveo-icon.objecttype.Kbarticlecomment,
  .coveo-icon.objecttype.kbarticlecomment,
  .coveo-icon.filetype.saleforceitem,
  .coveo-icon.sysfiletype.saleforceitem,
  .coveo-icon.filetype.dynamicscrmitem,
  .coveo-icon.sysfiletype.dynamicscrmitem,
  .coveo-icon.filetype.exchangenote,
  .coveo-icon.sysfiletype.exchangenote,
  .coveo-icon.filetype.exchangeactivity,
  .coveo-icon.sysfiletype.exchangeactivity,
  .coveo-icon.filetype.exchangerssfeed,
  .coveo-icon.sysfiletype.exchangerssfeed,
  .coveo-icon.filetype.exchangeofficecom,
  .coveo-icon.sysfiletype.exchangeofficecom,
  .coveo-icon.filetype.lithiumthread,
  .coveo-icon.sysfiletype.lithiumthread,
  .coveo-icon.filetype.lithiumboard,
  .coveo-icon.sysfiletype.lithiumboard,
  .coveo-icon.filetype.lithiumcategory,
  .coveo-icon.sysfiletype.lithiumcategory,
  .coveo-icon.filetype.spannouncement,
  .coveo-icon.sysfiletype.spannouncement,
  .coveo-icon.filetype.spannouncementlist,
  .coveo-icon.sysfiletype.spannouncementlist,
  .coveo-icon.filetype.spdiscussionboard,
  .coveo-icon.sysfiletype.spdiscussionboard,
  .coveo-icon.filetype.spdiscussionboardlist,
  .coveo-icon.sysfiletype.spdiscussionboardlist,
  .coveo-icon.filetype.sptextbox,
  .coveo-icon.sysfiletype.sptextbox,
  .coveo-icon.filetype.sptextboxlist,
  .coveo-icon.sysfiletype.sptextboxlist,
  .coveo-icon.filetype.spblogcategory,
  .coveo-icon.sysfiletype.spblogcategory,
  .coveo-icon.filetype.spblogcategorylist,
  .coveo-icon.sysfiletype.spblogcategorylist,
  .coveo-icon.filetype.spblogcomment,
  .coveo-icon.sysfiletype.spblogcomment,
  .coveo-icon.filetype.spblogcommentlist,
  .coveo-icon.sysfiletype.spblogcommentlist,
  .coveo-icon.filetype.spblogpost,
  .coveo-icon.sysfiletype.spblogpost,
  .coveo-icon.filetype.spblogpostlist,
  .coveo-icon.sysfiletype.spblogpostlist,
  .coveo-icon.filetype.splanguagesandtranslator,
  .coveo-icon.sysfiletype.splanguagesandtranslator,
  .coveo-icon.filetype.splanguagesandtranslatorlist,
  .coveo-icon.sysfiletype.splanguagesandtranslatorlist,
  .coveo-icon.filetype.sphealthreport,
  .coveo-icon.sysfiletype.sphealthreport,
  .coveo-icon.filetype.sphealthreportlist,
  .coveo-icon.sysfiletype.sphealthreportlist,
  .coveo-icon.filetype.sphealthrule,
  .coveo-icon.sysfiletype.sphealthrule,
  .coveo-icon.filetype.sphealthrulelist,
  .coveo-icon.sysfiletype.sphealthrulelist,
  .coveo-icon.filetype.spperformancepointcontent,
  .coveo-icon.sysfiletype.spperformancepointcontent,
  .coveo-icon.filetype.spperformancepointcontentlist,
  .coveo-icon.sysfiletype.spperformancepointcontentlist,
  .coveo-icon.filetype.spphonecallmemo,
  .coveo-icon.sysfiletype.spphonecallmemo,
  .coveo-icon.filetype.spphonecallmemolist,
  .coveo-icon.sysfiletype.spphonecallmemolist,
  .coveo-icon.filetype.spmicrofeedpost,
  .coveo-icon.sysfiletype.spmicrofeedpost,
  .coveo-icon.filetype.spmicrofeedlist,
  .coveo-icon.sysfiletype.spmicrofeedlist,
  .coveo-sprites-custom,
  .coveo-icon.objecttype,
  .coveo-icon.filetype,
  .coveo-icon.sysfiletype,
  .coveo-icon.filetype.exchangefreebusy,
  .coveo-icon.sysfiletype.exchangefreebusy,
  .coveo-icon.filetype.exchangemdn,
  .coveo-icon.sysfiletype.exchangemdn,
  .coveo-icon.filetype.exchangeobject,
  .coveo-icon.sysfiletype.exchangeobject,
  .coveo-icon.filetype.lithiumcommunity,
  .coveo-icon.sysfiletype.lithiumcommunity,
  .coveo-icon.filetype.sparea,
  .coveo-icon.sysfiletype.sparea,
  .coveo-icon.filetype.spcustomlist,
  .coveo-icon.sysfiletype.spcustomlist,
  .coveo-icon.filetype.spsurvey,
  .coveo-icon.sysfiletype.spsurvey,
  .coveo-icon.filetype.spsurveylist,
  .coveo-icon.sysfiletype.spsurveylist,
  .coveo-icon.filetype.spcustomgridlist,
  .coveo-icon.sysfiletype.spcustomgridlist,
  .coveo-icon.filetype.spdecision,
  .coveo-icon.sysfiletype.spdecision,
  .coveo-icon.filetype.spdecisionlist,
  .coveo-icon.sysfiletype.spdecisionlist,
  .coveo-icon.filetype.spobjective,
  .coveo-icon.sysfiletype.spobjective,
  .coveo-icon.filetype.spobjectivelist,
  .coveo-icon.sysfiletype.spobjectivelist,
  .coveo-icon.filetype.spthingstobring,
  .coveo-icon.sysfiletype.spthingstobring,
  .coveo-icon.filetype.spthingstobringlist,
  .coveo-icon.sysfiletype.spthingstobringlist,
  .coveo-icon.filetype.sparealisting,
  .coveo-icon.sysfiletype.sparealisting,
  .coveo-icon.filetype.spunknownlist,
  .coveo-icon.sysfiletype.spunknownlist,
  .coveo-icon.filetype.spdistributiongroup,
  .coveo-icon.sysfiletype.spdistributiongroup,
  .coveo-icon.filetype.spdistributiongrouplist,
  .coveo-icon.sysfiletype.spdistributiongrouplist,
  .coveo-icon.filetype.spkeyperformanceindicator,
  .coveo-icon.sysfiletype.spkeyperformanceindicator,
  .coveo-icon.filetype.spkeyperformanceindicatorlist,
  .coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
  .coveo-icon.filetype.sptab,
  .coveo-icon.sysfiletype.sptab,
  .coveo-icon.filetype.sptablist,
  .coveo-icon.sysfiletype.sptablist,
  .coveo-icon.filetype.spworkflowprocess,
  .coveo-icon.sysfiletype.spworkflowprocess,
  .coveo-icon.filetype.spworkflowprocesslist,
  .coveo-icon.sysfiletype.spworkflowprocesslist,
  .coveo-icon.filetype.spcirculation,
  .coveo-icon.sysfiletype.spcirculation,
  .coveo-icon.filetype.spcirculationlist,
  .coveo-icon.sysfiletype.spcirculationlist,
  .coveo-icon.filetype.spwhereabout,
  .coveo-icon.sysfiletype.spwhereabout,
  .coveo-icon.filetype.spwhereaboutlist,
  .coveo-icon.sysfiletype.spwhereaboutlist,
  .coveo-sprites-webpage,
  .coveo-icon.filetype.html,
  .coveo-icon.sysfiletype.html,
  .coveo-icon.filetype.wiki,
  .coveo-icon.sysfiletype.wiki,
  .coveo-icon.filetype.webscraperwebpage,
  .coveo-icon.sysfiletype.webscraperwebpage,
  .coveo-icon.filetype.spportal,
  .coveo-icon.sysfiletype.spportal,
  .coveo-icon.filetype.spsite,
  .coveo-icon.sysfiletype.spsite,
  .coveo-sprites-mail,
  .coveo-icon.objecttype.Message,
  .coveo-icon.objecttype.message,
  .coveo-icon.objecttype.Email,
  .coveo-icon.objecttype.email,
  .coveo-icon.filetype.exchangemessage,
  .coveo-icon.sysfiletype.exchangemessage,
  .coveo-icon.filetype.exchangedsn,
  .coveo-icon.sysfiletype.exchangedsn,
  .coveo-icon.filetype.exchangerecallmessage,
  .coveo-icon.sysfiletype.exchangerecallmessage,
  .coveo-icon.filetype.exchangerecallreport,
  .coveo-icon.sysfiletype.exchangerecallreport,
  .coveo-icon.filetype.exchangejunkmessage,
  .coveo-icon.sysfiletype.exchangejunkmessage,
  .coveo-icon.filetype.lithiummessage,
  .coveo-icon.sysfiletype.lithiummessage,
  .coveo-sprites-product,
  .coveo-icon.objecttype.Product,
  .coveo-icon.objecttype.product,
  .coveo-sprites-database,
  .coveo-sprites-search-options-inactive,
  .coveo-sprites-quickview,
  .CoveoQuickview .coveo-icon-for-quickview,
  .CoveoResultAttachments .coveo-thumbnail-icon,
  .coveo-feedItem-result .coveo-thumbnail-icon,
  .coveo-feedComment-result .coveo-thumbnail-icon,
  .coveo-sprites-dropdown-density-checked,
  .coveo-sprites-more-tabs,
  .coveo-sprites-folder-small,
  .coveo-icon.filetype.coveo-small.folder,
  .coveo-icon.sysfiletype.coveo-small.folder,
  .coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
  .coveo-icon.filetype.coveo-small.spformlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
  .coveo-icon.filetype.coveo-small.spsitedirectory,
  .coveo-icon.sysfiletype.coveo-small.spsitedirectory,
  .coveo-icon.filetype.coveo-small.spsitedirectorylist,
  .coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
  .coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
  .coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
  .coveo-icon.filetype.coveo-small.spwebpartcataloglist,
  .coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
  .coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
  .coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
  .coveo-icon.filetype.coveo-small.spworkspacepagelist,
  .coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
  .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
  .coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
  .coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
  .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
  .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
  .coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
  .coveo-icon.filetype.coveo-small.spreportlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
  .coveo-icon.filetype.coveo-small.spslidelibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
  .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
  .coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
  .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
  .coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
  .coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.filetype.coveo-small.spimedictionary,
  .coveo-icon.sysfiletype.coveo-small.spimedictionary,
  .coveo-icon.filetype.coveo-small.spimedictionarylist,
  .coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
  .coveo-icon.filetype.coveo-small.sprecordlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
  .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
  .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
  .coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
  .coveo-icon.filetype.coveo-small.spwfpublibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
  .coveo-icon.filetype.coveo-small.spdocumentset,
  .coveo-icon.sysfiletype.coveo-small.spdocumentset,
  .coveo-icon.filetype.coveo-small.splistfolder,
  .coveo-icon.sysfiletype.coveo-small.splistfolder,
  .coveo-sprites-pager-left-arrow,
  .coveo-pager-previous > a > span,
  .coveo-sprites-download,
  .coveo-sprites-settings,
  .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
  .coveo-sprites-file-small,
  .coveo-icon.objecttype.coveo-small.File,
  .coveo-icon.objecttype.coveo-small.file,
  .coveo-icon.objecttype.coveo-small.Annotation,
  .coveo-icon.objecttype.coveo-small.annotation,
  .coveo-icon.filetype.coveo-small.txt,
  .coveo-icon.sysfiletype.coveo-small.txt,
  .coveo-icon.filetype.coveo-small.zip,
  .coveo-icon.sysfiletype.coveo-small.zip,
  .coveo-icon.filetype.coveo-small.pdf,
  .coveo-icon.sysfiletype.coveo-small.pdf,
  .coveo-icon.filetype.coveo-small.xml,
  .coveo-icon.sysfiletype.coveo-small.xml,
  .coveo-icon.filetype.coveo-small.doc,
  .coveo-icon.sysfiletype.coveo-small.doc,
  .coveo-icon.filetype.coveo-small.xls,
  .coveo-icon.sysfiletype.coveo-small.xls,
  .coveo-icon.filetype.coveo-small.ppt,
  .coveo-icon.sysfiletype.coveo-small.ppt,
  .coveo-icon.filetype.coveo-small.exchangedocument,
  .coveo-icon.sysfiletype.coveo-small.exchangedocument,
  .coveo-icon.filetype.coveo-small.spresource,
  .coveo-icon.sysfiletype.coveo-small.spresource,
  .coveo-icon.filetype.coveo-small.spresourcelist,
  .coveo-icon.sysfiletype.coveo-small.spresourcelist,
  .coveo-sprites-pager-right-arrow,
  .coveo-pager-next > a > span,
  .coveo-sprites-edit,
  .coveo-sprites-edit-picklist,
  .coveo-sprites-list-small,
  .coveo-icon.objecttype.coveo-small.Feed,
  .coveo-icon.objecttype.coveo-small.feed,
  .coveo-icon.objecttype.coveo-small.Thread,
  .coveo-icon.objecttype.coveo-small.thread,
  .coveo-icon.objecttype.coveo-small.Board,
  .coveo-icon.objecttype.coveo-small.board,
  .coveo-icon.objecttype.coveo-small.Category,
  .coveo-icon.objecttype.coveo-small.category,
  .coveo-icon.objecttype.coveo-small.Invoice,
  .coveo-icon.objecttype.coveo-small.invoice,
  .coveo-icon.objecttype.coveo-small.List,
  .coveo-icon.objecttype.coveo-small.list,
  .coveo-icon.objecttype.coveo-small.Queueitem,
  .coveo-icon.objecttype.coveo-small.queueitem,
  .coveo-icon.objecttype.coveo-small.Service,
  .coveo-icon.objecttype.coveo-small.service,
  .coveo-icon.objecttype.coveo-small.Kbarticlecomment,
  .coveo-icon.objecttype.coveo-small.kbarticlecomment,
  .coveo-icon.filetype.coveo-small.saleforceitem,
  .coveo-icon.sysfiletype.coveo-small.saleforceitem,
  .coveo-icon.filetype.coveo-small.dynamicscrmitem,
  .coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
  .coveo-icon.filetype.coveo-small.exchangenote,
  .coveo-icon.sysfiletype.coveo-small.exchangenote,
  .coveo-icon.filetype.coveo-small.exchangeactivity,
  .coveo-icon.sysfiletype.coveo-small.exchangeactivity,
  .coveo-icon.filetype.coveo-small.exchangerssfeed,
  .coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
  .coveo-icon.filetype.coveo-small.exchangeofficecom,
  .coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
  .coveo-icon.filetype.coveo-small.lithiumthread,
  .coveo-icon.sysfiletype.coveo-small.lithiumthread,
  .coveo-icon.filetype.coveo-small.lithiumboard,
  .coveo-icon.sysfiletype.coveo-small.lithiumboard,
  .coveo-icon.filetype.coveo-small.lithiumcategory,
  .coveo-icon.sysfiletype.coveo-small.lithiumcategory,
  .coveo-icon.filetype.coveo-small.spannouncement,
  .coveo-icon.sysfiletype.coveo-small.spannouncement,
  .coveo-icon.filetype.coveo-small.spannouncementlist,
  .coveo-icon.sysfiletype.coveo-small.spannouncementlist,
  .coveo-icon.filetype.coveo-small.spdiscussionboard,
  .coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
  .coveo-icon.filetype.coveo-small.spdiscussionboardlist,
  .coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
  .coveo-icon.filetype.coveo-small.sptextbox,
  .coveo-icon.sysfiletype.coveo-small.sptextbox,
  .coveo-icon.filetype.coveo-small.sptextboxlist,
  .coveo-icon.sysfiletype.coveo-small.sptextboxlist,
  .coveo-icon.filetype.coveo-small.spblogcategory,
  .coveo-icon.sysfiletype.coveo-small.spblogcategory,
  .coveo-icon.filetype.coveo-small.spblogcategorylist,
  .coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
  .coveo-icon.filetype.coveo-small.spblogcomment,
  .coveo-icon.sysfiletype.coveo-small.spblogcomment,
  .coveo-icon.filetype.coveo-small.spblogcommentlist,
  .coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
  .coveo-icon.filetype.coveo-small.spblogpost,
  .coveo-icon.sysfiletype.coveo-small.spblogpost,
  .coveo-icon.filetype.coveo-small.spblogpostlist,
  .coveo-icon.sysfiletype.coveo-small.spblogpostlist,
  .coveo-icon.filetype.coveo-small.splanguagesandtranslator,
  .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
  .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
  .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
  .coveo-icon.filetype.coveo-small.sphealthreport,
  .coveo-icon.sysfiletype.coveo-small.sphealthreport,
  .coveo-icon.filetype.coveo-small.sphealthreportlist,
  .coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
  .coveo-icon.filetype.coveo-small.sphealthrule,
  .coveo-icon.sysfiletype.coveo-small.sphealthrule,
  .coveo-icon.filetype.coveo-small.sphealthrulelist,
  .coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
  .coveo-icon.filetype.coveo-small.spperformancepointcontent,
  .coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
  .coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
  .coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
  .coveo-icon.filetype.coveo-small.spphonecallmemo,
  .coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
  .coveo-icon.filetype.coveo-small.spphonecallmemolist,
  .coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
  .coveo-icon.filetype.coveo-small.spmicrofeedpost,
  .coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
  .coveo-icon.filetype.coveo-small.spmicrofeedlist,
  .coveo-icon.sysfiletype.coveo-small.spmicrofeedlist,
  .coveo-sprites-database-small,
  .coveo-sprites-webpage-small,
  .coveo-icon.filetype.coveo-small.html,
  .coveo-icon.sysfiletype.coveo-small.html,
  .coveo-icon.filetype.coveo-small.wiki,
  .coveo-icon.sysfiletype.coveo-small.wiki,
  .coveo-icon.filetype.coveo-small.webscraperwebpage,
  .coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
  .coveo-icon.filetype.coveo-small.spportal,
  .coveo-icon.sysfiletype.coveo-small.spportal,
  .coveo-icon.filetype.coveo-small.spsite,
  .coveo-icon.sysfiletype.coveo-small.spsite,
  .coveo-sprites-custom-small,
  .coveo-icon.objecttype.coveo-small,
  .coveo-icon.filetype.coveo-small,
  .coveo-icon.sysfiletype.coveo-small,
  .coveo-icon.filetype.coveo-small.exchangefreebusy,
  .coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
  .coveo-icon.filetype.coveo-small.exchangemdn,
  .coveo-icon.sysfiletype.coveo-small.exchangemdn,
  .coveo-icon.filetype.coveo-small.exchangeobject,
  .coveo-icon.sysfiletype.coveo-small.exchangeobject,
  .coveo-icon.filetype.coveo-small.lithiumcommunity,
  .coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
  .coveo-icon.filetype.coveo-small.sparea,
  .coveo-icon.sysfiletype.coveo-small.sparea,
  .coveo-icon.filetype.coveo-small.spcustomlist,
  .coveo-icon.sysfiletype.coveo-small.spcustomlist,
  .coveo-icon.filetype.coveo-small.spsurvey,
  .coveo-icon.sysfiletype.coveo-small.spsurvey,
  .coveo-icon.filetype.coveo-small.spsurveylist,
  .coveo-icon.sysfiletype.coveo-small.spsurveylist,
  .coveo-icon.filetype.coveo-small.spcustomgridlist,
  .coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
  .coveo-icon.filetype.coveo-small.spdecision,
  .coveo-icon.sysfiletype.coveo-small.spdecision,
  .coveo-icon.filetype.coveo-small.spdecisionlist,
  .coveo-icon.sysfiletype.coveo-small.spdecisionlist,
  .coveo-icon.filetype.coveo-small.spobjective,
  .coveo-icon.sysfiletype.coveo-small.spobjective,
  .coveo-icon.filetype.coveo-small.spobjectivelist,
  .coveo-icon.sysfiletype.coveo-small.spobjectivelist,
  .coveo-icon.filetype.coveo-small.spthingstobring,
  .coveo-icon.sysfiletype.coveo-small.spthingstobring,
  .coveo-icon.filetype.coveo-small.spthingstobringlist,
  .coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
  .coveo-icon.filetype.coveo-small.sparealisting,
  .coveo-icon.sysfiletype.coveo-small.sparealisting,
  .coveo-icon.filetype.coveo-small.spunknownlist,
  .coveo-icon.sysfiletype.coveo-small.spunknownlist,
  .coveo-icon.filetype.coveo-small.spdistributiongroup,
  .coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
  .coveo-icon.filetype.coveo-small.spdistributiongrouplist,
  .coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
  .coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
  .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
  .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
  .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
  .coveo-icon.filetype.coveo-small.sptab,
  .coveo-icon.sysfiletype.coveo-small.sptab,
  .coveo-icon.filetype.coveo-small.sptablist,
  .coveo-icon.sysfiletype.coveo-small.sptablist,
  .coveo-icon.filetype.coveo-small.spworkflowprocess,
  .coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
  .coveo-icon.filetype.coveo-small.spworkflowprocesslist,
  .coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
  .coveo-icon.filetype.coveo-small.spcirculation,
  .coveo-icon.sysfiletype.coveo-small.spcirculation,
  .coveo-icon.filetype.coveo-small.spcirculationlist,
  .coveo-icon.sysfiletype.coveo-small.spcirculationlist,
  .coveo-icon.filetype.coveo-small.spwhereabout,
  .coveo-icon.sysfiletype.coveo-small.spwhereabout,
  .coveo-icon.filetype.coveo-small.spwhereaboutlist,
  .coveo-icon.sysfiletype.coveo-small.spwhereaboutlist,
  .coveo-sprites-product-small,
  .coveo-icon.objecttype.coveo-small.Product,
  .coveo-icon.objecttype.coveo-small.product,
  .coveo-sprites-video-small,
  .coveo-icon.filetype.coveo-small.video,
  .coveo-icon.sysfiletype.coveo-small.video,
  .coveo-icon.filetype.coveo-small.youtube,
  .coveo-icon.sysfiletype.coveo-small.youtube,
  .coveo-icon.filetype.coveo-small.youtubevideo,
  .coveo-icon.sysfiletype.coveo-small.youtubevideo,
  .coveo-icon.filetype.coveo-small.youtubeplaylistitem,
  .coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem,
  .coveo-sprites-attachment-small,
  .coveo-icon.objecttype.coveo-small.Attachment,
  .coveo-icon.objecttype.coveo-small.attachment,
  .coveo-sprites-calendar-small,
  .coveo-icon.objecttype.coveo-small.Campaign,
  .coveo-icon.objecttype.coveo-small.campaign,
  .coveo-icon.filetype.coveo-small.exchangeappointment,
  .coveo-icon.sysfiletype.coveo-small.exchangeappointment,
  .coveo-icon.filetype.coveo-small.exchangecalendarmessage,
  .coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
  .coveo-icon.filetype.coveo-small.spevent,
  .coveo-icon.sysfiletype.coveo-small.spevent,
  .coveo-icon.filetype.coveo-small.speventlist,
  .coveo-icon.sysfiletype.coveo-small.speventlist,
  .coveo-icon.filetype.coveo-small.sptask,
  .coveo-icon.sysfiletype.coveo-small.sptask,
  .coveo-icon.filetype.coveo-small.sptasklist,
  .coveo-icon.sysfiletype.coveo-small.sptasklist,
  .coveo-icon.filetype.coveo-small.spagenda,
  .coveo-icon.sysfiletype.coveo-small.spagenda,
  .coveo-icon.filetype.coveo-small.spagendalist,
  .coveo-icon.sysfiletype.coveo-small.spagendalist,
  .coveo-icon.filetype.coveo-small.spmeetingserie,
  .coveo-icon.sysfiletype.coveo-small.spmeetingserie,
  .coveo-icon.filetype.coveo-small.spmeetingserielist,
  .coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
  .coveo-icon.filetype.coveo-small.spadministratortask,
  .coveo-icon.sysfiletype.coveo-small.spadministratortask,
  .coveo-icon.filetype.coveo-small.spadministratortasklist,
  .coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
  .coveo-icon.filetype.coveo-small.spworkflowhistory,
  .coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
  .coveo-icon.filetype.coveo-small.spworkflowhistorylist,
  .coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist,
  .coveo-sprites-images-small,
  .coveo-icon.filetype.coveo-small.image,
  .coveo-icon.sysfiletype.coveo-small.image,
  .coveo-icon.filetype.coveo-small.sppicturelibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist,
  .coveo-sprites-kb-small,
  .coveo-icon.objecttype.coveo-small.Salesliterature,
  .coveo-icon.objecttype.coveo-small.salesliterature,
  .coveo-icon.filetype.coveo-small.spdatasource,
  .coveo-icon.sysfiletype.coveo-small.spdatasource,
  .coveo-icon.filetype.coveo-small.spdatasourcelist,
  .coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
  .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
  .coveo-icon.filetype.coveo-small.spipfslist,
  .coveo-icon.sysfiletype.coveo-small.spipfslist,
  .coveo-sprites-mail-small,
  .coveo-icon.objecttype.coveo-small.Message,
  .coveo-icon.objecttype.coveo-small.message,
  .coveo-icon.objecttype.coveo-small.Email,
  .coveo-icon.objecttype.coveo-small.email,
  .coveo-icon.filetype.coveo-small.exchangemessage,
  .coveo-icon.sysfiletype.coveo-small.exchangemessage,
  .coveo-icon.filetype.coveo-small.exchangedsn,
  .coveo-icon.sysfiletype.coveo-small.exchangedsn,
  .coveo-icon.filetype.coveo-small.exchangerecallmessage,
  .coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
  .coveo-icon.filetype.coveo-small.exchangerecallreport,
  .coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
  .coveo-icon.filetype.coveo-small.exchangejunkmessage,
  .coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
  .coveo-icon.filetype.coveo-small.lithiummessage,
  .coveo-icon.sysfiletype.coveo-small.lithiummessage,
  .coveo-sprites-case-small,
  .coveo-icon.filetype.coveo-small.exchangetask,
  .coveo-icon.sysfiletype.coveo-small.exchangetask,
  .coveo-icon.filetype.coveo-small.spprojecttask,
  .coveo-icon.sysfiletype.coveo-small.spprojecttask,
  .coveo-icon.filetype.coveo-small.spprojecttasklist,
  .coveo-icon.sysfiletype.coveo-small.spprojecttasklist,
  .coveo-sprites-link-small,
  .coveo-icon.filetype.coveo-small.spissue,
  .coveo-icon.sysfiletype.coveo-small.spissue,
  .coveo-icon.filetype.coveo-small.spissuelist,
  .coveo-icon.sysfiletype.coveo-small.spissuelist,
  .coveo-icon.filetype.coveo-small.splink,
  .coveo-icon.sysfiletype.coveo-small.splink,
  .coveo-icon.filetype.coveo-small.splinklist,
  .coveo-icon.sysfiletype.coveo-small.splinklist,
  .coveo-icon.filetype.coveo-small.spdocumentlink,
  .coveo-icon.sysfiletype.coveo-small.spdocumentlink,
  .coveo-sprites-user-small,
  .coveo-icon.objecttype.coveo-small.People,
  .coveo-icon.objecttype.coveo-small.people,
  .coveo-icon.objecttype.coveo-small.User,
  .coveo-icon.objecttype.coveo-small.user,
  .coveo-icon.objecttype.coveo-small.Partner,
  .coveo-icon.objecttype.coveo-small.partner,
  .coveo-icon.objecttype.coveo-small.Socialprofile,
  .coveo-icon.objecttype.coveo-small.socialprofile,
  .coveo-icon.filetype.coveo-small.exchangeperson,
  .coveo-icon.sysfiletype.coveo-small.exchangeperson,
  .coveo-icon.filetype.coveo-small.activedirperson,
  .coveo-icon.sysfiletype.coveo-small.activedirperson,
  .coveo-icon.filetype.coveo-small.exchangegroup,
  .coveo-icon.sysfiletype.coveo-small.exchangegroup,
  .coveo-icon.filetype.coveo-small.spuserprofile,
  .coveo-icon.sysfiletype.coveo-small.spuserprofile,
  .coveo-icon.filetype.coveo-small.spcontact,
  .coveo-icon.sysfiletype.coveo-small.spcontact,
  .coveo-icon.filetype.coveo-small.spcontactlist,
  .coveo-icon.sysfiletype.coveo-small.spcontactlist,
  .coveo-icon.filetype.coveo-small.spattendee,
  .coveo-icon.sysfiletype.coveo-small.spattendee,
  .coveo-icon.filetype.coveo-small.spattendeelist,
  .coveo-icon.sysfiletype.coveo-small.spattendeelist,
  .coveo-icon.filetype.coveo-small.spuserinformation,
  .coveo-icon.sysfiletype.coveo-small.spuserinformation,
  .coveo-icon.filetype.coveo-small.spuserinformationlist,
  .coveo-icon.sysfiletype.coveo-small.spuserinformationlist,
  .coveo-sprites-coveo-powered-by-logo,
  .coveo-powered-by,
  .coveo-sprites-list-layout,
  .coveo-sprites-sort-active,
  .coveo-facet-settings-section-sort:hover .coveo-icon,
  .coveo-sprites-replies,
  .coveo-sprites-arrow-down,
  .coveo-facet-more .coveo-icon,
  .coveo-more .coveo-folding-footer-icon,
  .CoveoSort .coveo-icon,
  .CoveoSort.coveo-descending .coveo-icon,
  .coveo-field-table-toggle-icon,
  .coveo-sprites-table-layout,
  .coveo-sprites-facet-search-checkbox-hook-active,
  .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span,
  .coveo-sprites-card-layout,
  .coveo-sprites-facet-search-loading,
  .coveo-facet-search-wait-animation,
  .coveo-sprites-main-clear-hover,
  .coveo-facet-header-eraser:hover,
  .coveo-sprites-attached,
  .CoveoAttachToCase span.coveo-attach-to-case-attached:before,
  .coveo-sprites-main-clear,
  .coveo-facet-header-eraser,
  .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before,
  .coveo-sprites-checkbox-hook-inactive,
  .coveo-sprites-dropdown-manage-alerts-active,
  .coveo-sprites-checkbox-hook-white,
  .CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
  .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
  .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before,
  .coveo-sprites-dropdown-manage-alerts,
  .coveo-sprites-and,
  .coveo-facet-header-operator .coveo-icon.coveo-and,
  .coveo-sprites-checkbox-more-values,
  .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > span,
  .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > span,
  .coveo-sprites-tagging-clear,
  .coveo-result-tagging-clear-icon span,
  .coveo-result-tagging-delete-icon,
  .coveo-sprites-dropdown-preferences-active,
  .coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
  .coveo-settings-item.coveo-advanced-search:hover .coveo-icon,
  .coveo-sprites-dropdown-preferences,
  .coveo-settings-item.coveo-preferences-panel .coveo-icon,
  .coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
  .coveo-settings-item.coveo-advanced-search .coveo-icon,
  .coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon,
  .coveo-sprites-dropdown-share-query-active,
  .coveo-settings-item.coveo-share-query:hover .coveo-icon,
  .coveo-sprites-tagging-ok,
  .coveo-result-tagging-add-tag-tick-icon span,
  .coveo-sprites-dropdown-share-query,
  .coveo-settings-item.coveo-share-query .coveo-icon,
  .coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon,
  .coveo-sprites-checkbox-exclusion,
  .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox > span,
  .coveo-sprites-star_placeholder,
  .coveo-sprites-facet-search,
  .coveo-facet-search-magnifier,
  .coveo-sprites-or,
  .coveo-facet-header-operator .coveo-icon.coveo-or,
  .coveo-sprites-manage,
  .coveo-sprites-main-search,
  .CoveoSearchButton > .coveo-icon,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .coveo-sprites-clear-inactive-filters,
  .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button .coveo-icon,
  .coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
  .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
  .coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
  .coveo-share-query-summary-info-close,
  .coveo-preferences-panel-close,
  .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close,
  .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
  .coveo-hidden-query-breadcrumb-clear,
  .coveo-advanced-search-panel-close,
  .coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon,
  .coveo-sprites-main-search-active,
  .CoveoSearchButton:hover > .coveo-icon,
  .coveo-sprites-star_active,
  .coveo-sprites-dropdown-export-to-excel-active,
  .coveo-settings-item.coveo-export-to-excel:hover .coveo-icon,
  .coveo-sprites-clear-active-filters,
  .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button:hover .coveo-icon,
  .coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
  .coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
  .coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
  .coveo-share-query-summary-info-close:hover,
  .coveo-preferences-panel-close:hover,
  .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
  .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
  .coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
  .coveo-hidden-query-breadcrumb-clear:hover,
  .coveo-advanced-search-panel-close:hover,
  .coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon,
  .coveo-sprites-dropdown-export-to-excel,
  .coveo-settings-item.coveo-export-to-excel .coveo-icon,
  .coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon,
  .coveo-sprites-dropdown-follow-query-active,
  .coveo-settings-item.coveo-follow-query:hover .coveo-icon,
  .coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon,
  .coveo-sprites-dropdown-follow-query,
  .coveo-settings-item.coveo-follow-query .coveo-icon,
  .coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
  .coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
  .coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon,
  .coveo-sprites-checkbox-hook-active,
  .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
  .coveo-facet-value:hover .coveo-facet-value-checkbox > span,
  .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span,
  .coveo-facet-breadcrumb-multi-icon.coveo-selected,
  .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox > span,
  .coveo-sprites-authenticate,
  .coveo-sprites-attach,
  .CoveoAttachToCase span.coveo-attach-to-case-attach:before,
  .coveo-sprites-exclusion-hover,
  .coveo-facet-value-exclude .coveo-icon,
  .coveo-sprites-sort,
  .coveo-facet-settings-section-sort .coveo-icon,
  .coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon,
  .coveo-sprites-facet-loading,
  .coveo-facet-header-wait-animation,
  .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .coveo-executing-query .CoveoSearchButton:hover > .coveo-icon,
  .CoveoFollowItem.coveo-follow-item-loading:before,
  .coveo-sprites-result-follow,
  .CoveoFollowItem:before,
  .coveo-sprites-info,
  .coveo-sprites-result-follow-active,
  .CoveoFollowItem.coveo-follow-item-followed:before,
  .coveo-sprites-dropdown-ascending-active,
  .coveo-facet-settings-section-direction-ascending:hover .coveo-icon,
  .coveo-sprites-dropdown-ascending,
  .coveo-facet-settings-section-direction-ascending .coveo-icon,
  .coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon,
  .coveo-sprites-dropdown-authenticate-active,
  .coveo-settings-item.coveo-authentication-provider:hover .coveo-icon,
  .coveo-sprites-preferences,
  .coveo-sprites-dropdown-authenticate,
  .coveo-settings-item.coveo-authentication-provider .coveo-icon,
  .coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon,
  .coveo-sprites-dropdown-collapse-active,
  .coveo-facet-settings-section-hide:hover .coveo-icon,
  .coveo-sprites-dropdown-more,
  .coveo-facet-settings-section-save-state .coveo-icon,
  .coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon,
  .coveo-sprites-dropdown-more-active,
  .coveo-facet-settings-section-save-state:hover .coveo-icon,
  .coveo-sprites-dropdown-less,
  .coveo-facet-settings-section-clear-state .coveo-icon,
  .coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon,
  .coveo-sprites-dropdown-less-active,
  .coveo-facet-settings-section-clear-state:hover .coveo-icon,
  .coveo-sprites-dropdown-expand,
  .coveo-facet-settings-section-show .coveo-icon,
  .coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle,
  .coveo-sprites-dropdown-expand-active,
  .coveo-facet-settings-section-show:hover .coveo-icon,
  .coveo-sprites-dropdown-descending,
  .coveo-facet-settings-section-direction-descending .coveo-icon,
  .coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon,
  .coveo-sprites-dropdown-collapse,
  .coveo-facet-settings-section-hide .coveo-icon,
  .coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle,
  .coveo-sprites-more-menu-active,
  .coveo-facet-header-settings:hover .coveo-icon,
  .coveo-facet-header-settings:focus .coveo-icon,
  .coveo-sprites-more-menu,
  .coveo-facet-header-settings .coveo-icon,
  .coveo-sprites-expand,
  .coveo-sprites-arrow-up,
  .coveo-facet-less .coveo-icon,
  .coveo-less .coveo-folding-footer-icon,
  .CoveoSort.coveo-ascending .coveo-icon,
  .coveo-field-table-toggle-icon-up,
  .coveo-sprites-collapse,
  .coveo-sprites-facet-search-checkbox-hook-inactive,
  .coveo-sprites-facet-checkbox-exclusion,
  .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
  .coveo-facet-search-clear .coveo-icon:hover,
  .coveo-facet-breadcrumb-multi-icon.coveo-excluded,
  .coveo-sprites-external,
  .coveo-sprites-facet-exclusion-hover,
  .coveo-facet-search-clear .coveo-icon,
  .coveo-sprites-close,
  .coveo-sprites-followed,
  .coveo-sprites-follow {
    background-image: url("../img/spritesNew.png");
    display: inline-block;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 1840px 64px;
  }
  .coveo-sprites-coveo-logo,
  .coveo-logo {
    background-position: 0px 0px;
    width: 178px;
    height: 64px;
    text-indent: 178px;
  }
  .coveo-sprites-case,
  .coveo-icon.filetype.exchangetask,
  .coveo-icon.sysfiletype.exchangetask,
  .coveo-icon.filetype.spprojecttask,
  .coveo-icon.sysfiletype.spprojecttask,
  .coveo-icon.filetype.spprojecttasklist,
  .coveo-icon.sysfiletype.spprojecttasklist {
    background-position: -178px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-line,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox > span {
    background-position: -178px -60px;
    width: 12px;
    height: 2px;
    text-indent: 12px;
  }
  .coveo-sprites-file,
  .coveo-icon.objecttype.File,
  .coveo-icon.objecttype.file,
  .coveo-icon.objecttype.Annotation,
  .coveo-icon.objecttype.annotation,
  .coveo-icon.filetype.txt,
  .coveo-icon.sysfiletype.txt,
  .coveo-icon.filetype.zip,
  .coveo-icon.sysfiletype.zip,
  .coveo-icon.filetype.pdf,
  .coveo-icon.sysfiletype.pdf,
  .coveo-icon.filetype.xml,
  .coveo-icon.sysfiletype.xml,
  .coveo-icon.filetype.doc,
  .coveo-icon.sysfiletype.doc,
  .coveo-icon.filetype.xls,
  .coveo-icon.sysfiletype.xls,
  .coveo-icon.filetype.ppt,
  .coveo-icon.sysfiletype.ppt,
  .coveo-icon.filetype.exchangedocument,
  .coveo-icon.sysfiletype.exchangedocument,
  .coveo-icon.filetype.spresource,
  .coveo-icon.sysfiletype.spresource,
  .coveo-icon.filetype.spresourcelist,
  .coveo-icon.sysfiletype.spresourcelist {
    background-position: -238px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-attachment,
  .coveo-icon.objecttype.Attachment,
  .coveo-icon.objecttype.attachment {
    background-position: -298px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-user,
  .coveo-icon.objecttype.People,
  .coveo-icon.objecttype.people,
  .coveo-icon.objecttype.User,
  .coveo-icon.objecttype.user,
  .coveo-icon.objecttype.Partner,
  .coveo-icon.objecttype.partner,
  .coveo-icon.objecttype.Socialprofile,
  .coveo-icon.objecttype.socialprofile,
  .coveo-icon.filetype.exchangeperson,
  .coveo-icon.sysfiletype.exchangeperson,
  .coveo-icon.filetype.activedirperson,
  .coveo-icon.sysfiletype.activedirperson,
  .coveo-icon.filetype.exchangegroup,
  .coveo-icon.sysfiletype.exchangegroup,
  .coveo-icon.filetype.spuserprofile,
  .coveo-icon.sysfiletype.spuserprofile,
  .coveo-icon.filetype.spcontact,
  .coveo-icon.sysfiletype.spcontact,
  .coveo-icon.filetype.spcontactlist,
  .coveo-icon.sysfiletype.spcontactlist,
  .coveo-icon.filetype.spattendee,
  .coveo-icon.sysfiletype.spattendee,
  .coveo-icon.filetype.spattendeelist,
  .coveo-icon.sysfiletype.spattendeelist,
  .coveo-icon.filetype.spuserinformation,
  .coveo-icon.sysfiletype.spuserinformation,
  .coveo-icon.filetype.spuserinformationlist,
  .coveo-icon.sysfiletype.spuserinformationlist,
  .CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail {
    background-position: -358px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-folder,
  .coveo-icon.filetype.folder,
  .coveo-icon.sysfiletype.folder,
  .coveo-icon.filetype.spdocumentlibrarylist,
  .coveo-icon.sysfiletype.spdocumentlibrarylist,
  .coveo-icon.filetype.spformlibrarylist,
  .coveo-icon.sysfiletype.spformlibrarylist,
  .coveo-icon.filetype.spsitedirectory,
  .coveo-icon.sysfiletype.spsitedirectory,
  .coveo-icon.filetype.spsitedirectorylist,
  .coveo-icon.sysfiletype.spsitedirectorylist,
  .coveo-icon.filetype.splisttemplatecataloglist,
  .coveo-icon.sysfiletype.splisttemplatecataloglist,
  .coveo-icon.filetype.spwebpartcataloglist,
  .coveo-icon.sysfiletype.spwebpartcataloglist,
  .coveo-icon.filetype.spwebtemplatecataloglist,
  .coveo-icon.sysfiletype.spwebtemplatecataloglist,
  .coveo-icon.filetype.spworkspacepagelist,
  .coveo-icon.sysfiletype.spworkspacepagelist,
  .coveo-icon.filetype.spareadocumentlibrarylist,
  .coveo-icon.sysfiletype.spareadocumentlibrarylist,
  .coveo-icon.filetype.spmasterpagescataloglist,
  .coveo-icon.sysfiletype.spmasterpagescataloglist,
  .coveo-icon.filetype.spnocodeworkflowlibrarylist,
  .coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
  .coveo-icon.filetype.sppublishingpageslibrarylist,
  .coveo-icon.sysfiletype.sppublishingpageslibrarylist,
  .coveo-icon.filetype.spreportdocumentlibrarylist,
  .coveo-icon.sysfiletype.spreportdocumentlibrarylist,
  .coveo-icon.filetype.spreportlibrarylist,
  .coveo-icon.sysfiletype.spreportlibrarylist,
  .coveo-icon.filetype.spslidelibrarylist,
  .coveo-icon.sysfiletype.spslidelibrarylist,
  .coveo-icon.filetype.sptranslationmanagementlibrarylist,
  .coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
  .coveo-icon.filetype.spwikipagelibrarylist,
  .coveo-icon.sysfiletype.spwikipagelibrarylist,
  .coveo-icon.filetype.sppublishingimageslibrarylist,
  .coveo-icon.sysfiletype.sppublishingimageslibrarylist,
  .coveo-icon.filetype.spdashboardslibrarylist,
  .coveo-icon.sysfiletype.spdashboardslibrarylist,
  .coveo-icon.filetype.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.filetype.spimedictionary,
  .coveo-icon.sysfiletype.spimedictionary,
  .coveo-icon.filetype.spimedictionarylist,
  .coveo-icon.sysfiletype.spimedictionarylist,
  .coveo-icon.filetype.sprecordlibrarylist,
  .coveo-icon.sysfiletype.sprecordlibrarylist,
  .coveo-icon.filetype.spprocessdiagramslibrarylist,
  .coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
  .coveo-icon.filetype.spsitethemeslibrarylist,
  .coveo-icon.sysfiletype.spsitethemeslibrarylist,
  .coveo-icon.filetype.spsolutionslibrarylist,
  .coveo-icon.sysfiletype.spsolutionslibrarylist,
  .coveo-icon.filetype.spwfpublibrarylist,
  .coveo-icon.sysfiletype.spwfpublibrarylist,
  .coveo-icon.filetype.spdocumentset,
  .coveo-icon.sysfiletype.spdocumentset,
  .coveo-icon.filetype.splistfolder,
  .coveo-icon.sysfiletype.splistfolder {
    background-position: -418px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-calendar,
  .coveo-icon.objecttype.Campaign,
  .coveo-icon.objecttype.campaign,
  .coveo-icon.filetype.exchangeappointment,
  .coveo-icon.sysfiletype.exchangeappointment,
  .coveo-icon.filetype.exchangecalendarmessage,
  .coveo-icon.sysfiletype.exchangecalendarmessage,
  .coveo-icon.filetype.spevent,
  .coveo-icon.sysfiletype.spevent,
  .coveo-icon.filetype.speventlist,
  .coveo-icon.sysfiletype.speventlist,
  .coveo-icon.filetype.sptask,
  .coveo-icon.sysfiletype.sptask,
  .coveo-icon.filetype.sptasklist,
  .coveo-icon.sysfiletype.sptasklist,
  .coveo-icon.filetype.spagenda,
  .coveo-icon.sysfiletype.spagenda,
  .coveo-icon.filetype.spagendalist,
  .coveo-icon.sysfiletype.spagendalist,
  .coveo-icon.filetype.spmeetingserie,
  .coveo-icon.sysfiletype.spmeetingserie,
  .coveo-icon.filetype.spmeetingserielist,
  .coveo-icon.sysfiletype.spmeetingserielist,
  .coveo-icon.filetype.spadministratortask,
  .coveo-icon.sysfiletype.spadministratortask,
  .coveo-icon.filetype.spadministratortasklist,
  .coveo-icon.sysfiletype.spadministratortasklist,
  .coveo-icon.filetype.spworkflowhistory,
  .coveo-icon.sysfiletype.spworkflowhistory,
  .coveo-icon.filetype.spworkflowhistorylist,
  .coveo-icon.sysfiletype.spworkflowhistorylist {
    background-position: -478px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-images,
  .coveo-icon.filetype.image,
  .coveo-icon.sysfiletype.image,
  .coveo-icon.filetype.sppicturelibrarylist,
  .coveo-icon.sysfiletype.sppicturelibrarylist {
    background-position: -538px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-kb,
  .coveo-icon.objecttype.Salesliterature,
  .coveo-icon.objecttype.salesliterature,
  .coveo-icon.filetype.spdatasource,
  .coveo-icon.sysfiletype.spdatasource,
  .coveo-icon.filetype.spdatasourcelist,
  .coveo-icon.sysfiletype.spdatasourcelist,
  .coveo-icon.filetype.spdataconnectionlibrarylist,
  .coveo-icon.sysfiletype.spdataconnectionlibrarylist,
  .coveo-icon.filetype.spipfslist,
  .coveo-icon.sysfiletype.spipfslist {
    background-position: -598px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-video,
  .coveo-icon.filetype.video,
  .coveo-icon.sysfiletype.video,
  .coveo-icon.filetype.youtube,
  .coveo-icon.sysfiletype.youtube,
  .coveo-icon.filetype.youtubevideo,
  .coveo-icon.sysfiletype.youtubevideo,
  .coveo-icon.filetype.youtubeplaylistitem,
  .coveo-icon.sysfiletype.youtubeplaylistitem {
    background-position: -658px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-link,
  .coveo-icon.filetype.spissue,
  .coveo-icon.sysfiletype.spissue,
  .coveo-icon.filetype.spissuelist,
  .coveo-icon.sysfiletype.spissuelist,
  .coveo-icon.filetype.splink,
  .coveo-icon.sysfiletype.splink,
  .coveo-icon.filetype.splinklist,
  .coveo-icon.sysfiletype.splinklist,
  .coveo-icon.filetype.spdocumentlink,
  .coveo-icon.sysfiletype.spdocumentlink {
    background-position: -718px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-list,
  .coveo-icon.objecttype.Feed,
  .coveo-icon.objecttype.feed,
  .coveo-icon.objecttype.Thread,
  .coveo-icon.objecttype.thread,
  .coveo-icon.objecttype.Board,
  .coveo-icon.objecttype.board,
  .coveo-icon.objecttype.Category,
  .coveo-icon.objecttype.category,
  .coveo-icon.objecttype.Invoice,
  .coveo-icon.objecttype.invoice,
  .coveo-icon.objecttype.List,
  .coveo-icon.objecttype.list,
  .coveo-icon.objecttype.Queueitem,
  .coveo-icon.objecttype.queueitem,
  .coveo-icon.objecttype.Service,
  .coveo-icon.objecttype.service,
  .coveo-icon.objecttype.Kbarticlecomment,
  .coveo-icon.objecttype.kbarticlecomment,
  .coveo-icon.filetype.saleforceitem,
  .coveo-icon.sysfiletype.saleforceitem,
  .coveo-icon.filetype.dynamicscrmitem,
  .coveo-icon.sysfiletype.dynamicscrmitem,
  .coveo-icon.filetype.exchangenote,
  .coveo-icon.sysfiletype.exchangenote,
  .coveo-icon.filetype.exchangeactivity,
  .coveo-icon.sysfiletype.exchangeactivity,
  .coveo-icon.filetype.exchangerssfeed,
  .coveo-icon.sysfiletype.exchangerssfeed,
  .coveo-icon.filetype.exchangeofficecom,
  .coveo-icon.sysfiletype.exchangeofficecom,
  .coveo-icon.filetype.lithiumthread,
  .coveo-icon.sysfiletype.lithiumthread,
  .coveo-icon.filetype.lithiumboard,
  .coveo-icon.sysfiletype.lithiumboard,
  .coveo-icon.filetype.lithiumcategory,
  .coveo-icon.sysfiletype.lithiumcategory,
  .coveo-icon.filetype.spannouncement,
  .coveo-icon.sysfiletype.spannouncement,
  .coveo-icon.filetype.spannouncementlist,
  .coveo-icon.sysfiletype.spannouncementlist,
  .coveo-icon.filetype.spdiscussionboard,
  .coveo-icon.sysfiletype.spdiscussionboard,
  .coveo-icon.filetype.spdiscussionboardlist,
  .coveo-icon.sysfiletype.spdiscussionboardlist,
  .coveo-icon.filetype.sptextbox,
  .coveo-icon.sysfiletype.sptextbox,
  .coveo-icon.filetype.sptextboxlist,
  .coveo-icon.sysfiletype.sptextboxlist,
  .coveo-icon.filetype.spblogcategory,
  .coveo-icon.sysfiletype.spblogcategory,
  .coveo-icon.filetype.spblogcategorylist,
  .coveo-icon.sysfiletype.spblogcategorylist,
  .coveo-icon.filetype.spblogcomment,
  .coveo-icon.sysfiletype.spblogcomment,
  .coveo-icon.filetype.spblogcommentlist,
  .coveo-icon.sysfiletype.spblogcommentlist,
  .coveo-icon.filetype.spblogpost,
  .coveo-icon.sysfiletype.spblogpost,
  .coveo-icon.filetype.spblogpostlist,
  .coveo-icon.sysfiletype.spblogpostlist,
  .coveo-icon.filetype.splanguagesandtranslator,
  .coveo-icon.sysfiletype.splanguagesandtranslator,
  .coveo-icon.filetype.splanguagesandtranslatorlist,
  .coveo-icon.sysfiletype.splanguagesandtranslatorlist,
  .coveo-icon.filetype.sphealthreport,
  .coveo-icon.sysfiletype.sphealthreport,
  .coveo-icon.filetype.sphealthreportlist,
  .coveo-icon.sysfiletype.sphealthreportlist,
  .coveo-icon.filetype.sphealthrule,
  .coveo-icon.sysfiletype.sphealthrule,
  .coveo-icon.filetype.sphealthrulelist,
  .coveo-icon.sysfiletype.sphealthrulelist,
  .coveo-icon.filetype.spperformancepointcontent,
  .coveo-icon.sysfiletype.spperformancepointcontent,
  .coveo-icon.filetype.spperformancepointcontentlist,
  .coveo-icon.sysfiletype.spperformancepointcontentlist,
  .coveo-icon.filetype.spphonecallmemo,
  .coveo-icon.sysfiletype.spphonecallmemo,
  .coveo-icon.filetype.spphonecallmemolist,
  .coveo-icon.sysfiletype.spphonecallmemolist,
  .coveo-icon.filetype.spmicrofeedpost,
  .coveo-icon.sysfiletype.spmicrofeedpost,
  .coveo-icon.filetype.spmicrofeedlist,
  .coveo-icon.sysfiletype.spmicrofeedlist {
    background-position: -778px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-custom,
  .coveo-icon.objecttype,
  .coveo-icon.filetype,
  .coveo-icon.sysfiletype,
  .coveo-icon.filetype.exchangefreebusy,
  .coveo-icon.sysfiletype.exchangefreebusy,
  .coveo-icon.filetype.exchangemdn,
  .coveo-icon.sysfiletype.exchangemdn,
  .coveo-icon.filetype.exchangeobject,
  .coveo-icon.sysfiletype.exchangeobject,
  .coveo-icon.filetype.lithiumcommunity,
  .coveo-icon.sysfiletype.lithiumcommunity,
  .coveo-icon.filetype.sparea,
  .coveo-icon.sysfiletype.sparea,
  .coveo-icon.filetype.spcustomlist,
  .coveo-icon.sysfiletype.spcustomlist,
  .coveo-icon.filetype.spsurvey,
  .coveo-icon.sysfiletype.spsurvey,
  .coveo-icon.filetype.spsurveylist,
  .coveo-icon.sysfiletype.spsurveylist,
  .coveo-icon.filetype.spcustomgridlist,
  .coveo-icon.sysfiletype.spcustomgridlist,
  .coveo-icon.filetype.spdecision,
  .coveo-icon.sysfiletype.spdecision,
  .coveo-icon.filetype.spdecisionlist,
  .coveo-icon.sysfiletype.spdecisionlist,
  .coveo-icon.filetype.spobjective,
  .coveo-icon.sysfiletype.spobjective,
  .coveo-icon.filetype.spobjectivelist,
  .coveo-icon.sysfiletype.spobjectivelist,
  .coveo-icon.filetype.spthingstobring,
  .coveo-icon.sysfiletype.spthingstobring,
  .coveo-icon.filetype.spthingstobringlist,
  .coveo-icon.sysfiletype.spthingstobringlist,
  .coveo-icon.filetype.sparealisting,
  .coveo-icon.sysfiletype.sparealisting,
  .coveo-icon.filetype.spunknownlist,
  .coveo-icon.sysfiletype.spunknownlist,
  .coveo-icon.filetype.spdistributiongroup,
  .coveo-icon.sysfiletype.spdistributiongroup,
  .coveo-icon.filetype.spdistributiongrouplist,
  .coveo-icon.sysfiletype.spdistributiongrouplist,
  .coveo-icon.filetype.spkeyperformanceindicator,
  .coveo-icon.sysfiletype.spkeyperformanceindicator,
  .coveo-icon.filetype.spkeyperformanceindicatorlist,
  .coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
  .coveo-icon.filetype.sptab,
  .coveo-icon.sysfiletype.sptab,
  .coveo-icon.filetype.sptablist,
  .coveo-icon.sysfiletype.sptablist,
  .coveo-icon.filetype.spworkflowprocess,
  .coveo-icon.sysfiletype.spworkflowprocess,
  .coveo-icon.filetype.spworkflowprocesslist,
  .coveo-icon.sysfiletype.spworkflowprocesslist,
  .coveo-icon.filetype.spcirculation,
  .coveo-icon.sysfiletype.spcirculation,
  .coveo-icon.filetype.spcirculationlist,
  .coveo-icon.sysfiletype.spcirculationlist,
  .coveo-icon.filetype.spwhereabout,
  .coveo-icon.sysfiletype.spwhereabout,
  .coveo-icon.filetype.spwhereaboutlist,
  .coveo-icon.sysfiletype.spwhereaboutlist {
    background-position: -838px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-webpage,
  .coveo-icon.filetype.html,
  .coveo-icon.sysfiletype.html,
  .coveo-icon.filetype.wiki,
  .coveo-icon.sysfiletype.wiki,
  .coveo-icon.filetype.webscraperwebpage,
  .coveo-icon.sysfiletype.webscraperwebpage,
  .coveo-icon.filetype.spportal,
  .coveo-icon.sysfiletype.spportal,
  .coveo-icon.filetype.spsite,
  .coveo-icon.sysfiletype.spsite {
    background-position: -898px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-mail,
  .coveo-icon.objecttype.Message,
  .coveo-icon.objecttype.message,
  .coveo-icon.objecttype.Email,
  .coveo-icon.objecttype.email,
  .coveo-icon.filetype.exchangemessage,
  .coveo-icon.sysfiletype.exchangemessage,
  .coveo-icon.filetype.exchangedsn,
  .coveo-icon.sysfiletype.exchangedsn,
  .coveo-icon.filetype.exchangerecallmessage,
  .coveo-icon.sysfiletype.exchangerecallmessage,
  .coveo-icon.filetype.exchangerecallreport,
  .coveo-icon.sysfiletype.exchangerecallreport,
  .coveo-icon.filetype.exchangejunkmessage,
  .coveo-icon.sysfiletype.exchangejunkmessage,
  .coveo-icon.filetype.lithiummessage,
  .coveo-icon.sysfiletype.lithiummessage {
    background-position: -958px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-product,
  .coveo-icon.objecttype.Product,
  .coveo-icon.objecttype.product {
    background-position: -1018px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-database {
    background-position: -1078px 0px;
    width: 60px;
    height: 60px;
    text-indent: 60px;
  }
  .coveo-sprites-search-options-inactive {
    background-position: -1138px 0px;
    width: 40px;
    height: 40px;
    text-indent: 40px;
  }
  .coveo-sprites-quickview,
  .CoveoQuickview .coveo-icon-for-quickview,
  .CoveoResultAttachments .coveo-thumbnail-icon,
  .coveo-feedItem-result .coveo-thumbnail-icon,
  .coveo-feedComment-result .coveo-thumbnail-icon {
    background-position: -1138px -40px;
    width: 24px;
    height: 24px;
    text-indent: 24px;
  }
  .coveo-sprites-dropdown-density-checked {
    background-position: -1162px -40px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-more-tabs {
    background-position: -1162px -56px;
    width: 8px;
    height: 5px;
    text-indent: 8px;
  }
  .coveo-sprites-folder-small,
  .coveo-icon.filetype.coveo-small.folder,
  .coveo-icon.sysfiletype.coveo-small.folder,
  .coveo-icon.filetype.coveo-small.spdocumentlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdocumentlibrarylist,
  .coveo-icon.filetype.coveo-small.spformlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spformlibrarylist,
  .coveo-icon.filetype.coveo-small.spsitedirectory,
  .coveo-icon.sysfiletype.coveo-small.spsitedirectory,
  .coveo-icon.filetype.coveo-small.spsitedirectorylist,
  .coveo-icon.sysfiletype.coveo-small.spsitedirectorylist,
  .coveo-icon.filetype.coveo-small.splisttemplatecataloglist,
  .coveo-icon.sysfiletype.coveo-small.splisttemplatecataloglist,
  .coveo-icon.filetype.coveo-small.spwebpartcataloglist,
  .coveo-icon.sysfiletype.coveo-small.spwebpartcataloglist,
  .coveo-icon.filetype.coveo-small.spwebtemplatecataloglist,
  .coveo-icon.sysfiletype.coveo-small.spwebtemplatecataloglist,
  .coveo-icon.filetype.coveo-small.spworkspacepagelist,
  .coveo-icon.sysfiletype.coveo-small.spworkspacepagelist,
  .coveo-icon.filetype.coveo-small.spareadocumentlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spareadocumentlibrarylist,
  .coveo-icon.filetype.coveo-small.spmasterpagescataloglist,
  .coveo-icon.sysfiletype.coveo-small.spmasterpagescataloglist,
  .coveo-icon.filetype.coveo-small.spnocodeworkflowlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spnocodeworkflowlibrarylist,
  .coveo-icon.filetype.coveo-small.sppublishingpageslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sppublishingpageslibrarylist,
  .coveo-icon.filetype.coveo-small.spreportdocumentlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spreportdocumentlibrarylist,
  .coveo-icon.filetype.coveo-small.spreportlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spreportlibrarylist,
  .coveo-icon.filetype.coveo-small.spslidelibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spslidelibrarylist,
  .coveo-icon.filetype.coveo-small.sptranslationmanagementlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sptranslationmanagementlibrarylist,
  .coveo-icon.filetype.coveo-small.spwikipagelibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spwikipagelibrarylist,
  .coveo-icon.filetype.coveo-small.sppublishingimageslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sppublishingimageslibrarylist,
  .coveo-icon.filetype.coveo-small.spdashboardslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdashboardslibrarylist,
  .coveo-icon.filetype.coveo-small.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdataconnectionforperformancepointlibrarylist,
  .coveo-icon.filetype.coveo-small.spimedictionary,
  .coveo-icon.sysfiletype.coveo-small.spimedictionary,
  .coveo-icon.filetype.coveo-small.spimedictionarylist,
  .coveo-icon.sysfiletype.coveo-small.spimedictionarylist,
  .coveo-icon.filetype.coveo-small.sprecordlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sprecordlibrarylist,
  .coveo-icon.filetype.coveo-small.spprocessdiagramslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spprocessdiagramslibrarylist,
  .coveo-icon.filetype.coveo-small.spsitethemeslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spsitethemeslibrarylist,
  .coveo-icon.filetype.coveo-small.spsolutionslibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spsolutionslibrarylist,
  .coveo-icon.filetype.coveo-small.spwfpublibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spwfpublibrarylist,
  .coveo-icon.filetype.coveo-small.spdocumentset,
  .coveo-icon.sysfiletype.coveo-small.spdocumentset,
  .coveo-icon.filetype.coveo-small.splistfolder,
  .coveo-icon.sysfiletype.coveo-small.splistfolder {
    background-position: -1178px 0px;
    width: 34px;
    height: 34px;
    text-indent: 34px;
  }
  .coveo-sprites-pager-left-arrow,
  .coveo-pager-previous > a > span {
    background-position: -1178px -34px;
    width: 22px;
    height: 22px;
    text-indent: 22px;
  }
  .coveo-sprites-download {
    background-position: -1200px -34px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-settings,
  .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon {
    background-position: -1200px -46px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-file-small,
  .coveo-icon.objecttype.coveo-small.File,
  .coveo-icon.objecttype.coveo-small.file,
  .coveo-icon.objecttype.coveo-small.Annotation,
  .coveo-icon.objecttype.coveo-small.annotation,
  .coveo-icon.filetype.coveo-small.txt,
  .coveo-icon.sysfiletype.coveo-small.txt,
  .coveo-icon.filetype.coveo-small.zip,
  .coveo-icon.sysfiletype.coveo-small.zip,
  .coveo-icon.filetype.coveo-small.pdf,
  .coveo-icon.sysfiletype.coveo-small.pdf,
  .coveo-icon.filetype.coveo-small.xml,
  .coveo-icon.sysfiletype.coveo-small.xml,
  .coveo-icon.filetype.coveo-small.doc,
  .coveo-icon.sysfiletype.coveo-small.doc,
  .coveo-icon.filetype.coveo-small.xls,
  .coveo-icon.sysfiletype.coveo-small.xls,
  .coveo-icon.filetype.coveo-small.ppt,
  .coveo-icon.sysfiletype.coveo-small.ppt,
  .coveo-icon.filetype.coveo-small.exchangedocument,
  .coveo-icon.sysfiletype.coveo-small.exchangedocument,
  .coveo-icon.filetype.coveo-small.spresource,
  .coveo-icon.sysfiletype.coveo-small.spresource,
  .coveo-icon.filetype.coveo-small.spresourcelist,
  .coveo-icon.sysfiletype.coveo-small.spresourcelist {
    background-position: -1212px 0px;
    width: 34px;
    height: 34px;
    text-indent: 34px;
  }
  .coveo-sprites-pager-right-arrow,
  .coveo-pager-next > a > span {
    background-position: -1212px -34px;
    width: 22px;
    height: 22px;
    text-indent: 22px;
  }
  .coveo-sprites-edit {
    background-position: -1234px -34px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-edit-picklist {
    background-position: -1234px -46px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-list-small,
  .coveo-icon.objecttype.coveo-small.Feed,
  .coveo-icon.objecttype.coveo-small.feed,
  .coveo-icon.objecttype.coveo-small.Thread,
  .coveo-icon.objecttype.coveo-small.thread,
  .coveo-icon.objecttype.coveo-small.Board,
  .coveo-icon.objecttype.coveo-small.board,
  .coveo-icon.objecttype.coveo-small.Category,
  .coveo-icon.objecttype.coveo-small.category,
  .coveo-icon.objecttype.coveo-small.Invoice,
  .coveo-icon.objecttype.coveo-small.invoice,
  .coveo-icon.objecttype.coveo-small.List,
  .coveo-icon.objecttype.coveo-small.list,
  .coveo-icon.objecttype.coveo-small.Queueitem,
  .coveo-icon.objecttype.coveo-small.queueitem,
  .coveo-icon.objecttype.coveo-small.Service,
  .coveo-icon.objecttype.coveo-small.service,
  .coveo-icon.objecttype.coveo-small.Kbarticlecomment,
  .coveo-icon.objecttype.coveo-small.kbarticlecomment,
  .coveo-icon.filetype.coveo-small.saleforceitem,
  .coveo-icon.sysfiletype.coveo-small.saleforceitem,
  .coveo-icon.filetype.coveo-small.dynamicscrmitem,
  .coveo-icon.sysfiletype.coveo-small.dynamicscrmitem,
  .coveo-icon.filetype.coveo-small.exchangenote,
  .coveo-icon.sysfiletype.coveo-small.exchangenote,
  .coveo-icon.filetype.coveo-small.exchangeactivity,
  .coveo-icon.sysfiletype.coveo-small.exchangeactivity,
  .coveo-icon.filetype.coveo-small.exchangerssfeed,
  .coveo-icon.sysfiletype.coveo-small.exchangerssfeed,
  .coveo-icon.filetype.coveo-small.exchangeofficecom,
  .coveo-icon.sysfiletype.coveo-small.exchangeofficecom,
  .coveo-icon.filetype.coveo-small.lithiumthread,
  .coveo-icon.sysfiletype.coveo-small.lithiumthread,
  .coveo-icon.filetype.coveo-small.lithiumboard,
  .coveo-icon.sysfiletype.coveo-small.lithiumboard,
  .coveo-icon.filetype.coveo-small.lithiumcategory,
  .coveo-icon.sysfiletype.coveo-small.lithiumcategory,
  .coveo-icon.filetype.coveo-small.spannouncement,
  .coveo-icon.sysfiletype.coveo-small.spannouncement,
  .coveo-icon.filetype.coveo-small.spannouncementlist,
  .coveo-icon.sysfiletype.coveo-small.spannouncementlist,
  .coveo-icon.filetype.coveo-small.spdiscussionboard,
  .coveo-icon.sysfiletype.coveo-small.spdiscussionboard,
  .coveo-icon.filetype.coveo-small.spdiscussionboardlist,
  .coveo-icon.sysfiletype.coveo-small.spdiscussionboardlist,
  .coveo-icon.filetype.coveo-small.sptextbox,
  .coveo-icon.sysfiletype.coveo-small.sptextbox,
  .coveo-icon.filetype.coveo-small.sptextboxlist,
  .coveo-icon.sysfiletype.coveo-small.sptextboxlist,
  .coveo-icon.filetype.coveo-small.spblogcategory,
  .coveo-icon.sysfiletype.coveo-small.spblogcategory,
  .coveo-icon.filetype.coveo-small.spblogcategorylist,
  .coveo-icon.sysfiletype.coveo-small.spblogcategorylist,
  .coveo-icon.filetype.coveo-small.spblogcomment,
  .coveo-icon.sysfiletype.coveo-small.spblogcomment,
  .coveo-icon.filetype.coveo-small.spblogcommentlist,
  .coveo-icon.sysfiletype.coveo-small.spblogcommentlist,
  .coveo-icon.filetype.coveo-small.spblogpost,
  .coveo-icon.sysfiletype.coveo-small.spblogpost,
  .coveo-icon.filetype.coveo-small.spblogpostlist,
  .coveo-icon.sysfiletype.coveo-small.spblogpostlist,
  .coveo-icon.filetype.coveo-small.splanguagesandtranslator,
  .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslator,
  .coveo-icon.filetype.coveo-small.splanguagesandtranslatorlist,
  .coveo-icon.sysfiletype.coveo-small.splanguagesandtranslatorlist,
  .coveo-icon.filetype.coveo-small.sphealthreport,
  .coveo-icon.sysfiletype.coveo-small.sphealthreport,
  .coveo-icon.filetype.coveo-small.sphealthreportlist,
  .coveo-icon.sysfiletype.coveo-small.sphealthreportlist,
  .coveo-icon.filetype.coveo-small.sphealthrule,
  .coveo-icon.sysfiletype.coveo-small.sphealthrule,
  .coveo-icon.filetype.coveo-small.sphealthrulelist,
  .coveo-icon.sysfiletype.coveo-small.sphealthrulelist,
  .coveo-icon.filetype.coveo-small.spperformancepointcontent,
  .coveo-icon.sysfiletype.coveo-small.spperformancepointcontent,
  .coveo-icon.filetype.coveo-small.spperformancepointcontentlist,
  .coveo-icon.sysfiletype.coveo-small.spperformancepointcontentlist,
  .coveo-icon.filetype.coveo-small.spphonecallmemo,
  .coveo-icon.sysfiletype.coveo-small.spphonecallmemo,
  .coveo-icon.filetype.coveo-small.spphonecallmemolist,
  .coveo-icon.sysfiletype.coveo-small.spphonecallmemolist,
  .coveo-icon.filetype.coveo-small.spmicrofeedpost,
  .coveo-icon.sysfiletype.coveo-small.spmicrofeedpost,
  .coveo-icon.filetype.coveo-small.spmicrofeedlist,
  .coveo-icon.sysfiletype.coveo-small.spmicrofeedlist {
    background-position: -1246px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-database-small {
    background-position: -1246px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-webpage-small,
  .coveo-icon.filetype.coveo-small.html,
  .coveo-icon.sysfiletype.coveo-small.html,
  .coveo-icon.filetype.coveo-small.wiki,
  .coveo-icon.sysfiletype.coveo-small.wiki,
  .coveo-icon.filetype.coveo-small.webscraperwebpage,
  .coveo-icon.sysfiletype.coveo-small.webscraperwebpage,
  .coveo-icon.filetype.coveo-small.spportal,
  .coveo-icon.sysfiletype.coveo-small.spportal,
  .coveo-icon.filetype.coveo-small.spsite,
  .coveo-icon.sysfiletype.coveo-small.spsite {
    background-position: -1278px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-custom-small,
  .coveo-icon.objecttype.coveo-small,
  .coveo-icon.filetype.coveo-small,
  .coveo-icon.sysfiletype.coveo-small,
  .coveo-icon.filetype.coveo-small.exchangefreebusy,
  .coveo-icon.sysfiletype.coveo-small.exchangefreebusy,
  .coveo-icon.filetype.coveo-small.exchangemdn,
  .coveo-icon.sysfiletype.coveo-small.exchangemdn,
  .coveo-icon.filetype.coveo-small.exchangeobject,
  .coveo-icon.sysfiletype.coveo-small.exchangeobject,
  .coveo-icon.filetype.coveo-small.lithiumcommunity,
  .coveo-icon.sysfiletype.coveo-small.lithiumcommunity,
  .coveo-icon.filetype.coveo-small.sparea,
  .coveo-icon.sysfiletype.coveo-small.sparea,
  .coveo-icon.filetype.coveo-small.spcustomlist,
  .coveo-icon.sysfiletype.coveo-small.spcustomlist,
  .coveo-icon.filetype.coveo-small.spsurvey,
  .coveo-icon.sysfiletype.coveo-small.spsurvey,
  .coveo-icon.filetype.coveo-small.spsurveylist,
  .coveo-icon.sysfiletype.coveo-small.spsurveylist,
  .coveo-icon.filetype.coveo-small.spcustomgridlist,
  .coveo-icon.sysfiletype.coveo-small.spcustomgridlist,
  .coveo-icon.filetype.coveo-small.spdecision,
  .coveo-icon.sysfiletype.coveo-small.spdecision,
  .coveo-icon.filetype.coveo-small.spdecisionlist,
  .coveo-icon.sysfiletype.coveo-small.spdecisionlist,
  .coveo-icon.filetype.coveo-small.spobjective,
  .coveo-icon.sysfiletype.coveo-small.spobjective,
  .coveo-icon.filetype.coveo-small.spobjectivelist,
  .coveo-icon.sysfiletype.coveo-small.spobjectivelist,
  .coveo-icon.filetype.coveo-small.spthingstobring,
  .coveo-icon.sysfiletype.coveo-small.spthingstobring,
  .coveo-icon.filetype.coveo-small.spthingstobringlist,
  .coveo-icon.sysfiletype.coveo-small.spthingstobringlist,
  .coveo-icon.filetype.coveo-small.sparealisting,
  .coveo-icon.sysfiletype.coveo-small.sparealisting,
  .coveo-icon.filetype.coveo-small.spunknownlist,
  .coveo-icon.sysfiletype.coveo-small.spunknownlist,
  .coveo-icon.filetype.coveo-small.spdistributiongroup,
  .coveo-icon.sysfiletype.coveo-small.spdistributiongroup,
  .coveo-icon.filetype.coveo-small.spdistributiongrouplist,
  .coveo-icon.sysfiletype.coveo-small.spdistributiongrouplist,
  .coveo-icon.filetype.coveo-small.spkeyperformanceindicator,
  .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicator,
  .coveo-icon.filetype.coveo-small.spkeyperformanceindicatorlist,
  .coveo-icon.sysfiletype.coveo-small.spkeyperformanceindicatorlist,
  .coveo-icon.filetype.coveo-small.sptab,
  .coveo-icon.sysfiletype.coveo-small.sptab,
  .coveo-icon.filetype.coveo-small.sptablist,
  .coveo-icon.sysfiletype.coveo-small.sptablist,
  .coveo-icon.filetype.coveo-small.spworkflowprocess,
  .coveo-icon.sysfiletype.coveo-small.spworkflowprocess,
  .coveo-icon.filetype.coveo-small.spworkflowprocesslist,
  .coveo-icon.sysfiletype.coveo-small.spworkflowprocesslist,
  .coveo-icon.filetype.coveo-small.spcirculation,
  .coveo-icon.sysfiletype.coveo-small.spcirculation,
  .coveo-icon.filetype.coveo-small.spcirculationlist,
  .coveo-icon.sysfiletype.coveo-small.spcirculationlist,
  .coveo-icon.filetype.coveo-small.spwhereabout,
  .coveo-icon.sysfiletype.coveo-small.spwhereabout,
  .coveo-icon.filetype.coveo-small.spwhereaboutlist,
  .coveo-icon.sysfiletype.coveo-small.spwhereaboutlist {
    background-position: -1278px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-product-small,
  .coveo-icon.objecttype.coveo-small.Product,
  .coveo-icon.objecttype.coveo-small.product {
    background-position: -1310px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-video-small,
  .coveo-icon.filetype.coveo-small.video,
  .coveo-icon.sysfiletype.coveo-small.video,
  .coveo-icon.filetype.coveo-small.youtube,
  .coveo-icon.sysfiletype.coveo-small.youtube,
  .coveo-icon.filetype.coveo-small.youtubevideo,
  .coveo-icon.sysfiletype.coveo-small.youtubevideo,
  .coveo-icon.filetype.coveo-small.youtubeplaylistitem,
  .coveo-icon.sysfiletype.coveo-small.youtubeplaylistitem {
    background-position: -1310px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-attachment-small,
  .coveo-icon.objecttype.coveo-small.Attachment,
  .coveo-icon.objecttype.coveo-small.attachment {
    background-position: -1342px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-calendar-small,
  .coveo-icon.objecttype.coveo-small.Campaign,
  .coveo-icon.objecttype.coveo-small.campaign,
  .coveo-icon.filetype.coveo-small.exchangeappointment,
  .coveo-icon.sysfiletype.coveo-small.exchangeappointment,
  .coveo-icon.filetype.coveo-small.exchangecalendarmessage,
  .coveo-icon.sysfiletype.coveo-small.exchangecalendarmessage,
  .coveo-icon.filetype.coveo-small.spevent,
  .coveo-icon.sysfiletype.coveo-small.spevent,
  .coveo-icon.filetype.coveo-small.speventlist,
  .coveo-icon.sysfiletype.coveo-small.speventlist,
  .coveo-icon.filetype.coveo-small.sptask,
  .coveo-icon.sysfiletype.coveo-small.sptask,
  .coveo-icon.filetype.coveo-small.sptasklist,
  .coveo-icon.sysfiletype.coveo-small.sptasklist,
  .coveo-icon.filetype.coveo-small.spagenda,
  .coveo-icon.sysfiletype.coveo-small.spagenda,
  .coveo-icon.filetype.coveo-small.spagendalist,
  .coveo-icon.sysfiletype.coveo-small.spagendalist,
  .coveo-icon.filetype.coveo-small.spmeetingserie,
  .coveo-icon.sysfiletype.coveo-small.spmeetingserie,
  .coveo-icon.filetype.coveo-small.spmeetingserielist,
  .coveo-icon.sysfiletype.coveo-small.spmeetingserielist,
  .coveo-icon.filetype.coveo-small.spadministratortask,
  .coveo-icon.sysfiletype.coveo-small.spadministratortask,
  .coveo-icon.filetype.coveo-small.spadministratortasklist,
  .coveo-icon.sysfiletype.coveo-small.spadministratortasklist,
  .coveo-icon.filetype.coveo-small.spworkflowhistory,
  .coveo-icon.sysfiletype.coveo-small.spworkflowhistory,
  .coveo-icon.filetype.coveo-small.spworkflowhistorylist,
  .coveo-icon.sysfiletype.coveo-small.spworkflowhistorylist {
    background-position: -1342px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-images-small,
  .coveo-icon.filetype.coveo-small.image,
  .coveo-icon.sysfiletype.coveo-small.image,
  .coveo-icon.filetype.coveo-small.sppicturelibrarylist,
  .coveo-icon.sysfiletype.coveo-small.sppicturelibrarylist {
    background-position: -1374px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-kb-small,
  .coveo-icon.objecttype.coveo-small.Salesliterature,
  .coveo-icon.objecttype.coveo-small.salesliterature,
  .coveo-icon.filetype.coveo-small.spdatasource,
  .coveo-icon.sysfiletype.coveo-small.spdatasource,
  .coveo-icon.filetype.coveo-small.spdatasourcelist,
  .coveo-icon.sysfiletype.coveo-small.spdatasourcelist,
  .coveo-icon.filetype.coveo-small.spdataconnectionlibrarylist,
  .coveo-icon.sysfiletype.coveo-small.spdataconnectionlibrarylist,
  .coveo-icon.filetype.coveo-small.spipfslist,
  .coveo-icon.sysfiletype.coveo-small.spipfslist {
    background-position: -1374px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-mail-small,
  .coveo-icon.objecttype.coveo-small.Message,
  .coveo-icon.objecttype.coveo-small.message,
  .coveo-icon.objecttype.coveo-small.Email,
  .coveo-icon.objecttype.coveo-small.email,
  .coveo-icon.filetype.coveo-small.exchangemessage,
  .coveo-icon.sysfiletype.coveo-small.exchangemessage,
  .coveo-icon.filetype.coveo-small.exchangedsn,
  .coveo-icon.sysfiletype.coveo-small.exchangedsn,
  .coveo-icon.filetype.coveo-small.exchangerecallmessage,
  .coveo-icon.sysfiletype.coveo-small.exchangerecallmessage,
  .coveo-icon.filetype.coveo-small.exchangerecallreport,
  .coveo-icon.sysfiletype.coveo-small.exchangerecallreport,
  .coveo-icon.filetype.coveo-small.exchangejunkmessage,
  .coveo-icon.sysfiletype.coveo-small.exchangejunkmessage,
  .coveo-icon.filetype.coveo-small.lithiummessage,
  .coveo-icon.sysfiletype.coveo-small.lithiummessage {
    background-position: -1406px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-case-small,
  .coveo-icon.filetype.coveo-small.exchangetask,
  .coveo-icon.sysfiletype.coveo-small.exchangetask,
  .coveo-icon.filetype.coveo-small.spprojecttask,
  .coveo-icon.sysfiletype.coveo-small.spprojecttask,
  .coveo-icon.filetype.coveo-small.spprojecttasklist,
  .coveo-icon.sysfiletype.coveo-small.spprojecttasklist {
    background-position: -1406px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-link-small,
  .coveo-icon.filetype.coveo-small.spissue,
  .coveo-icon.sysfiletype.coveo-small.spissue,
  .coveo-icon.filetype.coveo-small.spissuelist,
  .coveo-icon.sysfiletype.coveo-small.spissuelist,
  .coveo-icon.filetype.coveo-small.splink,
  .coveo-icon.sysfiletype.coveo-small.splink,
  .coveo-icon.filetype.coveo-small.splinklist,
  .coveo-icon.sysfiletype.coveo-small.splinklist,
  .coveo-icon.filetype.coveo-small.spdocumentlink,
  .coveo-icon.sysfiletype.coveo-small.spdocumentlink {
    background-position: -1438px 0px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-user-small,
  .coveo-icon.objecttype.coveo-small.People,
  .coveo-icon.objecttype.coveo-small.people,
  .coveo-icon.objecttype.coveo-small.User,
  .coveo-icon.objecttype.coveo-small.user,
  .coveo-icon.objecttype.coveo-small.Partner,
  .coveo-icon.objecttype.coveo-small.partner,
  .coveo-icon.objecttype.coveo-small.Socialprofile,
  .coveo-icon.objecttype.coveo-small.socialprofile,
  .coveo-icon.filetype.coveo-small.exchangeperson,
  .coveo-icon.sysfiletype.coveo-small.exchangeperson,
  .coveo-icon.filetype.coveo-small.activedirperson,
  .coveo-icon.sysfiletype.coveo-small.activedirperson,
  .coveo-icon.filetype.coveo-small.exchangegroup,
  .coveo-icon.sysfiletype.coveo-small.exchangegroup,
  .coveo-icon.filetype.coveo-small.spuserprofile,
  .coveo-icon.sysfiletype.coveo-small.spuserprofile,
  .coveo-icon.filetype.coveo-small.spcontact,
  .coveo-icon.sysfiletype.coveo-small.spcontact,
  .coveo-icon.filetype.coveo-small.spcontactlist,
  .coveo-icon.sysfiletype.coveo-small.spcontactlist,
  .coveo-icon.filetype.coveo-small.spattendee,
  .coveo-icon.sysfiletype.coveo-small.spattendee,
  .coveo-icon.filetype.coveo-small.spattendeelist,
  .coveo-icon.sysfiletype.coveo-small.spattendeelist,
  .coveo-icon.filetype.coveo-small.spuserinformation,
  .coveo-icon.sysfiletype.coveo-small.spuserinformation,
  .coveo-icon.filetype.coveo-small.spuserinformationlist,
  .coveo-icon.sysfiletype.coveo-small.spuserinformationlist {
    background-position: -1438px -32px;
    width: 32px;
    height: 32px;
    text-indent: 32px;
  }
  .coveo-sprites-coveo-powered-by-logo,
  .coveo-powered-by {
    background-position: -1470px 0px;
    width: 100px;
    height: 29px;
    text-indent: 100px;
  }
  .coveo-sprites-list-layout {
    background-position: -1470px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px;
  }
  .coveo-sprites-sort-active,
  .coveo-facet-settings-section-sort:hover .coveo-icon {
    background-position: -1470px -49px;
    width: 16px;
    height: 14px;
    text-indent: 16px;
  }
  .coveo-sprites-replies {
    background-position: -1490px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px;
  }
  .coveo-sprites-arrow-down,
  .coveo-facet-more .coveo-icon,
  .coveo-more .coveo-folding-footer-icon,
  .CoveoSort .coveo-icon,
  .CoveoSort.coveo-descending .coveo-icon,
  .coveo-field-table-toggle-icon {
    background-position: -1490px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-table-layout {
    background-position: -1510px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px;
  }
  .coveo-sprites-facet-search-checkbox-hook-active,
  .coveo-facet-search-results .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value:hover .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span {
    background-position: -1510px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-card-layout {
    background-position: -1530px -29px;
    width: 20px;
    height: 20px;
    text-indent: 20px;
  }
  .coveo-sprites-facet-search-loading,
  .coveo-facet-search-wait-animation {
    background-position: -1530px -49px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-main-clear-hover,
  .coveo-facet-header-eraser:hover {
    background-position: -1550px -29px;
    width: 19px;
    height: 19px;
    text-indent: 19px;
  }
  .coveo-sprites-attached,
  .CoveoAttachToCase span.coveo-attach-to-case-attached:before {
    background-position: -1550px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-main-clear,
  .coveo-facet-header-eraser,
  .CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
    background-position: -1570px 0px;
    width: 19px;
    height: 19px;
    text-indent: 19px;
  }
  .coveo-sprites-checkbox-hook-inactive {
    background-position: -1570px -19px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-dropdown-manage-alerts-active {
    background-position: -1570px -37px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-checkbox-hook-white,
  .CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
  .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before,
  .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before {
    background-position: -1570px -55px;
    width: 12px;
    height: 9px;
    text-indent: 12px;
  }
  .coveo-sprites-dropdown-manage-alerts {
    background-position: -1589px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-and,
  .coveo-facet-header-operator .coveo-icon.coveo-and {
    background-position: -1589px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-checkbox-more-values,
  .coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > span,
  .coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > span {
    background-position: -1589px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-tagging-clear,
  .coveo-result-tagging-clear-icon span,
  .coveo-result-tagging-delete-icon {
    background-position: -1589px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-dropdown-preferences-active,
  .coveo-settings-item.coveo-preferences-panel:hover .coveo-icon,
  .coveo-settings-item.coveo-advanced-search:hover .coveo-icon {
    background-position: -1607px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-dropdown-preferences,
  .coveo-settings-item.coveo-preferences-panel .coveo-icon,
  .coveo-settings-item.coveo-preferences-panel:hover.coveo-disabled .coveo-icon,
  .coveo-settings-item.coveo-advanced-search .coveo-icon,
  .coveo-settings-item.coveo-advanced-search:hover.coveo-disabled .coveo-icon {
    background-position: -1607px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-dropdown-share-query-active,
  .coveo-settings-item.coveo-share-query:hover .coveo-icon {
    background-position: -1607px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-tagging-ok,
  .coveo-result-tagging-add-tag-tick-icon span {
    background-position: -1607px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-dropdown-share-query,
  .coveo-settings-item.coveo-share-query .coveo-icon,
  .coveo-settings-item.coveo-share-query:hover.coveo-disabled .coveo-icon {
    background-position: -1625px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-checkbox-exclusion,
  .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected:hover .coveo-facet-value-checkbox > span {
    background-position: -1625px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-star_placeholder {
    background-position: -1625px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-facet-search,
  .coveo-facet-search-magnifier {
    background-position: -1625px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-or,
  .coveo-facet-header-operator .coveo-icon.coveo-or {
    background-position: -1643px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-manage {
    background-position: -1643px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-main-search,
  .CoveoSearchButton > .coveo-icon,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-main-search:before,
  .CoveoSearchButton > .coveo-icon:before,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon:before {
    content: "\e003";
  }
  .coveo-sprites-clear-inactive-filters,
  .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button .coveo-icon,
  .coveo-breadcrumb-clear-all .coveo-breadcrumb-icon-clear-all,
  .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear,
  .coveo-facet-slider-breadcrumb-value .coveo-facet-breadcrumb-clear,
  .coveo-share-query-summary-info-close,
  .coveo-preferences-panel-close,
  .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close,
  .coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear,
  .coveo-hidden-query-breadcrumb-clear,
  .coveo-advanced-search-panel-close,
  .coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon {
    background-position: -1643px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-main-search-active,
  .CoveoSearchButton:hover > .coveo-icon {
    background-position: -1661px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-star_active {
    background-position: -1661px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-dropdown-export-to-excel-active,
  .coveo-settings-item.coveo-export-to-excel:hover .coveo-icon {
    background-position: -1661px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-clear-active-filters,
  .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button:hover .coveo-icon,
  .coveo-breadcrumb-clear-all:hover .coveo-breadcrumb-icon-clear-all,
  .coveo-facet-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
  .coveo-facet-slider-breadcrumb-value:hover .coveo-facet-breadcrumb-clear,
  .coveo-share-query-summary-info-close:hover,
  .coveo-preferences-panel-close:hover,
  .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
  .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close:hover,
  .coveo-results-filter-preferences-breadcrumb .coveo-value:hover .coveo-clear,
  .coveo-hidden-query-breadcrumb-clear:hover,
  .coveo-advanced-search-panel-close:hover,
  .coveo-subscriptions-panel .coveo-subscriptions-panel-close:hover .coveo-icon {
    background-position: -1661px -54px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-dropdown-export-to-excel,
  .coveo-settings-item.coveo-export-to-excel .coveo-icon,
  .coveo-settings-item.coveo-export-to-excel:hover.coveo-disabled .coveo-icon {
    background-position: -1679px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-dropdown-follow-query-active,
  .coveo-settings-item.coveo-follow-query:hover .coveo-icon,
  .coveo-settings-item.coveo-subscriptions-panel:hover .coveo-icon {
    background-position: -1679px -18px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-dropdown-follow-query,
  .coveo-settings-item.coveo-follow-query .coveo-icon,
  .coveo-settings-item.coveo-follow-query:hover.coveo-disabled .coveo-icon,
  .coveo-settings-item.coveo-subscriptions-panel .coveo-icon,
  .coveo-settings-item.coveo-subscriptions-panel:hover.coveo-disabled .coveo-icon {
    background-position: -1679px -36px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-checkbox-hook-active,
  .coveo-facet-value.coveo-selected .coveo-facet-value-checkbox > span,
  .coveo-facet-value:hover .coveo-facet-value-checkbox > span,
  .coveo-facet-value:not(.coveo-facet-search-button) .coveo-facet-value-checkbox:focus > span,
  .coveo-facet-breadcrumb-multi-icon.coveo-selected,
  .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox > span {
    background-position: -1697px 0px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-authenticate {
    background-position: -1697px -18px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-attach,
  .CoveoAttachToCase span.coveo-attach-to-case-attach:before {
    background-position: -1697px -34px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-exclusion-hover,
  .coveo-facet-value-exclude .coveo-icon {
    background-position: -1697px -50px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-sort,
  .coveo-facet-settings-section-sort .coveo-icon,
  .coveo-facet-settings-section-sort:hover.coveo-disabled .coveo-icon {
    background-position: -1715px 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-loading,
  .coveo-facet-header-wait-animation,
  .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .coveo-executing-query .CoveoSearchButton:hover > .coveo-icon,
  .CoveoFollowItem.coveo-follow-item-loading:before {
    background-position: -1715px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-result-follow,
  .CoveoFollowItem:before {
    background-position: -1715px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-info {
    background-position: -1715px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-result-follow-active,
  .CoveoFollowItem.coveo-follow-item-followed:before {
    background-position: -1731px 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-ascending-active,
  .coveo-facet-settings-section-direction-ascending:hover .coveo-icon {
    background-position: -1731px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-ascending,
  .coveo-facet-settings-section-direction-ascending .coveo-icon,
  .coveo-facet-settings-section-direction-ascending:hover.coveo-facet-settings-disabled .coveo-icon {
    background-position: -1731px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-authenticate-active,
  .coveo-settings-item.coveo-authentication-provider:hover .coveo-icon {
    background-position: -1731px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-preferences {
    background-position: -1747px 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-authenticate,
  .coveo-settings-item.coveo-authentication-provider .coveo-icon,
  .coveo-settings-item.coveo-authentication-provider:hover.coveo-disabled .coveo-icon {
    background-position: -1747px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-collapse-active,
  .coveo-facet-settings-section-hide:hover .coveo-icon {
    background-position: -1747px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-more,
  .coveo-facet-settings-section-save-state .coveo-icon,
  .coveo-facet-settings-section-save-state:hover.coveo-facet-settings-disabled .coveo-icon {
    background-position: -1747px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-more-active,
  .coveo-facet-settings-section-save-state:hover .coveo-icon {
    background-position: -1763px 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-less,
  .coveo-facet-settings-section-clear-state .coveo-icon,
  .coveo-facet-settings-section-clear-state:hover.coveo-facet-settings-disabled .coveo-icon {
    background-position: -1763px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-less-active,
  .coveo-facet-settings-section-clear-state:hover .coveo-icon {
    background-position: -1763px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-expand,
  .coveo-facet-settings-section-show .coveo-icon,
  .coveo-facet-settings-section-show:hover.coveo-facet-settings-disabled .coveo-icon,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
    background-position: -1763px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-expand-active,
  .coveo-facet-settings-section-show:hover .coveo-icon {
    background-position: -1779px 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-descending,
  .coveo-facet-settings-section-direction-descending .coveo-icon,
  .coveo-facet-settings-section-direction-descending:hover.coveo-facet-settings-disabled .coveo-icon {
    background-position: -1779px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-dropdown-collapse,
  .coveo-facet-settings-section-hide .coveo-icon,
  .coveo-facet-settings-section-hide:hover.coveo-facet-settings-disabled .coveo-icon,
  .CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-open .coveo-has-childs-toggle {
    background-position: -1779px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-more-menu-active,
  .coveo-facet-header-settings:hover .coveo-icon,
  .coveo-facet-header-settings:focus .coveo-icon {
    background-position: -1779px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-more-menu,
  .coveo-facet-header-settings .coveo-icon {
    background-position: -1795px 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-expand {
    background-position: -1795px -16px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-arrow-up,
  .coveo-facet-less .coveo-icon,
  .coveo-less .coveo-folding-footer-icon,
  .CoveoSort.coveo-ascending .coveo-icon,
  .coveo-field-table-toggle-icon-up {
    background-position: -1795px -29px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-collapse {
    background-position: -1795px -42px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-facet-search-checkbox-hook-inactive {
    background-position: -1811px 0px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-facet-checkbox-exclusion,
  .coveo-facet-search-results .coveo-facet-value.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value.coveo-selected.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value:hover.coveo-facet-value-will-exclude .coveo-facet-value-checkbox > span,
  .coveo-facet-search-results .coveo-facet-value.coveo-excluded .coveo-facet-value-checkbox > span,
  .coveo-facet-search-clear .coveo-icon:hover,
  .coveo-facet-breadcrumb-multi-icon.coveo-excluded {
    background-position: -1811px -13px;
    width: 13px;
    height: 13px;
    text-indent: 13px;
  }
  .coveo-sprites-external {
    background-position: -1811px -26px;
    width: 13px;
    height: 12px;
    text-indent: 13px;
  }
  .coveo-sprites-facet-exclusion-hover,
  .coveo-facet-search-clear .coveo-icon {
    background-position: -1811px -38px;
    width: 11px;
    height: 11px;
    text-indent: 11px;
  }
  .coveo-sprites-close {
    background-position: -1811px -49px;
    width: 11px;
    height: 11px;
    text-indent: 11px;
  }
  .coveo-sprites-followed {
    background-position: -1824px 0px;
    width: 16px;
    height: 12px;
    text-indent: 16px;
  }
  .coveo-sprites-follow {
    background-position: -1824px -12px;
    width: 16px;
    height: 12px;
    text-indent: 16px;
  }
}
.CoveoQuickview {
  display: inline-block;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoQuickview:hover,
.CoveoQuickview:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoQuickview:hover,
.CoveoQuickview:hover a {
  text-decoration: underline;
}
.CoveoQuickview.coveo-selected * {
  color: #991025;
}
.CoveoQuickview .coveo-caption-for-quickview {
  font-size: 12px;
  margin-top: -7px;
}
.CoveoCardActionBar .CoveoQuickview {
  color: #fff;
  text-decoration: none;
}
.CoveoCardActionBar .CoveoQuickview > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.CoveoCardActionBar .CoveoQuickview .coveo-caption-for-quickview {
  margin-top: 0;
  margin-left: 3px;
  font-size: 11px;
}
.CoveoQuickviewDocument {
  overflow: hidden;
}
.CoveoQuickviewDocument .coveo-quickview-document {
  display: table;
  height: 100%;
  width: 100%;
}
.CoveoQuickviewDocument .coveo-quickview-document > * {
  display: table-row;
}
.CoveoQuickviewDocument .coveo-quickview-document .coveo-iframeWrapper {
  height: 100%;
  width: 100%;
}
.coveo-quickview-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.coveo-quickview-header .coveo-term-for-quickview * {
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coveo-quickview-header .coveo-term-for-quickview {
  margin: 0 0 10px 10px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid;
}
.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-down-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
  position: relative;
  width: 20px;
  border-right: 2px solid;
}
.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-down-arrow .coveo-term-for-quickview-down-arrow-icon {
  position: absolute;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}
.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-up-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
  position: relative;
  width: 20px;
}
.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-up-arrow .coveo-term-for-quickview-up-arrow-icon {
  position: absolute;
  top: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}
.coveo-quickview-header .coveo-term-for-quickview .coveo-term-for-quickview-name {
  font-size: 14px;
  padding: 5px 0;
  margin-left: 5px;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title {
  cursor: auto;
  position: relative;
  height: 48px;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-left-header {
  padding-right: 16px;
  text-align: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-right-header {
  text-align: right;
  float: right;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-pop-up-reminder {
  color: #0066cc;
  font-size: 16px;
  text-align: left;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-time {
  font-size: 12px;
  color: #b4b4b4;
  font-weight: normal;
  vertical-align: middle;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-close-button {
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  line-height: 10px;
  margin-left: 8px;
  cursor: pointer;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body {
  position: absolute;
  top: 48px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-title {
  padding-bottom: 10px;
  text-align: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.2em;
  color: black;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-title .coveo-icon {
  margin-right: 5px;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body .coveo-quick-view-full-height {
  height: 100%;
  width: 100%;
  display: table;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body .coveo-quick-view-full-height > * {
  display: table-row;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body .coveo-quick-view-full-height .CoveoQuickviewDocument {
  height: 100%;
}
.coveo-quickview-header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.coveo-iframeWrapper {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
}
.coveo-iframeWrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
}
.coveo-media-max-width-480 .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-left-header {
  right: 50px;
}
.coveo-media-max-width-480 .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-time {
  display: none;
}
@media (max-width: 480px) {
  .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-left-header {
    right: 50px;
  }
  .coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-title .coveo-quickview-time {
    display: none;
  }
}
.coveo-modalBox.coveo-authentication-popup > .coveo-wrapper {
  width: 90%;
  height: 90%;
  max-width: 90%;
  max-height: 90%;
  position: relative;
}
.coveo-modalBox.coveo-authentication-popup > .coveo-wrapper > .coveo-body {
  height: 100%;
  overflow-y: hidden;
}
.coveo-authentication-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.coveo-waiting-for-authentication-popup {
  padding: 50px 150px;
}
.CoveoBreadcrumb {
  padding: 10px 0px 10px 0px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #BCC3CA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.CoveoBreadcrumb.coveo-small-display {
  padding: 0px;
  margin: 0;
  background-color: #ececec;
  border-top: 1px solid #BCC3CA;
  border-bottom: 1px solid #BCC3CA;
  clear: both;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb.coveo-breadcrumb-item {
  display: inline;
  margin: 0;
  white-space: nowrap;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb.coveo-breadcrumb-item:before {
  content: "";
  display: inline;
  white-space: normal;
}
.CoveoBreadcrumb.coveo-small-display .coveo-header .coveo-title {
  display: none;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values {
  display: inline;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value {
  display: inline;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-values .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
  display: none;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb .coveo-facet-breadcrumb-title {
  padding: 7px 4px 0px 4px;
  border-right: 1px solid #BCC3CA;
  height: 30px;
  display: inline-block;
  margin-right: 0px;
  color: #2c5986;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value {
  background-color: #f7f7f7;
  color: #666666;
  white-space: normal;
  line-height: 30px;
  padding: 7px 5px 8px 5px;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:before {
  content: "";
  border-top: 1px solid #BCC3CA;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:after {
  content: "";
  border-right: 1px solid #BCC3CA;
  position: absolute;
  height: 30px;
  margin-left: 5px;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value:first-child {
  white-space: nowrap;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-caption {
  max-width: 130px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: top;
}
.CoveoBreadcrumb.coveo-small-display .coveo-facet-breadcrumb-value .coveo-facet-breadcrumb-clear {
  display: none;
}
.coveo-breadcrumb-clear-all {
  color: #cd1532;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  padding: 5px;
  margin-left: 5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.coveo-breadcrumb-clear-all:hover,
.coveo-breadcrumb-clear-all:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-breadcrumb-clear-all:hover,
.coveo-breadcrumb-clear-all:hover a {
  text-decoration: underline;
}
.coveo-breadcrumb-clear-all.coveo-selected * {
  color: #991025;
}
.coveo-breadcrumb-clear-all > div {
  display: inline-block;
}
.coveo-breadcrumb-icon-clear-all {
  margin-right: 5px;
}
.coveo-breadcrumb-items {
  padding-bottom: 10px;
  display: inline-block;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.coveo-breadcrumb-item {
  margin: 5px 0px 5px 0px;
}
.coveo-media-max-width-800 .CoveoBreadcrumb {
  padding: 10px;
}
.coveo-media-max-width-800 .coveo-breadcrumb-items {
  padding-bottom: 0;
}
.coveo-media-max-width-800 .coveo-breadcrumb-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .CoveoBreadcrumb {
    padding: 10px;
  }
  .coveo-breadcrumb-items {
    padding-bottom: 0;
  }
  .coveo-breadcrumb-item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.coveo-modalBox > .coveo-wrapper > .coveo-title {
  height: 40px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
  position: absolute;
  left: 25px;
  display: inline-block;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
  margin-right: 10px;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
  color: #B4B4B4;
  font-weight: normal;
  display: inline-block;
}
.CoveoCurrentTab.coveo-opening-tab-section {
  background-color: #242528;
}
.coveo-tab-section.coveo-opened-by-current-tab {
  width: 100%;
  left: 0;
  top: 86px;
}
.CoveoDidYouMean {
  padding: 10px;
}
.CoveoDidYouMean a {
  color: #cd1532;
  cursor: pointer;
  text-decoration: none;
}
.CoveoDidYouMean a:hover,
.CoveoDidYouMean a:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoDidYouMean a:hover,
.CoveoDidYouMean a:hover a {
  text-decoration: underline;
}
.CoveoDidYouMean a.coveo-selected * {
  color: #991025;
}
.CoveoDidYouMean a:hover {
  text-decoration: underline;
}
.coveo-did-you-mean-highlight {
  font-weight: normal;
}
.coveo-did-you-mean-word-correction {
  font-weight: bold;
}
.coveo-did-you-mean-no-results-for {
  font-size: 16px;
}
.coveo-emails-excess-collapsed,
.coveo-emails-excess-expanded {
  display: none;
  cursor: pointer;
}
.coveo-emails-excess-collapsed.coveo-active,
.coveo-emails-excess-expanded.coveo-active {
  display: inline;
}
.coveo-emails-excess-collapsed {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.coveo-emails-excess-collapsed:hover,
.coveo-emails-excess-collapsed:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-emails-excess-collapsed:hover,
.coveo-emails-excess-collapsed:hover a {
  text-decoration: underline;
}
.coveo-emails-excess-collapsed.coveo-selected * {
  color: #991025;
}
.coveo-email-child-from {
  margin: 0 10px 0 5px;
}
.coveo-email-child-excerpt {
  font-size: 13px;
  text-decoration: none !important;
}
.coveo-email-child-excerpt:not(:hover) {
  color: inherit !important;
}
.coveo-modalBox .coveo-email-from,
.coveo-modalBox .coveo-email-to {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  padding: 5px 16px;
  font-size: 13px;
  font-size: 14px;
}
.coveo-modalBox .coveo-email-from a,
.coveo-modalBox .coveo-email-to a {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.coveo-modalBox .coveo-email-from a:hover,
.coveo-modalBox .coveo-email-from a:visited,
.coveo-modalBox .coveo-email-to a:hover,
.coveo-modalBox .coveo-email-to a:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-modalBox .coveo-email-from a:hover,
.coveo-modalBox .coveo-email-from a:hover a,
.coveo-modalBox .coveo-email-to a:hover,
.coveo-modalBox .coveo-email-to a:hover a {
  text-decoration: underline;
}
.coveo-modalBox .coveo-email-from a.coveo-selected *,
.coveo-modalBox .coveo-email-to a.coveo-selected * {
  color: #991025;
}
.CoveoExcerpt {
  word-wrap: break-word;
}
.CoveoResult.coveo-people-result {
  padding-left: 75px;
}
.CoveoResult.coveo-people-result .CoveoThumbnail {
  float: left;
  width: 64px;
  margin-left: -75px;
}
.CoveoResult.coveo-people-result .CoveoThumbnail.coveo-no-thumbnail {
  display: inline-block;
}
.CoveoResult.coveo-people-result .coveo-people-details {
  color: #666666;
  font-size: 13px;
}
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue:after {
  content: " - ";
}
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue:last-child:after {
  content: "";
}
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:hover,
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:hover,
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a:hover a {
  text-decoration: underline;
}
.CoveoResult.coveo-people-result .coveo-people-details .CoveoFieldValue a.coveo-selected * {
  color: #991025;
}
.CoveoErrorReport {
  padding: 10px;
  text-align: center;
}
.CoveoErrorReport h1,
.CoveoErrorReport h2,
.CoveoErrorReport h3,
.CoveoErrorReport h4,
.CoveoErrorReport h5,
.CoveoErrorReport h6 {
  display: block;
  margin: 20px 0px 20px 0px;
}
.coveo-error-report-title {
  margin-bottom: 30px;
}
.coveo-error-report-message {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
.coveo-error-report-message pre {
  font-size: 12px;
  text-align: left;
}
.coveo-error-report-previous,
.coveo-error-report-clear,
.coveo-error-report-retry,
.coveo-error-report-more-info {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 0;
}
.coveo-error-report-previous:hover,
.coveo-error-report-previous:visited,
.coveo-error-report-clear:hover,
.coveo-error-report-clear:visited,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:visited,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-error-report-previous:hover,
.coveo-error-report-previous:hover a,
.coveo-error-report-clear:hover,
.coveo-error-report-clear:hover a,
.coveo-error-report-retry:hover,
.coveo-error-report-retry:hover a,
.coveo-error-report-more-info:hover,
.coveo-error-report-more-info:hover a {
  text-decoration: underline;
}
.coveo-error-report-previous.coveo-selected *,
.coveo-error-report-clear.coveo-selected *,
.coveo-error-report-retry.coveo-selected *,
.coveo-error-report-more-info.coveo-selected * {
  color: #991025;
}
.coveo-error-info {
  width: 100%;
}
.coveo-error-info textarea {
  width: 100%;
  height: 200px;
}
.coveo-facet-values {
  list-style: none;
  padding: 5px 0px 0px 0px;
  margin: 0;
}
.coveo-facet-value {
  padding: 0px 20px 0px 20px;
  margin: 0;
  line-height: 22px;
  position: relative;
}
.coveo-facet-value input[type="checkbox"] {
  display: none;
}
.coveo-facet-value .coveo-facet-value-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
  background: white;
  position: relative;
  top: 2px;
}
.coveo-facet-value .coveo-facet-value-checkbox > span {
  position: relative;
  bottom: 1px;
  left: -1px;
  background: none;
}
.coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}
.coveo-facet-value.coveo-excluded .coveo-facet-value-caption,
.coveo-facet-value.coveo-excluded .coveo-facet-value-computed-field,
.coveo-facet-value.coveo-excluded .coveo-facet-value-count {
  text-decoration: line-through;
}
.coveo-facet-value > * {
  vertical-align: middle;
}
.coveo-facet-value:hover,
.coveo-facet-value.coveo-focused {
  background-color: #E6ECf0;
}
.coveo-facet-value.coveo-selected {
  font-weight: bold;
}
.coveo-facet-value.coveo-excluded .coveo-facet-value-exclude {
  visibility: hidden;
}
.coveo-facet-value.coveo-excluded:hover .coveo-facet-value-exclude {
  visibility: hidden;
}
.coveo-facet-value:hover .coveo-facet-value-exclude {
  visibility: visible;
}
.coveo-facet-value-label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
}
.coveo-facet-value-caption {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.coveo-facet-value-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
  float: left;
}
.coveo-facet-value-count {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  float: right;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.coveo-facet-value-count.coveo-waitDelta {
  opacity: 0;
}
.coveo-with-computed-field .coveo-facet-value-count,
.coveo-with-computed-field .coveo-facet-value-computed-field {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.coveo-facet-value-label.coveo-with-computed-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-count {
  -webkit-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-computed-field {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}
.coveo-facet-value-computed-field {
  float: right;
  margin-left: 5px;
}
.coveo-facet-value-exclude {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 5px;
  background: white;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  height: 13px;
  width: 13px;
  opacity: 0;
  z-index: 10;
}
.coveo-facet-value-exclude .coveo-icon {
  position: absolute;
  top: -1px;
  left: -1px;
}
.coveo-facet-value-exclude:hover,
.coveo-facet-value-exclude:focus {
  opacity: 1;
  outline: none;
}
.coveo-facet-search-results {
  position: absolute;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  background-color: white;
  list-style: none;
  margin: 0px 0 3px 0;
  padding: 0px 0px 10px 0px;
  z-index: 999;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: scrollbar;
  font-size: 12px;
}
.coveo-facet-search-results input[type='checkbox'] {
  display: none;
}
.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-count,
.coveo-facet-search-results .coveo-with-computed-field .coveo-facet-value-computed-field {
  top: 0px;
}
.coveo-facet-search-results.coveo-no-results {
  display: none;
  visibility: hidden;
}
.coveo-facet-search-results .coveo-facet-value input[type="checkbox"] {
  display: none;
}
.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
  width: 13px;
  height: 13px;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
  background: white;
  position: relative;
  top: 2px;
}
.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox > span {
  position: relative;
  bottom: 3px;
  left: -1px;
  background: none;
}
.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}
.coveo-facet-search-results .coveo-facet-value .coveo-facet-value-checkbox {
  position: relative;
  top: 5px;
}
.coveo-facet-search-results .coveo-facet-value-exclude {
  right: 10px;
}
.coveo-facet-search-results .coveo-facet-value-label {
  padding-right: 5px;
}
.coveo-facet-search-selectable {
  margin: 0;
  padding: 0px 10px;
}
.coveo-facet-search-selectable.coveo-current {
  background-color: #E6ECf0;
}
.coveo-facet-search-select-all {
  margin: 0;
  padding: 10px;
  font-weight: bold;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.coveo-facet-search-select-all:hover,
.coveo-facet-search-select-all:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-facet-search-select-all:hover,
.coveo-facet-search-select-all:hover a {
  text-decoration: underline;
}
.coveo-facet-search-select-all.coveo-selected * {
  color: #991025;
}
.coveo-facet-search-clear {
  float: right;
  margin: 2px 4px 0px 0px;
  cursor: pointer;
  opacity: 0.5;
  clear: none;
}
.coveo-facet-search-clear .coveo-icon {
  cursor: pointer;
}
.coveo-facet-search-clear:hover {
  opacity: 1;
}
.coveo-facet-search-input {
  border: 0px;
  padding: 1px 0px 0px 0px;
  margin: 0px;
  font-size: 13px;
  width: 100%;
  background-color: inherit;
  line-height: 15px;
}
.coveo-facet-search-input[value=""] {
  color: #BCC3CA;
}
@-webkit-keyframes grow {
  0% {
    margin-right: 200px;
  }
  100% {
    margin-right: 20px;
  }
}
@keyframes grow {
  0% {
    margin-right: 200px;
  }
  100% {
    margin-right: 20px;
  }
}
.coveo-facet-search {
  border: 1px solid #BCC3CA;
  border-radius: 0;
  position: relative;
  background: white;
  display: none;
  margin: 2px 20px 1px 20px;
  padding: 4px;
  -webkit-animation: grow 0.3s linear;
  animation: grow 0.3s linear;
}
.coveo-facet-searching .coveo-facet-search {
  display: block;
}
.coveo-facet-search-no-results {
  background-color: #ffd0d0;
}
.coveo-facet-search-no-results .coveo-facet-search-magnifier {
  visibility: hidden;
}
.coveo-facet-search-magnifier {
  float: left;
  margin: 5px 6px 5px 10px;
}
.coveo-facet-search-wait-animation {
  float: left;
  margin: 3px 3px 5px 10px;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.coveo-facet-search-middle {
  overflow: hidden;
  line-height: 19px;
}
.coveo-facet-value.coveo-facet-search-button {
  color: #ed1b38;
}
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox {
  border-style: dashed;
}
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox,
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox:focus {
  border-style: solid;
}
.coveo-facet-searching .coveo-facet-value.coveo-facet-search-button {
  display: none;
}
.coveo-facet-value.coveo-facet-search-button .coveo-facet-value-checkbox > span,
.coveo-facet-value.coveo-facet-search-button:hover .coveo-facet-value-checkbox > span {
  bottom: 1px;
}
.coveo-facet-values {
  list-style: none;
  padding: 5px 0px 0px 0px;
  margin: 0;
}
.coveo-facet-value {
  padding: 0px 20px 0px 20px;
  margin: 0;
  line-height: 22px;
  position: relative;
}
.coveo-facet-value input[type="checkbox"] {
  display: none;
}
.coveo-facet-value .coveo-facet-value-checkbox {
  width: 18px;
  height: 18px;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 15px;
  float: left;
  background: white;
  position: relative;
  top: 2px;
}
.coveo-facet-value .coveo-facet-value-checkbox > span {
  position: relative;
  bottom: 1px;
  left: -1px;
  background: none;
}
.coveo-facet-value .coveo-facet-value-checkbox:focus {
  outline: none;
}
.coveo-facet-value.coveo-excluded .coveo-facet-value-caption,
.coveo-facet-value.coveo-excluded .coveo-facet-value-computed-field,
.coveo-facet-value.coveo-excluded .coveo-facet-value-count {
  text-decoration: line-through;
}
.coveo-facet-value > * {
  vertical-align: middle;
}
.coveo-facet-value:hover,
.coveo-facet-value.coveo-focused {
  background-color: #E6ECf0;
}
.coveo-facet-value.coveo-selected {
  font-weight: bold;
}
.coveo-facet-value.coveo-excluded .coveo-facet-value-exclude {
  visibility: hidden;
}
.coveo-facet-value.coveo-excluded:hover .coveo-facet-value-exclude {
  visibility: hidden;
}
.coveo-facet-value:hover .coveo-facet-value-exclude {
  visibility: visible;
}
.coveo-facet-value-label {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding: 5px 0px 5px 0px;
}
.coveo-facet-value-caption {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.coveo-facet-value-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
  float: left;
}
.coveo-facet-value-count {
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  float: right;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.coveo-facet-value-count.coveo-waitDelta {
  opacity: 0;
}
.coveo-with-computed-field .coveo-facet-value-count,
.coveo-with-computed-field .coveo-facet-value-computed-field {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.coveo-facet-value-label.coveo-with-computed-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-checkbox {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-caption {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-label-wrapper .coveo-facet-value-count {
  -webkit-box-ordinal-group: 3;
  box-ordinal-group: 3;
  -webkit-order: 3;
  -moz-order: 3;
  order: 3;
  -ms-flex-order: 3;
}
.coveo-facet-value-label.coveo-with-computed-field .coveo-facet-value-computed-field {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
}
.coveo-facet-value-computed-field {
  float: right;
  margin-left: 5px;
}
.coveo-facet-value-exclude {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 5px;
  background: white;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  height: 13px;
  width: 13px;
  opacity: 0;
  z-index: 10;
}
.coveo-facet-value-exclude .coveo-icon {
  position: absolute;
  top: -1px;
  left: -1px;
}
.coveo-facet-value-exclude:hover,
.coveo-facet-value-exclude:focus {
  opacity: 1;
  outline: none;
}
.coveo-facet-breadcrumb *,
.coveo-facet-slider-breadcrumb * {
  vertical-align: top;
}
.coveo-facet-breadcrumb-title,
.coveo-facet-slider-breadcrumb-title {
  color: #67768B;
  margin-right: 14px;
}
.coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value {
  font-size: 14px;
  display: inline-block;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  color: #ed1b38;
}
.coveo-facet-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption,
.coveo-facet-slider-breadcrumb-value.coveo-excluded .coveo-facet-breadcrumb-caption {
  text-decoration: line-through;
}
.coveo-facet-breadcrumb-value:hover,
.coveo-facet-breadcrumb-value:visited,
.coveo-facet-slider-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-facet-breadcrumb-value:hover,
.coveo-facet-breadcrumb-value:hover a,
.coveo-facet-slider-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:hover a {
  text-decoration: underline;
}
.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
  color: #991025;
}
.coveo-facet-breadcrumb-value:hover,
.coveo-facet-slider-breadcrumb-value:hover {
  color: #ed1b38;
}
.coveo-facet-breadcrumb-value.coveo-selected *,
.coveo-facet-slider-breadcrumb-value.coveo-selected * {
  color: #ed1b38;
}
.coveo-facet-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-breadcrumb-value,
.coveo-facet-breadcrumb-value + .coveo-facet-slider-breadcrumb-value,
.coveo-facet-slider-breadcrumb-value + .coveo-facet-slider-breadcrumb-value {
  margin-left: 10px;
}
.coveo-facet-breadcrumb-clear,
.coveo-facet-slider-breadcrumb-clear {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.coveo-facet-breadcrumb-multi-icon {
  margin: 0;
}
.coveo-facet-breadcrumb-multi-icon.coveo-selected {
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 5px;
}
.coveo-facet-breadcrumb-multi-icon.coveo-excluded {
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 5px;
}
.coveo-facet-header {
  padding: 10px 20px;
  background: #F7F8F9;
  clear: both;
  overflow: hidden;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.coveo-facet-header-title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.coveo-facet-header-settings-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -ms-flex-positive: 0;
}
.coveo-facet-header-title {
  color: #1D4F76;
  font-size: 15px;
}
.coveo-facet-header-settings:hover,
.coveo-facet-header-settings:focus {
  outline: none;
}
.coveo-facet-header-operator,
.coveo-facet-header-eraser,
.coveo-facet-header-settings,
.coveo-facet-header-collapse,
.coveo-facet-header-expand {
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.coveo-facet-header-eraser {
  cursor: pointer;
  position: relative;
  top: 0px;
  visibility: hidden;
}
.coveo-facet-header-eraser.coveo-facet-header-eraser-visible {
  visibility: visible;
}
.coveo-facet-header-wait-animation {
  margin: 2px 0px 0px 10px;
  position: relative;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.coveo-facet-more,
.coveo-facet-less {
  width: 100%;
  height: 15px;
  background: #F7F8F9;
  cursor: pointer;
  text-align: center;
}
.coveo-facet-more:hover,
.coveo-facet-more:focus,
.coveo-facet-less:hover,
.coveo-facet-less:focus {
  background: #BCC3CA;
  outline: none;
}
.coveo-facet-more {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  display: none;
}
.coveo-facet-more .coveo-icon {
  position: relative;
  top: 1px;
}
.coveo-facet-more.coveo-active {
  display: block;
}
.coveo-facet-less {
  display: none;
}
.coveo-facet-less.coveo-active {
  display: block;
}
.coveo-facet-footer.coveo-facet-empty {
  display: block;
  visibility: hidden;
}
.coveo-facet-footer {
  background: #F7F8F9;
  min-height: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.CoveoFacet,
.CoveoFacetRange,
.CoveoFacetSlider,
.CoveoHierarchicalFacet {
  margin: 10px 0px 10px 0px;
  padding: 0;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  background: white;
  position: relative;
}
.coveo-facet-column .coveo-topSpace.coveo-with-animation,
.coveo-facet-column .coveo-bottomSpace.coveo-with-animation {
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
.ie8or9 .coveo-facet-header-wait-animation,
.ie8or9 .coveo-facet-search-wait-animation {
  background: url(../image/wait_facet.gif) no-repeat;
  background-size: 100%;
}
.coveo-facet-empty {
  display: none;
}
.coveo-facet-dependent {
  display: none;
}
.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value {
  display: none;
}
.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-selected,
.coveo-facet-collapsed .coveo-facet-value.coveo-facet-value.coveo-excluded {
  display: inherit;
}
.coveo-facet-collapsed .coveo-facet-footer {
  display: none;
}
.coveo-facet-fade .coveo-facet-value {
  opacity: 0.5;
}
.coveo-facet-fade .coveo-facet-value.coveo-selected,
.coveo-facet-fade .coveo-facet-value.coveo-excluded,
.coveo-facet-fade .coveo-facet-value.coveo-facet-search-selectable {
  opacity: 1;
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.coveo-slider-container {
  width: 100%;
  height: 85px;
  position: relative;
  padding: 25px 20px 20px;
}
.coveo-slider-container > div {
  height: 50px;
  position: relative;
}
.coveo-slider-container svg {
  overflow: hidden;
}
.coveo-slider-line {
  background-color: white;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 3px;
}
.coveo-slider-line.coveo-active {
  z-index: 1;
  background-color: #67768B;
}
.coveo-slider-button {
  background-color: #cd1532;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 16px;
  z-index: 2;
  position: absolute;
  margin-left: -7px;
}
.coveo-slider-button:hover {
  background-color: #cd1532;
}
.coveo-slider-button.coveo-active {
  background-color: #cd1532;
}
.coveo-slider-button:after {
  content: "";
  height: 10px;
  width: 2px;
  border-right: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  right: 4px;
  top: 3px;
}
.coveo-slider-button:before {
  content: "";
  height: 10px;
  border-right: 1px solid white;
  position: absolute;
  left: 4px;
  top: 3px;
}
.coveo-slider-caption {
  position: absolute;
  top: 25px;
  left: 0px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.coveo-slider-tooltip {
  white-space: nowrap;
  padding: 10px;
  background-color: #E6ECf0;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  z-index: 10;
  position: absolute;
  margin-top: 30px;
}
.coveo-slider-tooltip:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #BCC3CA;
  content: "";
  top: 37px;
  left: 5px;
  position: absolute;
}
.coveo-slider-tooltip .coveo-caption {
  font-size: 12px;
}
.coveo-slider-tooltip .coveo-count {
  font-size: 12px;
  margin-left: 5px;
}
.coveo-slider-container.coveo-with-graph {
  height: 135px;
}
.coveo-slider-container.coveo-with-graph > div {
  height: 100px;
}
.coveo-slider-container.coveo-with-graph svg {
  position: absolute;
  left: 0px;
  top: -5px;
}
.coveo-slider-container.coveo-with-graph svg .coveo-bar {
  fill: #67768B;
  shape-rendering: crispEdges;
}
.coveo-slider-container.coveo-with-graph svg .coveo-bar.coveo-active {
  fill: #cd1532;
}
.coveo-slider-container.coveo-with-graph svg .coveo-bar:hover {
  fill: #991025;
  cursor: pointer;
}
.coveo-slider-container.coveo-with-graph .coveo-slider-line {
  top: 60px;
}
.coveo-slider-container.coveo-with-graph .coveo-slider-button {
  top: 57px;
}
.coveo-slider-container.coveo-with-graph .coveo-slider-caption {
  top: 80px;
}
.CoveoFacetSlider.coveo-disabled .coveo-slider-line {
  background-color: #BCC3CA;
}
.CoveoFacetSlider.coveo-disabled .coveo-slider-button {
  background-color: #cd1532;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.CoveoFacetSlider.coveo-facet-collapsed .coveo-slider-container {
  display: none;
}
.CoveoFacetSlider.coveo-disabled-empty {
  display: none;
}
.coveo-facet-settings-popup {
  position: absolute;
  overflow: hidden;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  z-index: 11;
  background-color: white;
}
.coveo-facet-settings-section {
  clear: both;
  white-space: nowrap;
}
.coveo-facet-settings-section .coveo-icon {
  margin: 10px;
}
.coveo-facet-settings-section .coveo-icon-container {
  display: inline-block;
  vertical-align: middle;
}
.coveo-facet-settings-items {
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  font-size: 12px;
}
.coveo-facet-settings-item {
  white-space: nowrap;
  padding: 10px;
  cursor: pointer;
  -moz-padding-end: 70px;
  color: #373737;
}
.coveo-facet-settings-item.coveo-selected {
  font-weight: bold;
}
.coveo-facet-settings-disabled .coveo-facet-settings-item {
  cursor: default;
  opacity: 0.5;
}
.coveo-facet-settings-disabled .coveo-facet-settings-item:hover {
  background: white;
}
.coveo-facet-settings-section-sort .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-sort.coveo-facet-settings-section {
  margin-bottom: 15px;
}
.coveo-facet-settings-section-sort.coveo-facet-settings-section .coveo-icon-container {
  vertical-align: top;
}
.coveo-facet-settings-section-direction-ascending {
  cursor: pointer;
}
.coveo-facet-settings-section-direction-ascending.coveo-facet-settings-disabled {
  cursor: inherit;
}
.coveo-facet-settings-section-direction-ascending .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-direction-descending {
  cursor: pointer;
}
.coveo-facet-settings-section-direction-descending.coveo-facet-settings-disabled {
  cursor: inherit;
}
.coveo-facet-settings-section-direction-descending .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-save-state {
  border-top: 1px solid #BCC3CA;
  cursor: pointer;
}
.coveo-facet-settings-section-save-state .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-clear-state {
  border-top: 1px solid #BCC3CA;
  cursor: pointer;
}
.coveo-facet-settings-section-clear-state .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-hide {
  border-top: 1px solid #BCC3CA;
  cursor: pointer;
}
.coveo-facet-settings-section-hide .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-show {
  border-top: 1px solid #BCC3CA;
  cursor: pointer;
}
.coveo-facet-settings-section-show .coveo-icon {
  float: none;
}
.coveo-facet-settings-section-sort-title {
  font-size: 12px;
  font-weight: bold;
  color: #67768B;
  padding: 10px;
}
.CoveoResult.coveo-lithium-result .coveo-lithium-header {
  padding-top: 3px;
}
.coveo-lithium-result .coveo-expanded-child-result + .coveo-expanded-child-result {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.coveo-lithium-from,
.coveo-lithium-to {
  font-size: 13px;
}
.coveo-lithium-from a,
.coveo-lithium-to a {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.coveo-lithium-from a:hover,
.coveo-lithium-from a:visited,
.coveo-lithium-to a:hover,
.coveo-lithium-to a:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-lithium-from a:hover,
.coveo-lithium-from a:hover a,
.coveo-lithium-to a:hover,
.coveo-lithium-to a:hover a {
  text-decoration: underline;
}
.coveo-lithium-from a.coveo-selected *,
.coveo-lithium-to a.coveo-selected * {
  color: #991025;
}
.coveo-first-loading-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 100px;
  background: #f7f7f7;
}
.coveo-first-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: rotatex(0);
  -ms-transform: rotatex(0);
  transform: rotatex(0);
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot {
  background-color: rgba(20, 20, 20, 0.9);
  background: rgba(20, 20, 20, 0.9);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.coveo-first-loading-animation .coveo-loading-container {
  margin-top: 15px;
}
.coveo-generic-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: rotatex(0);
  -ms-transform: rotatex(0);
  transform: rotatex(0);
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot {
  background-color: rgba(20, 20, 20, 0.9);
  background: rgba(20, 20, 20, 0.9);
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 5px #000, 0 1px 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-box-shadow: 0 0 2px black;
  box-shadow: 0 0 2px black;
  -webkit-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.CoveoTab {
  color: #67768B;
  text-decoration: none;
  cursor: pointer;
  height: 52px;
  display: inline-block;
  font-size: 15px;
  padding: 0px 10px 2px 10px;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: normal;
}
.CoveoTab * {
  display: inline-block;
  vertical-align: middle;
  line-height: 52px;
  margin: 0;
}
.CoveoTab > .coveo-icon {
  margin-right: 5px;
}
.CoveoTab p {
  height: 100%;
}
.CoveoTab.coveo-selected,
.CoveoTab.coveo-selected:hover {
  border-bottom: 2px solid #991025;
  padding-bottom: 0px;
}
.CoveoTab:hover {
  color: #991025;
}
.CoveoTab:active,
.CoveoTab:active:focus,
.CoveoTab.coveo-selected {
  outline: none;
}
.coveo-tab-section {
  width: 100%;
  min-height: 52px;
  background-color: #F7F8F9;
  text-align: center;
  border-bottom: 1px solid #BCC3CA;
  font-size: 0;
  white-space: nowrap;
}
.magic-box {
  position: relative;
  text-align: left;
  color: #212121;
  border: 1px solid #9e9e9e;
}
.magic-box .magic-box-input {
  background: #fff;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.magic-box .magic-box-input .magic-box-underlay,
.magic-box .magic-box-input > input {
  color: #212121;
  text-align: left;
  padding: 12px 0;
  text-indent: 12px;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  white-space: pre;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.magic-box .magic-box-input input {
  background: none;
  border: none;
  resize: none;
  outline: 0;
}
.magic-box .magic-box-input input::-ms-clear {
  width: 0;
  height: 0;
}
.magic-box .magic-box-input .magic-box-underlay {
  color: transparent;
  overflow: hidden;
}
.magic-box .magic-box-input .magic-box-underlay > span {
  text-indent: 0;
}
.magic-box .magic-box-input .magic-box-underlay span {
  display: inline-block;
  vertical-align: top;
}
.magic-box .magic-box-input .magic-box-underlay span[data-value=""] {
  height: 24px;
}
.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text {
  visibility: hidden;
  color: #bdbdbd;
}
.magic-box .magic-box-input .magic-box-underlay .magic-box-error {
  border-bottom: solid #f44336 2px;
}
.magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty {
  position: relative;
}
.magic-box .magic-box-input .magic-box-underlay .magic-box-error.magic-box-error-empty:before {
  content: ' ';
  border-bottom: solid #f44336 2px;
  position: absolute;
}
.magic-box .magic-box-input .magic-box-underlay:after {
  content: '';
  display: inline-block;
}
.magic-box .magic-box-clear {
  position: relative;
  float: right;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  cursor: pointer;
  background: #fff;
  width: 0;
  overflow: hidden;
}
.magic-box .magic-box-clear .magic-box-icon:before {
  color: #9e9e9e;
  font-family: arial, sans-serif;
  content: "X";
  font-size: 24px;
}
.magic-box .magic-box-clear:before {
  content: '';
  border-left: #e0e0e0 1px solid;
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 0;
}
.magic-box.magic-box-notEmpty .magic-box-clear {
  width: 48px;
}
.magic-box.magic-box-hasFocus .magic-box-underlay .magic-box-ghost-text {
  visibility: visible;
}
.magic-box.magic-box-hasFocus .magic-box-suggestions.magic-box-hasSuggestion {
  display: block;
}
.magic-box .magic-box-suggestions {
  clear: both;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  display: none;
  font-family: arial, sans-serif;
  border: 1px solid #9e9e9e;
}
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator,
.magic-box .magic-box-suggestions .magic-box-suggestion {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion-seperator,
.magic-box .magic-box-suggestions.magic-box-suggestions-loading .magic-box-suggestion {
  opacity: 0;
}
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator {
  padding: 12px 12px 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  overflow: hidden;
  height: 36px;
  border-top: 1px solid #e0e0e0;
  color: #9e9e9e;
}
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator:first-child {
  border-top: none;
}
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator .magic-box-suggestion-seperator-label {
  float: left;
  margin-right: 12px;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator:after {
  content: '';
  display: block;
  position: relative;
  top: 50%;
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
.magic-box .magic-box-suggestions .magic-box-suggestion-seperator + .magic-box-suggestion {
  border-top: none;
}
.magic-box .magic-box-suggestions .magic-box-suggestion {
  cursor: pointer;
  line-height: 24px;
  padding: 12px;
  font-size: 16px;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-top: 1px solid #fafafa;
  color: #212121;
}
.magic-box .magic-box-suggestions .magic-box-suggestion .magic-box-hightlight {
  font-weight: bold;
  color: #000;
}
.magic-box .magic-box-suggestions .magic-box-suggestion:first-child {
  border-top: none;
}
.magic-box .magic-box-suggestions .magic-box-suggestion.magic-box-selected {
  background: #e0f7fa !important;
}
.magic-box .magic-box-suggestions .magic-box-suggestion:hover {
  background: #f5f5f5;
}
.magic-box.magic-box-inline {
  overflow: hidden;
}
.magic-box.magic-box-inline .magic-box-suggestions.magic-box-hasSuggestion {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  border: none;
  border-top: 1px solid #9e9e9e;
}
.coveo-waiting-for-first-query .coveo-omnibox {
  z-index: 0;
}
.CoveoOmnibox.magic-box .coveo-omnibox-hightlight {
  font-weight: bold;
  color: #000;
}
.CoveoOmnibox.magic-box .magic-box-suggestions {
  z-index: 3;
}
.CoveoOmnibox.magic-box .coveo-omnibox-hightlight2 {
  font-weight: bold;
  font-style: italic;
  color: #000;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"] {
  position: relative;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c8e6c9;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"]:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="true"]:before {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  right: -1px;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"] {
  position: relative;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffecb3;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"],
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"] {
  position: relative;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffecb3;
}
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before,
.CoveoOmnibox.magic-box .magic-box-underlay [data-id="FieldSimpleQuery"][data-success="false"] > [data-success="true"][data-id="FieldQuery_0"]:before {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: -1px;
}
.CoveoOmnibox.magic-box.coveo-search-as-you-type .magic-box-ghost-text {
  display: none;
}
.CoveoOmnibox.magic-box .coveo-omnibox-selectable {
  cursor: pointer;
}
.CoveoOmnibox.magic-box .coveo-omnibox-selectable.coveo-omnibox-selected {
  background-color: #E6ECf0;
}
.CoveoOmnibox.magic-box .coveo-omnibox-facet-value {
  width: 100%;
  display: inline-block;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 5px 10px;
  margin: 0;
}
.CoveoOmnibox.magic-box .coveo-omnibox-facet-value li.coveo-facet-value {
  list-style-type: none;
}
.CoveoOmnibox.magic-box .coveo-omnibox-facet-value .coveo-facet-value-label-wrapper > * {
  vertical-align: middle;
}
.CoveoOmnibox.magic-box .coveo-omnibox-facet-header {
  float: left;
  width: 100%;
  padding: 5px 5px;
  height: 26px;
  color: #2c5985;
}
.CoveoOmnibox.magic-box .coveo-omnibox-facet-header .coveo-icon {
  margin-right: 6px;
  vertical-align: text-bottom;
}
.CoveoOmnibox.magic-box .coveo-omnibox-section {
  vertical-align: middle;
  margin-bottom: 2px;
}
.CoveoOmnibox.magic-box .coveo-omnibox-header {
  height: 26px;
  color: #0065cb;
  margin-top: 4px;
  margin-bottom: 2px;
}
.CoveoOmnibox.magic-box .coveo-omnibox-header .coveo-text {
  padding: 6px 15px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.coveo-pager-list,
.coveo-results-per-page-list {
  padding-left: 0;
  margin: 0;
  display: inline-block;
}
.coveo-pager-list-item,
.coveo-results-per-page-list-item {
  border: none;
  border-radius: 0;
  margin: 5px 6px 5px 6px;
  padding: 4px 10px;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  cursor: pointer;
}
.coveo-pager-list-item.coveo-active,
.coveo-active.coveo-results-per-page-list-item {
  background-color: #cd1532 !important;
}
.coveo-pager-list-item:hover,
.coveo-results-per-page-list-item:hover {
  color: #cd1532;
  background-color: #eee;
}
.coveo-pager-previous,
.coveo-pager-next {
  background-color: transparent !important;
  list-style: none;
  display: inline-block;
  vertical-align: baseline;
  cursor: pointer;
  border: none;
  padding: 0;
}
.coveo-pager-list-item.coveo-active .coveo-pager-list-item-text {
  color: #fff;
}
.coveo-pager-anchor:hover {
  text-decoration: none;
}
.coveo-pager-next > a > span {
  vertical-align: middle;
}
.coveo-pager-previous > a > span {
  vertical-align: middle;
}
.CoveoPager {
  margin-top: 0px;
  margin-left: 25px;
  display: inline-block;
}
.CoveoPrintableUri {
  margin: 2px 0 5px 0;
}
.CoveoPrintableUri a {
  font-size: 12px;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  padding: 0 2px 0 2px;
  display: inline-block;
}
.CoveoPrintableUri a:hover,
.CoveoPrintableUri a:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoPrintableUri a:hover,
.CoveoPrintableUri a:hover a {
  text-decoration: underline;
}
.CoveoPrintableUri a.coveo-selected * {
  color: #991025;
}
.CoveoPrintableUri .coveo-printable-uri-separator {
  font-size: 9px;
}
.CoveoPrintableUri .coveo-hidden {
  display: none;
}
.CoveoQueryDuration {
  color: #000;
}
.CoveoQuerySummary {
  color: #000;
  text-align: left;
}
.CoveoQuerySummary div {
  margin-bottom: 5px;
}
.CoveoQuerySummary ul {
  margin-top: 0px;
}
.CoveoQuerySummary ul li {
  font-size: 14px;
}
.CoveoQuerySummary.coveo-hidden {
  display: none;
}
.coveo-query-summary-no-results-string {
  font-size: 16px;
}
.coveo-query-summary-search-tips-info {
  font-size: 16px;
}
.coveo-query-summary-cancel-last {
  font-size: 14px;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.coveo-query-summary-cancel-last:hover,
.coveo-query-summary-cancel-last:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-query-summary-cancel-last:hover,
.coveo-query-summary-cancel-last:hover a {
  text-decoration: underline;
}
.coveo-query-summary-cancel-last.coveo-selected * {
  color: #991025;
}
.CoveoResult {
  border-bottom: 1px solid #cccccc;
  margin: 20px 0px;
  position: relative;
}
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 15px;
  margin: 0;
}
.CoveoResult .coveo-no-thumbnail {
  display: none;
}
.CoveoResult .coveo-date {
  float: right;
  font-size: 13px;
  margin-left: 10px;
  padding-top: 3px;
}
.CoveoResult .coveo-title {
  display: block;
  font-size: 24px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.6;
}
.CoveoResult .coveo-title > * {
  vertical-align: middle;
}
.CoveoResult .coveo-title .CoveoResultLink {
  margin-right: 5px;
  display: inline;
  overflow: hidden;
  white-space: normal;
}
.CoveoResult .coveo-title .CoveoResultLink:after {
  content: '\00a0';
  white-space: nowrap;
  visibility: hidden;
}
.CoveoResult .search-result-uri {
  font-size: 14px;
}
.CoveoResult .coveo-excerpt {
  max-width: 600px;
  font-size: 14px;
  padding: 5px 0 8px 0;
}
.CoveoResult a {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoResult a:hover,
.CoveoResult a:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResult a:hover,
.CoveoResult a:hover a {
  text-decoration: underline;
}
.CoveoResult a.coveo-selected * {
  color: #991025;
}
.CoveoResult .coveo-badge {
  display: inline-block;
  padding: 4px 6px;
  vertical-align: middle;
  font-size: 12px;
}
.CoveoResult .CoveoBadge .coveo-value {
  display: inline-block;
  vertical-align: middle;
  border-radius: 1em;
  line-height: 1.25em;
  margin-right: 8px;
}
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover,
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover,
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable:hover a {
  text-decoration: underline;
}
.CoveoResult .CoveoBadge .coveo-value.coveo-clickable.coveo-selected * {
  color: #991025;
}
.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}
.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon:before {
  content: '';
  display: block;
  position: absolute;
  left: 2px;
  top: 3px;
  width: 12px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border: 2px solid;
  border-right: none;
  -webkit-backface-visibility: hidden;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.CoveoResult .CoveoBadge .coveo-value .coveo-badge-icon:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 7px;
  border: 2px solid;
  border-bottom: none;
  border-left: none;
  border-top-right-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.CoveoResult .CoveoBadge .coveo-value .coveo-badge-label {
  vertical-align: middle;
}
.CoveoResult .coveo-selectable-link {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoResult .coveo-selectable-link:hover,
.CoveoResult .coveo-selectable-link:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResult .coveo-selectable-link:hover,
.CoveoResult .coveo-selectable-link:hover a {
  text-decoration: underline;
}
.CoveoResult .coveo-selectable-link.coveo-selected * {
  color: #991025;
}
.CoveoResult .coveo-field .coveo-label {
  font-weight: normal;
}
.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickview {
  margin-left: 5px;
}
.CoveoResult.coveo-is-recommendation {
  -webkit-box-shadow: 0 0 0 5px #991025;
  box-shadow: 0 0 0 5px #991025;
}
.coveo-list-layout.CoveoResult {
  border-bottom: 1px solid #BCC3CA;
  margin: 20px 0px 20px 20px;
}
.coveo-card-layout {
  margin-right: -20px;
}
.coveo-card-layout.CoveoResult {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 0.9em;
  width: 300px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin: 0 20px 20px 0;
  border: 1px solid #BCC3CA;
  border-radius: 0;
}
.coveo-card-layout.CoveoResult .coveo-media-max-width-480 {
  margin: 0 0 20px 0;
}
@media (max-width: 480px) {
  .coveo-card-layout.CoveoResult {
    margin: 0 0 20px 0;
  }
}
.coveo-card-layout.CoveoResult.coveo-clickable {
  cursor: pointer;
}
.coveo-card-layout.CoveoResult.coveo-clickable:hover {
  -webkit-box-shadow: 0 0 0 2px #009ddc;
  box-shadow: 0 0 0 2px #009ddc;
  border-color: #009ddc;
}
.coveo-card-layout.CoveoResult .coveo-result-row:first-child {
  margin-top: 0;
}
.coveo-card-layout.CoveoResult .coveo-result-frame,
.coveo-card-layout.CoveoResult.coveo-result-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.coveo-card-layout.CoveoResult .CoveoResultLink {
  font-size: 16px;
  line-height: 21px;
}
.coveo-card-layout > div:empty {
  width: 300px;
  height: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  margin-right: 20px;
}
.coveo-table-layout {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
.coveo-table-layout > .CoveoResult {
  display: table-row;
}
.coveo-table-layout > .CoveoResult > * {
  padding: .5em 0;
  border-bottom: 1px solid #BCC3CA;
}
.coveo-card-overlay a {
  color: #cd1532;
  color: #ed1b38;
  text-decoration: none;
  cursor: pointer;
}
.coveo-card-overlay a:hover,
.coveo-card-overlay a:visited {
  text-decoration: none;
  color: #ed1b38;
}
.coveo-card-overlay a:hover,
.coveo-card-overlay a:hover a {
  text-decoration: underline;
}
.coveo-card-overlay a.coveo-selected * {
  color: #ed1b38;
}
.CoveoResultsPerPage {
  margin: 0px 0px 0 15px;
  display: inline-block;
  float: right;
}
.coveo-results-per-page-text {
  padding-left: 0;
  color: #BCC3CA;
}
.coveo-results-per-page-list-item {
  padding: 4px;
}
.coveo-results-per-page-no-results {
  display: none;
}
.CoveoResultAttachments .coveo-attachment-sub-container {
  padding: 6px 0px 6px 20px;
}
.CoveoResultAttachments .coveo-attachment-icon {
  margin-right: 5px;
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  position: relative;
  top: 3px;
}
.CoveoResultAttachments .coveo-thumbnail-icon {
  position: relative;
  margin-left: 5px;
  top: 5px;
  overflow: visible;
}
.CoveoResultAttachments .coveo-thumbnail-icon img {
  border: 1px solid #BCC3CA;
  -webkit-box-shadow: 0px 0px 3px 0px #abaaa9;
  box-shadow: 0px 0px 3px 0px #abaaa9;
  position: absolute;
  left: 100%;
  display: none;
  z-index: 1;
}
.CoveoResultAttachments .coveo-thumbnail-icon:hover {
  cursor: pointer;
}
.CoveoResultAttachments .coveo-thumbnail-icon:hover img {
  display: block;
}
.coveo-result-attachments-container {
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  position: relative;
}
.coveo-result-attachments-container .coveo-icon {
  margin: 0px 5px 0px 0px;
}
.coveo-result-attachments-container * {
  vertical-align: middle;
}
.CoveoResultFolding .coveo-folding-results {
  margin-bottom: 6px;
}
.CoveoResultFolding .coveo-folding-results > .coveo-result-frame > .coveo-result-row {
  margin: 0px;
}
.CoveoResultFolding .coveo-loading-animation {
  margin: auto;
  width: 84px;
  margin-bottom: 10px;
}
.coveo-list-layout .coveo-result-folding-child-result {
  border-left: 1px solid #BCC3CA;
  padding: 0px 0px 0px 6px;
}
.coveo-list-layout .coveo-result-folding-child-result:hover {
  border-left: 1px solid #cd1532;
}
.coveo-list-layout .coveo-folding-normal-caption,
.coveo-list-layout .coveo-folding-expanded-caption,
.coveo-list-layout .coveo-folding-oneresult-caption {
  color: #333333;
}
.coveo-folding-footer-section-for-less,
.coveo-folding-footer-section-for-more {
  display: inline-block;
}
.coveo-folding-normal-caption,
.coveo-folding-expanded-caption,
.coveo-folding-oneresult-caption {
  font-size: 11px;
  margin-bottom: 10px;
}
.coveo-folding-normal-caption.coveo-hidden,
.coveo-folding-expanded-caption.coveo-hidden,
.coveo-folding-oneresult-caption.coveo-hidden {
  display: none;
}
.coveo-folding-footer {
  margin-top: 12px;
  margin-bottom: 3px;
}
.coveo-folding-footer-icon {
  margin-left: 5px;
}
.coveo-more {
  display: inline-block;
  vertical-align: middle;
}
.coveo-more:hover {
  cursor: pointer;
}
.coveo-more .coveo-folding-footer-icon {
  position: relative;
  top: 1px;
}
.coveo-less {
  display: inline-block;
}
.coveo-less:hover {
  cursor: pointer;
}
.coveo-less .coveo-folding-footer-icon {
  position: relative;
  top: 1px;
}
a.coveo-folding-show-more,
a.coveo-folding-show-less {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:visited,
a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:visited {
  text-decoration: none;
  color: #991025;
}
a.coveo-folding-show-more:hover,
a.coveo-folding-show-more:hover a,
a.coveo-folding-show-less:hover,
a.coveo-folding-show-less:hover a {
  text-decoration: underline;
}
a.coveo-folding-show-more.coveo-selected *,
a.coveo-folding-show-less.coveo-selected * {
  color: #991025;
}
.coveo-card-layout a.coveo-folding-show-more,
.coveo-card-layout a.coveo-folding-show-less {
  color: #cd1532;
  color: #ed1b38;
  text-decoration: none;
  cursor: pointer;
}
.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:visited,
.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:visited {
  text-decoration: none;
  color: #ed1b38;
}
.coveo-card-layout a.coveo-folding-show-more:hover,
.coveo-card-layout a.coveo-folding-show-more:hover a,
.coveo-card-layout a.coveo-folding-show-less:hover,
.coveo-card-layout a.coveo-folding-show-less:hover a {
  text-decoration: underline;
}
.coveo-card-layout a.coveo-folding-show-more.coveo-selected *,
.coveo-card-layout a.coveo-folding-show-less.coveo-selected * {
  color: #ed1b38;
}
.coveo-child-result {
  margin-bottom: 5px;
}
.coveo-child-result * {
  vertical-align: middle;
}
.coveo-card-overlay .coveo-folding-header,
.coveo-card-overlay .coveo-folding-results,
.coveo-card-overlay .coveo-folding-footer {
  padding-left: 20px;
  padding-right: 20px;
}
.coveo-card-overlay .coveo-folding-header {
  margin-top: 10px;
}
.coveo-card-overlay .coveo-result-folding-child-result:not(:last-child) {
  border-bottom: 1px solid #BCC3CA;
}
.coveo-result-frame,
.CoveoResult.coveo-result-frame {
  margin-left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay,
.CoveoResult.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay {
  overflow: visible;
  position: relative;
}
.coveo-result-frame .coveo-result-row,
.CoveoResult.coveo-result-frame .coveo-result-row {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0.25em 0;
}
.coveo-result-frame .coveo-result-cell,
.CoveoResult.coveo-result-frame .coveo-result-cell {
  line-height: 1.25em;
  display: table-cell;
  vertical-align: top;
}
.coveo-result-frame .coveo-result-cell > *,
.CoveoResult.coveo-result-frame .coveo-result-cell > * {
  vertical-align: middle;
}
.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader,
.CoveoResult.coveo-result-frame .coveo-result-cell .CoveoTemplateLoader {
  display: inline-block;
}
.coveo-result-frame .coveo-result-cell.coveo-no-wrap,
.CoveoResult.coveo-result-frame .coveo-result-cell.coveo-no-wrap {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coveo-result-frame .CoveoThumbnail,
.CoveoResult.coveo-result-frame .CoveoThumbnail {
  max-width: 100%;
}
.CoveoResultLink,
a.CoveoResultLink,
.CoveoResult a.CoveoResultLink {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  color: #ed1b38;
  word-wrap: break-word;
}
.CoveoResultLink:hover,
.CoveoResultLink:visited,
a.CoveoResultLink:hover,
a.CoveoResultLink:visited,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResultLink:hover,
.CoveoResultLink:hover a,
a.CoveoResultLink:hover,
a.CoveoResultLink:hover a,
.CoveoResult a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover a {
  text-decoration: underline;
}
.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink.coveo-selected * {
  color: #991025;
}
.CoveoResultLink:hover,
a.CoveoResultLink:hover,
.CoveoResult a.CoveoResultLink:hover {
  color: #ed1b38;
}
.CoveoResultLink.coveo-selected *,
a.CoveoResultLink.coveo-selected *,
.CoveoResult a.CoveoResultLink.coveo-selected * {
  color: #ed1b38;
}
.coveo-card-overlay a.CoveoResultLink {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  color: #ed1b38;
}
.coveo-card-overlay a.CoveoResultLink:hover,
.coveo-card-overlay a.CoveoResultLink:visited {
  text-decoration: none;
  color: #ed1b38;
}
.coveo-card-overlay a.CoveoResultLink:hover,
.coveo-card-overlay a.CoveoResultLink:hover a {
  text-decoration: underline;
}
.coveo-card-overlay a.CoveoResultLink.coveo-selected * {
  color: #ed1b38;
}
.coveo-card-overlay a.CoveoResultLink:hover {
  color: #ed1b38;
}
.coveo-card-overlay a.CoveoResultLink.coveo-selected * {
  color: #ed1b38;
}
.CoveoResultList.coveo-faded {
  opacity: 0.5;
}
.CoveoResultList {
  margin-top: 15px;
  margin-bottom: 15px;
}
.CoveoResultList .coveo-fade-out {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.CoveoResultList .coveo-wait-animation {
  display: block;
  margin: 10px auto;
}
.CoveoResultList.coveo-hidden {
  display: none;
}
.coveo-card-layout-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coveo-media-max-width-800 .CoveoResultList {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 800px) {
  .CoveoResultList {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.CoveoResultLayout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.CoveoResultLayout.coveo-result-layout-hidden {
  display: none;
}
.coveo-result-layout-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #BCC3CA;
  text-transform: uppercase;
  border-bottom: 2px solid #BCC3CA;
  cursor: pointer;
}
.coveo-result-layout-selector.coveo-selected,
.coveo-result-layout-selector.coveo-selected:hover {
  border-bottom: 2px solid #991025;
}
.coveo-result-layout-selector:hover {
  color: #991025;
}
.coveo-result-layout-selector .coveo-icon {
  margin-right: 5px;
}
.CoveoSearchInterface .CoveoImageResultList {
  position: relative;
  height: 0;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.CoveoSearchInterface .CoveoImageResultList .CoveoResult {
  position: absolute;
  left: -1000px;
  top: 0;
  margin: 5px;
  border-bottom: 0;
  opacity: 1;
  -webkit-transition: left 0.7s;
  -o-transition: left 0.7s;
  transition: left 0.7s;
}
.CoveoSearchInterface .CoveoImageResultList .CoveoResult img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.CoveoSearchInterface .CoveoImageResultList .CoveoResult.coveo-transition-all {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.coveo-waiting-for-first-query .CoveoSearchbox .CoveoSearchButton {
  z-index: 0;
}
.CoveoSearchbox.coveo-inline {
  overflow: hidden;
}
.CoveoSearchbox.coveo-inline .magic-box {
  overflow: visible;
}
.CoveoSearchbox .CoveoSearchButton {
  float: right;
  z-index: 2;
  position: relative;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.CoveoSearchbox .magic-box {
  border: 1px solid #BCC3CA;
  border-radius: 0;
}
.CoveoSearchbox .magic-box .magic-box-clear:before {
  border-left: none;
}
.CoveoSearchbox .magic-box .magic-box-clear .magic-box-icon:before {
  content: '';
}
.CoveoSearchbox .magic-box .magic-box-input {
  border-radius: 0;
}
.CoveoSearchbox .magic-box .magic-box-input > input {
  color: #67768B;
}
.CoveoSettings + .CoveoSearchbox {
  margin-right: 76px;
}
.magic-box .magic-box-input .magic-box-underlay .magic-box-ghost-text,
.magic-box.magic-box-hasFocus .magic-box-input .magic-box-underlay .magic-box-ghost-text {
  display: none;
}
.CoveoSearchButton {
  color: white;
  border: 1px solid #bcc3ca;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  height: 50px;
  width: 60px;
  cursor: pointer;
}
.CoveoSearchButton:before {
  content: '';
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}
.CoveoSearchButton > .coveo-icon {
  vertical-align: middle;
  -webkit-animation: none;
  animation: none;
}
.coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-executing-query .CoveoSearchButton:hover > .coveo-icon {
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoSearchInterface {
  display: none;
  min-height: 100%;
  position: relative;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, sans-serif;
  font-size: 15px;
  color: #373737;
}
.CoveoSearchInterface .coveo-highlight,
.CoveoSearchInterface .highlight {
  font-weight: bold;
}
.CoveoSearchInterface input[type=text]::-ms-clear {
  width: 0;
  height: 0;
}
.CoveoSearchInterface input:focus,
.CoveoSearchInterface textarea:focus,
.CoveoSearchInterface select:focus {
  outline: none;
}
.CoveoSearchInterface input[type=text],
.CoveoSearchInterface textarea {
  color: #67768B;
}
.CoveoSearchInterface.coveo-waiting-for-first-query {
  background: #f7f7f7;
}
.CoveoSearchInterface .coveo-tab-disabled {
  display: none;
}
.CoveoSearchInterface * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coveo-hide-until-loaded {
  display: none;
}
.coveo-show-after-loaded {
  -webkit-animation-name: coveo-appear;
  animation-name: coveo-appear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
body.coveo-modalBox-opened,
body.coveo-modalBox-opened .CoveoSearchInterface {
  overflow: hidden;
}
@-webkit-keyframes coveo-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes coveo-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.CoveoSettings {
  float: right;
  margin: 0 0 0 36px;
  border-radius: 50%;
  border: 1px solid #BCC3CA;
  width: 40px;
  height: 40px;
  top: 5px;
  position: relative;
  cursor: pointer;
}
.coveo-settings-squares {
  width: 100%;
  display: inline-block;
  line-height: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.coveo-settings-square {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: top;
  background-color: #67768B;
}
.coveo-settings-square + .coveo-settings-square {
  margin-left: 5px;
  margin-right: 5px;
}
.coveo-settings-square + .coveo-settings-square + .coveo-settings-square {
  margin-left: 0px;
  margin-right: 0px;
}
.coveo-settings-advanced-menu {
  position: absolute;
  background: #E6ECf0;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  min-width: 160px;
  z-index: 11;
}
.coveo-settings-advanced-menu:before {
  content: "";
  position: absolute;
  top: -13px;
  right: 13px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #BCC3CA;
}
.coveo-settings-item {
  clear: both;
  overflow: hidden;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.coveo-settings-item .coveo-icon {
  margin: 7px 10px 0px 10px;
}
.coveo-settings-item:hover,
.coveo-settings-item:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-settings-item:hover,
.coveo-settings-item:hover a {
  text-decoration: underline;
}
.coveo-settings-item.coveo-selected * {
  color: #991025;
}
.coveo-settings-item {
  background: white;
}
.coveo-settings-item:hover {
  background: #E6ECf0;
}
.coveo-settings-item .coveo-settings-text {
  overflow: hidden;
  padding: 8px 8px 8px 8px;
}
.coveo-settings-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.coveo-settings-item:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.coveo-settings-item.coveo-share-query .coveo-icon {
  float: left;
}
.coveo-settings-item.coveo-preferences-panel .coveo-icon {
  float: left;
}
.coveo-settings-item.coveo-advanced-search .coveo-icon {
  float: left;
}
.coveo-settings-item.coveo-authentication-provider .coveo-icon {
  float: left;
}
.coveo-settings-item.coveo-export-to-excel .coveo-icon {
  float: left;
}
.coveo-settings-item.coveo-follow-query .coveo-icon {
  float: left;
}
.coveo-settings-item.coveo-subscriptions-panel .coveo-icon {
  float: left;
}
.CoveoShareQuery {
  overflow: hidden;
  margin-top: 10px;
  display: none;
  text-align: left;
}
.CoveoShareQuery.coveo-share-query-opened {
  display: block;
}
.coveo-share-query-summary-info-close {
  float: right;
  cursor: pointer;
}
.coveo-share-query-summary-info {
  font-size: 16px;
}
.coveo-share-query-summary-info-boxes {
  margin-top: 4px;
  padding-bottom: 5px;
}
.coveo-share-query-summary-info-boxes div:last-child {
  margin-top: 6px;
}
.coveo-share-query-summary-info-label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: initial;
}
.coveo-share-query-summary-info-input {
  width: 100%;
  margin-bottom: 5px;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  padding: 5px;
  height: 35px;
  font-size: 14px;
}
.coveo-sort-section {
  text-align: right;
  font-size: 0;
}
.CoveoSort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px 10px 5px;
  border-bottom: 1px solid #BCC3CA;
  text-transform: uppercase;
  border-bottom: 2px solid #BCC3CA;
  cursor: pointer;
}
.CoveoSort.coveo-selected,
.CoveoSort.coveo-selected:hover {
  border-bottom: 2px solid #991025;
}
.CoveoSort:hover {
  color: #991025;
}
.CoveoSort .coveo-icon {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.CoveoSort.coveo-sort-hidden {
  display: none;
}
.CoveoLogo {
  float: right;
  display: inline-block;
  margin: 0px 0 0 20px;
}
.CoveoLogo.coveo-hidden {
  display: none;
}
@media (max-width: 970px) {
  .CoveoLogo {
    position: absolute;
    right: 10px;
    bottom: -30px;
  }
}
@media (max-width: 970px) {
  .coveo-waiting-for-first-query .CoveoLogo {
    display: none;
  }
}
.coveo-facet-column .coveo-logo {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 10px 0px;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper {
  height: 95%;
  width: 95%;
  position: relative;
  overflow: hidden;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  overflow-y: hidden;
  text-align: right;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-debug-search,
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-enabled-debug,
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-enabled-highlight-recommendation {
  display: inline-block;
  margin: 0 8px;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-debug-loading {
  opacity: 0;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-property {
  display: none;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-property.coveo-search-match {
  display: block;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-property.coveo-search-match .coveo-property {
  display: block;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-property.coveo-search-match > .coveo-property-label > .coveo-debug-highlight,
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-property.coveo-search-match > .coveo-property-value > .coveo-debug-highlight {
  background: yellow;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-property.coveo-search-submatch {
  display: block;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property {
  display: block;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property .coveo-property-value {
  display: none;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property:after {
  content: 'No match';
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch .coveo-property-value,
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property.coveo-search-match .coveo-property-value {
  display: block;
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property.coveo-search-submatch:after,
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching .coveo-section-container > .coveo-property.coveo-search-match:after {
  content: '';
}
.coveo-debug.coveo-modalBox > .coveo-wrapper > .coveo-body.coveo-searching-loading {
  display: none;
}
.coveo-debug.coveo-modalBox .coveo-debug-durations {
  display: table;
  width: 100%;
  height: 32px;
  margin-bottom: 16px;
}
.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration {
  display: table-cell;
  height: 32px;
}
.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id="indexDuration"] {
  background: #B33;
}
.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id="proxyDuration"] {
  background: #B3B;
}
.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id="clientDuration"] {
  background: #3B3;
}
.coveo-debug.coveo-modalBox .coveo-debug-durations .coveo-debug-duration[data-id="duration"] {
  background: #33B;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend {
  display: inline-block;
  margin-right: 16px;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id="indexDuration"]:before {
  background: #B33;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id="proxyDuration"]:before {
  background: #B3B;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id="clientDuration"]:before {
  background: #3B3;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend[data-id="duration"]:before {
  background: #33B;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend .coveo-debug-duration-label {
  vertical-align: middle;
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend .coveo-debug-duration-label:after {
  content: ': ';
}
.coveo-debug.coveo-modalBox .coveo-debug-duration-legend .coveo-debug-duration-value {
  vertical-align: middle;
}
.coveo-debug.coveo-modalBox .coveo-section.coveo-debug-collapsed .coveo-section-header:before {
  content: '\25b6';
}
.coveo-debug.coveo-modalBox .coveo-section.coveo-debug-collapsed .coveo-section-container {
  display: none;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-header {
  font-size: 16px;
  font-weight: bold;
  background: #eee;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 8px 16px;
  cursor: pointer;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-header:before {
  content: '\25bc';
  vertical-align: middle;
  margin-right: 8px;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container {
  padding: 16px 8px;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property {
  line-height: 18px;
  font-family: Consolas, Menlo, Monaco, monospace;
  padding-left: 16px;
  clear: both;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property .coveo-property-label {
  float: left;
  color: #263238;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property .coveo-property-label:after {
  content: ':';
  color: #212121;
  padding-right: 8px;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label {
  position: relative;
  float: none;
  cursor: pointer;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-label:before {
  content: '\25b6';
  position: absolute;
  right: 100%;
  top: 0;
  line-height: 18px;
  font-size: 12px;
  padding-right: 2px;
  color: #263238;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible > .coveo-property-value {
  display: none;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-value,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-value {
  display: block;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-expanded > .coveo-property-label:before,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-object.coveo-collapsible.coveo-search-submatch > .coveo-property-label:before {
  content: '\25bc';
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value {
  overflow: hidden;
  color: #212121;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string {
  color: #D50000;
  white-space: pre;
  word-wrap: break-word;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:before {
  content: '"';
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-string:after {
  content: '"';
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-null,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-object,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-array {
  color: #9E9E9E;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-number,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-boolean,
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container .coveo-property.coveo-property-basic .coveo-property-value.coveo-property-value-date {
  color: #2196F3;
}
.coveo-debug.coveo-modalBox .coveo-section .coveo-section-container > .coveo-property {
  padding-left: 0;
}
.CoveoTabGroupMenu {
  display: inline-block;
  float: left;
}
.CoveoTabGroupMenu a {
  line-height: 30px;
  display: block;
}
.CoveoTabGroupMenu .coveo-menu-item-active {
  text-align: center;
  padding: 0px 10px 0px 10px;
  min-width: 60px;
  color: #fefefe;
  font-weight: bold;
}
.CoveoTabGroupMenu .coveo-menu-item-active:hover {
  cursor: pointer;
}
.CoveoTabGroupMenu .coveo-menu-item-active > .coveo-icon {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.CoveoTabGroupMenu .coveo-menu-item-container {
  position: absolute;
  z-index: 999;
}
.CoveoTabGroupMenu .coveo-menu-item-container a {
  padding: 2px 10px 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.CoveoTabGroupMenu .coveo-menu-item-container a:hover {
  cursor: pointer;
}
.CoveoTabGroupMenu .coveo-menu-item-container a > .coveo-icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.CoveoText {
  word-wrap: break-word;
}
.CoveoBackdrop {
  background-size: cover;
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.CoveoEmailAction {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  padding: 5px;
  margin: 5px 16px;
}
.CoveoEmailAction:hover,
.CoveoEmailAction:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoEmailAction:hover,
.CoveoEmailAction:hover a {
  text-decoration: underline;
}
.CoveoEmailAction.coveo-selected * {
  color: #991025;
}
.CoveoEmailAction > div {
  display: inline-block;
}
.CoveoPreferencesPanel {
  margin-top: 10px;
  height: 0px;
  display: none;
  overflow: hidden;
  position: relative;
}
.CoveoPreferencesPanel.coveo-active {
  height: auto;
  display: block;
}
.coveo-no-results .CoveoPreferencesPanel.coveo-active {
  text-align: left;
}
.CoveoResultsPreferences,
.CoveoResultsFiltersPreferences {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CoveoResultsPreferences .coveo-title,
.CoveoResultsFiltersPreferences .coveo-title {
  font-size: 14px;
  font-weight: initial;
  color: black;
  margin: 15px 0px 10px 0px;
}
.CoveoResultsPreferences .coveo-choices-container .coveo-inactive,
.CoveoResultsFiltersPreferences .coveo-choices-container .coveo-inactive {
  display: none;
}
.CoveoResultsPreferences .coveo-choice-container,
.CoveoResultsFiltersPreferences .coveo-choice-container {
  padding: 5px 10px 0px 0px;
}
.CoveoResultsPreferences input,
.CoveoResultsFiltersPreferences input {
  margin-right: 35px;
}
.CoveoResultsPreferences input[type=text],
.CoveoResultsFiltersPreferences input[type=text] {
  margin-bottom: 0px;
  border-radius: 0;
  border: 1px solid #BCC3CA;
  border-top-color: #C1C1C1;
  padding: 2px 8px;
  line-height: 25px;
}
.CoveoResultsPreferences input[type=checkbox],
.CoveoResultsFiltersPreferences input[type=checkbox] {
  display: none;
}
.CoveoResultsPreferences .coveo-input-icon,
.CoveoResultsFiltersPreferences .coveo-input-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  border: 2px solid #1D4F76;
  vertical-align: middle;
  border-radius: 0;
}
.CoveoResultsPreferences .coveo-input-icon.coveo-selected,
.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected {
  border: 2px solid #4caf50;
  background-color: #4caf50;
}
.CoveoResultsPreferences .coveo-input-icon.coveo-selected:before,
.CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected:before {
  content: '';
  display: inline-block;
  position: relative;
  right: -1px;
  bottom: 2px;
}
.CoveoResultsPreferences input[type=submit],
.CoveoResultsFiltersPreferences input[type=submit] {
  display: none;
}
.CoveoResultsPreferences .coveo-preferences-panel-item-label,
.CoveoResultsFiltersPreferences .coveo-preferences-panel-item-label {
  vertical-align: middle;
  cursor: pointer;
}
.CoveoPreferencePanelItem {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CoveoPreferencePanelItem .coveo-title {
  font-size: 14px;
  font-weight: initial;
  color: black;
  margin: 15px 0px 10px 0px;
}
.CoveoPreferencePanelItem .coveo-choices-container .coveo-inactive {
  display: none;
}
.CoveoPreferencePanelItem .coveo-choice-container {
  padding: 5px 10px 0px 0px;
}
.CoveoPreferencePanelItem input {
  margin-right: 35px;
}
.CoveoPreferencePanelItem input[type=text] {
  margin-bottom: 0px;
  border-radius: 0;
  border: 1px solid #BCC3CA;
  border-top-color: #C1C1C1;
  padding: 2px 8px;
  line-height: 25px;
}
.CoveoPreferencePanelItem input[type=checkbox] {
  display: none;
}
.CoveoPreferencePanelItem .coveo-input-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  border: 2px solid #1D4F76;
  vertical-align: middle;
  border-radius: 0;
}
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected {
  border: 2px solid #4caf50;
  background-color: #4caf50;
}
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected:before {
  content: '';
  display: inline-block;
  position: relative;
  right: -1px;
  bottom: 2px;
}
.CoveoPreferencePanelItem input[type=submit] {
  display: none;
}
.CoveoPreferencePanelItem .coveo-preferences-panel-item-label {
  vertical-align: middle;
  cursor: pointer;
}
.preferences-panel-item-label {
  vertical-align: middle;
}
.preferences-panel-item-label:hover {
  cursor: pointer;
}
.coveo-preferences-panel-close {
  float: right;
  position: absolute;
  top: 0;
  display: inline-block;
  cursor: pointer;
  right: 0;
}
.coveo-preferences-panel-close .coveo-icon {
  position: relative;
  top: 2px;
}
.coveo-preferences-panel-title {
  font-size: 18px;
  display: inline-block;
}
.CoveoResultsFiltersPreferences .coveo-title {
  display: inline-block;
}
.CoveoResultsFiltersPreferences .coveo-choice-container {
  background-color: #ececec;
  margin-bottom: 2px;
  padding: 0;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab,
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  padding-top: 2px;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-input {
  width: 20%;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab {
  width: 20%;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  width: 45%;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-edit-delete {
  width: 10%;
  float: right;
}
.CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section.coveo-section-input .coveo-input-icon.coveo-selected:before {
  bottom: 7px;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters {
  border: 1px solid #BCC3CA;
  border-radius: 0;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 6px 5px 6px 5px;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters:hover {
  cursor: pointer;
}
.CoveoResultsFiltersPreferences .coveo-online-help {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  float: right;
  width: 30px;
  height: 30px;
  text-align: right;
  font-weight: bold;
}
.CoveoResultsFiltersPreferences .coveo-online-help:hover,
.CoveoResultsFiltersPreferences .coveo-online-help:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResultsFiltersPreferences .coveo-online-help:hover,
.CoveoResultsFiltersPreferences .coveo-online-help:hover a {
  text-decoration: underline;
}
.CoveoResultsFiltersPreferences .coveo-online-help.coveo-selected * {
  color: #991025;
}
.CoveoResultsFiltersPreferences .coveo-delete {
  position: relative;
  top: 2px;
  left: 25px;
}
.CoveoResultsFiltersPreferences .coveo-delete:hover {
  cursor: pointer;
}
.CoveoResultsFiltersPreferences .coveo-edit {
  position: relative;
  top: 2px;
  left: 10px;
}
.CoveoResultsFiltersPreferences .coveo-edit:hover {
  cursor: pointer;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder {
  display: none;
  background-color: #ebf3fb;
  position: relative;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder form {
  height: 120px;
  overflow: hidden;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder.coveo-active {
  display: block;
  z-index: 1;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container {
  margin: 0;
  background-color: #ebf3fb;
  vertical-align: top;
  height: 100%;
  text-align: center;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -webkit-box-flex: 2;
  flex-grow: 2;
  -ms-flex-positive: 2;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression {
  height: 100%;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-tab {
  text-align: center;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-caption > div,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-expression > div {
  height: 100%;
  width: 100%;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 20px;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover,
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save:hover a {
  text-decoration: underline;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-save.coveo-selected * {
  color: #991025;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-close-and-save .coveo-close {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 5px;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder textArea {
  height: 90%;
  width: 93%;
  background-color: white;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
  resize: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 6px;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder textArea.coveo-Tab {
  height: 36px;
}
.CoveoResultsFiltersPreferences .coveo-advanced-filters-builder select {
  height: 70px;
  width: 90%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.coveo-results-filter-preferences-breadcrumb .coveo-title {
  color: #67768B;
  margin-right: 14px;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value {
  font-size: 14px;
  display: inline-block;
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  color: #ed1b38;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover,
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover a {
  text-decoration: underline;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value.coveo-selected * {
  color: #991025;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value:hover {
  color: #ed1b38;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value.coveo-selected * {
  color: #ed1b38;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value + .coveo-results-filter-preferences-breadcrumb .coveo-value {
  margin-left: 10px;
}
.coveo-results-filter-preferences-breadcrumb .coveo-value .coveo-clear {
  margin-left: 5px;
}
.coveo-result-tagging-add-tag {
  display: inline-block;
  margin: 1px 2px;
}
.coveo-result-tagging-add-tag-text {
  color: #DDD;
  font-size: 11px;
}
.coveo-result-tagging-auto-complete-zone {
  display: none;
  position: relative;
}
.coveo-result-tagging-coveo-tag {
  display: inline-block;
  margin: 0 2px;
  font-size: 12px;
  background-color: #4F5658;
  border-radius: 0;
  padding: 1px 5px;
  text-transform: uppercase;
}
.coveo-result-tagging-coveo-tag span {
  line-height: 14px;
  vertical-align: middle;
}
.coveo-result-tagging-coveo-tag a {
  color: white;
}
.coveo-result-tagging-coveo-tag a:hover {
  color: #DDD;
}
.coveo-result-tagging-add-tag-tick-icon {
  display: inline-block;
  background: #B0B3AE;
  padding: 0 5px;
  line-height: 22px;
  height: 22px;
}
.coveo-result-tagging-add-tag-tick-icon span {
  cursor: pointer;
}
.coveo-result-tagging-clear-icon {
  display: inline-block;
  background: #B0B3AE;
  padding: 0 6px 0 5px;
  height: 22px;
  line-height: 22px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.coveo-result-tagging-clear-icon span {
  cursor: pointer;
}
.coveo-result-tagging-add-tag-textbox {
  margin: 0;
  border: 1px solid #B0B3AE;
  background: transparent;
  padding: 3px;
  z-index: 10;
  font-size: 10px;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
}
.coveo-result-tagging-add-tag-textbox:focus {
  border-color: #9ecaed;
  -webkit-box-shadow: inset 0 0 3px #9ecaed;
  box-shadow: inset 0 0 3px #9ecaed;
}
.coveo-result-tagging-tag-zone {
  display: inline-block;
}
.coveo-result-tagging-delete-icon {
  cursor: pointer;
  margin-left: 2px;
}
.coveo-result-tagging-auto-complete {
  position: absolute;
  padding-top: 1px;
  top: 18px;
  left: 0;
  background-color: white;
  border-left: 1px solid #B0B3AE;
  border-bottom: 1px solid #B0B3AE;
  border-right: 1px solid #B0B3AE;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 5;
}
.coveo-result-tagging-auto-complete .coveo-selectable {
  padding: 5px 10px 5px 16px;
  background-color: white;
  font-size: 10px;
  cursor: pointer;
}
.coveo-result-tagging-auto-complete .coveo-selected,
.coveo-result-tagging-auto-complete .coveo-selectable:hover {
  background-color: #d7ebff;
}
.CoveoResultTagging {
  margin: 0 3px;
  font-size: 12px;
}
.CoveoResultTagging * {
  vertical-align: middle;
}
.CoveoResultTagging {
  display: inline-block;
}
.CoveoResultTagging.coveo-opened .coveo-result-tagging-add-tag {
  display: none;
}
.CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone {
  display: inline-block;
}
.CoveoResultTagging.coveo-opened .coveo-result-tagging-auto-complete-zone .coveo-add-tag-textbox {
  font-size: 11px;
  line-height: 16px;
}
.CoveoResultTagging.coveo-opened .coveo-result-tagging-coveo-tag {
  background-color: #1D4F76;
}
.CoveoResultTagging .CoveoResultTagging.coveo-error input {
  border-color: #c33;
}
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 36px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.CoveoResult.coveo-omnibox-result-list-element.coveo-omnibox-selectable.coveo-omnibox-selected {
  padding: 7px 7px 8px 33px;
  background-color: white;
  border: 1px solid #BCC3CA;
  border-width: 3px;
}
.CoveoHierarchicalFacet ul.coveo-facet-values {
  overflow-x: auto;
}
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value {
  padding-left: 30px;
  position: relative;
}
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected .coveo-facet-value-checkbox > span {
  visibility: visible;
  position: relative;
  bottom: 7px;
  left: 0px;
}
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-facet-value-checkbox > span {
  bottom: 1px;
  left: -1px;
}
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 7px;
}
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-has-childs .coveo-has-childs-toggle:hover {
  cursor: pointer;
}
.CoveoHierarchicalFacet ul.coveo-facet-values .coveo-facet-value.coveo-inactive {
  display: none;
}
.coveo-hierarchical-breadcrumb-separator {
  content: "";
  display: inline-block;
  top: 2px;
  left: 3px;
  position: relative;
  margin-left: 2px;
  margin-right: 2px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: #b0b3ae;
}
.coveo-hidden-query-breadcrumb-title {
  color: #67768B;
  margin-right: 14px;
}
.coveo-hidden-query-breadcrumb-value {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  color: #ed1b38;
}
.coveo-hidden-query-breadcrumb-value:hover,
.coveo-hidden-query-breadcrumb-value:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-hidden-query-breadcrumb-value:hover,
.coveo-hidden-query-breadcrumb-value:hover a {
  text-decoration: underline;
}
.coveo-hidden-query-breadcrumb-value.coveo-selected * {
  color: #991025;
}
.coveo-hidden-query-breadcrumb-value:hover {
  color: #ed1b38;
}
.coveo-hidden-query-breadcrumb-value.coveo-selected * {
  color: #ed1b38;
}
.coveo-hidden-query-breadcrumb-clear {
  display: inline-block;
  margin: 3px 0px 0px 5px;
  cursor: pointer;
}
.CoveoResult.coveo-salesforce-result .coveo-badge {
  float: left;
}
.coveo-feedItem-result .coveo-header,
.coveo-feedComment-result .coveo-header {
  padding-top: 3px;
}
.coveo-feedItem-result .coveo-header .coveo-date,
.coveo-feedComment-result .coveo-header .coveo-date {
  float: right;
  color: #666666;
}
.coveo-feedItem-result .coveo-header .coveo-from,
.coveo-feedComment-result .coveo-header .coveo-from {
  color: #0066cc;
}
.coveo-feedItem-result .coveo-footer,
.coveo-feedComment-result .coveo-footer {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 0 5px;
}
.coveo-feedItem-result .coveo-footer .coveo-like,
.coveo-feedItem-result .coveo-footer .coveo-comment,
.coveo-feedComment-result .coveo-footer .coveo-like,
.coveo-feedComment-result .coveo-footer .coveo-comment {
  margin: 5px 10px 5px 0;
  display: inline-block;
  vertical-align: middle;
}
.coveo-feedItem-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-like .coveo-icon,
.coveo-feedItem-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-comment .coveo-icon,
.coveo-feedComment-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-like .coveo-icon,
.coveo-feedComment-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-comment .coveo-icon {
  vertical-align: middle;
}
.coveo-feedItem-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedItem-result .coveo-footer .coveo-comment .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-like .coveo-caption,
.coveo-feedComment-result .coveo-footer .coveo-comment .coveo-caption {
  color: #666666;
  font-size: 14px;
}
.coveo-feedItem-result .coveo-footer .coveo-icon,
.coveo-feedComment-result .coveo-footer .coveo-icon {
  width: 16px;
  height: 16px;
  text-indent: 16px;
  zoom: 1;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0px 4px 0px 0px;
  float: none;
}
.coveo-feedItem-result .CoveoResultAttachments > div,
.coveo-feedComment-result .CoveoResultAttachments > div {
  background: #FFFFFF;
  border-left: 2px solid #666666;
  padding: 5px;
  margin: 3px 0 3px 0;
}
.coveo-feedItem-result .CoveoResultAttachments > div:hover,
.coveo-feedComment-result .CoveoResultAttachments > div:hover {
  border-left: 2px solid blue;
}
.coveo-feedItem-result .coveo-thumbnail-icon,
.coveo-feedComment-result .coveo-thumbnail-icon {
  display: block;
  position: relative;
  margin-left: 5px;
  top: 5px;
  overflow: visible;
}
.coveo-feedItem-result .coveo-thumbnail-icon img,
.coveo-feedComment-result .coveo-thumbnail-icon img {
  border: 1px solid #BCC3CA;
  position: absolute;
  left: 100%;
  display: none;
}
.coveo-feedItem-result .coveo-thumbnail-icon:hover,
.coveo-feedComment-result .coveo-thumbnail-icon:hover {
  cursor: pointer;
}
.coveo-feedItem-result .coveo-thumbnail-icon:hover img,
.coveo-feedComment-result .coveo-thumbnail-icon:hover img {
  display: block;
}
.coveo-feedItem-result .CoveoResultFolding .coveo-folding-results,
.coveo-feedComment-result .CoveoResultFolding .coveo-folding-results {
  margin-top: 6px;
}
.CoveoTriggers .coveo-trigger-notify {
  padding: 10px 0px;
}
.CoveoTriggers a {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoTriggers a:hover,
.CoveoTriggers a:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoTriggers a:hover,
.CoveoTriggers a:hover a {
  text-decoration: underline;
}
.CoveoTriggers a.coveo-selected * {
  color: #991025;
}
.coveo-useractions-event {
  min-height: 45px;
  border-bottom: 1px solid #E3E8ED;
  background-color: #F3F5F7;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  overflow: auto;
}
.coveo-useractions-event-left {
  float: left;
  width: 35%;
}
.coveo-useractions-event-right {
  float: right;
  width: 65%;
}
.coveo-useractions-event-header {
  background-color: white;
}
.coveo-useractions-event-title {
  display: block;
  font-size: 0.8em;
  color: #9F9F9B;
}
.coveo-useractions-event-value {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.coveo-useractions-event-value:visited {
  color: #0066cc;
}
.coveo-useractions-event-value-expand {
  display: block;
  font-weight: bold;
  white-space: normal;
  word-wrap: break-word;
}
.coveo-useractions-events-list {
  overflow: auto;
}
.coveo-useractions-event-icon {
  float: right;
  margin-top: 15px;
  margin-right: -20px;
}
.coveo-useractions-nodata {
  text-align: center;
  display: block;
  border-bottom: 1px solid #E3E8ED;
}
.coveo-useractions-button {
  text-align: center;
  background-color: #629ACE;
  padding: 2px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
.CoveoUserActions .coveo-loading-animation {
  text-align: center;
  margin: 10px;
}
.coveo-useractions-placeholder {
  display: none;
  text-align: center;
}
.CoveoUserActions.coveo-editable .coveo-useractions-placeholder {
  display: block;
}
.CoveoMatrix {
  margin: 10px 5px 10px 5px;
}
.coveo-matrix-title {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 10px 0;
  color: #1D4F76;
  font-size: 16px;
}
.coveo-matrix {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.coveo-matrix-row {
  display: table-row;
}
.coveo-matrix-row .matrix-first-column {
  text-align: left;
}
.matrix-header-row,
.matrix-total-row {
  color: #1D4F76;
  font-weight: bold;
  height: 45px;
  background-color: #F7F8F9;
}
.matrix-total-row {
  font-weight: bold;
}
.coveo-matrix-cell {
  display: table-cell;
  padding: 5px;
  text-align: right;
  overflow: hidden;
  vertical-align: middle;
  border: 1px solid #BCC3CA;
}
.coveo-matrix-cell:hover {
  cursor: pointer;
}
.coveo-matrix-unimportant {
  color: lightgrey;
}
.matrix-results-preview-container {
  position: absolute;
  z-index: 1;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  background-color: white;
}
.matrix-results-preview-container .coveo-result-frame {
  border-bottom: 1px solid #BCC3CA;
  text-align: left;
  overflow: hidden;
  padding: 5px;
}
.matrix-results-preview-container .coveo-result-cell {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CoveoAttachToCase {
  height: 16px;
  display: inline-block;
}
.CoveoAttachToCase span {
  display: inline-block;
  color: #adadad;
  padding-right: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.CoveoAttachToCase span:before {
  display: inline-block;
  content: '';
  margin-right: 3px;
  vertical-align: middle;
}
.CoveoAttachToCase span.coveo-attach-to-case-attach {
  visibility: hidden;
}
.CoveoAttachToCase span.coveo-attach-to-case-loading:before {
  background: url(../image/wait_facet.gif) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  margin: 1px 6px 1px 3px;
}
.CoveoAttachToCase span.coveo-attach-to-case-readonly {
  cursor: inherit;
}
.CoveoAttachToCase span span {
  vertical-align: middle;
}
.coveo-result-frame:hover .coveo-attach-to-case-attach:not(.coveo-attach-to-case-readonly) {
  visibility: visible;
}
.coveo-youtube-player.coveo-modalBox > .coveo-wrapper {
  height: 90%;
  width: 90%;
  position: relative;
  overflow: hidden;
}
.coveo-youtube-thumbnail-container {
  position: relative;
}
.coveo-youtube-thumbnail-play-button {
  display: none;
}
.CoveoExportToExcel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.CoveoExportToExcel.coveo-export-to-excel-opened {
  display: block;
}
.CoveoFieldTable {
  border: 1px solid #BCC3CA;
  border-radius: 0;
  width: 100%;
  background-color: #F7F8F9;
  padding-bottom: 10px;
  position: relative;
  word-break: break-all;
  border-collapse: separate;
  margin-bottom: 20px;
}
.CoveoFieldTable th,
.CoveoFieldTable td {
  font-size: 14px;
}
.CoveoFieldTable td {
  width: 99%;
  padding: 10px 20px 0px 0px;
}
.CoveoFieldTable th {
  color: #67768B;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  padding: 10px 10px 0px 20px;
}
.CoveoFieldTable .coveo-clickable {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoFieldTable .coveo-clickable:hover,
.CoveoFieldTable .coveo-clickable:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoFieldTable .coveo-clickable:hover,
.CoveoFieldTable .coveo-clickable:hover a {
  text-decoration: underline;
}
.CoveoFieldTable .coveo-clickable.coveo-selected * {
  color: #991025;
}
.CoveoFieldTable .coveo-clickable.coveo-selected {
  font-weight: bold;
}
.coveo-field-table-toggle {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  margin: 0px 5px 5px 0px;
}
.coveo-field-table-toggle:hover,
.coveo-field-table-toggle:visited {
  text-decoration: none;
  color: #991025;
}
.coveo-field-table-toggle:hover,
.coveo-field-table-toggle:hover a {
  text-decoration: underline;
}
.coveo-field-table-toggle.coveo-selected * {
  color: #991025;
}
.coveo-field-table-toggle .coveo-field-table-toggle-caption {
  margin-right: 5px;
}
.coveo-field-table-toggle-container {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.coveo-field-table-toggle-container.coveo-no-transition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.coveo-field-table-toggle-icon {
  position: relative;
  top: 2px;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.coveo-field-table-toggle-icon.coveo-opened {
  opacity: 0;
}
.coveo-field-table-toggle-icon-up {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  display: none;
}
.coveo-field-table-toggle-icon-up.coveo-opened {
  display: inline-block;
}
.CoveoFieldValue .coveo-clickable {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
}
.CoveoFieldValue .coveo-clickable:hover,
.CoveoFieldValue .coveo-clickable:visited {
  text-decoration: none;
  color: #991025;
}
.CoveoFieldValue .coveo-clickable:hover,
.CoveoFieldValue .coveo-clickable:hover a {
  text-decoration: underline;
}
.CoveoFieldValue .coveo-clickable.coveo-selected * {
  color: #991025;
}
.CoveoFieldValue .coveo-clickable.coveo-selected {
  font-weight: bold;
}
.CoveoFieldValue.coveo-with-label {
  display: inline-block;
}
.CoveoFieldValue .coveo-field-caption {
  color: #67768B;
  margin-right: 10px;
}
.coveo-card-overlay .CoveoFieldTable {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 10px 0 0;
}
.coveo-card-overlay .CoveoFieldTable th {
  color: #BCC3CA;
}
.coveo-card-overlay .coveo-clickable {
  color: #cd1532;
  text-decoration: none;
  cursor: pointer;
  color: #ed1b38;
}
.coveo-card-overlay .coveo-clickable:hover,
.coveo-card-overlay .coveo-clickable:visited {
  text-decoration: none;
  color: #ed1b38;
}
.coveo-card-overlay .coveo-clickable:hover,
.coveo-card-overlay .coveo-clickable:hover a {
  text-decoration: underline;
}
.coveo-card-overlay .coveo-clickable.coveo-selected * {
  color: #ed1b38;
}
.coveo-card-overlay .coveo-clickable:hover {
  color: #ed1b38;
}
.coveo-card-overlay .coveo-clickable.coveo-selected * {
  color: #ed1b38;
}
.coveo-small-tabs.coveo-tab-section .coveo-tab-dropdown-header {
  margin-left: auto;
  line-height: 22px;
}
.coveo-small-tabs .CoveoTab {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 12px;
  color: #1D4F76;
  font-weight: 400;
  letter-spacing: 0.25px;
  height: 40px;
}
.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
  font-weight: 700;
}
.coveo-small-tabs .CoveoTab * {
  line-height: 40px;
}
.coveo-small-tabs .CoveoTab.coveo-selected,
.coveo-small-tabs .CoveoTab.coveo-selected:hover {
  border-bottom: 0;
}
.coveo-small-tabs .CoveoTab.coveo-selected p,
.coveo-small-tabs .CoveoTab.coveo-selected:hover p {
  border-bottom: 2px solid #991025;
}
.coveo-small-tabs .coveo-tab-list {
  list-style: none;
  background-color: white;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  padding: 0;
  white-space: nowrap;
}
.coveo-small-tabs .coveo-tab-list * {
  height: 30px;
  line-height: 30px;
  clear: both;
  white-space: nowrap;
}
.coveo-small-tabs .coveo-tab-list li:first-child {
  margin-top: 6px;
}
.coveo-small-tabs .coveo-tab-list li:last-child {
  margin-bottom: 6px;
}
.coveo-small-tabs .coveo-tab-list li:hover {
  background-color: #E6ECf0;
}
.coveo-tab-list-container {
  position: absolute;
  overflow: hidden;
  z-index: 11;
}
.coveo-tab-list-container ol {
  margin: 0;
}
.CoveoSearchInterface.coveo-small-facets .coveo-results-header {
  padding-left: 10px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-sort-section span:first-child {
  padding-left: 0;
}
.CoveoSearchInterface.coveo-small-facets .coveo-list-layout .CoveoResult {
  margin: 0;
  padding: 15px 10px 15px 15px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-results-column {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
.CoveoSearchInterface.coveo-small-facets .CoveoResultList {
  margin-bottom: 15px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-content {
  z-index: 20;
  margin: 0;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header {
  -webkit-box-ordinal-group: 2;
  box-ordinal-group: 2;
  -webkit-order: 2;
  -moz-order: 2;
  order: 2;
  -ms-flex-order: 2;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  background-color: white;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-dropdown-header.coveo-dropdown-header-active {
  z-index: 20;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
  overflow-y: scroll;
  max-height: 600px;
  clear: both;
  white-space: nowrap;
  padding: 0;
  min-width: 280px;
  width: 35%;
  z-index: 20;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 0 0;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet .coveo-facet-header {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #BCC3CA;
  white-space: initial;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
  background: #F7F8F9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22px;
  line-height: 22px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
  display: block;
  padding: 10px 0 10px 20px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container {
  background: #F7F8F9;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.22px;
  line-height: 22px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-facet-header-filter-by-container .coveo-facet-header-filter-by {
  display: block;
  padding: 10px 0 10px 20px;
}
.coveo-facet-header-filter-by {
  display: none;
}
.coveo-facet-settings-popup {
  z-index: 999;
}
/*
* @param direction vertical or horizontal
* @param position type of positioning to apply (relative/absolute)
*/
/*
* @param $selector css selector on which to apply the icon. Can be '&' if the icon should be applied on the current element;
* @param $size size of the icon to use
*/
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header {
  -webkit-box-ordinal-group: 1;
  box-ordinal-group: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
  -ms-flex-order: 1;
  border: 1px solid #BCC3CA;
  border-radius: 0;
  background-color: white;
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-header.coveo-dropdown-header-active {
  background-color: #E6ECf0;
  border-color: #009ddc;
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 300ms;
  overflow: hidden;
  max-height: 0;
  width: 100%;
  padding: 0;
  margin: 25px 0 15px;
  border-bottom: 0px solid #E6ECf0;
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content .coveo-media-max-width-640 {
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
}
@media (max-width: 640px) {
  .CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content {
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 400ms;
  }
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-recommendation-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.CoveoRecommendation {
  display: block;
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-content.coveo-open-dropdown-content {
  max-height: 1000px;
  width: 100%;
  border-bottom: 5px solid #E6ECf0;
}
.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-facet-column,
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-dropdown-container {
  padding: 0;
}
.CoveoSearchInterface.coveo-small-recommendation .CoveoRecommendation {
  border: none;
}
.CoveoSearchInterface.coveo-small-recommendation .CoveoResultlist .CoveoResult:first-child {
  border-top: 1px solid #BCC3CA;
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-header {
  padding: 5px 0 5px 0;
  background-color: #E6ECf0;
  border-bottom: 1px solid #BCC3CA;
}
.CoveoSearchInterface.coveo-small-recommendation .coveo-recommendation-title {
  color: #67768B;
}
.coveo-small-recommendation #coveo-recommendation-results-column,
.coveo-small-facets #coveo-recommendation-results-column {
  width: auto;
  display: block;
}
.coveo-small-recommendation .coveo-recommendation-facet-column,
.coveo-small-facets .coveo-recommendation-facet-column {
  width: 30%;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-content,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-content {
  padding: 0;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header {
  font-size: 12px;
  display: inline-block;
  padding: 0px 7px 0px 7px;
  height: 22px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.09px;
  vertical-align: middle;
  white-space: normal;
  color: #1D4F76;
  cursor: pointer;
  text-transform: uppercase;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header *,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header * {
  display: inline-block;
  margin: 0;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header p,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header p {
  line-height: 16px;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header .coveo-sprites-more-tabs,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header .coveo-sprites-more-tabs,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header .coveo-sprites-more-tabs {
  margin-left: 10px;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header.coveo-hidden,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header.coveo-hidden {
  display: none;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-facets .coveo-tab-section > a:last-of-type,
.CoveoSearchInterface.coveo-small-recommendation .coveo-tab-section > a:last-of-type {
  margin-right: 20px;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
}
.CoveoSearchInterface.coveo-small-tabs .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-facets .coveo-dropdown-header-wrapper a,
.CoveoSearchInterface.coveo-small-recommendation .coveo-dropdown-header-wrapper a {
  margin-right: 10px;
}
.CoveoSearchInterface.coveo-small-tabs.coveo-small-facets .coveo-tab-section,
.CoveoSearchInterface.coveo-small-tabs .coveo-tab-section {
  min-height: 40px;
}
.CoveoSearchInterface.coveo-small-facets .coveo-tab-section {
  min-height: 30px;
}
.CoveoSearchInterface.coveo-small-interface .coveo-search-section {
  margin: 0;
  padding: 20px 10px 20px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}
.CoveoSearchInterface.coveo-small-interface .coveo-tab-section {
  background-color: #F7F8F9;
}
.CoveoSearchInterface.coveo-small-interface .CoveoSearchbox {
  max-width: 800px;
}
.CoveoSearchInterface.coveo-small-interface .CoveoSettings {
  margin-left: 0;
}
.CoveoSearchInterface.coveo-small-interface .CoveoSearchbox {
  margin-right: 50px;
}
.coveo-dropdown-background {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: rgba(28, 79, 118, 0.9);
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}
.CoveoRecommendation {
  margin: 10px 0;
  padding: 0;
  position: relative;
  border: 1px solid #BCC3CA;
  border-radius: 0;
}
.coveo-recommendation-header {
  padding: 10px 0 10px 0;
  background-color: #F7F8F9;
}
.coveo-recommendation-title {
  color: #1D4F76;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
}
.coveo-recommendation-body {
  background: white;
  margin-bottom: 1px;
}
.coveo-recommendation-body .CoveoResultList {
  margin: 0;
}
.coveo-recommendation-body .CoveoResultList .CoveoResult:first-child {
  border-top: none;
}
.coveo-recommendation-body .CoveoResultList .CoveoResult {
  margin: 0;
  padding: 5px 15px;
  border-top: 1px solid #BCC3CA;
  border-bottom: none;
}
.coveo-recommendation-column {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 15px;
}
#coveo-recommendation-results-column {
  width: 49%;
  display: inline-block;
}
#coveo-recommendation-facet-column {
  display: inline-block;
  width: 22%;
  vertical-align: top;
}
#coveo-recommendation-main-section {
  max-width: 1450px;
}
body {
  margin: 0;
}
.CoveoAdvancedSearch {
  position: relative;
  text-align: left;
}
@media (max-width: 800px) {
  .CoveoAdvancedSearch {
    margin: 20px;
  }
}
.coveo-advanced-search-section {
  margin: 20px 0;
}
#coveo-advanced-search-in-the-last-select {
  margin-left: 20px;
}
#coveo-advanced-search-in-the-last-select .coveo-button {
  width: auto;
}
.coveo-advanced-search-section-title {
  font-weight: bold;
  border-bottom: 1px solid #BCC3CA;
  padding: 5px 0;
}
.coveo-advanced-search-date-input-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.coveo-advanced-search-date-input-section .coveo-radio {
  width: 20%;
}
.coveo-advanced-search-date-input-section .coveo-radio input[type='radio'] + label {
  display: inline;
}
.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input {
  display: inline-block;
  padding: 0;
  border: none;
}
.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input .coveo-button {
  width: 100px;
}
.coveo-advanced-search-date-input-section .coveo-advanced-search-date-input:disabled {
  visibility: hidden;
}
.coveo-advanced-search-document-input-section {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.coveo-advanced-search-document-input-section .coveo-input {
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
}
.coveo-advanced-search-date-input .coveo-numeric-spinner,
.coveo-advanced-search-document-input-section .coveo-numeric-spinner {
  display: inline-block;
  vertical-align: middle;
}
.coveo-advanced-search-date-input .coveo-numeric-spinner input[type='text'],
.coveo-advanced-search-document-input-section .coveo-numeric-spinner input[type='text'] {
  color: #4F5658;
  width: 55px;
}
#coveo-advanced-search-select-day {
  width: 50px;
}
#coveo-advanced-search-select-month {
  width: 50px;
}
#coveo-advanced-search-select-year {
  width: 70px;
}
.coveo-advanced-search-keyword-label {
  width: 40%;
  display: inline-block;
}
.coveo-advanced-search-label {
  width: 20%;
  display: inline-block;
}
.coveo-advanced-search-select {
  margin: 0 5px;
}
.coveo-advanced-search-panel-close {
  float: right;
  position: absolute;
  top: 0;
  display: inline-block;
  cursor: pointer;
  right: 0;
}
.coveo-advanced-search-panel-close .coveo-icon {
  position: relative;
  top: 2px;
}
.coveo-advanced-search-panel-title {
  font-size: 18px;
  display: inline-block;
}
.coveo-advanced-search-and {
  display: inline-block;
  margin: 0 5px;
}
.coveo-advanced-search-number-input {
  max-width: 45px;
  margin: 0 5px;
}
#coveo-advanced-search-execute-query {
  width: 200px;
  height: 35px;
  display: block;
  margin: 15px 0 15px auto;
}
.coveo-size-input-mode-section {
  display: inline-block;
  width: 80%;
}
.coveo-size-input-mode-section > * {
  margin: 5px 0px 5px 0px;
}
.CoveoCardActionBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 44px;
  background-color: #991025;
  color: #fff;
  margin: auto -20px -20px -20px;
  padding: 0 0 10px 20px;
  font-size: 11px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.CoveoCardActionBar.coveo-opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.CoveoCardActionBar > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: 20px;
}
.CoveoCardActionBar .coveo-icon {
  margin-right: 3px;
}
.coveo-card-action-bar-arrow-container {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  background-color: #991025;
  color: #fff;
  left: 0;
}
.CoveoCardOverlay {
  cursor: pointer;
}
.coveo-card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  background-color: #991025;
  color: #fff;
  cursor: default;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: coveo-card-overlay-fade-out 0.5s linear;
  animation: coveo-card-overlay-fade-out 0.5s linear;
}
.coveo-card-overlay.coveo-hidden-for-tab-nav {
  display: none;
}
@-webkit-keyframes coveo-card-overlay-fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes coveo-card-overlay-fade-out {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.coveo-card-overlay.coveo-opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: coveo-card-overlay-fade-in 0.5s linear;
  animation: coveo-card-overlay-fade-in 0.5s linear;
}
@-webkit-keyframes coveo-card-overlay-fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes coveo-card-overlay-fade-in {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.coveo-card-overlay-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 0;
  border-bottom: 1px solid #BCC3CA;
  cursor: pointer;
}
.coveo-card-overlay-header .coveo-icon {
  margin-right: 3px;
}
.coveo-card-overlay-body {
  overflow: auto;
  overflow-x: hidden;
}
.coveo-card-overlay-footer {
  text-align: center;
  margin-top: auto;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.CoveoResult.coveo-with-card-overlay {
  -webkit-transition: min-height 0.5s;
  -o-transition: min-height 0.5s;
  transition: min-height 0.5s;
  min-height: 0;
}
.CoveoResult.coveo-card-overlay-opened {
  min-height: 180px;
}
.CoveoFollowItem {
  display: inline-block;
  color: #adadad;
  padding-left: 7px;
  cursor: pointer;
}
.CoveoFollowItem:before {
  content: '';
  vertical-align: middle;
  margin-right: 6px;
}
.CoveoFollowItem.coveo-follow-item-loading:before {
  -webkit-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 16px;
  height: 16px;
  margin: 1px 9px 1px 3px;
}
.CoveoFollowItem span {
  vertical-align: middle;
}
.CoveoCardActionBar .CoveoFollowItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  color: #fff;
}
.CoveoFollowQuery {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.CoveoFollowQuery.coveo-follow-query-opened {
  display: block;
}
.CoveoSubscriptionsPanel {
  overflow: hidden;
  margin-top: 10px;
  display: none;
}
.coveo-modalBox.coveo-subscriptions-panel > .coveo-wrapper > .coveo-title {
  cursor: inherit;
}
.coveo-subscriptions-panel > .coveo-wrapper {
  overflow: visible;
}
.coveo-subscriptions-panel .coveo-body {
  max-height: 600px;
  min-width: 500px;
}
@media (max-width: 600px) {
  .coveo-subscriptions-panel .coveo-body {
    min-width: inherit;
  }
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-fail {
  padding: 10px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-close {
  float: right;
  padding: 4px;
  border-radius: 0;
  background-color: #f7f7f7;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-close .coveo-icon {
  vertical-align: text-top;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content {
  width: 100%;
  margin: 20px 0;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-spacer td {
  height: 20px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td {
  text-align: left;
  padding: 0 10px;
  line-height: 37px;
  height: 37px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-type,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-type {
  padding-left: 30px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th.coveo-subscriptions-panel-content-actions,
.coveo-subscriptions-panel .coveo-subscriptions-panel-content td.coveo-subscriptions-panel-content-actions {
  padding-right: 30px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content th {
  color: #395f84;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #bcc3ca;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-context {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 300px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action {
  display: block;
  padding-left: 34px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-color: #006286;
  border: 2px solid #006487;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  left: 8px;
  top: 15px;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription:hover {
  background-color: #e6ecf0;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow {
  height: 0;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:before {
  background-color: #003a4c;
  border: 2px solid #003a4c;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription .coveo-subscriptions-panel-action-follow:after {
  background-color: #bcc3ca;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-follow {
  height: auto;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-action-unfollow {
  height: 0;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-content .coveo-subscriptions-panel-subscription.coveo-subscription-unfollowed .coveo-subscriptions-panel-frequency {
  visibility: hidden;
}
.coveo-subscriptions-panel .coveo-subscriptions-panel-subscription + .coveo-subscriptions-panel-no-subscriptions {
  display: none;
}
.coveo-subscriptions-messages-message {
  background-color: #ecad00;
  border-radius: 0;
  padding: 7px;
  color: #fff;
  white-space: nowrap;
}
.coveo-subscriptions-messages-message.coveo-subscriptions-messages-error {
  background-color: #F44336;
}
.coveo-subscriptions-messages-message.coveo-subscriptions-messages-error:after {
  border-color: transparent transparent #F44336 transparent;
}
.coveo-subscriptions-messages-message:before {
  content: '';
  vertical-align: middle;
  margin: 5px 7px 4px 0;
  float: left;
}
.coveo-subscriptions-messages-message:after {
  position: absolute;
  top: -7px;
  left: 8px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ecad00 transparent;
  float: left;
}
.coveo-subscriptions-messages-message .coveo-subscriptions-messages-content {
  line-height: 26px;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close {
  float: right;
  display: inline-block;
  cursor: pointer;
  padding: 0 4px;
}
.coveo-subscriptions-messages-message .coveo-subscriptions-messages-info-close:before {
  content: '';
  vertical-align: middle;
}
.coveo-input {
  position: relative;
  margin-top: 35px;
}
.coveo-input input {
  width: 100%;
  height: 34px;
  padding: 0;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid rgba(79, 86, 88, 0.4);
  border-radius: 0;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.coveo-input input:focus:not([readonly]),
.coveo-input input:valid,
.coveo-input input:disabled {
  color: #373737;
  border-bottom: 1px solid #cd1532;
}
.coveo-input input:focus:not([readonly])::-webkit-input-placeholder,
.coveo-input input:valid::-webkit-input-placeholder,
.coveo-input input:disabled::-webkit-input-placeholder {
  color: #4F5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input:focus:not([readonly])::-moz-placeholder,
.coveo-input input:valid::-moz-placeholder,
.coveo-input input:disabled::-moz-placeholder {
  color: #4F5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input:focus:not([readonly]):-ms-input-placeholder,
.coveo-input input:valid:-ms-input-placeholder,
.coveo-input input:disabled:-ms-input-placeholder {
  color: #4F5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input:focus:not([readonly])::placeholder,
.coveo-input input:valid::placeholder,
.coveo-input input:disabled::placeholder {
  color: #4F5658;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input:disabled,
.coveo-input input[readonly='readonly'] {
  color: #4F5658;
  border-bottom-color: #4F5658;
}
.coveo-input input:disabled + label,
.coveo-input input[readonly='readonly'] + label {
  color: #4F5658;
}
.coveo-input label {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #373737;
  font-size: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.coveo-input label.active,
.coveo-input input:focus:not([readonly]) + label,
.coveo-input input:valid + label,
.coveo-input input:disabled + label {
  top: -20px;
  color: #cd1532;
  font-size: 13px;
}
.coveo-input input {
  padding: 3px 0;
  color: transparent;
  font-size: 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input::-webkit-input-placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input::-moz-placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input:-ms-input-placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-input input::placeholder {
  color: transparent;
  font-family: "'Lato', Arial, Helvetica, sans-serif";
  font-size: inherit;
  text-transform: none;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.coveo-numeric-spinner *,
.coveo-numeric-spinner *:before,
.coveo-numeric-spinner *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.coveo-numeric-spinner input[type='text'] {
  width: 35px;
  height: 30px;
  border: 1px solid #a0aab3;
  border-radius: 0 0 0 0;
  font-size: 15px;
  text-align: center;
}
.coveo-numeric-spinner .coveo-add-on {
  display: inline-block;
  height: 30px;
  padding: 0;
  margin-left: -5px;
  vertical-align: top;
  border: 1px solid #a0aab3;
  border-radius: 0 0 0 0;
  padding-top: 2px;
  border-left-width: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.coveo-numeric-spinner .coveo-add-on div {
  padding: 0 6px;
  border-radius: 0;
  cursor: pointer;
}
.coveo-numeric-spinner .coveo-add-on div:hover {
  background-color: #cd1532;
}
.coveo-numeric-spinner .coveo-add-on div i {
  display: block;
}
.coveo-radio {
  position: relative;
}
.coveo-radio input[type='radio'] {
  position: absolute;
  margin: 0;
  opacity: 0;
}
.coveo-radio input[type='radio'] + label {
  position: relative;
  display: inline-block;
  height: 16px;
  padding-left: 40px;
  color: #373737;
  line-height: 16px;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.coveo-radio input[type='radio'] + label:before,
.coveo-radio input[type='radio'] + label:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.coveo-radio input[type='radio']:focus + label:before {
  -webkit-box-shadow: 0 0 0 8px #BCC3CA;
  box-shadow: 0 0 0 8px #BCC3CA;
}
.coveo-radio input[type='radio']:not(:checked) + label:before {
  border: 2px solid #cd1532;
}
.coveo-radio input[type='radio']:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.coveo-radio input[type='radio']:checked + label:before {
  border: 2px solid #4caf50;
}
.coveo-radio input[type='radio']:checked + label:after {
  z-index: 0;
  background-color: #4caf50;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.coveo-radio input[type='radio']:disabled + label {
  color: #4F5658;
}
.coveo-radio input[type='radio']:disabled + label:before {
  border-color: #4F5658;
}
.coveo-radio input[type='radio']:disabled:checked + label:after {
  background-color: #4F5658;
}
.radio-select .radio-option + .radio-option {
  margin-top: 18px;
}
.coveo-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  border: 1px solid #a0aab3;
  border-radius: 0 0 0 0;
  font-size: 15px;
  background: white;
  margin: 0 10px;
  -webkit-flex-basis: 115px;
  flex-basis: 115px;
  -ms-flex-preferred-size: 115px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaW5ZTWluIiB2aWV3Qm94PSIwIDAgNC45NSAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM0NDQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5hcnJvd3M8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgd2lkdGg9IjQuOTUiIGhlaWdodD0iMTAiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMS40MSA0LjY3IDIuNDggMy4xOCAzLjU0IDQuNjcgMS40MSA0LjY3Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMuNTQgNS4zMyAyLjQ4IDYuODIgMS40MSA1LjMzIDMuNTQgNS4zMyIvPjwvc3ZnPg==) no-repeat 95% 50%;
  vertical-align: middle;
  height: 30px;
  min-width: 100px;
  text-indent: 5px;
  color: #4F5658;
}
select.coveo-dropdown::-ms-expand {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .coveo-dropdown {
    background-position-x: 95px;
  }
}
.coveo-button {
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 8.5px 16px;
  color: #cd1532;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-decoration: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-color: white;
  border: 1px solid #4F5658;
  border-radius: 0;
  cursor: pointer;
}
.coveo-button .icon {
  fill: #cd1532;
}
.coveo-button:hover,
.coveo-button:focus {
  text-decoration: none;
}
.coveo-button:focus {
  background-color: #BCC3CA;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.coveo-button + .coveo-button {
  margin-left: 15px;
}
/*!
 * Pikaday
 * Copyright � 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-single {
  *zoom: 1;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
}
.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.is-today .pika-button {
  color: #cd1532;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #cd1532;
  -webkit-box-shadow: inset 0 1px 3px #cd1532;
  box-shadow: inset 0 1px 3px #cd1532;
  border-radius: 0;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.pika-button:hover {
  color: #fff;
  background: #f58020;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.is-endrange .pika-button {
  color: #fff;
  background: #cd1532;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.CoveoSearchInterface {
  min-width: 300px;
}
.CoveoSearchInterface .coveo-search-section {
  max-width: 800px;
  margin: 54px auto 47px auto;
  padding: 0 10px;
}
.CoveoSearchInterface .coveo-main-section {
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.CoveoSearchInterface .coveo-main-section:before,
.CoveoSearchInterface .coveo-main-section:after {
  content: " ";
  display: table;
}
.CoveoSearchInterface .coveo-main-section:after {
  clear: both;
}
.CoveoSearchInterface .coveo-facet-column {
  display: block;
  float: left;
  margin-right: 0%;
  width: 30%;
  padding: 5px 15px;
}
.CoveoSearchInterface .coveo-facet-column:last-child {
  margin-right: 0;
}
.CoveoSearchInterface .coveo-facet-column.coveo-no-results {
  display: none;
}
.CoveoSearchInterface .coveo-results-column {
  overflow: hidden;
  padding: 10px 10px 10px 15px;
}
.CoveoSearchInterface .coveo-results-column.coveo-no-results {
  max-width: 50%;
  margin: auto;
  text-align: center;
}
.CoveoSearchInterface .coveo-results-column .coveo-media-max-width-800.coveo-no-results {
  max-width: 100%;
}
@media (max-width: 800px) {
  .CoveoSearchInterface .coveo-results-column.coveo-no-results {
    max-width: 100%;
  }
}
.coveo-results-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  padding-top: 10px;
  min-height: 35px;
  overflow: hidden;
  -webkit-box-shadow: 0 -1px 0px 0px #BCC3CA inset;
  box-shadow: 0 -1px 0px 0px #BCC3CA inset;
}
.coveo-results-header.coveo-no-results {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.coveo-results-header.coveo-query-error {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.coveo-summary-section {
  display: inline-block;
  font-size: 14px;
  margin-right: auto;
}
.coveo-result-layout-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.coveo-result-layout-section.coveo-result-layout-hidden {
  display: none;
}
.coveo-sort-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.coveo-results-header > *:not(:first-child) {
  padding-right: 10px;
  margin-left: 10px;
  border-right: 1px solid #BCC3CA;
}
.coveo-results-header > *:last-child {
  padding-right: 0;
  border-right: none;
}
.coveo-media-max-width-800 .coveo-results-header {
  padding-right: 10px;
}
@media (max-width: 800px) {
  .coveo-results-header {
    padding-right: 10px;
  }
}
.coveo-media-max-width-480 .coveo-summary-section {
  width: 100%;
  margin-bottom: 10px;
}
.coveo-media-max-width-480 .coveo-results-header {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.coveo-media-max-width-480 .coveo-results-header > *:not(:first-child) {
  border-right: none;
  margin-left: 0;
  padding: 0;
}
.coveo-media-max-width-480 .coveo-results-header > *:last-child {
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .coveo-summary-section {
    width: 100%;
    margin-bottom: 10px;
  }
  .coveo-results-header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coveo-results-header > *:not(:first-child) {
    border-right: none;
    margin-left: 0;
    padding: 0;
  }
  .coveo-results-header > *:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  margin: auto;
  max-height: 80px;
  max-width: 80px;
  width: auto;
  display:block;
  -moz-user-select: none;
}
.flexslider li:before {
  content: none !important;
}
.flex-viewport {
  max-height: 400px;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 1px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next {
  line-height: 1 !important;
  padding: 0 !important;
  position: static !important;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
            overflow: auto;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f001';
  color:rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
        overflow: auto;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
/* ====================================================================================================================
 * IMAGE SLIDER
 * ====================================================================================================================*/
.product-slider {
  border-bottom: 1px solid #c2bfbf;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-slider .flex-prev {
  left: 10px;
  opacity: .5;
}
.product-slider .flex-next {
  opacity: .5;
  right: 10px;
  text-align: right;
}
/* ====================================================================================================================
 * THUMBS CAROUSEL
 * ====================================================================================================================*/
.product-carousel {
  border-bottom: 1px solid #c2bfbf;
  padding-bottom: 20px;
}
.product-carousel .flex-prev {
  left: 10px;
  opacity: .5;
}
.product-carousel .flex-next {
  opacity: .5;
  right: 10px;
  text-align: right;
}
.product-carousel li {
  opacity: .5;
}
.product-carousel li.flex-active-slide {
  opacity: 1;
}
.flexslider.related-carousel .related-item {
  margin-top: 10px;
}
.flexslider.related-carousel .flex-direction-nav .flex-prev {
  opacity: .7;
  left: -20px;
}
.flexslider.related-carousel .flex-direction-nav .flex-next {
  opacity: .7;
  right: -20px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 1270px) {
  .flexslider.related-carousel .flex-direction-nav .flex-prev {
    opacity: .50;
    left: 10px;
    background: white;
    padding: 3px 7px;
  }
  .flexslider.related-carousel .flex-direction-nav .flex-next {
    opacity: .50;
    right: 10px;
    background: white;
    padding: 3px 7px;
  }
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* product page tabs */
.page-editor .product-tabs-pe .product-tab-pe,
.page-editor .product-tabs-pe .tab-pane {
  width: 100%;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 25px;
}
.page-editor .product-tabs-pe .product-tab-pe {
  width: 50%;
  border-color: #ccc;
}
.page-editor .product-tabs-pe .tab-pane {
  width: 100%;
  border-color: #333;
}
.page-editor .product-tabs-pe .specifications-table {
  min-height: 50px;
}
.page-editor .product-tabs-pe .tab-rich-text {
  margin: 15px 0;
}
.page-editor .aaf-grid-item-empty {
  background: #f0f0f3;
  border: 1px solid #eeeeee;
  height: 150px;
}
.page-editor #largeDropDownButtonList {
  position: fixed !important;
}
.page-editor .header-title-editor {
  overflow: hidden;
  position: relative;
}
.page-editor .header-title-editor img {
  position: absolute;
}
.page-editor .header-title-editor .col-md-12 {
  margin: 300px 0 210px;
}
.page-editor .header-title-editor h1 {
  color: #fff;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .page-editor .header-title-editor h1 {
    font-size: 58px;
  }
}
.page-editor .header-title-editor h1 + .sub-title {
  margin-top: 10px;
}
.page-editor .header-title-editor .sub-title {
  color: #e2e2e2;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .page-editor .header-title-editor .sub-title {
    font-size: 28px;
  }
}
.page-editor .tab-title {
  background: #eeeeee;
  font-weight: 500;
  margin: 30px 0 10px;
  padding: 10px;
}
.page-editor .tab-body {
  padding: 10px;
}
.page-editor .home-toolbar {
  min-height: 50px;
}
.page-editor #login-box {
  display: none;
}
.top-separator {
  border-top: 1px solid #c2bfbf;
  padding-top: 30px;
  margin-top: 30px;
}
.bottom-separator {
  border-bottom: 1px solid #c2bfbf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.navbar {
  margin-bottom: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
a .glyphicon-menu-right {
  font-size: .75em;
  font-weight: bold;
}
.product-page ul:not(.nav),
.aaf-grid-item-info ul:not(.nav),
.richText ul:not(.nav),
.tab-rich-text ul:not(.nav),
.typical-applications-tab ul:not(.nav) {
  padding: 0;
  list-style: none;
}
.product-page ul:not(.nav) li,
.aaf-grid-item-info ul:not(.nav) li,
.richText ul:not(.nav) li,
.tab-rich-text ul:not(.nav) li,
.typical-applications-tab ul:not(.nav) li {
  font-size: 16px;
  line-height: 2;
  padding-left: 20px;
  position: relative;
}
.product-page ul:not(.nav) li:before,
.aaf-grid-item-info ul:not(.nav) li:before,
.richText ul:not(.nav) li:before,
.tab-rich-text ul:not(.nav) li:before,
.typical-applications-tab ul:not(.nav) li:before {
  color: #cd1532;
  content: "• ";
  font-size: 22px;
  left: 0;
  line-height: 1.4;
  position: absolute;
}
.list-inline li:before {
  content: none !important;
}
a sup {
  display: inline-block;
  text-decoration: none;
}
.wrapper {
  overflow-x: hidden;
}

/*# sourceMappingURL=../css/aaf.css.map */

/*Page List*/
.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.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-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;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-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:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}
.mktoForm {
		margin: 20px;
		padding: 20px;
		border: 0px solid gray;
		border-radius: 0px;
	  background-color: white;
}
.g-recaptcha {
	visibility: hidden;
}
.mktoForm .g-recaptcha {
	visibility: visible;
}
.g-recaptcha.g-recaptcha {
	margin-top: 20px;
	margin-left: 0px;
}
.g-recaptcha > DIV {
	width: 100% !important;
}
.g-recaptcha > DIV > DIV {
	border-left: 5px solid transparent;
	border-top: 5px solid transparent;
	border-radius: 5px;

    transition: background-color 400ms ease-out;
	
}
.g-recaptcha.mktoInvalid > DIV > DIV {
		background-color: #cd1532;
        width:65%;
        height:110%;
		transition: background-color 400ms ease-in;
}
.otransQuantity {
  padding: 1px 1px;
  font-size: 12px;
  line-height: 1.5;
  width: 80px;
}
.otransUnitList {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.5;
  width: 50px;
}
.otransTotalList {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.5;
  width: 50px;
}
.otransMult {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.5;
  width: 50px;
}
.otransUnitNet{
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.5;
  width: 50px;
}
.otransTotalNet {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.5;
  width: 50px;
}
    .FloatingCTA {
        position: relative;
        z-index: 1030;
    }
    .FloatingCTA-expandButton {
        background-color: #ED1B38;
        color: #fff;
        -webkit-transform: rotate(-90deg) translate(50%,0);
        transform: rotate(-90deg) translate(50%,0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        padding: 5px 15px 5px 30px;
        display: block;
        right: 24px;
        top: 50%;
        position: fixed;
        line-height: 1;
        cursor: pointer;
        margin: 0;
    }
        .FloatingCTA-expandButton:focus, .FloatingCTA-expandButton:hover, .FloatingCTA-expandButton:active {
            color: #fff;
            text-decoration: none;
        }
        .FloatingCTA-expandButton::before {
            position: absolute;
            top: 5px;
            left: 6px;
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTQ2IDI0YzAtMTIuMS05LjktMjItMjItMjJTMiAxMS45IDIgMjRzOS45IDIyIDIyIDIyIDIyLTkuOSAyMi0yMnpNNCAyNEM0IDEzIDEzIDQgMjQgNHMyMCA5IDIwIDIwLTkgMjAtMjAgMjBTNCAzNSA0IDI0em0yMS0xMC42VjM4aC0yVjEzLjRsLTguMyA4LjMtMS40LTEuNEwyNCA5LjZsMTAuNyAxMC43LTEuNCAxLjQtOC4zLTguM3onLz48L3N2Zz4=);
            display: inline-block;
            height: 15px;
            width: 15px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: contain;
        }
    .FloatingCTA-large {
        background-color: #fff;
        right: 0;
        top: 50%;
        position: fixed;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        width: 200px;
        max-height: 100vh;
        overflow-y: auto;
        z-index: 10;
        -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }
    .FloatingCTA-toggle {
        right: -40px;
        top: 50%;
        position: fixed;
    }
        .FloatingCTA-toggle ~ .FloatingCTA-large {
            right: -200px;
            -webkit-transition: right 300ms cubic-bezier(.17,.04,.03,.94);
            transition: right 300ms cubic-bezier(.17,.04,.03,.94);
        }
        .FloatingCTA-toggle:checked ~ .FloatingCTA-large {
            right: 0;
        }
        .FloatingCTA-toggle:checked ~ .FloatingCTA-expandButton {
            display: none;
        }
    .FloatingCTA-expandButtonLarge {
        background-color: #CCC;
        color: #fff;
        display: block;
        padding: 10px 20px 10px 35px;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
        .FloatingCTA-expandButtonLarge::before {
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTcuNzUgNy43NUEyMi4xNCAyMi4xNCAwIDAgMSAyNCAxYTIyLjE2IDIyLjE2IDAgMCAxIDE2LjI1IDYuNzVBMjIuMTYgMjIuMTYgMCAwIDEgNDcgMjRhMjIuMTQgMjIuMTQgMCAwIDEtNi43NSAxNi4yNUEyMi4xNiAyMi4xNiAwIDAgMSAyNCA0N2EyMi4xNCAyMi4xNCAwIDAgMS0xNi4yNS02Ljc1QTIyLjE0IDIyLjE0IDAgMCAxIDEgMjQgMjIuMTYgMjIuMTYgMCAwIDEgNy43NSA3Ljc1em0yNy44IDI0LjU2TDI3LjI0IDI0bDguMzEtOC4zMS0zLjI0LTMuMjRMMjQgMjAuNzZsLTguMzEtOC4zMS0zLjI0IDMuMjRMMjAuNzYgMjRsLTguMzEgOC4zMSAzLjI0IDMuMjRMMjQgMjcuMjRsOC4zMSA4LjMxeicvPjwvc3ZnPg==);
            display: inline-block;
            height: 15px;
            width: 15px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: contain;
            position: absolute;
            left: 12px;
            top: 50%;
            margin-top: -7px;
        }
    .FloatingCTA-inner {
        font-size: .875rem;
    }
        .FloatingCTA-inner > div {
            border-bottom: 1px solid #dee2e6;
        }
            .FloatingCTA-inner > div:last-child {
                border: 0;
            }
    .FloatingCTA-phoneNumber {
        position: relative;
        padding-left: 25px;
    }
        .FloatingCTA-phoneNumber::before {
            position: absolute;
            left: 0;
            top: 5px;
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwNjczZScgZD0nTTkuNjIgMjAuNzVhNDAgNDAgMCAwIDAgMTcuNjMgMTcuNjJsNS44Ny01Ljg3YTIuMzYgMi4zNiAwIDAgMSAyLjc1LS42MyAyOS44NiAyOS44NiAwIDAgMCA5LjUgMS41QTIuNTYgMi41NiAwIDAgMSA0OCAzNnY5LjM3QTIuNTYgMi41NiAwIDAgMSA0NS4zNyA0OGE0My43MiA0My43MiAwIDAgMS0zMi4wNi0xMy4zMUE0My43NSA0My43NSAwIDAgMSAwIDIuNjIgMi41NiAyLjU2IDAgMCAxIDIuNjIgMEgxMmEyLjU2IDIuNTYgMCAwIDEgMi42MiAyLjYyIDI5LjgxIDI5LjgxIDAgMCAwIDEuNSA5LjUgMi41NCAyLjU0IDAgMCAxLS42MiAyLjc1eicvPjwvc3ZnPg==);
            display: inline-block;
            height: 15px;
            width: 15px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: contain;
        }
    .FloatingCTA-email {
        position: relative;
        padding-left: 25px;
    }
        .FloatingCTA-email::before {
            position: absolute;
            left: 0;
            top: 9px;
            content: "";
            background-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwNjczZScgZD0nTTQ4LDguNDcxdjMxLjA2MUwzMC4yMDEsMjQuNjk5TDQ4LDguNDcxeiBNMCw4LjQ3MnYzMS4wNmwxNy43OTktMTQuODMyTDAsOC40NzJ6IE00Ni42NDQsN0gxLjM1NUwyNCwyNy42NDZMNDYuNjQ0LDd6IE0yNCwzMC4zNTRsLTQuNzA5LTQuMjkzTDEuMzYzLDQxaDQ1LjI3M0wyOC43MDksMjYuMDZMMjQsMzAuMzU0eicvPjwvc3ZnPg==);
            display: inline-block;
            height: 15px;
            width: 15px;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: contain;
        }
    @media print {
        .FloatingCTA {
            display: none;
        }
    }
@media(min-width:576px) {
    .FloatingCTA-expandButton {
        right: 34px;
        padding: 10px 20px 10px 35px;
    }

        .FloatingCTA-expandButton::before {
            top: 9px;
            left: 8px;
            height: 17px;
            width: 17px;
        }
}
/* hubspot The Modal (background) */
.hubsmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* hubspot Modal Content */
.hubsmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 600px;
    overflow-y: auto;
}

/* hubspot The Close Button */
.hubsclose {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .hubsclose:hover,
    .hubsclose:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
   
.myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}