/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: 700;
}
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  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;
  -moz-box-sizing: content-box;
  -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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
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 {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  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 #eee;
}
.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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  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: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.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: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.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 #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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;
}
dd,
dt {
  line-height: 1.428571429;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  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 > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  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: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  line-height: 34px;
  line-height: 1.428571429;
}
input[type="date"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm,
input[type="time"].input-sm {
  line-height: 30px;
  line-height: 1.5;
}
input[type="date"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg,
input[type="time"].input-lg {
  line-height: 46px;
  line-height: 1.33;
}
_:-ms-fullscreen,
:root input[type="date"],
:root input[type="time"],
:root input[type="datetime-local"],
:root input[type="month"] {
  line-height: 1.428571429;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
:root input[type="time"].input-sm,
:root input[type="datetime-local"].input-sm,
:root input[type="month"].input-sm {
  line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
:root input[type="time"].input-lg,
:root input[type="datetime-local"].input-lg,
:root input[type="month"].input-lg {
  line-height: 1.33;
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-group-sm .form-control,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control,
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].form-group-sm .form-control,
select[multiple].input-sm,
textarea.form-group-sm .form-control,
textarea.input-sm {
  height: auto;
}
.form-group-lg .form-control,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.form-group-lg .form-control,
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].form-group-lg .form-control,
select[multiple].input-lg,
textarea.form-group-lg .form-control,
textarea.input-lg {
  height: auto;
}
.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 .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  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.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  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;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.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.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.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.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.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.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.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.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.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.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #428bca;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../../-/media/fonts/glyphicons-halflings-regular eot.eot");
  src: url("../../../-/media/fonts/glyphicons-halflings-regular eot.eot@")
      format("embedded-opentype"),
    url("../../../-/media/fonts/glyphicons-halflings-regular woff.woff")
      format("woff"),
    url("../../../-/media/fonts/glyphicons-halflings-regular ttf.ttf")
      format("truetype"),
    url("../../../-/media/fonts/glyphicons-halflings-regular svg.svg")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro: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";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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: 4px;
  -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: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  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.428571429;
  color: #777;
  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: 1px;
}
@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-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group-vertical > .btn:focus,
.btn-group > .btn:focus {
  outline: 0;
}
.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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  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-bs-toggle="buttons"] > .btn input[type="checkbox"],
[data-bs-toggle="buttons"] > .btn input[type="radio"],
[data-bs-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-bs-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-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.33;
  border-radius: 6px;
}
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;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 3px;
}
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;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #428bca;
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  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: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.show {
  visibility: visible !important;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 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;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    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 {
  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:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  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:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  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:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  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: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.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:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.nav-pills > .active > a > .badge,
a.list-group-item.active > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  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: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #e1edf7;
}
.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:focus,
a.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  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: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.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;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 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-size: 14px;
  font-weight: 400;
  line-height: 1.428571429;
  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: 6px;
  -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: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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 > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    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;
  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: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  background-repeat: repeat-x;
}
.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: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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: transparent;
}
.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-next,
  .carousel-control .icon-prev {
    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;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.score-header-wrapper:after,
.score-header-wrapper:before,
.score-page:after,
.score-page:before,
.score-structural:after,
.score-structural:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after,
.score-header-wrapper:after,
.score-page:after,
.score-structural: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;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
nav.navbar {
  margin-bottom: 0;
}
nav .navbar-nav > li {
  clear: both;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li {
    clear: none;
  }
}
nav .navbar-nav > li > a {
  float: left;
}
nav .navbar-nav > li.divider {
  border-right: 1px solid #e7e7e7;
}
nav .navbar-nav > li.dropdown > a {
  padding-right: 0;
}
nav .navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret {
  padding-left: 2px;
  padding-right: 15px;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu {
    width: 320px;
  }
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu {
    width: 640px;
  }
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
    width: 960px;
  }
}
nav .navbar-nav > li.dropdown.megamenu-full .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
}
nav .navbar-nav > li.dropdown.megamenu-large,
nav .navbar-nav > li.dropdown.megamenu-medium,
nav .navbar-nav > li.dropdown.megamenu-small {
  position: relative;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu {
    position: absolute;
  }
}
nav .navbar-nav > li .dropdown-menu {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li .dropdown-menu {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li .dropdown-menu {
    position: absolute;
  }
}
.carousel-inner > .item {
  min-height: 370px;
}
.navbar-collapse {
  max-height: initial;
}
.navbar-collapse.in {
  overflow-y: visible;
}
.navbar-btn {
  margin: 0;
}
.page-wrapper {
  width: 100%;
}
.score-stripe {
  width: 100%;
}
.score-container.full-width .container {
  width: 100%;
  padding: 0;
}
.score-header-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .score-header-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .score-header-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .score-header-wrapper {
    width: 1170px;
  }
}
.score-header-wrapper > .navbar-collapse,
.score-header-wrapper > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .score-header-wrapper > .navbar-collapse,
  .score-header-wrapper > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.score-megamenu .collapse,
.score-megamenu .dropdown,
.score-megamenu .dropup,
.score-megamenu .nav {
  position: static;
}
.score-megamenu .container {
  position: relative;
}
.score-megamenu .dropdown-menu {
  clear: both;
  left: auto;
}
.score-megamenu .score-megamenu-content {
  padding: 15px 20px;
}
.score-variable {
  display: table;
}
.score-variable > .score-variable-row {
  display: table-row;
}
.score-variable > .score-variable-row > .score-variable-column {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
@media only screen and (min-width: 0) {
  .score-variable > .score-variable-row > .score-variable-column {
    float: left;
  }
}
@media only screen and (min-width: 968px) {
  .score-variable > .score-variable-row > .score-variable-column {
    float: none;
  }
}
ul.level-1 {
  margin-left: 0;
}
ul.level-2,
ul.level-3,
ul.level-4,
ul.level-5,
ul.level-6 {
  margin-left: 20px;
}
.score-page {
  margin-left: -15px;
  margin-right: -15px;
}
.score-page.score-column1 > .score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column1 > .score-main {
    float: left;
    width: 100%;
  }
}
.score-page.score-column2-equal > .score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column2-equal > .score-side {
    float: left;
    width: 50%;
  }
}
.score-page.score-column2-equal > .score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column2-equal > .score-side2 {
    float: left;
    width: 50%;
  }
}
.score-page.score-column2-largeleft > .score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column2-largeleft > .score-main {
    float: left;
    width: 66.666666667%;
  }
}
.score-page.score-column2-largeleft > .score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column2-largeleft > .score-side {
    float: left;
    width: 33.333333333%;
  }
}
.score-page.score-column2-largeright > .score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column2-largeright > .score-side {
    float: left;
    width: 33.333333333%;
  }
}
.score-page.score-column2-largeright > .score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column2-largeright > .score-main {
    float: left;
    width: 66.666666667%;
  }
}
.score-page.score-column3-equal > .score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column3-equal > .score-side {
    float: left;
    width: 33.333333333%;
  }
}
.score-page.score-column3-equal > .score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column3-equal > .score-main {
    float: left;
    width: 33.333333333%;
  }
}
.score-page.score-column3-equal > .score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column3-equal > .score-side2 {
    float: left;
    width: 33.333333333%;
  }
}
.score-page.score-column3-largemiddle > .score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column3-largemiddle > .score-side {
    float: left;
    width: 25%;
  }
}
.score-page.score-column3-largemiddle > .score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column3-largemiddle > .score-main {
    float: left;
    width: 50%;
  }
}
.score-page.score-column3-largemiddle > .score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column3-largemiddle > .score-side2 {
    float: left;
    width: 25%;
  }
}
.score-page.score-column4-equal > .score-side {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column4-equal > .score-side {
    float: left;
    width: 25%;
  }
}
.score-page.score-column4-equal > .score-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column4-equal > .score-main {
    float: left;
    width: 25%;
  }
}
.score-page.score-column4-equal > .score-main2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column4-equal > .score-main2 {
    float: left;
    width: 25%;
  }
}
.score-page.score-column4-equal > .score-side2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-page.score-column4-equal > .score-side2 {
    float: left;
    width: 25%;
  }
}
.score-structural {
  margin-left: -15px;
  margin-right: -15px;
}
.score-structural.score-column > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column > .score-center {
    float: left;
    width: 100%;
  }
}
.score-structural.score-column2-equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column2-equal > .score-left {
    float: left;
    width: 50%;
  }
}
.score-structural.score-column2-equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column2-equal > .score-right {
    float: left;
    width: 50%;
  }
}
.score-structural.score-column2-wideleft > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column2-wideleft > .score-left {
    float: left;
    width: 66.666666667%;
  }
}
.score-structural.score-column2-wideleft > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column2-wideleft > .score-right {
    float: left;
    width: 33.333333333%;
  }
}
.score-structural.score-column2-wideright > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column2-wideright > .score-left {
    float: left;
    width: 33.333333333%;
  }
}
.score-structural.score-column2-wideright > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column2-wideright > .score-right {
    float: left;
    width: 66.666666667%;
  }
}
.score-structural.score-column3-equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column3-equal > .score-left {
    float: left;
    width: 33.333333333%;
  }
}
.score-structural.score-column3-equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column3-equal > .score-center {
    float: left;
    width: 33.333333333%;
  }
}
.score-structural.score-column3-equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column3-equal > .score-right {
    float: left;
    width: 33.333333333%;
  }
}
.score-structural.score-column3-widemiddle > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column3-widemiddle > .score-left {
    float: left;
    width: 16.666666667%;
  }
}
.score-structural.score-column3-widemiddle > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column3-widemiddle > .score-center {
    float: left;
    width: 66.666666667%;
  }
}
.score-structural.score-column3-widemiddle > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column3-widemiddle > .score-right {
    float: left;
    width: 16.666666667%;
  }
}
.score-structural.score-column4-equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column4-equal > .score-left {
    float: left;
    width: 25%;
  }
}
.score-structural.score-column4-equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column4-equal > .score-center {
    float: left;
    width: 25%;
  }
}
.score-structural.score-column4-equal > .score-center2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column4-equal > .score-center2 {
    float: left;
    width: 25%;
  }
}
.score-structural.score-column4-equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .score-structural.score-column4-equal > .score-right {
    float: left;
    width: 25%;
  }
}
.ZentivaCat .promo-text .btn-primary {
  font-family: "PT Sans Narrow", Arial, sans-serif;
  font-size: 16px;
  border-color: #e8ebef !important;
  color: #1c6dc3 !important;
  display: block;
  font-weight: 700 !important;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  text-transform: uppercase !important;
  background-color: #e8ebef !important;
}
.ZentivaCat .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
}
.ZentivaCat img {
  max-width: 100% !important;
  align-items: center;
  padding-top: 6px 6px 6px 6px !important;
}
.ZentivaCat .img img {
  width: 100%;
  max-width: initial;
}
.ZentivaCat {
  max-width: 100% !important;
  padding: 0 0 !important;
  text-align: center;
  background-color: #e8ebef;
  background-clip: content-box;
  border-color: #fff;
  border-style: solid;
  border-width: 0 5px 5px 0;
  box-sizing: border-box;
}
.ZentivaCat .promo-text {
  text-align: left !important;
}
.ZentivaCat .promo-text h4 {
  font-size: 18px;
  margin: 10px 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.ZentivaCat .promo-text p {
  padding: 0 15px;
}
.score-page.score-column3-equal > .ZentivaCat .score-main {
  min-height: 1px;
  position: relative;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-weight: 700;
}
.isi-heading {
  font-size: 17px;
}
h1 {
  font-size: 26px;
  font-weight: 700;
}
h2 {
  font-size: 22px;
}
.footnote .footer {
  font-size: 12px;
}
body {
  padding: 0 0 50px 0;
}
.printed-from {
  display: none;
}
#umbrellaNav {
  margin-bottom: 1px;
  background: url(../../../skins/global/img/umbrella-bg-sprite.gif) transparent
    repeat-x 0 -66px;
}
.umbrella-nav {
  padding-left: 0;
  padding-right: 0;
}
.umbrella-social {
  float: left;
  height: 31px;
  list-style: none;
  margin: 0;
  padding: 9px 0 0 6px;
  width: 46px;
  background: transparent url(../../../skins/global/img/umbrella-bg-sprite.gif)
    repeat-x 0 0;
}
.umbrella-nav-tabs {
  height: 33px;
  padding: 0 0 0;
}
.umbrella-social li {
  float: left;
  list-style-type: none;
  margin: 0 3px 0 0;
  padding: 0;
}
.umbrella-link {
  height: 16px;
  width: 16px;
  display: block;
}
.umbrella-twitter a {
  background: url("../../../skins/global/img/umbrella-social-sprite.gif")
    no-repeat -16px 0;
}
.umbrella-facebook a {
  background: url("../../../skins/global/img/umbrella-social-sprite.gif")
    no-repeat 0 0;
}
.nav-tabs {
  margin-top: 0;
  padding-top: 9px;
  border-bottom: none;
  float: left;
  background: transparent url(../../../skins/global/img/umbrella-bg-sprite.gif)
    repeat-x 0 0;
  position: relative;
  z-index: 1;
}
.nav-tabs > li {
  float: left;
  font-size: 10px;
  font-weight: 700;
  height: 23px;
  line-height: 13px;
  margin: 0;
  margin: 0 3px 0 0;
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  background-color: #ddd;
}
.nav-tabs > li > a {
  background-color: #ddd;
  color: #000;
  display: inline;
  float: left;
  font-weight: 400;
  height: 23px;
  padding: 0 0 0 9px;
  margin-right: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2000;
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li.active {
  height: 27px;
  margin-top: -4px;
  color: #000;
}
.nav-tabs > li.active > a {
  color: #000;
  height: 27px;
}
.nav-tabs > li:hover {
  height: 27px;
  margin-top: -4px;
}
.active-submenu {
  background-color: #444491 !important;
  border-radius: 6px 6px 6px 6px !important;
  color: #fff !important;
  height: 27px !important;
  border-top-color: #eee !important;
  border-right-color: #eee !important;
  border-left-color: #eee !important;
  border-bottom-color: #ddd !important;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  background-color: #444491;
  border-radius: 6px 6px 6px 6px;
  color: #fff;
  height: 27px;
}
.nav-tabs > li > a > span {
  cursor: pointer;
  display: block;
  float: left;
  height: 13px;
  margin: 0;
  padding: 6px 9px 0 0;
}
.nav-tabs .dropdown-menu li a {
  color: #444491;
  display: block;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.nav-tabs .dropdown-menu > li > a:hover {
  color: #8f763b;
  background-color: transparent;
}
.nav-tabs .dropdown-menu li > a > span {
  display: block;
  padding: 6px 0;
}
.umbrella-subnav-div-black,
.umbrella-subnav-div-white {
  height: 1px;
  margin: 0 auto;
  overflow: hidden;
  width: 208px;
}
.umbrella-subnav-div-black {
  background: url("../../../skins/global/img/umbrella-subnav-divider-black.png")
    no-repeat 0 0;
}
.umbrella-subnav-div-white {
  background: url("../../../skins/global/img/umbrella-subnav-divider-white.png")
    no-repeat 0 0;
}
.nav-tabs .dropdown-menu li:last-child > span {
  border-bottom: none;
}
.umbrella-slash-text {
  color: #ccc;
  font-size: 11px;
  font-weight: 400;
}
.umbrella-light-text {
  font-size: 11px;
  font-weight: 400;
}
#umbrellaNav li.dropdown ul.dropdown-menu {
  background: #e3e3e3 url("../../../skins/global/img/umbrella-subnav-bg.gif")
    repeat-x 0 0;
  border: 1px solid #c8c8c8;
  border-top: none;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding: 0;
  width: 238px;
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  left: -2px;
  top: 27px;
}
.umbrella-location {
  background: url(../../../skins/global/img/umbrella-bg-sprite.gif) transparent
    repeat-x 0 0;
  color: #fff;
  float: left;
  height: 33px;
  padding-left: 10px;
}
.umbrella-loc-img {
  background: url(../../../skins/global/img/umbrella-bg-sprite.gif) transparent
    no-repeat 100% -33px;
  color: #fff;
  float: left;
  font-size: 10px;
  height: 33px;
  line-height: 33px;
  padding-right: 20px;
  white-space: nowrap;
}
.umbrella-loc-img span {
  display: inline-block;
  font: normal 9px Arial, Helvetica;
  line-height: 1.3em;
  margin-top: 7px;
  text-transform: uppercase;
}
.umbrella-indication {
  color: #fff;
  float: left;
  font-size: 11px;
  height: 33px;
  line-height: 33px;
  padding-left: 6px;
  white-space: nowrap;
}
.umbrella-disclaimer {
  background: url(../../../skins/global/img/umbrella-bg-sprite.gif) repeat-x 0 -132px;
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  float: right;
  height: 33px;
  line-height: 33px;
  overflow: hidden;
  padding: 0 40px 0 0;
  position: relative;
}
.umbrella-dis-label {
  background: url(../../../skins/global/img/umbrella-bg-sprite.gif) no-repeat 0 -99px;
  float: left;
  padding: 2px 0 0 20px;
  white-space: nowrap;
}
#umbrellaNav sup {
  font-size: 72%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  bottom: -1.1em;
  display: inline-block;
  text-indent: 0;
  height: auto;
}
.umbrella-mobile {
  background: url(../../../skins/global/img/umbrella-bg-sprite.gif) repeat-x 0 0;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  padding: 1px 10px;
}
.umbrella-mobile .umbrella-mobile-text {
  float: left;
}
.umbrella-mobile .umbrella-mobile-logo {
  float: right;
}
.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.top-bar {
  border-bottom: none;
  padding: 0;
}
#conditionLogo img {
  float: right;
  max-width: 174px;
  width: 100%;
  margin-right: 20px;
}
.brand-condition-text {
  float: right;
  margin: 5px 5px;
}
.header-banner {
  padding-top: 15px;
}
.brand-logo img {
  max-width: 257px;
  width: 100%;
}
.utility-links {
  background-color: #99d9ea;
  overflow: hidden;
  padding: 8px 15px 8px 0;
}
.utility-links a {
  font-size: 12px;
  padding-right: 15px;
}
.utility-links a:last-child {
  padding-right: 0;
}
.share-icons {
  position: relative;
  float: left;
  padding-right: 10px;
}
#printPage,
#socialShare {
  float: right;
  padding-top: 5px;
}
.print-btn,
.printfriendly,
.share-btn {
  padding: 12px;
  cursor: pointer;
  position: relative;
}
.share-btn {
  border: 1px solid transparent;
}
.share-btn.selected {
  background: #f1f1f1;
  border: 1px solid #cad0ce;
  border-bottom: none;
  z-index: 2;
}
.share-show-hide {
  display: none;
  position: absolute;
  top: 25px;
  right: 10px;
  padding: 0;
  margin: 0;
  z-index: 1;
  width: 178px;
  background: #f1f1f1;
  border: 1px solid #cad0ce;
}
.share-show-hide li {
  list-style: none;
  margin: 12px 0 12px 12px;
  width: 26px;
  height: 26px;
  float: left;
}
.share-show-hide li:last-child {
  padding-left: 12px;
  border-left: 1px solid #444;
}
.share-show-hide li a {
  padding: 0;
  float: left;
  clear: both;
  width: 26px;
  height: 26px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  background: url(../../../skins/global/img/placeholders/social-share-icons.png)
    0 0 no-repeat;
}
.share-show-hide li a.facebook {
  background-position: 0 0;
}
.share-show-hide li a.facebook:hover {
  background-position: 0 -26px;
}
.share-show-hide li a.twitter {
  background-position: -26px 0;
}
.share-show-hide li a.twitter:hover {
  background-position: -26px -26px;
}
.share-show-hide li a.googlePlus {
  background-position: -52px 0;
}
.share-show-hide li a.googlePlus:hover {
  background-position: -52px -26px;
}
.share-show-hide li a.email {
  background-position: -78px 0;
}
.share-show-hide li a.email:hover {
  background-position: -78px -26px;
}
.email-content input,
.email-content label {
  clear: both;
  width: 100%;
}
.email-content input[type="checkbox"] {
  width: initial;
}
.email-success-container {
  display: none;
}
.font-share {
  font-size: 12px;
  float: right;
  width: 100%;
  max-width: 248px;
  padding: 3px 10px;
}
.font-selector {
  float: left;
}
.font-selector span {
  cursor: pointer;
  font-weight: 400;
  margin-left: 2px;
}
.instr-text {
  display: inline-block;
}
.share-icons a {
  padding-left: 8px;
}
.font-med {
  font-size: 16px;
}
.font-lg {
  font-size: 18px;
}
.font-selector span.selected {
  color: #6a960b;
  font-weight: 700;
}
li.dropdown .glyphicon {
  position: absolute;
  right: 5px;
  top: 20px;
}
.navbar-nav > li.dropdown > a {
  padding: 15px 25px 15px 15px;
}
#mainContent {
  margin-bottom: 25px;
}
.image-box-caption {
  font-style: italic;
}
.page-links {
  list-style-type: none;
  padding-left: 0;
}
.hc-pro-copy {
  border: 1px solid #888;
  padding: 0 15px;
}
.footnote {
  font-size: 11px;
  color: gray;
}
.site-map ul {
  list-style-type: none;
}
.site-map-header {
  font-weight: 700;
}
#corpFooter {
  text-align: center;
}
.ft-date {
  color: #888;
}
.ft-note {
  width: 100%;
  float: left;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  text-align: center;
}
.clear {
  clear: both;
}
@media (min-width: 768px) {
  .ft-links a {
    width: auto;
    float: none;
  }
  #floatingDesktopISI #isiCopy {
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    background-color: #f3f1f1;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  #floatingDesktopISI #isiCopy h2 {
    margin-top: 0;
    cursor: pointer;
  }
  #floatingDesktopISI #isiCopy .isi-main-copy {
    margin-left: 45px;
    margin-right: 15px;
  }
  #floatingDesktopISI #isiCopy .isi-text-blurb {
    height: 25px;
    border-top: 1px solid #000;
    padding-bottom: 15px;
    margin-top: 10px;
    padding-left: 5px;
  }
  #emsHeader li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .utility-links a {
    font-size: 10px;
    padding: 3px 10px 0 0;
  }
  h1 {
    font-size: 21px;
  }
  h2 {
    font-size: 17px;
  }
  .brand-condition-text {
    font-size: 12px;
  }
  body {
    padding: 0 0 220px 0;
  }
  .ft-links a {
    width: auto;
    display: inline-block;
    float: none;
  }
  #isiCopy {
    position: fixed;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    background-color: #f3f1f1;
    z-index: 99;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -15px;
    width: 100%;
  }
  #isiCopy h2 {
    margin-top: 0;
  }
  .isi-main-copy {
    margin-left: 45px;
    margin-right: 15px;
    display: none;
  }
  .isi-text-blurb {
    height: 100%;
    overflow-y: scroll;
    border-top: 1px solid #000;
    padding-bottom: 15px;
    margin-top: 10px;
    padding-left: 5px;
  }
  #isiCopyMobile {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    width: auto;
  }
  #isiCopyMobile .isi-main-copy {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  #isiCopyMobile .isi-text-blurb {
    height: auto;
    overflow-y: visible;
    border-top: none;
    padding-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  }
  .banner-logo {
    float: right;
    text-align: right;
  }
  .brand-search {
    margin-top: 20px;
  }
  .CoveoQuerySummary span.coveo-highlight:first-child {
    padding-right: 4px;
  }
  .navbar-toggle {
    float: left;
  }
  li.dropdown .glyphicon {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .utility-links {
    margin-top: 10px;
    text-align: center;
  }
}
@media (max-width: 1030) {
  .nav-tabs {
    display: none;
  }
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggle:focus,
.navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-toggle {
  border-color: #ddd;
  margin-left: 20px;
}
.navbar-toggle .icon-bar {
  background-color: #888;
}
@media (max-width: 767px) {
  .navbar-default {
    background-color: transparent;
  }
  .navbar {
    min-height: 0;
    border: none;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 99;
  }
  .navbar-nav {
    margin: 7.5px 0;
    background-color: #e7e7e7;
  }
  .navbar-collapse {
    border: none;
    max-height: 100%;
    overflow-x: auto;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
}
.has-error input {
  border: 1px solid red;
}
.has-error .help-block {
  color: red;
}
#relatedProfiles .related-profile img,
.ambassador-image-video img {
  width: 100%;
}
.video-transcript-btn {
  font-weight: 700;
  float: left;
  cursor: pointer;
}
.video-transcript {
  float: left;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cad0ce;
  display: none;
}
.video-transcript-details .glyphicon-chevron-down {
  display: none;
}
.article-right-box {
  border: 1px solid #333;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .article-right-box {
    border: none;
    border-top: 1px solid #333;
    margin-bottom: 0;
  }
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.item {
  background: #666;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  margin: 20px 0;
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: -38px;
  text-align: center;
  height: 50px;
  display: block !important;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}
.owl-pagination {
  height: 50px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  border-right: 1px solid #fff;
  width: 33.33%;
  float: left;
  position: relative;
  background: #9790c4;
  -webkit-filter: drop-shadow(0 -1px 0px #f4ebeb);
}
.owl-theme .owl-controls .owl-page.active {
  background: 0 0;
  border-top: none;
}
.owl-theme .owl-controls .owl-page:last-child {
  border-right: none;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
}
.corousel-description {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -60px;
}
.corousel-description p {
  width: 100%;
}
.corousel-action-button {
  width: 150px;
  height: 54px;
  float: left;
  background: #9790c4;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
#sync1 .item {
  background: #0c83e7;
  margin: 0;
  color: #fff;
  text-align: center;
}
#sync2 .item {
  background: #9790c4;
  padding: 0 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 -1px 0px #f4ebeb);
}
#sync2 .item h1 {
  font-size: 18px;
  height: 50px;
  margin: 0;
  text-align: center;
  line-height: 50px;
  text-overflow: ellipsis;
}
#sync2 .synced .item {
  background: 0 0;
}
#sync2 .synced .item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 51%;
  height: 100%;
  background: #626a99;
  background: -webkit-linear-gradient(225deg, transparent 14px, #626a99 0) top
    right;
  background: linear-gradient(225deg, transparent 14px, #626a99 0) top right;
  -webkit-background-size: 100%, 100%;
  background-size: 100%, 100%;
  background-repeat: repeat-x, no-repeat;
  z-index: -1;
}
#sync2 .synced .item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 51%;
  height: 100%;
  background: #626a99;
  background: -webkit-linear-gradient(315deg, transparent 14px, #626a99 0)
    bottom right;
  background: linear-gradient(135deg, transparent 14px, #626a99 0) bottom right;
  -webkit-background-size: 100%, 100%;
  background-size: 100%, 100%;
  background-repeat: repeat-x, no-repeat;
  z-index: -1;
}
#sync2.owl-carousel {
  margin: -44px 0 0 0;
}
.owl-item .item img {
  width: 100%;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.item {
  background: #666;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  margin: 20px 0;
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
  margin-top: -38px;
  text-align: center;
  height: 50px;
  display: block !important;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}
.owl-pagination {
  height: 50px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  border-right: 1px solid #fff;
  width: 33.33%;
  float: left;
  position: relative;
  background: #9790c4;
  -webkit-filter: drop-shadow(0 -1px 0px #f4ebeb);
}
.owl-theme .owl-controls .owl-page.active {
  background: 0 0;
  border-top: none;
}
.owl-theme .owl-controls .owl-page:last-child {
  border-right: none;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
}
.corousel-description {
  position: absolute;
  top: 50%;
  left: 40px;
  margin-top: -60px;
}
.corousel-description p {
  width: 100%;
}
.corousel-action-button {
  width: 150px;
  height: 54px;
  float: left;
  background: #9790c4;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
#sync1 .item {
  background: #0c83e7;
  margin: 0;
  color: #fff;
  text-align: center;
}
#sync2 .item {
  background: #9790c4;
  padding: 0 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 -1px 0px #f4ebeb);
}
#sync2 .item h1 {
  font-size: 18px;
  height: 50px;
  margin: 0;
  text-align: center;
  line-height: 50px;
  text-overflow: ellipsis;
}
#sync2 .synced .item {
  background: 0 0;
}
#sync2 .synced .item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 51%;
  height: 100%;
  background: #626a99;
  background: -webkit-linear-gradient(225deg, transparent 14px, #626a99 0) top
    right;
  background: linear-gradient(225deg, transparent 14px, #626a99 0) top right;
  -webkit-background-size: 100%, 100%;
  background-size: 100%, 100%;
  background-repeat: repeat-x, no-repeat;
  z-index: -1;
}
#sync2 .synced .item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 51%;
  height: 100%;
  background: #626a99;
  background: -webkit-linear-gradient(315deg, transparent 14px, #626a99 0)
    bottom right;
  background: linear-gradient(135deg, transparent 14px, #626a99 0) bottom right;
  -webkit-background-size: 100%, 100%;
  background-size: 100%, 100%;
  background-repeat: repeat-x, no-repeat;
  z-index: -1;
}
#sync2.owl-carousel {
  margin: -44px 0 0 0;
}
.owl-item .item img {
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-9col {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .carousel-9col {
    width: 100%;
  }
}
.nav-pills.left-nav li a {
  font-family: Arial, Helvetica, sans-serif;
}
.nav.left-nav > li > a {
  margin-left: 20px;
  padding-left: 0;
}
.nav-pills.left-nav li.active a {
  font-size: 21px;
  margin: 0;
}
.nav-pills.left-nav > li.active > a,
.nav-pills.left-nav > li.active > a:focus,
.nav-pills.left-nav > li.active > a:hover,
.nav-pills.left-nav > li > a {
  background: 0 0;
  color: #324392;
}
.nav-pills.left-nav .dropdown a,
.nav-pills.left-nav a {
  font-size: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 0;
}
.nav-pills.left-nav .dropdown-menu {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
  background: 0 0;
  box-shadow: none;
  border: none;
}
.nav-pills.left-nav .dropdown-menu a {
  padding: 2px;
  font-size: 14px;
  margin-left: 25px;
  color: #324392;
}
.nav-pills.left-nav .dropdown-menu a:hover {
  background: 0 0;
  color: #333;
}
.caret {
  margin: 6px 5px 0 2px;
  border-left: 6px solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  float: left;
}
.nav-pills.left-nav .dropdown.open a {
  background: 0 0;
}
.nav-pills.left-nav .dropdown.open .caret {
  margin: 8px 5px 0 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  float: left;
}
.page-right-box {
  border: 1px solid #333;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}
.confirm-button:active,
.confirm-button:link,
.confirm-button:visited {
  width: auto;
  background: #515ba2;
  border-radius: 0;
  padding: 8px 32px;
  font-size: 18px;
  margin: 10px 0 30px 0;
  color: #fff;
  float: left;
  text-decoration: none;
}
.confirm-button:hover {
  color: #fff;
  background: #666;
}
.faq-btn {
  cursor: pointer;
}
.faq-btn .glyphicon {
  float: left;
}
.faq-btn .faq-question {
  margin-left: 20px;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-answer,
.faq-btn .glyphicon-chevron-down {
  display: none;
}
@media (min-width: 769px) {
  .faq-answer {
    padding-left: 34px;
  }
}
label {
  display: block;
  margin: 20px 0 0 0;
}
select[name="day"],
select[name="month"],
select[name="state"],
select[name="year"] {
  margin-right: 8px;
}
input[name="verify"] {
  margin: 23px 8px 0 0;
}
.btn-default {
  background: #515ba2;
  color: #fff;
}
.signup-form-header {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #596169;
  margin-bottom: 0;
}
.form-description p {
  color: #596169;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
}
.form-horizontal {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-horizontal label {
  line-height: 28px;
  font-weight: 400;
  color: #9a9a9b;
}
.form-horizontal input {
  padding: 0 10px;
  height: 30px;
  width: 100%;
  border: 1px solid #cad0ce;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form-horizontal select {
  height: 30px;
  border: 1px solid #cad0ce;
  margin-right: 30px;
}
.form-horizontal .left:last-child select {
  margin-right: 0;
}
.form-horizontal input[type="checkbox"] {
  width: 30px;
  height: 28px;
  float: left;
  margin: 20px 12px 0 0;
  padding: 0;
  border: none;
}
.form-control-feedback.glyphicon {
  display: none !important;
}
.state-list select {
  width: 100%;
}
.form-horizontal input.zip-code {
  width: 100%;
}
.form-horizontal label.terms {
  color: #596169;
}
.form-horizontal .signup-button button {
  width: auto;
  background: #515ba2;
  border-radius: 0;
  height: 42px;
  padding: 0 25px;
  font-size: 18px;
  margin: 60px 0 30px 0;
}
.form-horizontal .signup-button button:hover {
  background: #666;
  border-radius: 0;
  color: #fff;
}
.terms {
  margin-left: 42px;
}
@media (max-width: 767px) {
  .col-xs-3,
  .col-xs-5,
  .col-xs-7 {
    width: 100%;
  }
  .btn-default {
    width: 100%;
  }
  .state-list {
    width: 60%;
  }
  .state-list select {
    min-width: 100%;
    width: 100%;
    clear: both;
  }
  .left.state-list {
    float: none;
  }
  .zip-code-block {
    clear: both;
  }
  .form-horizontal input[type="checkbox"] {
    margin-top: 25px;
  }
  .form-horizontal label.terms {
    float: none;
    display: block;
    margin: 30px 0 0 42px;
    line-height: 18px;
  }
  .form-horizontal .signup-button button {
    margin-top: 40px;
  }
  .form-horizontal .signup-button {
    text-align: center;
  }
  .verify-terms {
    width: 100%;
  }
  .mobile-date-block {
    width: 25%;
  }
}
.hiddenClass {
  display: none;
}
.has-error input,
.has-error select {
  border: 1px solid red;
}
.form-horizontal .mandatory {
  color: red;
  padding-left: 5px;
  font-size: 16px;
}
.form-horizontal .form-group {
  margin-bottom: 0;
}
.select-day,
.select-month,
.select-year {
  width: 100%;
}
.select-day select,
.select-month select,
.select-year select {
  width: 100%;
}
.bv-form .help-block {
  margin-bottom: 0;
  width: 100%;
  float: left;
}
.bv-form .tooltip-inner {
  text-align: left;
}
.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}
.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}
.bv-form .bv-icon-no-label {
  top: 0;
}
.bv-form .bv-icon-input-group {
  top: 0;
  z-index: 100;
}
input#verifyInput {
  position: relative;
  top: -50px;
}
.signup-button {
  margin-top: -50px;
}
.owl-wrapper-outer {
  float: left;
}
#carouselMain .item {
  height: 366px;
  background-size: 100% 366px !important;
}
#carouselMain h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #3e1666;
}
#carouselMain h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #3e1666;
}
#carouselMain h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #039bb3;
  font-size: 23px;
}
#carouselMain .owl-item:nth-child(1) .carousel-content-related,
#carouselMain .owl-item:nth-child(3) .carousel-content-related {
  top: 0;
}
#carouselMain .box-content .img {
  float: left;
}
#carouselMain .box-content .img img {
  width: 75px;
}
#carouselMain .box-content .box-content-copy {
  margin-left: 85px;
}
.carousel-content-main,
.carousel-content-related {
  padding: 1% 10%;
}
.carousel-content-related {
  max-width: 50%;
}
.with-related {
  width: 50%;
}
.owl-pagination {
  float: right;
}
.owl-page {
  background-color: #000;
  width: 10px;
  height: 10px;
  float: left;
  margin: 8px;
}
.owl-page.active {
  background-color: #0ff;
}
.owl-buttons {
  position: relative;
}
.owl-buttons {
  position: relative;
}
.owl-buttons > div {
  position: absolute;
  top: 100px;
  font-size: 32px;
  background-color: rgba(0, 0, 0, 0.1);
}
.owl-buttons .owl-next {
  right: 0;
}
@media (max-width: 768px) {
  .carousel-content-related {
    display: none;
  }
  #carouselMain .owl-item:nth-child(1) .carousel-content-main,
  #carouselMain .owl-item:nth-child(3) .carousel-content-main {
    top: 0;
  }
  #carouselMain .item {
    height: 339px;
    background-size: cover !important;
    background-image: url("../../../skins/global/img/carousel-mob-bg.jpg") !important;
    background-repeat: no-repeat !important;
  }
  .with-related {
    width: 100%;
  }
  #carouselMain h3 {
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  #carouselMain .carousel-content-related {
    right: 0;
  }
}
@media (max-width: 1200px) {
  #carouselMain .carousel-content-related {
    right: 50px;
  }
}
.hero-unit {
  position: relative;
  height: 385px;
  background: url(../../../skins/global/img/placeholders/slide-1.jpg) center
    no-repeat;
  background-size: cover;
}
.hero-unit-description {
  position: absolute;
  top: 100px;
  left: 60px;
  margin-top: 0;
}
.hero-unit-description p {
  margin: 0;
  width: 60%;
  color: #fff;
  font-size: 26px;
}
.hero-unit-action-button {
  margin-top: 40px;
  padding: 0 30px;
  height: 54px;
  float: left;
  background: #9790c4;
  color: #fff;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .hero-unit {
    width: 100%;
    height: 320px;
    padding: 40px;
    box-sizing: border-box;
  }
  .hero-unit-description {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  .hero-unit-description p {
    width: 100%;
  }
  .hero-9col {
    width: 100%;
    margin-left: 0;
  }
}
.box-content {
  padding: 0 40px;
  text-align: center;
}
.box-link {
  text-align: center;
  background: #ccc;
  padding: 4px 8px;
  display: block;
}
.box-content {
  padding: 0 40px;
  text-align: center;
}
.box-link {
  text-align: center;
  background: #ccc;
  padding: 4px 8px;
  display: block;
}
#leftRail .navbar-nav li {
  float: none;
}
#leftRail #brandHeaderTools {
  display: none;
}
#leftRail .navbar-nav .dropdown-menu {
  position: static;
  float: none;
} /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button,
html,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:after,
q:before {
  content: "";
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-buttons div,
.owl-controls .owl-page {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.feedback-panel,
.question-panel,
.result-panel,
score-panel {
  width: 100%;
  float: left;
}
.quiz-button {
  text-align: center;
}
.search-box input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 50px 0 10px;
  border: 1px solid #cad0ce;
  background: url(../../../skins/global/img/error-search-icon.png) right center
    no-repeat;
}
.profile-image-video img {
  width: 100%;
}
@media (max-width: 767px) {
  .col-xs-3 {
    width: 100%;
  }
}
.video-player {
  width: 100%;
  position: relative;
}
.video-player img {
  width: 100%;
}
.video-transcript-btn {
  font-weight: 700;
  float: left;
  cursor: pointer;
}
.video-transcript {
  float: left;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cad0ce;
  display: none;
}
.video-transcript-details .glyphicon-chevron-down {
  display: none;
}
.video-library a {
  display: block;
}
.video-details-title {
  display: block;
}
.transcript-block {
  overflow-y: scroll;
}
.confirm-mobile-video {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
#relatedVideos .video-thumb {
  max-width: 150px;
  float: left;
}
#relatedVideos .video-thumb img {
  width: 100%;
}
.video-item {
  width: 100%;
}
.video-play-btn {
  width: 81px;
  height: 83px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -41px;
  background: url(../../../skins/global/img/play-btn.png) 0 0 no-repeat;
  opacity: 0.5;
  cursor: pointer;
}
.video-play-btn:hover {
  opacity: 1;
}
.video-header,
.video-sub-header {
  width: 100%;
}
.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:after,
.flip-clock-wrapper.clearfix:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: 0 0 !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 110%;
}
.flip-clock-wrapper:after,
.flip-clock-wrapper:before {
  content: " ";
  display: table;
}
.flip-clock-wrapper:after {
  clear: both;
}
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  width: 68px;
  height: 136px;
  font-size: 80px;
  line-height: 87px;
  background: #000;
}
.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}
.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
}
.flip-clock-wrapper ul li a div.down:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-align: center;
  background-color: #333;
  line-height: 135.5%;
  font-size: 120%;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5;
}
.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 26px;
  height: 100px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 5px;
  display: none;
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -3.2em;
  right: -86px;
  color: #000;
  text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
  right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label {
  right: -91px;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-moz-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@-o-keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0, #000 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0, #000 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, #000 0, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, #000 0, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}
.left-panel {
  float: left;
  width: 50%;
}
.right-panel {
  float: right;
  width: 50%;
}
@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
ul.flip {
  margin: 0;
}
.flip-clock-wrapper ul li a div div.inn {
  background: #6d0cbf;
  color: #ddd;
}
.flip-clock-divider.days .flip-clock-label,
.flip-clock-divider.hours .flip-clock-label,
.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label {
  font-size: 24px;
  color: #e91a46;
  text-transform: uppercase;
  right: -99px;
}
.flip-clock-divider.hours .flip-clock-label {
  color: #6d0cbf;
  right: -111px;
}
.flip-clock-divider.minutes .flip-clock-label {
  color: #f06d22;
  right: -121px;
}
.flip-clock-divider.seconds .flip-clock-label {
  color: #e91a46;
  right: -126px;
}
span.flip-clock-divider.days + ul .inn,
span.flip-clock-divider.days + ul + ul .inn {
  background: #e91a46;
}
span.flip-clock-divider.hours + ul .inn,
span.flip-clock-divider.hours + ul + ul .inn {
  background: #6d0cbf;
}
span.flip-clock-divider.minutes + ul .inn,
span.flip-clock-divider.minutes + ul + ul .inn {
  background: #f06d22;
}
span.flip-clock-divider.seconds + ul .inn,
span.flip-clock-divider.seconds + ul + ul .inn {
  background: #e91a46;
}
.accordionPane,
.accordionPane > .panel-body,
.accordionPane > .panel-heading {
  border: 0 !important;
  background: 0 0;
  float: left;
}
.accordionPane {
  box-shadow: none !important;
}
.accordionPane > .panel-heading {
  width: 100%;
  height: 90px;
}
.panel-default .accordionPane {
  border-radius: 0;
  background: #fff;
}
.accordionPane {
  border-bottom: 2px solid #90c365 !important;
  float: left;
  width: 100%;
}
.accordion-wrap {
  border-top: 2px solid #90c365 !important;
  float: left;
}
.accordionPane .image-component img {
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
}
.accordionPane img {
  width: 100%;
}
.accordionPane .panel-heading h4 a {
  color: #009db2;
  text-decoration: none;
  margin: 0;
  padding: 5px 0 20px 0;
  font: normal 20px "Insignia W01", Arial, Helvetica;
  line-height: 26px;
  float: left;
  width: 100%;
}
.accordionPane .panel-heading a {
  float: right;
  height: 32px;
  width: 32px;
  display: block;
  position: relative;
  outline: 0;
  outline-style: none;
}
.accordionPane .panel-heading a.collapsed {
  float: right;
  height: 32px;
  display: block;
  position: relative;
}
.accordionPane .text-component {
  width: 100%;
}
.accordion-main {
  border-top: 2px solid #90c365 !important;
  float: left;
}
@media all and (max-width: 759px) {
  .accordionpane {
    width: 100%;
  }
}
.cookie-div,
.unsupported-browser-div {
  background-color: #e8ebef;
  border-bottom: 1px solid #d3d7dc;
  margin-top: -20px;
  padding: 10px 15px;
}
.unsupported-browser-div {
  margin-top: 0;
}
.hide-cookie {
  height: 0;
  width: 0;
  overflow: hidden;
  display: none;
}
.dosingCalculator {
  width: 654px;
  height: 180px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border: 1px solid #aab69e;
  -webkit-box-shadow: 0 0 15px 0 #90c365;
  -moz-box-shadow: 0 0 15px 0 #90c365;
  box-shadow: 0 0 15px 0 #90c365;
  margin-bottom: 10px;
}
.dosingCalculator .InvalidMsg,
.dosingCalculator .OutOfRangeMsg {
  display: none;
  color: red;
  width: 430px;
}
.dosingCalculator .heading h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.dosingCalculator .title {
  height: 70px;
  width: 100%;
  float: left;
  background: #75c45e;
  border-bottom: 2px solid #557b2e;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.dosingCalculator .title .heading {
  color: #fff;
  display: block;
  float: left;
  margin: 22px;
  width: 294px;
}
.dosingCalculator .calc {
  width: 225px;
  float: right;
  margin: 17px;
  border: 0 solid #557b2e;
}
.dosingCalculator .calc input[type="text"] {
  border: 1px solid #557b2e;
  height: 36px;
  width: 97px;
  text-align: center;
  float: left;
}
.dosingCalculator .calc h6 {
  float: left;
  line-height: 25px;
  margin: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.dosingCalculator input[type="button"] {
  float: right;
  border: 1px solid #375915;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font: normal 14px "Insignia W01", Arial, Helvetica !important;
  padding: 11px 9px;
  border-width: 0;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  font-weight: 700;
  color: #375915;
  width: 92px;
}
.dosingCalculator .content {
  width: 100%;
  float: left;
}
.dosingCalculator .eq-c {
  text-align: center;
  width: 400px;
  margin: 15px auto;
  font-weight: 700;
  color: #646464;
}
.dosingCalculator .fraction {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em 0.4ex;
  text-align: center;
}
.dosingCalculator .fraction > span {
  display: block;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
}
.dosingCalculator .fraction span.fdn {
  border-top: 1px solid #464646;
}
.dosingCalculator .fraction span.bar {
  display: none;
}
.dosingCalculator sup {
  vertical-align: 0.8ex;
  font-size: 95%;
}
@media (min-width: 1023px) {
  .dosingCalculator {
    width: 100%;
  }
}
@media all and (max-width: 759px) {
  .dosingCalculator {
    margin: 0;
    width: 100%;
    height: 280px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .dosingCalculator .InvalidMsg,
  .dosingCalculator .OutOfRangeMsg {
    width: auto;
  }
  .dosingCalculator .title .heading {
    display: inline-block;
    width: auto;
    margin: 20px;
  }
  .dosingCalculator .calc {
    width: auto;
    float: left;
    clear: both;
    margin: 17px 20px;
    border: 0 solid #557b2e;
  }
  .dosingCalculator .eq-c {
    margin: 15px auto;
    color: #646464;
    font-size: 14px;
    display: block;
    float: none;
    text-align: center;
    width: 250px;
    font-weight: 700;
  }
  .dosingCalculator .title {
    height: 170px;
    width: 100%;
    float: left;
  }
  .dosingCalculator .calc input[type="text"] {
    border: 1px solid #557b2e;
    height: 36px;
    width: 115px;
    text-align: center;
    float: left;
  }
  .dosingCalculator .calc input[type="button"] {
    float: right;
  }
}
.A1C-CalcDiv {
  width: 675px;
  height: 88px;
  border: #b2b2b2 1px solid;
  border-radius: 10px;
}
.A1C-CalcDiv .innerCalulaterDivCommon {
  float: left;
  margin-top: 22px;
  margin-bottom: 23px;
}
.A1C-CalcDiv .innerDivMarginLeft1 {
  margin-left: 43px;
}
.A1C-CalcDiv .innerDivMarginLeft2 {
  margin-left: 40px;
}
.A1C-CalcDiv .innerDivMarginLeft3 {
  margin-left: 48px;
}
.A1C-CalcDiv .fontA1C {
  font-family: arial;
  font-size: 14px;
  color: #666;
}
.A1C-CalcDiv .textboxA1Common {
  width: 55px;
  height: 28px;
  color: #547b2e;
  font-weight: 700;
  padding-left: 5px;
}
.A1C-CalcDiv .a1CMarginLeftCommon {
  margin-left: 5px;
}
.A1C-CalcDiv .a1CMarginLeft18 {
  margin-left: 18px;
}
.A1C-CalcDiv .a1CFloatLeft {
  float: left;
}
.A1C-CalcDiv .a1CWidth115 {
  width: 120px;
}
.A1C-CalcDiv .a1CButton {
  width: 99px;
  height: 28px;
  text-align: center;
  color: #fff;
  border: 0;
}
.A1C-CalcDiv .a1CSubmitButtonColor {
  background-color: #90c365;
}
.A1C-CalcDiv .a1CClearButtonColor {
  background-color: #949397;
}
.A1C-CalcDiv .errormsg-a1c {
  color: red;
  font-weight: 700;
  float: left;
  position: relative;
  bottom: 25px;
  margin-left: 38px;
}
.audio-player-component {
  width: 50%;
}
.audio-player-component .BrightcoveExperience {
  position: inherit;
  width: 100%;
  height: 22px;
}
@media (max-width: 767px) {
  .audio-player-component {
    width: 100%;
  }
}
.dfc .anwser label {
  color: #000;
}
.dfc .anwser input[type="radio"] {
  height: 15px;
  width: 15px;
}
.dfc #btnSubmit {
  margin-top: 0;
}
.dfc #otherinputbox {
  display: none;
  width: 220px;
}
.dfc .ddlLabel {
  margin: 10px 0 0 0;
}
.dfc .lblAnswerText {
  margin: 0 0 0 10px;
}
.dfc .anwser input[type="checkbox"] {
  float: none;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}
.dfc .chkLabel {
  margin: 0 0 0 10px;
}
.dfc .hasError {
  border: 1px solid red;
  background-color: #ffcece;
}
.dfc .hasError-dob {
  border: 1px solid red;
}
.dfc .errorrow-condition label:first-child {
  color: red;
}
.dfc .anwser-mandatory-label {
  color: red;
}
.dfc .message-dialog {
  left: 45%;
  position: relative;
}
.navbar-sitemap {
  list-style: none;
}
.navbar-sitemap > li > a {
  font-size: 19px;
}
.navbar-sitemap li a {
  color: #414141;
}
.navbar-sitemap li ul {
  list-style: none;
}
.navbar-sitemap li ul li a {
  font-size: 12px;
  color: #868686;
}
@media (min-width: 768px) {
  .navbar-sitemap li.hasChildren {
    width: 100%;
    display: table;
  }
  .navbar-sitemap li.hasChildren > a {
    width: 38%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    list-style: none;
  }
  .navbar-sitemap > li > a {
    padding: 20px 20px 20px 0;
    line-height: 1;
  }
  .navbar-sitemap li.hasChildren > a strong:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    line-height: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #d8d8d8;
  }
  .navbar-sitemap li.hasChildren > a strong {
    width: 100%;
    display: inline-block;
    position: relative;
    font-weight: 400;
  }
  .navbar-sitemap li.hasChildren > a strong span {
    position: relative;
    padding-right: 10px;
    background-color: #f8f8f8;
    line-height: 1.1;
  }
  .navbar-sitemap li.hasChildren > a strong:before {
    height: 1px;
    position: absolute;
  }
  .navbar-sitemap li.hasChildren > ul {
    position: relative;
    display: table-cell;
    padding: 20px 0;
  }
  .navbar-sitemap li.hasChildren > ul:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 30px;
    bottom: 30px;
    width: 1px;
    background-color: #d8d8d8;
  }
  .navbar-sitemap li.hasChildren > ul > li {
    position: relative;
  }
  .navbar-sitemap li.hasChildren > ul > li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    left: -20px;
    top: 50%;
    background-color: #d8d8d8;
  }
}
.CoveoBreadcrumb .coveo-clear-all .coveo-icon,
.CoveoFacet .coveo-header .coveo-collapse .coveo-icon,
.CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
.CoveoFacet .coveo-header .coveo-expand .coveo-icon,
.CoveoFacet .coveo-header .coveo-icon.Sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.sfaccountname,
.CoveoFacet .coveo-header .coveo-icon.sfaccounttype,
.CoveoFacet .coveo-header .coveo-icon.sfcasepriority,
.CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
.CoveoFacet .coveo-header .coveo-icon.sfcity,
.CoveoFacet .coveo-header .coveo-icon.sfcontactname,
.CoveoFacet .coveo-header .coveo-icon.sfcountry,
.CoveoFacet .coveo-header .coveo-icon.sfindustry,
.CoveoFacet .coveo-header .coveo-icon.sfleadsource,
.CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc,
.CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
.CoveoFacet .coveo-header .coveo-icon.sfownername,
.CoveoFacet .coveo-header .coveo-icon.sfstate,
.CoveoFacet .coveo-header .coveo-icon.sfuserdepartment,
.CoveoFacet .coveo-header .coveo-icon.sfuserdivision,
.CoveoFacet .coveo-header .coveo-icon.sysauthor,
.CoveoFacet .coveo-header .coveo-icon.sysconcepts,
.CoveoFacet .coveo-header .coveo-icon.sysdate,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients,
.CoveoFacet .coveo-header .coveo-icon.sysemailfolders,
.CoveoFacet .coveo-header .coveo-icon.sysfiletype,
.CoveoFacet .coveo-header .coveo-icon.sysfrom,
.CoveoFacet .coveo-header .coveo-icon.syslanguage,
.CoveoFacet .coveo-header .coveo-icon.sysmailbox,
.CoveoFacet .coveo-header .coveo-icon.sysmonth,
.CoveoFacet .coveo-header .coveo-icon.syssource,
.CoveoFacet .coveo-header .coveo-icon.systo,
.CoveoFacet .coveo-header .coveo-icon.sysyear,
.CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
.CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
.CoveoFacet .coveo-header .coveo-settings .coveo-icon,
.CoveoFacet .coveo-header .coveo-wait-animation,
.CoveoFacet .coveo-search .coveo-clear .coveo-icon,
.CoveoFacet .coveo-search .coveo-magnifier,
.CoveoFacet .coveo-search .coveo-wait-animation,
.CoveoFacet .coveo-value .coveo-checkbox > span,
.CoveoFacet .coveo-value .coveo-exclude,
.CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoFacetRange .coveo-header .coveo-collapse .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-expand .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-and,
.CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-or,
.CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-wait-animation,
.CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
.CoveoFacetRange .coveo-search .coveo-magnifier,
.CoveoFacetRange .coveo-search .coveo-wait-animation,
.CoveoFacetRange .coveo-value .coveo-checkbox > span,
.CoveoFacetRange .coveo-value .coveo-exclude,
.CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-header .coveo-collapse .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-expand .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
.CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
.CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon,
.CoveoHierarchicalFacet .coveo-search .coveo-magnifier,
.CoveoHierarchicalFacet .coveo-search .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value .coveo-exclude,
.CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs
  .coveo-has-childs-toggle,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-has-childs-selected
  .coveo-checkbox
  > span,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected
  .coveo-checkbox
  > span,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-open
  .coveo-has-childs-toggle,
.CoveoPager ul li.coveo-next > a > span,
.CoveoPager ul li.coveo-previous > a > span,
.CoveoPreferencePanelItem .coveo-input-icon,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save
  .coveo-close,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save
  .coveo-save,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters
  > .coveo-icon,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-delete
  .coveo-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
.CoveoPreferencesPanel
  .CoveoResultsPreferences
  .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel .coveo-close .coveo-icon,
.CoveoPreferencesPanel .coveo-save .coveo-icon,
.CoveoResultAttachments .coveo-thumbnail-icon,
.CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon,
.CoveoResultTagging .coveo-add-tag-tick-icon span,
.CoveoResultTagging .coveo-clear-icon span,
.CoveoResultTagging .coveo-delete-icon,
.CoveoSearchButton > .coveo-icon,
.CoveoSettings .coveo-settings-icon,
.CoveoShareQuery .coveo-query-summary-info-close span,
.CoveoSort.coveo-selected .coveo-icon,
.CoveoSort.coveo-selected.coveo-ascending .coveo-icon,
.CoveoTabGroupMenu .coveo-menu-item-active > .coveo-show-more,
.coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon,
.coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon,
.coveo-advanced-menu .coveo-section.coveo-share-query .coveo-icon,
.coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-excluded,
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-selected,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.account,
.coveo-icon.objecttype.attachment,
.coveo-icon.objecttype.board,
.coveo-icon.objecttype.campaign,
.coveo-icon.objecttype.case,
.coveo-icon.objecttype.casecomment,
.coveo-icon.objecttype.category,
.coveo-icon.objecttype.contact,
.coveo-icon.objecttype.contract,
.coveo-icon.objecttype.event,
.coveo-icon.objecttype.feed,
.coveo-icon.objecttype.kbattachment,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.lead,
.coveo-icon.objecttype.message,
.coveo-icon.objecttype.note,
.coveo-icon.objecttype.opportunity,
.coveo-icon.objecttype.partner,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.product,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.task,
.coveo-icon.objecttype.thread,
.coveo-icon.objecttype.user,
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.sysfiletype.doc,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-icon.sysfiletype.exchangenote,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-icon.sysfiletype.exchangetask,
.coveo-icon.sysfiletype.folder,
.coveo-icon.sysfiletype.html,
.coveo-icon.sysfiletype.image,
.coveo-icon.sysfiletype.pdf,
.coveo-icon.sysfiletype.ppt,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.sysfiletype.spagendalist,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-icon.sysfiletype.sparea,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.sparealisting,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlink,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.sysfiletype.speventlist,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-icon.sysfiletype.spipfslist,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.sysfiletype.spissuelist,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-icon.sysfiletype.splink,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.sysfiletype.splistfolder,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-icon.sysfiletype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-icon.sysfiletype.sppicturelibrarylist,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttasklist,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.sysfiletype.spresourcelist,
.coveo-icon.sysfiletype.spsite,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.sysfiletype.spwhereaboutlist,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistorylist,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.sysfiletype.txt,
.coveo-icon.sysfiletype.video,
.coveo-icon.sysfiletype.xls,
.coveo-icon.sysfiletype.xml,
.coveo-icon.sysfiletype.zip,
.coveo-less .coveo-folding-footer-icon,
.coveo-logo,
.coveo-logo-light,
.coveo-logo-light-large,
.coveo-more .coveo-folding-footer-icon,
.coveo-omnibox .coveo-icon.Sfopportunityforecastcategory,
.coveo-omnibox .coveo-icon.Sfopportunitystagename,
.coveo-omnibox .coveo-icon.sfaccountname,
.coveo-omnibox .coveo-icon.sfaccounttype,
.coveo-omnibox .coveo-icon.sfcasepriority,
.coveo-omnibox .coveo-icon.sfcasestatus,
.coveo-omnibox .coveo-icon.sfcity,
.coveo-omnibox .coveo-icon.sfcontactname,
.coveo-omnibox .coveo-icon.sfcountry,
.coveo-omnibox .coveo-icon.sfindustry,
.coveo-omnibox .coveo-icon.sfleadsource,
.coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
.coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
.coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
.coveo-omnibox .coveo-icon.sfopportunitystagename,
.coveo-omnibox .coveo-icon.sfopportunitytype,
.coveo-omnibox .coveo-icon.sfownername,
.coveo-omnibox .coveo-icon.sfstate,
.coveo-omnibox .coveo-icon.sfuserdepartment,
.coveo-omnibox .coveo-icon.sfuserdivision,
.coveo-omnibox .coveo-icon.sysauthor,
.coveo-omnibox .coveo-icon.sysconcepts,
.coveo-omnibox .coveo-icon.sysdate,
.coveo-omnibox .coveo-icon.sysdisplayfrom,
.coveo-omnibox .coveo-icon.sysdisplayparticipants,
.coveo-omnibox .coveo-icon.sysdisplayrecipients,
.coveo-omnibox .coveo-icon.sysemailfolders,
.coveo-omnibox .coveo-icon.sysfiletype,
.coveo-omnibox .coveo-icon.sysfrom,
.coveo-omnibox .coveo-icon.syslanguage,
.coveo-omnibox .coveo-icon.sysmailbox,
.coveo-omnibox .coveo-icon.sysmonth,
.coveo-omnibox .coveo-icon.syssource,
.coveo-omnibox .coveo-icon.systo,
.coveo-omnibox .coveo-icon.sysyear,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
.coveo-omnibox
  .coveo-omnibox-facet-value
  li.coveo-selected
  .coveo-checkbox
  > span,
.coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
.coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
.coveo-powered-by,
.coveo-query-box-clear .coveo-icon,
.coveo-quickview-header
  .coveo-term
  .coveo-term-left-arrow
  .coveo-term-left-arrow-icon,
.coveo-quickview-header
  .coveo-term
  .coveo-term-right-arrow
  .coveo-term-right-arrow-icon,
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-clear,
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-excluded,
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-selected,
.coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-direction .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-show .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-sort .coveo-icon,
.coveo-sprites-common-amount,
.coveo-sprites-common-checkbox:active,
.coveo-sprites-common-checkbox_inactive,
.coveo-sprites-common-clear,
.coveo-sprites-common-clear-mobile,
.coveo-sprites-common-copy,
.coveo-sprites-common-coveo,
.coveo-sprites-common-coveo-cloud,
.coveo-sprites-common-datepicker,
.coveo-sprites-common-delete,
.coveo-sprites-common-doritos,
.coveo-sprites-common-get_started,
.coveo-sprites-common-lock,
.coveo-sprites-common-login_user,
.coveo-sprites-common-logo_light,
.coveo-sprites-common-logo_light_large,
.coveo-sprites-common-menu_reauthenticate,
.coveo-sprites-common-menu_shareresult,
.coveo-sprites-common-poweredbycoveo,
.coveo-sprites-common-settings,
.coveo-sprites-common-small_x,
.coveo-sprites-common-star:active,
.coveo-sprites-common-star_inactive,
.coveo-sprites-common-star_placeholder,
.coveo-sprites-common-system,
.coveo-sprites-common-tagging-cancel_clear,
.coveo-sprites-common-tagging-cancel_delete,
.coveo-sprites-common-tagging_ok,
.coveo-sprites-common-tagging_tag,
.coveo-sprites-common-thumbdown:active,
.coveo-sprites-common-thumbdown_inactive,
.coveo-sprites-common-thumbup:active,
.coveo-sprites-common-thumbup_inactive,
.coveo-sprites-documentType-account,
.coveo-sprites-documentType-account-salesforce,
.coveo-sprites-documentType-advanced-content,
.coveo-sprites-documentType-all-content,
.coveo-sprites-documentType-announcement,
.coveo-sprites-documentType-answer,
.coveo-sprites-documentType-approved,
.coveo-sprites-documentType-attachment,
.coveo-sprites-documentType-audience,
.coveo-sprites-documentType-author,
.coveo-sprites-documentType-block,
.coveo-sprites-documentType-blog,
.coveo-sprites-documentType-bug-severity,
.coveo-sprites-documentType-campaign,
.coveo-sprites-documentType-cancelled,
.coveo-sprites-documentType-cant-reproduce,
.coveo-sprites-documentType-case,
.coveo-sprites-documentType-category,
.coveo-sprites-documentType-chatter,
.coveo-sprites-documentType-city,
.coveo-sprites-documentType-closed,
.coveo-sprites-documentType-comment,
.coveo-sprites-documentType-company,
.coveo-sprites-documentType-competition,
.coveo-sprites-documentType-completed,
.coveo-sprites-documentType-contact,
.coveo-sprites-documentType-contract,
.coveo-sprites-documentType-crash,
.coveo-sprites-documentType-database,
.coveo-sprites-documentType-default,
.coveo-sprites-documentType-deferred,
.coveo-sprites-documentType-disqualified,
.coveo-sprites-documentType-doc-dev,
.coveo-sprites-documentType-doc-user,
.coveo-sprites-documentType-docadmin,
.coveo-sprites-documentType-draft,
.coveo-sprites-documentType-escalated,
.coveo-sprites-documentType-event,
.coveo-sprites-documentType-expert,
.coveo-sprites-documentType-faq,
.coveo-sprites-documentType-feature,
.coveo-sprites-documentType-file,
.coveo-sprites-documentType-filter,
.coveo-sprites-documentType-fixed,
.coveo-sprites-documentType-folder,
.coveo-sprites-documentType-from,
.coveo-sprites-documentType-high,
.coveo-sprites-documentType-how-to,
.coveo-sprites-documentType-image,
.coveo-sprites-documentType-immediate,
.coveo-sprites-documentType-industry,
.coveo-sprites-documentType-install,
.coveo-sprites-documentType-intranet,
.coveo-sprites-documentType-invalid,
.coveo-sprites-documentType-jobtitle,
.coveo-sprites-documentType-journal-log,
.coveo-sprites-documentType-kb,
.coveo-sprites-documentType-language,
.coveo-sprites-documentType-lead,
.coveo-sprites-documentType-link,
.coveo-sprites-documentType-lost,
.coveo-sprites-documentType-mail,
.coveo-sprites-documentType-mail-recall,
.coveo-sprites-documentType-mail-reply,
.coveo-sprites-documentType-mail-undeliverable,
.coveo-sprites-documentType-major,
.coveo-sprites-documentType-manager,
.coveo-sprites-documentType-minor,
.coveo-sprites-documentType-msproject,
.coveo-sprites-documentType-music-file,
.coveo-sprites-documentType-need-feedback,
.coveo-sprites-documentType-negociation,
.coveo-sprites-documentType-new,
.coveo-sprites-documentType-not-started,
.coveo-sprites-documentType-note,
.coveo-sprites-documentType-open,
.coveo-sprites-documentType-opportunity,
.coveo-sprites-documentType-pdf,
.coveo-sprites-documentType-pending,
.coveo-sprites-documentType-planned,
.coveo-sprites-documentType-poll,
.coveo-sprites-documentType-priority,
.coveo-sprites-documentType-product,
.coveo-sprites-documentType-project-name,
.coveo-sprites-documentType-renewed,
.coveo-sprites-documentType-renewed-not,
.coveo-sprites-documentType-report,
.coveo-sprites-documentType-resolved,
.coveo-sprites-documentType-reviewed,
.coveo-sprites-documentType-rss,
.coveo-sprites-documentType-salesforce,
.coveo-sprites-documentType-secure,
.coveo-sprites-documentType-setting,
.coveo-sprites-documentType-sharepoint,
.coveo-sprites-documentType-slideshow,
.coveo-sprites-documentType-source,
.coveo-sprites-documentType-spreadsheet,
.coveo-sprites-documentType-stage,
.coveo-sprites-documentType-started,
.coveo-sprites-documentType-status,
.coveo-sprites-documentType-support,
.coveo-sprites-documentType-suspended,
.coveo-sprites-documentType-task,
.coveo-sprites-documentType-text,
.coveo-sprites-documentType-timeline,
.coveo-sprites-documentType-to,
.coveo-sprites-documentType-topic,
.coveo-sprites-documentType-troubleshooting,
.coveo-sprites-documentType-urgent,
.coveo-sprites-documentType-user,
.coveo-sprites-documentType-video,
.coveo-sprites-documentType-webpage,
.coveo-sprites-documentType-won,
.coveo-sprites-documentType-xml,
.coveo-sprites-documentType-yammer,
.coveo-sprites-documentType-year,
.coveo-sprites-documentType-zip,
.coveo-sprites-facet-arrow_back,
.coveo-sprites-facet-checkmark_disabled,
.coveo-sprites-facet-checkmark_selected,
.coveo-sprites-facet-checkmark_unselected,
.coveo-sprites-facet-child_selected,
.coveo-sprites-facet-clear_activefilter,
.coveo-sprites-facet-clear_facet,
.coveo-sprites-facet-clear_facet_state,
.coveo-sprites-facet-clear_facetsearch,
.coveo-sprites-facet-clear_facetsearch_mobile,
.coveo-sprites-facet-collapsed,
.coveo-sprites-facet-disable,
.coveo-sprites-facet-email_sendto,
.coveo-sprites-facet-expanded,
.coveo-sprites-facet-facetsearch,
.coveo-sprites-facet-modeand,
.coveo-sprites-facet-modeor,
.coveo-sprites-facet-moreoption,
.coveo-sprites-facet-openfacets,
.coveo-sprites-facet-openinterfaces,
.coveo-sprites-facet-resume_disable,
.coveo-sprites-facet-resume_selected,
.coveo-sprites-facet-show_facet,
.coveo-sprites-facet-showless,
.coveo-sprites-facet-showmore,
.coveo-sprites-facet-spin,
.coveo-sprites-facet-spin_facet_search,
.coveo-sprites-fileType-exchange-activity,
.coveo-sprites-fileType-exchange-appointment,
.coveo-sprites-fileType-exchange-communicator,
.coveo-sprites-fileType-exchange-file,
.coveo-sprites-fileType-exchange-generic,
.coveo-sprites-fileType-exchange-group,
.coveo-sprites-fileType-exchange-meeting,
.coveo-sprites-fileType-exchange-message,
.coveo-sprites-fileType-exchange-message-junk,
.coveo-sprites-fileType-exchange-message-recall,
.coveo-sprites-fileType-exchange-message-undeliverable,
.coveo-sprites-fileType-exchange-note,
.coveo-sprites-fileType-exchange-rss,
.coveo-sprites-fileType-exchange-task,
.coveo-sprites-fileType-exchange-user,
.coveo-sprites-fileType-formats-folder,
.coveo-sprites-fileType-formats-html,
.coveo-sprites-fileType-formats-image,
.coveo-sprites-fileType-formats-pdf,
.coveo-sprites-fileType-formats-slideshow,
.coveo-sprites-fileType-formats-spreadsheet,
.coveo-sprites-fileType-formats-text,
.coveo-sprites-fileType-formats-video,
.coveo-sprites-fileType-formats-xml,
.coveo-sprites-fileType-formats-zip,
.coveo-sprites-fileType-objectType-account,
.coveo-sprites-fileType-objectType-answer,
.coveo-sprites-fileType-objectType-attachment,
.coveo-sprites-fileType-objectType-board,
.coveo-sprites-fileType-objectType-campaign,
.coveo-sprites-fileType-objectType-case,
.coveo-sprites-fileType-objectType-category,
.coveo-sprites-fileType-objectType-comment,
.coveo-sprites-fileType-objectType-contact,
.coveo-sprites-fileType-objectType-contract,
.coveo-sprites-fileType-objectType-event,
.coveo-sprites-fileType-objectType-file,
.coveo-sprites-fileType-objectType-kb,
.coveo-sprites-fileType-objectType-lead,
.coveo-sprites-fileType-objectType-message,
.coveo-sprites-fileType-objectType-note,
.coveo-sprites-fileType-objectType-opportunity,
.coveo-sprites-fileType-objectType-partner,
.coveo-sprites-fileType-objectType-product,
.coveo-sprites-fileType-objectType-rss,
.coveo-sprites-fileType-objectType-task,
.coveo-sprites-fileType-objectType-thread,
.coveo-sprites-fileType-objectType-user,
.coveo-sprites-fileType-sharepoint-agenda,
.coveo-sprites-fileType-sharepoint-announcement,
.coveo-sprites-fileType-sharepoint-area,
.coveo-sprites-fileType-sharepoint-arealisting,
.coveo-sprites-fileType-sharepoint-assetlibrary,
.coveo-sprites-fileType-sharepoint-attendees,
.coveo-sprites-fileType-sharepoint-blogcategory,
.coveo-sprites-fileType-sharepoint-blogcomment,
.coveo-sprites-fileType-sharepoint-blogpost,
.coveo-sprites-fileType-sharepoint-circulation,
.coveo-sprites-fileType-sharepoint-contact,
.coveo-sprites-fileType-sharepoint-custom,
.coveo-sprites-fileType-sharepoint-customgrid,
.coveo-sprites-fileType-sharepoint-dashboardlibrary,
.coveo-sprites-fileType-sharepoint-dataconnectionlibrary,
.coveo-sprites-fileType-sharepoint-dataconnectionlibraryforperfpoint,
.coveo-sprites-fileType-sharepoint-datasource,
.coveo-sprites-fileType-sharepoint-decision,
.coveo-sprites-fileType-sharepoint-discussionboard,
.coveo-sprites-fileType-sharepoint-documentlibrary,
.coveo-sprites-fileType-sharepoint-documentset,
.coveo-sprites-fileType-sharepoint-event,
.coveo-sprites-fileType-sharepoint-formlibrary,
.coveo-sprites-fileType-sharepoint-healthreport,
.coveo-sprites-fileType-sharepoint-healthrule,
.coveo-sprites-fileType-sharepoint-imedictionary,
.coveo-sprites-fileType-sharepoint-ipfs,
.coveo-sprites-fileType-sharepoint-issue,
.coveo-sprites-fileType-sharepoint-keyperformanceindicator,
.coveo-sprites-fileType-sharepoint-languagesandtranslator,
.coveo-sprites-fileType-sharepoint-link,
.coveo-sprites-fileType-sharepoint-listfolder,
.coveo-sprites-fileType-sharepoint-meeting,
.coveo-sprites-fileType-sharepoint-objective,
.coveo-sprites-fileType-sharepoint-performancepointcontent,
.coveo-sprites-fileType-sharepoint-phonecallmemo,
.coveo-sprites-fileType-sharepoint-picturelibrary,
.coveo-sprites-fileType-sharepoint-projecttask,
.coveo-sprites-fileType-sharepoint-recordlibrary,
.coveo-sprites-fileType-sharepoint-reportlibrary,
.coveo-sprites-fileType-sharepoint-resource,
.coveo-sprites-fileType-sharepoint-site,
.coveo-sprites-fileType-sharepoint-sitedirectory,
.coveo-sprites-fileType-sharepoint-slidelibrary,
.coveo-sprites-fileType-sharepoint-survey,
.coveo-sprites-fileType-sharepoint-task,
.coveo-sprites-fileType-sharepoint-textbox,
.coveo-sprites-fileType-sharepoint-thingstobring,
.coveo-sprites-fileType-sharepoint-translationmanagementlibrary,
.coveo-sprites-fileType-sharepoint-user,
.coveo-sprites-fileType-sharepoint-whereabout,
.coveo-sprites-fileType-sharepoint-wikipagelibrary,
.coveo-sprites-fileType-sharepoint-workflowhistory,
.coveo-sprites-folding-email_sendto,
.coveo-sprites-folding-showless,
.coveo-sprites-folding-showmore,
.coveo-sprites-menu-menu_avancedsearch,
.coveo-sprites-menu-menu_opencontactinfoin,
.coveo-sprites-menu-menu_saveoption,
.coveo-sprites-menu-menu_searchin,
.coveo-sprites-menu-menu_shareresult,
.coveo-sprites-menu-menu_sortby,
.coveo-sprites-menu-menu_sortdirection,
.coveo-sprites-pager-next,
.coveo-sprites-pager-previous,
.coveo-sprites-preferencesPanel-menu_preferences,
.coveo-sprites-preferencesPanel-table-apply,
.coveo-sprites-preferencesPanel-table-cancel,
.coveo-sprites-preferencesPanel-table-delete,
.coveo-sprites-preferencesPanel-table-edit,
.coveo-sprites-preferencesPanel-toggle_off,
.coveo-sprites-preferencesPanel-toggle_on,
.coveo-sprites-queryBox-clear,
.coveo-sprites-quickView-close,
.coveo-sprites-quickView-coveo_colorbox_border1,
.coveo-sprites-quickView-coveo_colorbox_border2,
.coveo-sprites-quickView-quickview,
.coveo-sprites-quickView-quickview_next,
.coveo-sprites-quickView-quickview_previous,
.coveo-sprites-searchButton-searchbutton,
.coveo-sprites-searchButton-searchbutton_gray,
.coveo-sprites-searchButton-spin,
.coveo-sprites-sort-sortby_bottom,
.coveo-sprites-sort-sortby_top,
.coveo-sprites-tab-all-content,
.coveo-sprites-tab-checkmark_selected-on_dark_bg,
.coveo-sprites-tab-dropbox,
.coveo-sprites-tab-email,
.coveo-sprites-tab-googledrive,
.coveo-sprites-tab-lithium,
.coveo-sprites-tab-salesforce,
.coveo-sprites-tab-sharepoint,
.coveo-sprites-tabGroup-show_more,
.coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
.coveo-top-field-suggestion-header .coveo-icon-top-field,
.coveo-top-suggestion-header-icon,
.ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon {
  background-image: url("../../../coveo/image/sprites.png");
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
}
.coveo-sprites-common-get_started {
  background-position: 0 0;
  width: 160px;
  height: 115px;
  text-indent: 160px;
}
.coveo-sprites-common-coveo-cloud {
  background-position: -160px 0;
  width: 131px;
  height: 48px;
  text-indent: 131px;
}
.coveo-logo-light-large,
.coveo-sprites-common-logo_light_large {
  background-position: -160px -48px;
  width: 110px;
  height: 37px;
  text-indent: 110px;
}
.coveo-sprites-quickView-coveo_colorbox_border1 {
  background-position: 0 -115px;
  width: 50px;
  height: 98px;
  text-indent: 50px;
}
.coveo-logo,
.coveo-sprites-common-coveo {
  background-position: -50px -115px;
  width: 97px;
  height: 34px;
  text-indent: 97px;
}
.coveo-powered-by,
.coveo-sprites-common-poweredbycoveo {
  background-position: -147px -115px;
  width: 90px;
  height: 32px;
  text-indent: 90px;
}
.coveo-logo-light,
.coveo-sprites-common-logo_light {
  background-position: -160px -85px;
  width: 71px;
  height: 26px;
  text-indent: 71px;
}
.coveo-sprites-quickView-coveo_colorbox_border2 {
  background-position: -231px -85px;
  width: 50px;
  height: 1px;
  text-indent: 50px;
}
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel
  .CoveoResultsPreferences
  .coveo-input-icon.coveo-selected,
.coveo-sprites-preferencesPanel-toggle_on {
  background-position: -231px -86px;
  width: 42px;
  height: 20px;
  text-indent: 42px;
}
.CoveoPreferencePanelItem .coveo-input-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
.coveo-sprites-preferencesPanel-toggle_off {
  background-position: -237px -115px;
  width: 42px;
  height: 20px;
  text-indent: 42px;
}
.coveo-sprites-common-checkbox_inactive {
  background-position: -50px -149px;
  width: 42px;
  height: 20px;
  text-indent: 42px;
}
.coveo-sprites-common-checkbox:active {
  background-position: -92px -149px;
  width: 42px;
  height: 20px;
  text-indent: 42px;
}
.coveo-sprites-common-login_user {
  background-position: -50px -169px;
  width: 24px;
  height: 24px;
  text-indent: 24px;
}
.coveo-sprites-common-lock {
  background-position: -74px -169px;
  width: 24px;
  height: 24px;
  text-indent: 24px;
}
.coveo-sprites-facet-openinterfaces {
  background-position: -134px -149px;
  width: 23px;
  height: 16px;
  text-indent: 23px;
}
.coveo-sprites-facet-openfacets {
  background-position: -157px -149px;
  width: 23px;
  height: 16px;
  text-indent: 23px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters
  > .coveo-icon,
.CoveoSearchButton > .coveo-icon,
.coveo-sprites-searchButton-searchbutton,
.ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon {
  background-position: -270px -48px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-common-thumbup_inactive {
  background-position: -270px -66px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-common-thumbup:active {
  background-position: -273px -86px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-common-thumbdown_inactive {
  background-position: -98px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-common-thumbdown:active {
  background-position: -116px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.CoveoFacet .coveo-header .coveo-icon.syssource,
.coveo-omnibox .coveo-icon.syssource,
.coveo-sprites-common-system {
  background-position: -134px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-common-star_placeholder {
  background-position: -152px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
.coveo-sprites-common-star_inactive,
.coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
.coveo-top-field-suggestion-header .coveo-icon-top-field,
.coveo-top-suggestion-header-icon {
  background-position: -170px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-common-star:active {
  background-position: -188px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.CoveoSettings .coveo-settings-icon,
.coveo-sprites-common-settings {
  background-position: -206px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.CoveoTabGroupMenu .coveo-menu-item-active > .coveo-show-more,
.coveo-sprites-tabGroup-show_more {
  background-position: -180px -149px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-sharepoint {
  background-position: -196px -149px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-salesforce {
  background-position: -212px -149px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-lithium {
  background-position: -228px -149px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-googledrive {
  background-position: -244px -149px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-email {
  background-position: -260px -149px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-dropbox {
  background-position: -224px -169px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-checkmark_selected-on_dark_bg {
  background-position: -240px -169px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-tab-all-content {
  background-position: -256px -169px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-sprites-searchButton-spin {
  background-position: -272px -169px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-searchButton-searchbutton_gray {
  background-position: -50px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-quickview-header
  .coveo-term
  .coveo-term-left-arrow
  .coveo-term-left-arrow-icon,
.coveo-sprites-quickView-quickview_previous {
  background-position: -66px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-quickview-header
  .coveo-term
  .coveo-term-right-arrow
  .coveo-term-right-arrow-icon,
.coveo-sprites-quickView-quickview_next {
  background-position: -82px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoResultAttachments .coveo-thumbnail-icon,
.coveo-sprites-quickView-quickview {
  background-position: -98px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-query-box-clear .coveo-icon,
.coveo-sprites-queryBox-clear {
  background-position: -114px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
.coveo-sprites-preferencesPanel-table-edit {
  background-position: -130px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-delete
  .coveo-icon,
.coveo-sprites-preferencesPanel-table-delete {
  background-position: -146px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save
  .coveo-close,
.coveo-sprites-preferencesPanel-table-cancel {
  background-position: -162px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save
  .coveo-save,
.coveo-sprites-preferencesPanel-table-apply {
  background-position: -178px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon,
.coveo-sprites-preferencesPanel-menu_preferences {
  background-position: -194px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-settings-popup .coveo-section.coveo-direction .coveo-icon,
.coveo-sprites-menu-menu_sortdirection {
  background-position: -210px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-settings-popup .coveo-section.coveo-sort .coveo-icon,
.coveo-sprites-menu-menu_sortby {
  background-position: -226px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_shareresult {
  background-position: -242px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_searchin {
  background-position: -258px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoPreferencesPanel .coveo-save .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
.coveo-sprites-menu-menu_saveoption {
  background-position: -274px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_opencontactinfoin {
  background-position: 0 -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_avancedsearch {
  background-position: -16px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistorylist,
.coveo-sprites-fileType-sharepoint-workflowhistory {
  background-position: -32px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-sprites-fileType-sharepoint-wikipagelibrary {
  background-position: -48px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.sysfiletype.spwhereaboutlist,
.coveo-sprites-fileType-sharepoint-whereabout {
  background-position: -64px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformationlist,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-sprites-fileType-sharepoint-user {
  background-position: -80px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-sprites-fileType-sharepoint-translationmanagementlibrary {
  background-position: -96px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-sprites-fileType-sharepoint-thingstobring {
  background-position: -112px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-sprites-fileType-sharepoint-textbox {
  background-position: -128px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.sysfiletype.sptasklist,
.coveo-sprites-fileType-sharepoint-task {
  background-position: -144px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-sprites-fileType-sharepoint-survey {
  background-position: -160px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-sprites-fileType-sharepoint-slidelibrary {
  background-position: -176px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-sprites-fileType-sharepoint-sitedirectory {
  background-position: -192px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spportal,
.coveo-icon.sysfiletype.spsite,
.coveo-sprites-fileType-sharepoint-site {
  background-position: -208px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spresource,
.coveo-icon.sysfiletype.spresourcelist,
.coveo-sprites-fileType-sharepoint-resource {
  background-position: -224px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-sprites-fileType-sharepoint-reportlibrary {
  background-position: -240px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-sprites-fileType-sharepoint-recordlibrary {
  background-position: -256px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttasklist,
.coveo-sprites-fileType-sharepoint-projecttask {
  background-position: -272px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sppicturelibrarylist,
.coveo-sprites-fileType-sharepoint-picturelibrary {
  background-position: 0 -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-sprites-fileType-sharepoint-phonecallmemo {
  background-position: -16px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-sprites-fileType-sharepoint-performancepointcontent {
  background-position: -32px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-sprites-fileType-sharepoint-objective {
  background-position: -48px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-sprites-fileType-sharepoint-meeting {
  background-position: -64px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.splistfolder,
.coveo-sprites-fileType-sharepoint-listfolder {
  background-position: -80px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdocumentlink,
.coveo-icon.sysfiletype.splink,
.coveo-icon.sysfiletype.splinklist,
.coveo-sprites-fileType-sharepoint-link {
  background-position: -96px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-sprites-fileType-sharepoint-languagesandtranslator {
  background-position: -112px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-sprites-fileType-sharepoint-keyperformanceindicator {
  background-position: -128px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spissue,
.coveo-icon.sysfiletype.spissuelist,
.coveo-sprites-fileType-sharepoint-issue {
  background-position: -144px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spipfslist,
.coveo-sprites-fileType-sharepoint-ipfs {
  background-position: -160px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-sprites-fileType-sharepoint-imedictionary {
  background-position: -176px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-sprites-fileType-sharepoint-healthrule {
  background-position: -192px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-sprites-fileType-sharepoint-healthreport {
  background-position: -208px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-sprites-fileType-sharepoint-formlibrary {
  background-position: -224px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spevent,
.coveo-icon.sysfiletype.speventlist,
.coveo-sprites-fileType-sharepoint-event {
  background-position: -240px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdocumentset,
.coveo-sprites-fileType-sharepoint-documentset {
  background-position: -256px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-sprites-fileType-sharepoint-documentlibrary {
  background-position: -272px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-sprites-fileType-sharepoint-discussionboard {
  background-position: 0 -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-sprites-fileType-sharepoint-decision {
  background-position: -16px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-sprites-fileType-sharepoint-datasource {
  background-position: -32px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-sprites-fileType-sharepoint-dataconnectionlibraryforperfpoint {
  background-position: -48px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-sprites-fileType-sharepoint-dataconnectionlibrary {
  background-position: -64px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-sprites-fileType-sharepoint-dashboardlibrary {
  background-position: -80px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-sprites-fileType-sharepoint-customgrid {
  background-position: -96px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-sprites-fileType-sharepoint-custom {
  background-position: -112px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-sprites-fileType-sharepoint-contact {
  background-position: -128px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-sprites-fileType-sharepoint-circulation {
  background-position: -144px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.sysfiletype.spmicrofeedlist,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-sprites-fileType-sharepoint-blogpost {
  background-position: -160px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-sprites-fileType-sharepoint-blogcomment {
  background-position: -176px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-sprites-fileType-sharepoint-blogcategory {
  background-position: -192px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-sprites-fileType-sharepoint-attendees {
  background-position: -208px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-sprites-fileType-sharepoint-assetlibrary {
  background-position: -224px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sparealisting,
.coveo-sprites-fileType-sharepoint-arealisting {
  background-position: -240px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.sparea,
.coveo-sprites-fileType-sharepoint-area {
  background-position: -256px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-sprites-fileType-sharepoint-announcement {
  background-position: -272px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.sysfiletype.spagendalist,
.coveo-sprites-fileType-sharepoint-agenda {
  background-position: 0 -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.user,
.coveo-sprites-fileType-objectType-user {
  background-position: -16px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-sprites-fileType-objectType-thread {
  background-position: -32px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-sprites-fileType-objectType-task {
  background-position: -48px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-sprites-fileType-objectType-rss {
  background-position: -64px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-sprites-fileType-objectType-product {
  background-position: -80px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-sprites-fileType-objectType-partner {
  background-position: -96px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-sprites-fileType-objectType-opportunity {
  background-position: -112px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-sprites-fileType-objectType-note {
  background-position: -128px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-sprites-fileType-objectType-message {
  background-position: -144px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-sprites-fileType-objectType-lead {
  background-position: -160px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-sprites-fileType-objectType-kb {
  background-position: -176px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-file {
  background-position: -192px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-sprites-fileType-objectType-event {
  background-position: -208px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-sprites-fileType-objectType-contract {
  background-position: -224px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-sprites-fileType-objectType-contact {
  background-position: -240px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-sprites-fileType-objectType-comment {
  background-position: -256px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-sprites-fileType-objectType-category {
  background-position: -272px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-sprites-fileType-objectType-case {
  background-position: -291px 0;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-sprites-fileType-objectType-campaign {
  background-position: -291px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-sprites-fileType-objectType-board {
  background-position: -291px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.attachment,
.coveo-icon.objecttype.kbattachment,
.coveo-sprites-fileType-objectType-attachment {
  background-position: -291px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.kbsolution,
.coveo-icon.objecttype.solution,
.coveo-sprites-fileType-objectType-answer {
  background-position: -291px -64px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-sprites-fileType-objectType-account {
  background-position: -291px -80px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.zip,
.coveo-sprites-fileType-formats-zip {
  background-position: -291px -96px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.xml,
.coveo-sprites-fileType-formats-xml {
  background-position: -291px -112px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.video,
.coveo-sprites-fileType-formats-video {
  background-position: -291px -128px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.doc,
.coveo-icon.sysfiletype.txt,
.coveo-sprites-fileType-formats-text {
  background-position: -291px -144px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.xls,
.coveo-sprites-fileType-formats-spreadsheet {
  background-position: -291px -160px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.ppt,
.coveo-sprites-fileType-formats-slideshow {
  background-position: -291px -176px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.pdf,
.coveo-sprites-fileType-formats-pdf {
  background-position: -291px -192px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.image,
.coveo-sprites-fileType-formats-image {
  background-position: -291px -208px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.html,
.coveo-sprites-fileType-formats-html {
  background-position: -291px -224px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.folder,
.coveo-sprites-fileType-formats-folder {
  background-position: -291px -240px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.activedirperson,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-sprites-fileType-exchange-user {
  background-position: -291px -256px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangetask,
.coveo-sprites-fileType-exchange-task {
  background-position: 0 -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-sprites-fileType-exchange-rss {
  background-position: -16px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangenote,
.coveo-sprites-fileType-exchange-note {
  background-position: -32px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangemessage,
.coveo-sprites-fileType-exchange-message {
  background-position: -48px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangedsn,
.coveo-sprites-fileType-exchange-message-undeliverable {
  background-position: -64px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-sprites-fileType-exchange-message-recall {
  background-position: -80px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-sprites-fileType-exchange-message-junk {
  background-position: -96px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-sprites-fileType-exchange-meeting {
  background-position: -112px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangegroup,
.coveo-sprites-fileType-exchange-group {
  background-position: -128px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-sprites-fileType-exchange-generic {
  background-position: -144px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangedocument,
.coveo-sprites-fileType-exchange-file {
  background-position: -160px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-sprites-fileType-exchange-communicator {
  background-position: -176px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-sprites-fileType-exchange-appointment {
  background-position: -192px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-sprites-fileType-exchange-activity {
  background-position: -208px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-wait-animation,
.CoveoFacetRange .coveo-header .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-header .coveo-wait-animation,
.coveo-sprites-facet-spin {
  background-position: -224px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-settings-popup .coveo-section.coveo-show .coveo-icon,
.coveo-sprites-facet-show_facet {
  background-position: -240px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-settings .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon,
.coveo-sprites-facet-moreoption {
  background-position: -256px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
.CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-or,
.CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
.coveo-sprites-facet-modeor {
  background-position: -272px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
.CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-and,
.CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
.coveo-sprites-facet-modeand {
  background-position: -288px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-collapse .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-collapse .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-collapse .coveo-icon,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-open
  .coveo-has-childs-toggle,
.coveo-sprites-facet-expanded {
  background-position: -307px 0;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-expand .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-expand .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-expand .coveo-icon,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs
  .coveo-has-childs-toggle,
.coveo-sprites-facet-collapsed {
  background-position: -307px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon,
.CoveoShareQuery .coveo-query-summary-info-close span,
.coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
.coveo-sprites-facet-clear_facet {
  background-position: -307px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-zip {
  background-position: -307px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
.CoveoFacet .coveo-header .coveo-icon.sysdate,
.CoveoFacet .coveo-header .coveo-icon.sysmonth,
.CoveoFacet .coveo-header .coveo-icon.sysyear,
.coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
.coveo-omnibox .coveo-icon.sysdate,
.coveo-omnibox .coveo-icon.sysmonth,
.coveo-omnibox .coveo-icon.sysyear,
.coveo-sprites-documentType-year {
  background-position: -307px -64px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-yammer {
  background-position: -307px -80px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-xml {
  background-position: -307px -96px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-won {
  background-position: -307px -112px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-webpage {
  background-position: -307px -128px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-video {
  background-position: -307px -144px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfownername,
.CoveoFacet .coveo-header .coveo-icon.sfuserdepartment,
.CoveoFacet .coveo-header .coveo-icon.sysauthor,
.coveo-omnibox .coveo-icon.sfownername,
.coveo-omnibox .coveo-icon.sfuserdepartment,
.coveo-omnibox .coveo-icon.sysauthor,
.coveo-sprites-documentType-user {
  background-position: -307px -160px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-urgent {
  background-position: -307px -176px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-troubleshooting {
  background-position: -307px -192px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-topic {
  background-position: -307px -208px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients,
.CoveoFacet .coveo-header .coveo-icon.systo,
.coveo-omnibox .coveo-icon.sysdisplayrecipients,
.coveo-omnibox .coveo-icon.systo,
.coveo-sprites-documentType-to {
  background-position: -307px -224px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-timeline {
  background-position: -307px -240px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-text {
  background-position: -307px -256px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-task {
  background-position: -307px -272px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-suspended {
  background-position: 0 -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfcasepriority,
.coveo-omnibox .coveo-icon.sfcasepriority,
.coveo-sprites-documentType-support {
  background-position: -16px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
.coveo-omnibox .coveo-icon.Sfopportunitystagename,
.coveo-omnibox .coveo-icon.sfcasestatus,
.coveo-sprites-documentType-status {
  background-position: -32px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-started {
  background-position: -48px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-stage {
  background-position: -64px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-spreadsheet {
  background-position: -80px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-source {
  background-position: -96px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-slideshow {
  background-position: -112px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-sharepoint {
  background-position: -128px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-setting {
  background-position: -144px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-secure {
  background-position: -160px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-salesforce {
  background-position: -176px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-rss {
  background-position: -192px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-reviewed {
  background-position: -208px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-resolved {
  background-position: -224px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-report {
  background-position: -240px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-renewed {
  background-position: -256px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-renewed-not {
  background-position: -272px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-project-name {
  background-position: -288px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-product {
  background-position: -304px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-priority {
  background-position: -323px 0;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-poll {
  background-position: -323px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-planned {
  background-position: -323px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-pending {
  background-position: -323px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-pdf {
  background-position: -323px -64px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
.coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
.coveo-omnibox .coveo-icon.sfopportunitystagename,
.coveo-omnibox .coveo-icon.sfopportunitytype,
.coveo-sprites-documentType-opportunity {
  background-position: -323px -80px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-open {
  background-position: -323px -96px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-note {
  background-position: -323px -112px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-not-started {
  background-position: -323px -128px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-new {
  background-position: -323px -144px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-negociation {
  background-position: -323px -160px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-need-feedback {
  background-position: -323px -176px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-music-file {
  background-position: -323px -192px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-msproject {
  background-position: -323px -208px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-minor {
  background-position: -323px -224px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfuserdivision,
.coveo-omnibox .coveo-icon.sfuserdivision,
.coveo-sprites-documentType-manager {
  background-position: -323px -240px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-major {
  background-position: -323px -256px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysmailbox,
.coveo-omnibox .coveo-icon.sysmailbox,
.coveo-sprites-documentType-mail {
  background-position: -323px -272px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-mail-undeliverable {
  background-position: -323px -288px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-mail-reply {
  background-position: 0 -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-mail-recall {
  background-position: -16px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-lost {
  background-position: -32px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-link {
  background-position: -48px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfleadsource,
.coveo-omnibox .coveo-icon.sfleadsource,
.coveo-sprites-documentType-lead {
  background-position: -64px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.syslanguage,
.coveo-omnibox .coveo-icon.syslanguage,
.coveo-sprites-documentType-language {
  background-position: -80px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysconcepts,
.coveo-omnibox .coveo-icon.sysconcepts,
.coveo-sprites-documentType-kb {
  background-position: -96px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-journal-log {
  background-position: -112px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-jobtitle {
  background-position: -128px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-invalid {
  background-position: -144px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants,
.coveo-omnibox .coveo-icon.sysdisplayparticipants,
.coveo-sprites-documentType-intranet {
  background-position: -160px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-install {
  background-position: -176px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfindustry,
.coveo-omnibox .coveo-icon.sfindustry,
.coveo-sprites-documentType-industry {
  background-position: -192px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-immediate {
  background-position: -208px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-image {
  background-position: -224px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-how-to {
  background-position: -240px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-high {
  background-position: -256px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom,
.CoveoFacet .coveo-header .coveo-icon.sysfrom,
.coveo-omnibox .coveo-icon.sysdisplayfrom,
.coveo-omnibox .coveo-icon.sysfrom,
.coveo-sprites-documentType-from {
  background-position: -272px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysemailfolders,
.coveo-omnibox .coveo-icon.sysemailfolders,
.coveo-sprites-documentType-folder {
  background-position: -288px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-fixed {
  background-position: -304px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-filter {
  background-position: -320px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sysfiletype,
.coveo-omnibox .coveo-icon.sysfiletype,
.coveo-sprites-documentType-file {
  background-position: -339px 0;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-feature {
  background-position: -339px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-faq {
  background-position: -339px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-expert {
  background-position: -339px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-event {
  background-position: -339px -64px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-escalated {
  background-position: -339px -80px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-draft {
  background-position: -339px -96px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-doc-user {
  background-position: -339px -112px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-doc-dev {
  background-position: -339px -128px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-docadmin {
  background-position: -339px -144px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-disqualified {
  background-position: -339px -160px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-deferred {
  background-position: -339px -176px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-default {
  background-position: -339px -192px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-database {
  background-position: -339px -208px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-crash {
  background-position: -339px -224px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-contract {
  background-position: -339px -240px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfcontactname,
.coveo-omnibox .coveo-icon.sfcontactname,
.coveo-sprites-documentType-contact {
  background-position: -339px -256px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-completed {
  background-position: -339px -272px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc,
.coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
.coveo-sprites-documentType-competition {
  background-position: -339px -288px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-company {
  background-position: -339px -304px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-comment {
  background-position: 0 -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-closed {
  background-position: -16px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfcity,
.CoveoFacet .coveo-header .coveo-icon.sfcountry,
.CoveoFacet .coveo-header .coveo-icon.sfstate,
.coveo-omnibox .coveo-icon.sfcity,
.coveo-omnibox .coveo-icon.sfcountry,
.coveo-omnibox .coveo-icon.sfstate,
.coveo-sprites-documentType-city {
  background-position: -32px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-chatter {
  background-position: -48px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.Sfopportunityforecastcategory,
.coveo-omnibox .coveo-icon.Sfopportunityforecastcategory,
.coveo-sprites-documentType-category {
  background-position: -64px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-case {
  background-position: -80px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-cant-reproduce {
  background-position: -96px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-cancelled {
  background-position: -112px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-campaign {
  background-position: -128px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-bug-severity {
  background-position: -144px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-blog {
  background-position: -160px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-block {
  background-position: -176px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-author {
  background-position: -192px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-audience {
  background-position: -208px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-attachment {
  background-position: -224px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-approved {
  background-position: -240px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-answer {
  background-position: -256px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-announcement {
  background-position: -272px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-all-content {
  background-position: -288px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-advanced-content {
  background-position: -304px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-account {
  background-position: -320px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoFacet .coveo-header .coveo-icon.sfaccountname,
.CoveoFacet .coveo-header .coveo-icon.sfaccounttype,
.coveo-omnibox .coveo-icon.sfaccountname,
.coveo-omnibox .coveo-icon.sfaccounttype,
.coveo-sprites-documentType-account-salesforce {
  background-position: -336px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-advanced-menu .coveo-section.coveo-share-query .coveo-icon,
.coveo-sprites-common-menu_shareresult {
  background-position: -355px 0;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon,
.coveo-sprites-common-menu_reauthenticate {
  background-position: -355px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-doritos {
  background-position: -355px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-delete {
  background-position: -355px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-datepicker {
  background-position: -355px -64px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-copy {
  background-position: -355px -80px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.CoveoBreadcrumb .coveo-clear-all .coveo-icon,
.CoveoPreferencesPanel .coveo-close .coveo-icon,
.coveo-sprites-common-clear {
  background-position: -355px -96px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-amount {
  background-position: -355px -112px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-arrow_back {
  background-position: -355px -128px;
  width: 9px;
  height: 15px;
  text-indent: 9px;
}
.coveo-sprites-quickView-close {
  background-position: -355px -143px;
  width: 14px;
  height: 10px;
  text-indent: 14px;
}
.coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon,
.coveo-sprites-facet-clear_facet_state {
  background-position: -355px -153px;
  width: 14px;
  height: 14px;
  text-indent: 14px;
}
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-selected,
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-selected,
.coveo-sprites-facet-resume_selected {
  background-position: -355px -167px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-excluded,
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-excluded,
.coveo-sprites-facet-resume_disable {
  background-position: -355px -179px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.CoveoFacet .coveo-value .coveo-exclude,
.CoveoFacetRange .coveo-value .coveo-exclude,
.CoveoHierarchicalFacet .coveo-value .coveo-exclude,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
.coveo-sprites-facet-disable {
  background-position: -355px -191px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-clear_facetsearch_mobile {
  background-position: -355px -203px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-clear,
.coveo-sprites-facet-clear_activefilter {
  background-position: -355px -215px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-has-childs-selected
  .coveo-checkbox
  > span,
.coveo-sprites-facet-child_selected {
  background-position: -355px -227px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.CoveoFacet .coveo-value .coveo-checkbox > span,
.CoveoFacetRange .coveo-value .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
.coveo-sprites-facet-checkmark_unselected {
  background-position: -355px -239px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected
  .coveo-checkbox
  > span,
.coveo-omnibox
  .coveo-omnibox-facet-value
  li.coveo-selected
  .coveo-checkbox
  > span,
.coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
.coveo-sprites-facet-checkmark_selected {
  background-position: -355px -251px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-checkmark_disabled:hover {
  background-position: -355px -263px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-checkmark_disabled {
  background-position: -355px -275px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon,
.coveo-sprites-common-tagging_tag {
  background-position: -355px -287px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-common-clear-mobile {
  background-position: -355px -299px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.CoveoPager ul li.coveo-previous > a > span,
.coveo-sprites-pager-previous {
  background-position: -355px -311px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.CoveoPager ul li.coveo-next > a > span,
.coveo-sprites-pager-next {
  background-position: -355px -322px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-more .coveo-folding-footer-icon,
.coveo-sprites-folding-showmore {
  background-position: -279px -115px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-less .coveo-folding-footer-icon,
.coveo-sprites-folding-showless {
  background-position: -237px -135px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.CoveoFacet .coveo-search .coveo-wait-animation,
.CoveoFacetRange .coveo-search .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-search .coveo-wait-animation,
.coveo-sprites-facet-spin_facet_search {
  background-position: -248px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.CoveoFacet .coveo-search .coveo-magnifier,
.CoveoFacetRange .coveo-search .coveo-magnifier,
.CoveoHierarchicalFacet .coveo-search .coveo-magnifier,
.coveo-sprites-facet-facetsearch {
  background-position: -258px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.CoveoFacet .coveo-search .coveo-clear .coveo-icon,
.CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
.CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon,
.coveo-sprites-facet-clear_facetsearch {
  background-position: -268px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.CoveoResultTagging .coveo-add-tag-tick-icon span,
.coveo-sprites-common-tagging_ok {
  background-position: -278px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-common-tagging-cancel_delete {
  background-position: -276px -149px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.CoveoResultTagging .coveo-clear-icon span,
.CoveoResultTagging .coveo-delete-icon,
.coveo-sprites-common-tagging-cancel_clear {
  background-position: 0 -341px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-folding-email_sendto {
  background-position: -355px -333px;
  width: 8px;
  height: 8px;
  text-indent: 8px;
}
.coveo-sprites-facet-showmore {
  background-position: -363px -333px;
  width: 8px;
  height: 8px;
  text-indent: 8px;
}
.coveo-sprites-facet-showless {
  background-position: -279px -126px;
  width: 8px;
  height: 8px;
  text-indent: 8px;
}
.coveo-sprites-facet-email_sendto {
  background-position: -10px -341px;
  width: 8px;
  height: 8px;
  text-indent: 8px;
}
.coveo-sprites-common-small_x {
  background-position: -18px -341px;
  width: 8px;
  height: 8px;
  text-indent: 8px;
}
.CoveoSort.coveo-selected.coveo-ascending .coveo-icon,
.coveo-sprites-sort-sortby_top {
  background-position: -364px -128px;
  width: 6px;
  height: 6px;
  text-indent: 6px;
}
.CoveoSort.coveo-selected .coveo-icon,
.coveo-sprites-sort-sortby_bottom {
  background-position: -364px -134px;
  width: 6px;
  height: 6px;
  text-indent: 6px;
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-o-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-executing-query .CoveoSearchButton > .coveo-icon {
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    transform: rotate(0);
  }
  to {
    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) {
  .CoveoFacet .coveo-header .coveo-collapse .coveo-icon,
  .CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
  .CoveoFacet .coveo-header .coveo-expand .coveo-icon,
  .CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.sfaccountname,
  .CoveoFacet .coveo-header .coveo-icon.sfaccounttype,
  .CoveoFacet .coveo-header .coveo-icon.sfcasepriority,
  .CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
  .CoveoFacet .coveo-header .coveo-icon.sfcity,
  .CoveoFacet .coveo-header .coveo-icon.sfcontactname,
  .CoveoFacet .coveo-header .coveo-icon.sfcountry,
  .CoveoFacet .coveo-header .coveo-icon.sfleadsource,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
  .CoveoFacet .coveo-header .coveo-icon.sfownername,
  .CoveoFacet .coveo-header .coveo-icon.sfstate,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdepartment,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdivision,
  .CoveoFacet .coveo-header .coveo-icon.sysauthor,
  .CoveoFacet .coveo-header .coveo-icon.sysconcepts,
  .CoveoFacet .coveo-header .coveo-icon.sysdate,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients,
  .CoveoFacet .coveo-header .coveo-icon.sysemailfolders,
  .CoveoFacet .coveo-header .coveo-icon.sysfiletype,
  .CoveoFacet .coveo-header .coveo-icon.sysfrom,
  .CoveoFacet .coveo-header .coveo-icon.syslanguage,
  .CoveoFacet .coveo-header .coveo-icon.sysmailbox,
  .CoveoFacet .coveo-header .coveo-icon.sysmonth,
  .CoveoFacet .coveo-header .coveo-icon.syssource,
  .CoveoFacet .coveo-header .coveo-icon.systo,
  .CoveoFacet .coveo-header .coveo-icon.sysyear,
  .CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
  .CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
  .CoveoFacet .coveo-header .coveo-settings .coveo-icon,
  .CoveoFacet .coveo-header .coveo-wait-animation,
  .CoveoFacet .coveo-search .coveo-clear .coveo-icon,
  .CoveoFacet .coveo-search .coveo-magnifier,
  .CoveoFacet .coveo-search .coveo-wait-animation,
  .CoveoFacet .coveo-value .coveo-checkbox > span,
  .CoveoFacet .coveo-value .coveo-exclude,
  .CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoFacetRange .coveo-header .coveo-collapse .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-expand .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-and,
  .CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-or,
  .CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-wait-animation,
  .CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
  .CoveoFacetRange .coveo-search .coveo-magnifier,
  .CoveoFacetRange .coveo-search .coveo-wait-animation,
  .CoveoFacetRange .coveo-value .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value .coveo-exclude,
  .CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-header .coveo-collapse .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-expand .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
  .CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
  .CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon,
  .CoveoHierarchicalFacet .coveo-search .coveo-magnifier,
  .CoveoHierarchicalFacet .coveo-search .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value .coveo-exclude,
  .CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoHierarchicalFacet
    ul.coveo-values
    .coveo-value.coveo-has-childs
    .coveo-has-childs-toggle,
  .CoveoHierarchicalFacet
    ul.coveo-values
    .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected
    .coveo-checkbox
    > span,
  .CoveoHierarchicalFacet
    ul.coveo-values
    .coveo-value.coveo-has-childs.coveo-open
    .coveo-has-childs-toggle,
  .CoveoPager ul li.coveo-next > a > span,
  .CoveoPager ul li.coveo-previous > a > span,
  .CoveoPreferencePanelItem .coveo-input-icon,
  .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-advanced-filters-builder
    .coveo-choice-container.coveo-close-and-save
    .coveo-close,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-advanced-filters-builder
    .coveo-choice-container.coveo-close-and-save
    .coveo-save,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-advanced-filters
    > .coveo-icon,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-delete
    .coveo-icon,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-edit
    .coveo-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
  .CoveoPreferencesPanel
    .CoveoResultsPreferences
    .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel .coveo-save .coveo-icon,
  .CoveoResultAttachments .coveo-thumbnail-icon,
  .CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon,
  .CoveoResultTagging .coveo-add-tag-tick-icon span,
  .CoveoResultTagging .coveo-clear-icon span,
  .CoveoResultTagging .coveo-delete-icon,
  .CoveoSearchButton > .coveo-icon,
  .CoveoSettings .coveo-settings-icon,
  .CoveoShareQuery .coveo-query-summary-info-close span,
  .CoveoSort.coveo-selected .coveo-icon,
  .CoveoSort.coveo-selected.coveo-ascending .coveo-icon,
  .coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon,
  .coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon,
  .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
  .coveo-facet-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-excluded,
  .coveo-facet-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-selected,
  .coveo-icon.objecttype.Account,
  .coveo-icon.objecttype.Board,
  .coveo-icon.objecttype.Campaign,
  .coveo-icon.objecttype.Case,
  .coveo-icon.objecttype.Casecomment,
  .coveo-icon.objecttype.Contact,
  .coveo-icon.objecttype.Contract,
  .coveo-icon.objecttype.Feed,
  .coveo-icon.objecttype.Kbdocumentation,
  .coveo-icon.objecttype.Kbknowledgearticle,
  .coveo-icon.objecttype.Kbsolution,
  .coveo-icon.objecttype.Lead,
  .coveo-icon.objecttype.Message,
  .coveo-icon.objecttype.Note,
  .coveo-icon.objecttype.Opportunity,
  .coveo-icon.objecttype.People,
  .coveo-icon.objecttype.Product,
  .coveo-icon.objecttype.Solution,
  .coveo-icon.objecttype.Task,
  .coveo-icon.objecttype.Thread,
  .coveo-icon.objecttype.User,
  .coveo-icon.objecttype.account,
  .coveo-icon.objecttype.board,
  .coveo-icon.objecttype.campaign,
  .coveo-icon.objecttype.case,
  .coveo-icon.objecttype.casecomment,
  .coveo-icon.objecttype.contact,
  .coveo-icon.objecttype.contract,
  .coveo-icon.objecttype.feed,
  .coveo-icon.objecttype.kbdocumentation,
  .coveo-icon.objecttype.kbknowledgearticle,
  .coveo-icon.objecttype.kbsolution,
  .coveo-icon.objecttype.lead,
  .coveo-icon.objecttype.message,
  .coveo-icon.objecttype.note,
  .coveo-icon.objecttype.opportunity,
  .coveo-icon.objecttype.people,
  .coveo-icon.objecttype.product,
  .coveo-icon.objecttype.solution,
  .coveo-icon.objecttype.task,
  .coveo-icon.objecttype.thread,
  .coveo-icon.objecttype.user,
  .coveo-icon.sysfiletype.doc,
  .coveo-icon.sysfiletype.folder,
  .coveo-icon.sysfiletype.html,
  .coveo-icon.sysfiletype.image,
  .coveo-icon.sysfiletype.pdf,
  .coveo-icon.sysfiletype.ppt,
  .coveo-icon.sysfiletype.txt,
  .coveo-icon.sysfiletype.video,
  .coveo-icon.sysfiletype.xls,
  .coveo-icon.sysfiletype.xml,
  .coveo-icon.sysfiletype.zip,
  .coveo-logo,
  .coveo-logo-light,
  .coveo-logo-light-large,
  .coveo-omnibox .coveo-icon.Sfopportunitystagename,
  .coveo-omnibox .coveo-icon.sfaccountname,
  .coveo-omnibox .coveo-icon.sfaccounttype,
  .coveo-omnibox .coveo-icon.sfcasepriority,
  .coveo-omnibox .coveo-icon.sfcasestatus,
  .coveo-omnibox .coveo-icon.sfcity,
  .coveo-omnibox .coveo-icon.sfcontactname,
  .coveo-omnibox .coveo-icon.sfcountry,
  .coveo-omnibox .coveo-icon.sfleadsource,
  .coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
  .coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
  .coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
  .coveo-omnibox .coveo-icon.sfopportunitystagename,
  .coveo-omnibox .coveo-icon.sfopportunitytype,
  .coveo-omnibox .coveo-icon.sfownername,
  .coveo-omnibox .coveo-icon.sfstate,
  .coveo-omnibox .coveo-icon.sfuserdepartment,
  .coveo-omnibox .coveo-icon.sfuserdivision,
  .coveo-omnibox .coveo-icon.sysauthor,
  .coveo-omnibox .coveo-icon.sysconcepts,
  .coveo-omnibox .coveo-icon.sysdate,
  .coveo-omnibox .coveo-icon.sysdisplayfrom,
  .coveo-omnibox .coveo-icon.sysdisplayparticipants,
  .coveo-omnibox .coveo-icon.sysdisplayrecipients,
  .coveo-omnibox .coveo-icon.sysemailfolders,
  .coveo-omnibox .coveo-icon.sysfiletype,
  .coveo-omnibox .coveo-icon.sysfrom,
  .coveo-omnibox .coveo-icon.syslanguage,
  .coveo-omnibox .coveo-icon.sysmailbox,
  .coveo-omnibox .coveo-icon.sysmonth,
  .coveo-omnibox .coveo-icon.syssource,
  .coveo-omnibox .coveo-icon.systo,
  .coveo-omnibox .coveo-icon.sysyear,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
  .coveo-omnibox
    .coveo-omnibox-facet-value
    li.coveo-selected
    .coveo-checkbox
    > span,
  .coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
  .coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
  .coveo-powered-by,
  .coveo-query-box-clear .coveo-icon,
  .coveo-quickview-header
    .coveo-term
    .coveo-term-left-arrow
    .coveo-term-left-arrow-icon,
  .coveo-quickview-header
    .coveo-term
    .coveo-term-right-arrow
    .coveo-term-right-arrow-icon,
  .coveo-results-filter-preferences-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-clear,
  .coveo-results-filter-preferences-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-excluded,
  .coveo-results-filter-preferences-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-selected,
  .coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-direction .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-show .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-sort .coveo-icon,
  .coveo-sprites-common-amount,
  .coveo-sprites-common-clear-mobile,
  .coveo-sprites-common-copy,
  .coveo-sprites-common-coveo,
  .coveo-sprites-common-datepicker,
  .coveo-sprites-common-delete,
  .coveo-sprites-common-doritos,
  .coveo-sprites-common-get_started,
  .coveo-sprites-common-lock,
  .coveo-sprites-common-login_user,
  .coveo-sprites-common-logo_light,
  .coveo-sprites-common-logo_light_large,
  .coveo-sprites-common-menu_reauthenticate,
  .coveo-sprites-common-poweredbycoveo,
  .coveo-sprites-common-settings,
  .coveo-sprites-common-star:active,
  .coveo-sprites-common-star_inactive,
  .coveo-sprites-common-star_placeholder,
  .coveo-sprites-common-system,
  .coveo-sprites-common-tagging-cancel_clear,
  .coveo-sprites-common-tagging_ok,
  .coveo-sprites-common-tagging_tag,
  .coveo-sprites-common-thumbdown:active,
  .coveo-sprites-common-thumbdown_inactive,
  .coveo-sprites-common-thumbup:active,
  .coveo-sprites-common-thumbup_inactive,
  .coveo-sprites-documentType-RSS,
  .coveo-sprites-documentType-XML,
  .coveo-sprites-documentType-account,
  .coveo-sprites-documentType-account-salesforce,
  .coveo-sprites-documentType-advanced-content,
  .coveo-sprites-documentType-all-content,
  .coveo-sprites-documentType-announcement,
  .coveo-sprites-documentType-answer,
  .coveo-sprites-documentType-approved,
  .coveo-sprites-documentType-audience,
  .coveo-sprites-documentType-author,
  .coveo-sprites-documentType-block,
  .coveo-sprites-documentType-blog,
  .coveo-sprites-documentType-bug-severity,
  .coveo-sprites-documentType-campaign,
  .coveo-sprites-documentType-cancelled,
  .coveo-sprites-documentType-cant-reproduce,
  .coveo-sprites-documentType-case,
  .coveo-sprites-documentType-chatter,
  .coveo-sprites-documentType-city,
  .coveo-sprites-documentType-closed,
  .coveo-sprites-documentType-comment,
  .coveo-sprites-documentType-company,
  .coveo-sprites-documentType-competition,
  .coveo-sprites-documentType-completed,
  .coveo-sprites-documentType-contact,
  .coveo-sprites-documentType-contract,
  .coveo-sprites-documentType-crash,
  .coveo-sprites-documentType-database,
  .coveo-sprites-documentType-default,
  .coveo-sprites-documentType-deferred,
  .coveo-sprites-documentType-disqualified,
  .coveo-sprites-documentType-doc-dev,
  .coveo-sprites-documentType-doc-user,
  .coveo-sprites-documentType-draft,
  .coveo-sprites-documentType-escalated,
  .coveo-sprites-documentType-expert,
  .coveo-sprites-documentType-faq,
  .coveo-sprites-documentType-feature,
  .coveo-sprites-documentType-file,
  .coveo-sprites-documentType-fixed,
  .coveo-sprites-documentType-folder,
  .coveo-sprites-documentType-from,
  .coveo-sprites-documentType-high,
  .coveo-sprites-documentType-image,
  .coveo-sprites-documentType-immediate,
  .coveo-sprites-documentType-install,
  .coveo-sprites-documentType-intranet,
  .coveo-sprites-documentType-invalid,
  .coveo-sprites-documentType-jobtitle,
  .coveo-sprites-documentType-journal-log,
  .coveo-sprites-documentType-kb,
  .coveo-sprites-documentType-language,
  .coveo-sprites-documentType-lead,
  .coveo-sprites-documentType-link,
  .coveo-sprites-documentType-lost,
  .coveo-sprites-documentType-mail,
  .coveo-sprites-documentType-mail-recall,
  .coveo-sprites-documentType-mail-reply,
  .coveo-sprites-documentType-mail-undeliverable,
  .coveo-sprites-documentType-major,
  .coveo-sprites-documentType-manager,
  .coveo-sprites-documentType-minor,
  .coveo-sprites-documentType-music-file,
  .coveo-sprites-documentType-negociation,
  .coveo-sprites-documentType-new,
  .coveo-sprites-documentType-not-started,
  .coveo-sprites-documentType-note,
  .coveo-sprites-documentType-open,
  .coveo-sprites-documentType-opportunity,
  .coveo-sprites-documentType-pdf,
  .coveo-sprites-documentType-pending,
  .coveo-sprites-documentType-planned,
  .coveo-sprites-documentType-poll,
  .coveo-sprites-documentType-priority,
  .coveo-sprites-documentType-product,
  .coveo-sprites-documentType-project-name,
  .coveo-sprites-documentType-renewed,
  .coveo-sprites-documentType-renewed-not,
  .coveo-sprites-documentType-report,
  .coveo-sprites-documentType-resolved,
  .coveo-sprites-documentType-reviewed,
  .coveo-sprites-documentType-salesforce,
  .coveo-sprites-documentType-secure,
  .coveo-sprites-documentType-slideshow,
  .coveo-sprites-documentType-source,
  .coveo-sprites-documentType-spreadsheet,
  .coveo-sprites-documentType-stage,
  .coveo-sprites-documentType-started,
  .coveo-sprites-documentType-status,
  .coveo-sprites-documentType-support,
  .coveo-sprites-documentType-suspended,
  .coveo-sprites-documentType-task,
  .coveo-sprites-documentType-text,
  .coveo-sprites-documentType-timeline,
  .coveo-sprites-documentType-to,
  .coveo-sprites-documentType-topic,
  .coveo-sprites-documentType-troubleshooting,
  .coveo-sprites-documentType-urgent,
  .coveo-sprites-documentType-user,
  .coveo-sprites-documentType-video,
  .coveo-sprites-documentType-webpage,
  .coveo-sprites-documentType-won,
  .coveo-sprites-documentType-year,
  .coveo-sprites-documentType-zip,
  .coveo-sprites-facet-arrow_back,
  .coveo-sprites-facet-checkmark_disabled,
  .coveo-sprites-facet-checkmark_selected,
  .coveo-sprites-facet-checkmark_unselected,
  .coveo-sprites-facet-clear_activefilter,
  .coveo-sprites-facet-clear_facet,
  .coveo-sprites-facet-clear_facet_state,
  .coveo-sprites-facet-clear_facetsearch,
  .coveo-sprites-facet-clear_facetsearch_mobile,
  .coveo-sprites-facet-collapsed,
  .coveo-sprites-facet-disable,
  .coveo-sprites-facet-email_sendto,
  .coveo-sprites-facet-expanded,
  .coveo-sprites-facet-facetsearch,
  .coveo-sprites-facet-modeand,
  .coveo-sprites-facet-modeor,
  .coveo-sprites-facet-moreoption,
  .coveo-sprites-facet-openfacets,
  .coveo-sprites-facet-openinterfaces,
  .coveo-sprites-facet-resume_disable,
  .coveo-sprites-facet-resume_selected,
  .coveo-sprites-facet-show_facet,
  .coveo-sprites-facet-showless,
  .coveo-sprites-facet-showmore,
  .coveo-sprites-facet-spin,
  .coveo-sprites-facet-spin_facet_search,
  .coveo-sprites-fileType-formats-folder,
  .coveo-sprites-fileType-formats-html,
  .coveo-sprites-fileType-formats-image,
  .coveo-sprites-fileType-formats-pdf,
  .coveo-sprites-fileType-formats-slideshow,
  .coveo-sprites-fileType-formats-spreadsheet,
  .coveo-sprites-fileType-formats-text,
  .coveo-sprites-fileType-formats-video,
  .coveo-sprites-fileType-formats-xml,
  .coveo-sprites-fileType-formats-zip,
  .coveo-sprites-fileType-objectType-account,
  .coveo-sprites-fileType-objectType-answer,
  .coveo-sprites-fileType-objectType-board,
  .coveo-sprites-fileType-objectType-campaign,
  .coveo-sprites-fileType-objectType-case,
  .coveo-sprites-fileType-objectType-comment,
  .coveo-sprites-fileType-objectType-contact,
  .coveo-sprites-fileType-objectType-contract,
  .coveo-sprites-fileType-objectType-kb,
  .coveo-sprites-fileType-objectType-lead,
  .coveo-sprites-fileType-objectType-message,
  .coveo-sprites-fileType-objectType-note,
  .coveo-sprites-fileType-objectType-opportunity,
  .coveo-sprites-fileType-objectType-product,
  .coveo-sprites-fileType-objectType-rss,
  .coveo-sprites-fileType-objectType-task,
  .coveo-sprites-fileType-objectType-thread,
  .coveo-sprites-fileType-objectType-user,
  .coveo-sprites-menu-menu_avancedsearch,
  .coveo-sprites-menu-menu_opencontactinfoin,
  .coveo-sprites-menu-menu_saveoption,
  .coveo-sprites-menu-menu_searchin,
  .coveo-sprites-menu-menu_shareresult,
  .coveo-sprites-menu-menu_sortby,
  .coveo-sprites-menu-menu_sortdirection,
  .coveo-sprites-pager-next,
  .coveo-sprites-pager-previous,
  .coveo-sprites-preferencesPanel-menu_preferences,
  .coveo-sprites-preferencesPanel-table-apply,
  .coveo-sprites-preferencesPanel-table-cancel,
  .coveo-sprites-preferencesPanel-table-delete,
  .coveo-sprites-preferencesPanel-table-edit,
  .coveo-sprites-preferencesPanel-toggle_off,
  .coveo-sprites-preferencesPanel-toggle_on,
  .coveo-sprites-queryBox-clear,
  .coveo-sprites-quickView-close,
  .coveo-sprites-quickView-quickview,
  .coveo-sprites-quickView-quickview_next,
  .coveo-sprites-quickView-quickview_previous,
  .coveo-sprites-searchButton-searchbutton,
  .coveo-sprites-searchButton-spin,
  .coveo-sprites-sort-sortby_bottom,
  .coveo-sprites-sort-sortby_top,
  .coveo-sprites-tab-all-content,
  .coveo-sprites-tab-checkmark_selected-on_dark_bg,
  .coveo-sprites-tab-dropbox,
  .coveo-sprites-tab-email,
  .coveo-sprites-tab-googledrive,
  .coveo-sprites-tab-lithium,
  .coveo-sprites-tab-salesforce,
  .coveo-sprites-tab-sharepoint,
  .coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
  .coveo-top-field-suggestion-header .coveo-icon-top-field,
  .coveo-top-suggestion-header-icon,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon {
    background-image: url("../../../coveo/image/retina.png");
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 304px 294px;
  }
  .coveo-sprites-common-get_started {
    background-position: 0 0;
    width: 160px;
    height: 115px;
    text-indent: 160px;
  }
  .coveo-logo-light-large,
  .coveo-sprites-common-logo_light_large {
    background-position: 0 -115px;
    width: 110px;
    height: 37px;
    text-indent: 110px;
  }
  .coveo-logo,
  .coveo-sprites-common-coveo {
    background-position: -160px 0;
    width: 96px;
    height: 34px;
    text-indent: 96px;
  }
  .coveo-powered-by,
  .coveo-sprites-common-poweredbycoveo {
    background-position: -160px -34px;
    width: 90px;
    height: 32px;
    text-indent: 90px;
  }
  .coveo-logo-light,
  .coveo-sprites-common-logo_light {
    background-position: -160px -66px;
    width: 71px;
    height: 26px;
    text-indent: 71px;
  }
  .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel
    .CoveoResultsPreferences
    .coveo-input-icon.coveo-selected,
  .coveo-sprites-preferencesPanel-toggle_on {
    background-position: -160px -92px;
    width: 42px;
    height: 20px;
    text-indent: 42px;
  }
  .CoveoPreferencePanelItem .coveo-input-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
  .CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
  .coveo-sprites-preferencesPanel-toggle_off {
    background-position: -202px -92px;
    width: 42px;
    height: 20px;
    text-indent: 42px;
  }
  .coveo-sprites-common-login_user {
    background-position: -231px -66px;
    width: 24px;
    height: 24px;
    text-indent: 24px;
  }
  .coveo-sprites-common-lock {
    background-position: -160px -112px;
    width: 24px;
    height: 24px;
    text-indent: 24px;
  }
  .coveo-sprites-facet-openinterfaces {
    background-position: -184px -112px;
    width: 23px;
    height: 16px;
    text-indent: 23px;
  }
  .coveo-sprites-facet-openfacets {
    background-position: -207px -112px;
    width: 23px;
    height: 16px;
    text-indent: 23px;
  }
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-advanced-filters
    > .coveo-icon,
  .CoveoSearchButton > .coveo-icon,
  .coveo-sprites-searchButton-searchbutton,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon {
    background-position: -110px -115px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-thumbup_inactive {
    background-position: -128px -115px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-thumbup:active {
    background-position: -110px -133px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-thumbdown_inactive {
    background-position: -128px -133px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-thumbdown:active {
    background-position: 0 -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .CoveoFacet .coveo-header .coveo-icon.syssource,
  .coveo-omnibox .coveo-icon.syssource,
  .coveo-sprites-common-system {
    background-position: -18px -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-star_placeholder {
    background-position: -36px -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
  .coveo-sprites-common-star_inactive,
  .coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
  .coveo-top-field-suggestion-header .coveo-icon-top-field,
  .coveo-top-suggestion-header-icon {
    background-position: -54px -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-star:active {
    background-position: -72px -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .CoveoSettings .coveo-settings-icon,
  .coveo-sprites-common-settings {
    background-position: -90px -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-tab-sharepoint {
    background-position: -230px -112px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-salesforce {
    background-position: -160px -136px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-lithium {
    background-position: -176px -136px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-googledrive {
    background-position: -192px -136px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-email {
    background-position: -208px -136px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-dropbox {
    background-position: -224px -136px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-checkmark_selected-on_dark_bg {
    background-position: -240px -136px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-tab-all-content {
    background-position: -108px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .coveo-sprites-searchButton-spin {
    background-position: -124px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-quickview-header
    .coveo-term
    .coveo-term-left-arrow
    .coveo-term-left-arrow-icon,
  .coveo-sprites-quickView-quickview_previous {
    background-position: -140px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-quickview-header
    .coveo-term
    .coveo-term-right-arrow
    .coveo-term-right-arrow-icon,
  .coveo-sprites-quickView-quickview_next {
    background-position: -156px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoResultAttachments .coveo-thumbnail-icon,
  .coveo-sprites-quickView-quickview {
    background-position: -172px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-query-box-clear .coveo-icon,
  .coveo-sprites-queryBox-clear {
    background-position: -188px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-edit
    .coveo-icon,
  .coveo-sprites-preferencesPanel-table-edit {
    background-position: -204px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-delete
    .coveo-icon,
  .coveo-sprites-preferencesPanel-table-delete {
    background-position: -220px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-advanced-filters-builder
    .coveo-choice-container.coveo-close-and-save
    .coveo-close,
  .coveo-sprites-preferencesPanel-table-cancel {
    background-position: -236px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPreferencesPanel
    .CoveoResultsFiltersPreferences
    .coveo-advanced-filters-builder
    .coveo-choice-container.coveo-close-and-save
    .coveo-save,
  .coveo-sprites-preferencesPanel-table-apply {
    background-position: 0 -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon,
  .coveo-sprites-preferencesPanel-menu_preferences {
    background-position: -16px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPager ul li.coveo-previous > a > span,
  .coveo-sprites-pager-previous {
    background-position: -32px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPager ul li.coveo-next > a > span,
  .coveo-sprites-pager-next {
    background-position: -48px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-settings-popup .coveo-section.coveo-direction .coveo-icon,
  .coveo-sprites-menu-menu_sortdirection {
    background-position: -64px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-settings-popup .coveo-section.coveo-sort .coveo-icon,
  .coveo-sprites-menu-menu_sortby {
    background-position: -80px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-menu-menu_shareresult {
    background-position: -96px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-menu-menu_searchin {
    background-position: -112px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoPreferencesPanel .coveo-save .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
  .coveo-sprites-menu-menu_saveoption {
    background-position: -128px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-menu-menu_opencontactinfoin {
    background-position: -144px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-menu-menu_avancedsearch {
    background-position: -160px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.People,
  .coveo-icon.objecttype.User,
  .coveo-icon.objecttype.people,
  .coveo-icon.objecttype.user,
  .coveo-sprites-fileType-objectType-user {
    background-position: -176px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Thread,
  .coveo-icon.objecttype.thread,
  .coveo-sprites-fileType-objectType-thread {
    background-position: -192px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Task,
  .coveo-icon.objecttype.task,
  .coveo-sprites-fileType-objectType-task {
    background-position: -208px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Feed,
  .coveo-icon.objecttype.feed,
  .coveo-sprites-fileType-objectType-rss {
    background-position: -224px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Product,
  .coveo-icon.objecttype.product,
  .coveo-sprites-fileType-objectType-product {
    background-position: -240px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Opportunity,
  .coveo-icon.objecttype.opportunity,
  .coveo-sprites-fileType-objectType-opportunity {
    background-position: 0 -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Note,
  .coveo-icon.objecttype.note,
  .coveo-sprites-fileType-objectType-note {
    background-position: -16px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Message,
  .coveo-icon.objecttype.message,
  .coveo-sprites-fileType-objectType-message {
    background-position: -32px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Lead,
  .coveo-icon.objecttype.lead,
  .coveo-sprites-fileType-objectType-lead {
    background-position: -48px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Kbdocumentation,
  .coveo-icon.objecttype.Kbknowledgearticle,
  .coveo-icon.objecttype.kbdocumentation,
  .coveo-icon.objecttype.kbknowledgearticle,
  .coveo-sprites-fileType-objectType-kb {
    background-position: -64px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Contract,
  .coveo-icon.objecttype.contract,
  .coveo-sprites-fileType-objectType-contract {
    background-position: -80px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Contact,
  .coveo-icon.objecttype.contact,
  .coveo-sprites-fileType-objectType-contact {
    background-position: -96px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Casecomment,
  .coveo-icon.objecttype.casecomment,
  .coveo-sprites-fileType-objectType-comment {
    background-position: -112px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Case,
  .coveo-icon.objecttype.case,
  .coveo-sprites-fileType-objectType-case {
    background-position: -128px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Campaign,
  .coveo-icon.objecttype.campaign,
  .coveo-sprites-fileType-objectType-campaign {
    background-position: -144px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Board,
  .coveo-icon.objecttype.board,
  .coveo-sprites-fileType-objectType-board {
    background-position: -160px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Kbsolution,
  .coveo-icon.objecttype.Solution,
  .coveo-icon.objecttype.kbsolution,
  .coveo-icon.objecttype.solution,
  .coveo-sprites-fileType-objectType-answer {
    background-position: -176px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.objecttype.Account,
  .coveo-icon.objecttype.account,
  .coveo-sprites-fileType-objectType-account {
    background-position: -192px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.zip,
  .coveo-sprites-fileType-formats-zip {
    background-position: -208px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.xml,
  .coveo-sprites-fileType-formats-xml {
    background-position: -224px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.video,
  .coveo-sprites-fileType-formats-video {
    background-position: -240px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.doc,
  .coveo-icon.sysfiletype.txt,
  .coveo-sprites-fileType-formats-text {
    background-position: 0 -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.xls,
  .coveo-sprites-fileType-formats-spreadsheet {
    background-position: -16px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.ppt,
  .coveo-sprites-fileType-formats-slideshow {
    background-position: -32px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.pdf,
  .coveo-sprites-fileType-formats-pdf {
    background-position: -48px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.image,
  .coveo-sprites-fileType-formats-image {
    background-position: -64px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.html,
  .coveo-sprites-fileType-formats-html {
    background-position: -80px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-icon.sysfiletype.folder,
  .coveo-sprites-fileType-formats-folder {
    background-position: -96px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-wait-animation,
  .CoveoFacetRange .coveo-header .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-header .coveo-wait-animation,
  .coveo-sprites-facet-spin {
    background-position: -112px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-settings-popup .coveo-section.coveo-show .coveo-icon,
  .coveo-sprites-facet-show_facet {
    background-position: -128px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-settings .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon,
  .coveo-sprites-facet-moreoption {
    background-position: -144px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
  .CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-or,
  .CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-or,
  .coveo-sprites-facet-modeor {
    background-position: -160px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
  .CoveoFacetRange .coveo-header .coveo-operator .coveo-icon.coveo-and,
  .CoveoHierarchicalFacet .coveo-header .coveo-operator .coveo-icon.coveo-and,
  .coveo-sprites-facet-modeand {
    background-position: -176px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-collapse .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-collapse .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-collapse .coveo-icon,
  .CoveoHierarchicalFacet
    ul.coveo-values
    .coveo-value.coveo-has-childs.coveo-open
    .coveo-has-childs-toggle,
  .coveo-sprites-facet-expanded {
    background-position: -192px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-expand .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-expand .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-expand .coveo-icon,
  .CoveoHierarchicalFacet
    ul.coveo-values
    .coveo-value.coveo-has-childs
    .coveo-has-childs-toggle,
  .coveo-sprites-facet-collapsed {
    background-position: -208px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon,
  .CoveoShareQuery .coveo-query-summary-info-close span,
  .coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
  .coveo-sprites-facet-clear_facet {
    background-position: -224px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-zip {
    background-position: -240px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
  .CoveoFacet .coveo-header .coveo-icon.sysdate,
  .CoveoFacet .coveo-header .coveo-icon.sysmonth,
  .CoveoFacet .coveo-header .coveo-icon.sysyear,
  .coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
  .coveo-omnibox .coveo-icon.sysdate,
  .coveo-omnibox .coveo-icon.sysmonth,
  .coveo-omnibox .coveo-icon.sysyear,
  .coveo-sprites-documentType-year {
    background-position: 0 -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-won {
    background-position: -16px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-webpage {
    background-position: -32px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-video {
    background-position: -48px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfownername,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdepartment,
  .CoveoFacet .coveo-header .coveo-icon.sysauthor,
  .coveo-omnibox .coveo-icon.sfownername,
  .coveo-omnibox .coveo-icon.sfuserdepartment,
  .coveo-omnibox .coveo-icon.sysauthor,
  .coveo-sprites-documentType-user {
    background-position: -64px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-urgent {
    background-position: -80px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-troubleshooting {
    background-position: -96px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-topic {
    background-position: -112px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients,
  .CoveoFacet .coveo-header .coveo-icon.systo,
  .coveo-omnibox .coveo-icon.sysdisplayrecipients,
  .coveo-omnibox .coveo-icon.systo,
  .coveo-sprites-documentType-to {
    background-position: -128px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-timeline {
    background-position: -144px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-text {
    background-position: -160px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-task {
    background-position: -176px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-suspended {
    background-position: -192px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfcasepriority,
  .coveo-omnibox .coveo-icon.sfcasepriority,
  .coveo-sprites-documentType-support {
    background-position: -208px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
  .coveo-omnibox .coveo-icon.Sfopportunitystagename,
  .coveo-omnibox .coveo-icon.sfcasestatus,
  .coveo-sprites-documentType-status {
    background-position: -224px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-started {
    background-position: -240px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-stage {
    background-position: 0 -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-spreadsheet {
    background-position: -16px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-source {
    background-position: -32px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-slideshow {
    background-position: -48px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-secure {
    background-position: -64px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-salesforce {
    background-position: -80px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-reviewed {
    background-position: -96px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-resolved {
    background-position: -112px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-report {
    background-position: -128px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-renewed {
    background-position: -144px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-renewed-not {
    background-position: -160px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-project-name {
    background-position: -176px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-product {
    background-position: -192px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-priority {
    background-position: -208px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-poll {
    background-position: -224px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-planned {
    background-position: -240px -234px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-pending {
    background-position: -256px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-pdf {
    background-position: -256px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
  .coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
  .coveo-omnibox .coveo-icon.sfopportunitystagename,
  .coveo-omnibox .coveo-icon.sfopportunitytype,
  .coveo-sprites-documentType-opportunity {
    background-position: -256px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-open {
    background-position: -256px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-note {
    background-position: -256px -64px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-not-started {
    background-position: -256px -80px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-new {
    background-position: -256px -96px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-negociation {
    background-position: -256px -112px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-music-file {
    background-position: -256px -128px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-minor {
    background-position: -256px -144px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfuserdivision,
  .coveo-omnibox .coveo-icon.sfuserdivision,
  .coveo-sprites-documentType-manager {
    background-position: -256px -160px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-major {
    background-position: -256px -176px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysmailbox,
  .coveo-omnibox .coveo-icon.sysmailbox,
  .coveo-sprites-documentType-mail {
    background-position: -256px -192px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-mail-undeliverable {
    background-position: -256px -208px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-mail-reply {
    background-position: -256px -224px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-mail-recall {
    background-position: 0 -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-lost {
    background-position: -16px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-link {
    background-position: -32px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfleadsource,
  .coveo-omnibox .coveo-icon.sfleadsource,
  .coveo-sprites-documentType-lead {
    background-position: -48px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.syslanguage,
  .coveo-omnibox .coveo-icon.syslanguage,
  .coveo-sprites-documentType-language {
    background-position: -64px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysconcepts,
  .coveo-omnibox .coveo-icon.sysconcepts,
  .coveo-sprites-documentType-kb {
    background-position: -80px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-journal-log {
    background-position: -96px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-jobtitle {
    background-position: -112px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-invalid {
    background-position: -128px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants,
  .coveo-omnibox .coveo-icon.sysdisplayparticipants,
  .coveo-sprites-documentType-intranet {
    background-position: -144px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-install {
    background-position: -160px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-immediate {
    background-position: -176px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-image {
    background-position: -192px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-high {
    background-position: -208px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom,
  .CoveoFacet .coveo-header .coveo-icon.sysfrom,
  .coveo-omnibox .coveo-icon.sysdisplayfrom,
  .coveo-omnibox .coveo-icon.sysfrom,
  .coveo-sprites-documentType-from {
    background-position: -224px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysemailfolders,
  .coveo-omnibox .coveo-icon.sysemailfolders,
  .coveo-sprites-documentType-folder {
    background-position: -240px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-fixed {
    background-position: -256px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sysfiletype,
  .coveo-omnibox .coveo-icon.sysfiletype,
  .coveo-sprites-documentType-file {
    background-position: -272px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-feature {
    background-position: -272px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-faq {
    background-position: -272px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-expert {
    background-position: -272px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-escalated {
    background-position: -272px -64px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-draft {
    background-position: -272px -80px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-doc-user {
    background-position: -272px -96px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-doc-dev {
    background-position: -272px -112px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-disqualified {
    background-position: -272px -128px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-deferred {
    background-position: -272px -144px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-default {
    background-position: -272px -160px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-database {
    background-position: -272px -176px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-crash {
    background-position: -272px -192px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-contract {
    background-position: -272px -208px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfcontactname,
  .coveo-omnibox .coveo-icon.sfcontactname,
  .coveo-sprites-documentType-contact {
    background-position: -272px -224px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-completed {
    background-position: -272px -240px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc,
  .coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
  .coveo-sprites-documentType-competition {
    background-position: 0 -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-company {
    background-position: -16px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-comment {
    background-position: -32px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-closed {
    background-position: -48px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfcity,
  .CoveoFacet .coveo-header .coveo-icon.sfcountry,
  .CoveoFacet .coveo-header .coveo-icon.sfstate,
  .coveo-omnibox .coveo-icon.sfcity,
  .coveo-omnibox .coveo-icon.sfcountry,
  .coveo-omnibox .coveo-icon.sfstate,
  .coveo-sprites-documentType-city {
    background-position: -64px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-chatter {
    background-position: -80px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-case {
    background-position: -96px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-cant-reproduce {
    background-position: -112px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-cancelled {
    background-position: -128px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-campaign {
    background-position: -144px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-bug-severity {
    background-position: -160px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-blog {
    background-position: -176px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-block {
    background-position: -192px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-author {
    background-position: -208px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-audience {
    background-position: -224px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-approved {
    background-position: -240px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-answer {
    background-position: -256px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-announcement {
    background-position: -272px -266px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-all-content {
    background-position: -288px 0;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-advanced-content {
    background-position: -288px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-account {
    background-position: -288px -32px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .CoveoFacet .coveo-header .coveo-icon.sfaccountname,
  .CoveoFacet .coveo-header .coveo-icon.sfaccounttype,
  .coveo-omnibox .coveo-icon.sfaccountname,
  .coveo-omnibox .coveo-icon.sfaccounttype,
  .coveo-sprites-documentType-account-salesforce {
    background-position: -288px -48px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-XML {
    background-position: -288px -64px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-RSS {
    background-position: -288px -80px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon,
  .coveo-sprites-common-menu_reauthenticate {
    background-position: -288px -96px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-common-doritos {
    background-position: -288px -112px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-common-delete {
    background-position: -288px -128px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-common-datepicker {
    background-position: -288px -144px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-common-copy {
    background-position: -288px -160px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-common-amount {
    background-position: -288px -176px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-arrow_back {
    background-position: -288px -192px;
    width: 9px;
    height: 14.5px;
    text-indent: 9px;
  }
  .coveo-sprites-quickView-close {
    background-position: -288px -206.5px;
    width: 14px;
    height: 9.5px;
    text-indent: 14px;
  }
  .coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon,
  .coveo-sprites-facet-clear_facet_state {
    background-position: -288px -216px;
    width: 14px;
    height: 14px;
    text-indent: 14px;
  }
  .coveo-facet-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-selected,
  .coveo-results-filter-preferences-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-selected,
  .coveo-sprites-facet-resume_selected {
    background-position: -288px -230px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-facet-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-excluded,
  .coveo-results-filter-preferences-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-multi-icon.coveo-excluded,
  .coveo-sprites-facet-resume_disable {
    background-position: -288px -242px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .CoveoFacet .coveo-value .coveo-exclude,
  .CoveoFacetRange .coveo-value .coveo-exclude,
  .CoveoHierarchicalFacet .coveo-value .coveo-exclude,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
  .coveo-sprites-facet-disable {
    background-position: -288px -254px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-clear_facetsearch_mobile {
    background-position: -288px -266px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
  .coveo-results-filter-preferences-breadcrumb
    .coveo-values
    .coveo-value
    .coveo-clear,
  .coveo-sprites-facet-clear_activefilter {
    background-position: -244px -92px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .CoveoFacet .coveo-value .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
  .coveo-sprites-facet-checkmark_unselected {
    background-position: -146px -115px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoHierarchicalFacet
    ul.coveo-values
    .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected
    .coveo-checkbox
    > span,
  .coveo-omnibox
    .coveo-omnibox-facet-value
    li.coveo-selected
    .coveo-checkbox
    > span,
  .coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
  .coveo-sprites-facet-checkmark_selected {
    background-position: -146px -133px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-checkmark_disabled:hover {
    background-position: 0 -282px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-checkmark_disabled {
    background-position: -12px -282px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon,
  .coveo-sprites-common-tagging_tag {
    background-position: -24px -282px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-common-clear-mobile {
    background-position: -36px -282px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .CoveoFacet .coveo-search .coveo-wait-animation,
  .CoveoFacetRange .coveo-search .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-search .coveo-wait-animation,
  .coveo-sprites-facet-spin_facet_search {
    background-position: -272px -256px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .CoveoFacet .coveo-search .coveo-magnifier,
  .CoveoFacetRange .coveo-search .coveo-magnifier,
  .CoveoHierarchicalFacet .coveo-search .coveo-magnifier,
  .coveo-sprites-facet-facetsearch {
    background-position: -256px -240px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .CoveoFacet .coveo-search .coveo-clear .coveo-icon,
  .CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
  .CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon,
  .coveo-sprites-facet-clear_facetsearch {
    background-position: -246px -112px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .CoveoResultTagging .coveo-add-tag-tick-icon span,
  .coveo-sprites-common-tagging_ok {
    background-position: -48px -282px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .CoveoResultTagging .coveo-clear-icon span,
  .CoveoResultTagging .coveo-delete-icon,
  .coveo-sprites-common-tagging-cancel_clear {
    background-position: -58px -282px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-facet-showmore {
    background-position: -244px -104px;
    width: 8px;
    height: 8px;
    text-indent: 8px;
  }
  .coveo-sprites-facet-showless {
    background-position: -184px -128px;
    width: 8px;
    height: 8px;
    text-indent: 8px;
  }
  .coveo-sprites-facet-email_sendto {
    background-position: -192px -128px;
    width: 8px;
    height: 8px;
    text-indent: 8px;
  }
  .CoveoSort.coveo-selected.coveo-ascending .coveo-icon,
  .coveo-sprites-sort-sortby_top {
    background-position: -297px -192px;
    width: 6px;
    height: 6px;
    text-indent: 6px;
  }
  .CoveoSort.coveo-selected .coveo-icon,
  .coveo-sprites-sort-sortby_bottom {
    background-position: -297px -198px;
    width: 6px;
    height: 6px;
    text-indent: 6px;
  }
}
.CoveoQuickView {
  display: inline-block;
}
.CoveoQuickView .coveo-icon-for-quickview {
  border: 1px solid #ccc;
  padding: 3px;
  background-color: #f7f7f7;
  font-size: 10px;
  color: #8f8f8f;
  border-radius: 3px;
}
.CoveoQuickView .coveo-icon-for-quickview:hover {
  cursor: pointer;
  background-color: #fff;
}
.CoveoQuickViewDocument {
  overflow: hidden;
}
.coveo-quickview-header {
  margin-bottom: 10px;
}
.coveo-quickview-header .coveo-term * {
  vertical-align: middle;
}
.coveo-quickview-header .coveo-term {
  margin-right: 10px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  height: 26px;
}
.coveo-quickview-header .coveo-term .coveo-term-left-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
}
.coveo-quickview-header .coveo-term .coveo-term-right-arrow {
  display: inline-block;
  padding: 5px;
  height: 26px;
}
.coveo-quickview-header .coveo-term .coveo-term-name {
  font-size: 14px;
  padding: 5px 0;
}
.coveo-modalBox.coveo-quick-view > .coveo-debug,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper {
  width: 95%;
  height: 95%;
  max-width: 95%;
  max-height: 95%;
  position: relative;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-debug,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header {
  padding: 10px 0 10px 0;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .coveo-debug {
  display: block;
  width: 100%;
  padding: 6px 5px;
  background-color: #f7f7f7;
  border-collapse: collapse;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  tr {
  width: 100%;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  th {
  color: #666;
  text-align: right;
  font-weight: 400;
  min-width: 100px;
  max-width: 180px;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  td {
  text-align: left;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  td,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  th {
  line-height: 16px;
  padding: 3px 5px;
  overflow: hidden;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .coveo-debug {
  word-break: break-word;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  span.coveo-selected {
  font-weight: 700;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  a.coveo-clickable,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  span.coveo-clickable {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  a.coveo-clickable:hover,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  span.coveo-clickable:hover {
  color: #f47f24;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  a.coveo-clickable:first-child:before,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  span.coveo-clickable:first-child:before {
  content: "";
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  a.coveo-clickable:before,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  .coveo-quick-view-header
  .CoveoFieldTable
  .CoveoFieldValue
  span.coveo-clickable:before {
  color: #333;
  font-weight: 400;
  content: "; ";
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-debug {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  overflow-y: hidden;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-debug,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-title {
  padding-bottom: 10px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 1.2em;
  color: #000;
}
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  > .coveo-body
  > .coveo-title
  .coveo-debug,
.coveo-modalBox.coveo-quick-view
  > .coveo-wrapper
  > .coveo-body
  > .coveo-title
  .coveo-icon {
  margin-right: 5px;
}
.coveo-quickview-header {
  min-height: 36px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  width: 100%;
  height: 100%;
  border: none;
  vertical-align: top;
  position: absolute;
}
.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 {
  margin: 10px 0 24px 16px;
}
.CoveoBreadcrumb .item {
  margin: 4px;
}
.CoveoBreadcrumb .coveo-clear-all {
  border: none;
  background-color: #f7f7f7;
  float: right;
  border-radius: 2px;
  text-align: center;
  height: 30px;
  width: 30px;
  margin-top: -4px;
}
.CoveoBreadcrumb .coveo-clear-all:hover {
  cursor: pointer;
}
.CoveoBreadcrumb .coveo-clear-all .coveo-icon {
  margin-top: 6px;
}
.CoveoBreadcrumb .coveo-separator {
  color: #000;
}
.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: 400;
  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;
  background-color: #f7f7f7;
}
.CoveoDidYouMean a {
  color: #052c7d;
  font-weight: 700;
  text-decoration: none;
}
.CoveoDidYouMean a:hover {
  text-decoration: underline;
}
.CoveoDidYouMean .coveo-word-correction {
  font-style: italic;
}
.CoveoSearchInterface .CoveoResult.coveo-email-result .coveo-title {
  margin-top: 10px;
}
.CoveoSearchInterface
  .CoveoResult.coveo-email-result
  .coveo-excerpt
  .CoveoResultLink {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 14px;
}
.CoveoSearchInterface
  .CoveoResult.coveo-email-result
  .coveo-excerpt
  .CoveoResultLink:hover {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.CoveoSearchInterface
  .CoveoResult.coveo-email-result
  .coveo-excerpt
  .CoveoResultLink:hover:hover {
  color: #f47f24;
}
.CoveoSearchInterface
  .CoveoResult.coveo-email-result
  .coveo-excerpt
  .CoveoResultLink:hover:link {
  color: #06c;
}
.CoveoSearchInterface .CoveoResult.coveo-email-result .coveo-excerpt {
  padding-top: 6px;
}
.CoveoSearchInterface .CoveoResult.coveo-email-result .coveo-date {
  font-size: 13px;
  color: #999;
}
.coveo-child-result .coveo-email-header .CoveoQuickView {
  visibility: hidden !important;
}
.coveo-child-result:hover .coveo-email-header .CoveoQuickView {
  visibility: visible !important;
}
.coveo-child-result .coveo-email-header {
  padding-top: 3px;
}
.coveo-email-from,
.coveo-email-to {
  margin-right: 15px;
  color: #666;
  font-size: 13px;
}
.coveo-email-from a,
.coveo-email-to a {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.coveo-email-from a:hover,
.coveo-email-to a:hover {
  color: #f47f24;
}
.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: #2c5985;
}
.coveo-emails-excess-collapsed:hover {
  color: #f47f24;
}
.CoveoResult .coveo-email-result-top-result .coveo-title .CoveoQuickView,
.CoveoResult:hover .coveo-email-result-top-result .coveo-title .CoveoQuickView {
  visibility: hidden !important;
}
.CoveoResult .coveo-email-result-top-result:hover .coveo-title .CoveoQuickView,
.CoveoResult:hover
  .coveo-email-result-top-result:hover
  .coveo-title
  .CoveoQuickView {
  visibility: visible !important;
}
.CoveoResult .coveo-email-result-top-result > .coveo-icon.sysfiletype,
.CoveoResult:hover .coveo-email-result-top-result > .coveo-icon.sysfiletype {
  margin-top: 2px;
}
.CoveoErrorReport {
  background-color: #f7f7f7;
  padding: 10px;
}
.CoveoErrorReport .coveo-error-title {
  margin-bottom: 30px;
}
.CoveoErrorReport .coveo-error-message {
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
.CoveoErrorReport .coveo-error-message pre {
  font-size: 12px;
  text-align: left;
}
.CoveoErrorReport .coveo-clear,
.CoveoErrorReport .coveo-more-info,
.CoveoErrorReport .coveo-previous,
.CoveoErrorReport .coveo-retry {
  color: #06c;
  padding: 5px;
  border-radius: 2px;
}
.CoveoErrorReport .coveo-clear:hover,
.CoveoErrorReport .coveo-more-info:hover,
.CoveoErrorReport .coveo-previous:hover,
.CoveoErrorReport .coveo-retry:hover {
  cursor: pointer;
  color: #f47f24;
}
.coveo-error-report .CoveoErrorReport {
  text-align: center;
}
.CoveoFacet {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.CoveoFacet.coveo-empty {
  display: none;
}
.CoveoFacet.coveo-collapsed .coveo-values .coveo-value {
  display: none;
}
.CoveoFacet.coveo-collapsed .coveo-values .coveo-value.coveo-excluded,
.CoveoFacet.coveo-collapsed .coveo-values .coveo-value.coveo-selected {
  display: inherit;
}
.CoveoFacet.coveo-collapsed .coveo-footer {
  display: none;
}
.CoveoFacet.coveo-fade .coveo-values .coveo-value {
  opacity: 0.5;
}
.CoveoFacet.coveo-fade .coveo-values .coveo-value.coveo-excluded,
.CoveoFacet.coveo-fade .coveo-values .coveo-value.coveo-selected {
  opacity: 1;
}
.CoveoFacet .coveo-value {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.CoveoFacet .coveo-value.coveo-selected .coveo-caption {
  font-weight: 700;
}
.CoveoFacet .coveo-value.coveo-excluded .coveo-caption,
.CoveoFacet .coveo-value.coveo-excluded .coveo-computed-field,
.CoveoFacet .coveo-value.coveo-excluded .coveo-count {
  text-decoration: line-through;
}
.CoveoFacet .coveo-value > * {
  vertical-align: middle;
}
.CoveoFacet .coveo-value label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.CoveoFacet .coveo-value label .coveo-label {
  overflow: hidden;
}
.CoveoFacet .coveo-value input[type="checkbox"] {
  display: none;
}
.CoveoFacet .coveo-value .coveo-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 3px 5px 3px 3px;
  background-color: #fff;
  box-shadow: 0 0 1px #b0b3ae;
  text-align: center;
  vertical-align: top;
}
.CoveoFacet .coveo-value .coveo-checkbox > span {
  margin: 2px;
}
.CoveoFacet .coveo-value.coveo-no-state .coveo-checkbox > span {
  visibility: hidden;
}
.CoveoFacet .coveo-value.coveo-no-state:hover .coveo-checkbox > span {
  visibility: visible;
}
.CoveoFacet .coveo-value.coveo-excluded .coveo-checkbox {
  background-color: #fff;
}
.CoveoFacet .coveo-value.coveo-excluded .coveo-computed-field {
  margin-right: 16px;
}
.CoveoFacet .coveo-value .coveo-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
}
.CoveoFacet .coveo-value .coveo-caption {
  display: inline-block;
  color: #000;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.CoveoFacet .coveo-value .coveo-caption .coveo-highlight {
  font-weight: 700;
}
.CoveoFacet .coveo-value .coveo-count {
  font-size: 12px;
  color: #8a8a8a;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.CoveoFacet .coveo-value .coveo-count.coveo-waitDelta {
  opacity: 0;
}
.CoveoFacet .coveo-value .coveo-computed-field {
  float: right;
  font-size: 11px;
  color: #666;
}
.CoveoFacet .coveo-value .coveo-exclude {
  float: right;
  visibility: hidden;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px 2px 4px;
}
.CoveoFacet .coveo-value .coveo-exclude:hover {
  opacity: 1;
}
.CoveoFacet .coveo-value:hover .coveo-exclude {
  visibility: visible;
}
.CoveoFacet .coveo-values {
  list-style: none;
  margin: 5px 0 3px 0;
  padding: 0;
}
.CoveoFacet .coveo-values .coveo-value {
  margin: 0 -15px;
  padding: 0 15px;
}
.CoveoFacet .coveo-header {
  padding: 5px 0;
}
.CoveoFacet .coveo-header > .coveo-icon,
.CoveoFacet .coveo-header > .coveo-icon-custom {
  float: left;
  margin: 2px 5px 0 3px;
}
.CoveoFacet .coveo-header .coveo-title {
  font-size: 15px;
  font-weight: 700;
  color: #39465d;
  padding-top: 2px;
}
.CoveoFacet .coveo-header .coveo-collapse,
.CoveoFacet .coveo-header .coveo-eraser,
.CoveoFacet .coveo-header .coveo-expand,
.CoveoFacet .coveo-header .coveo-operator,
.CoveoFacet .coveo-header .coveo-settings {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}
.CoveoFacet .coveo-header .coveo-wait-animation {
  float: left;
  margin: 2px 5px 0 3px;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoFacet .coveo-search {
  border: 1px solid #ccc;
  border-top-color: #c1c1c1;
  border-radius: 4px;
  box-shadow: inset 0 2px 5px -1px #eee;
  padding: 2px;
  margin: 0 0 5px 0;
  background-color: #fff;
  position: relative;
}
.CoveoFacet .coveo-search.coveo-no-results {
  background-color: #ffd0d0;
}
.CoveoFacet .coveo-search .coveo-magnifier {
  float: left;
  margin: 5px 6px 5px 4px;
}
.CoveoFacet .coveo-search .coveo-wait-animation {
  float: left;
  margin: 5px 6px 5px 4px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoFacet .coveo-search .coveo-middle {
  overflow: hidden;
  line-height: 19px;
}
.CoveoFacet .coveo-search input {
  border: 0;
  padding: 1px 0 0 0;
  margin: 0;
  color: #6e6e6e;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  background-color: inherit;
  line-height: 15px;
}
.CoveoFacet .coveo-search input:focus {
  outline: 0;
  color: #343434;
}
.CoveoFacet .coveo-search input[value=""] {
  color: #ddd;
}
.CoveoFacet .coveo-search .coveo-clear {
  float: right;
  margin: 2px 4px 0 0;
  cursor: pointer;
  opacity: 0.5;
  clear: none;
}
.CoveoFacet .coveo-search .coveo-clear:hover {
  opacity: 1;
}
.CoveoFacet .coveo-selectable:hover {
  background-color: #d7ebff;
}
.CoveoFacet .coveo-footer {
  text-align: center;
}
.CoveoFacet .coveo-footer .coveo-less,
.CoveoFacet .coveo-footer .coveo-more {
  color: #666;
  text-decoration: none;
  padding: 1px 6px 2px;
  line-height: 12px;
  display: inline-block;
}
.CoveoFacet .coveo-footer .coveo-more {
  display: none;
}
.CoveoFacet .coveo-footer .coveo-more.coveo-active {
  display: inline-block;
}
.CoveoFacet .coveo-footer .coveo-more.coveo-active + .coveo-less {
  border-left: 1px solid #999;
}
.ie8or9 .coveo-header .coveo-wait-animation {
  background: url(../../../coveo/image/wait_facet.gif) no-repeat;
  background-size: 100%;
}
.ie8or9 .coveo-search .coveo-wait-animation {
  background: url(../../../coveo/image/wait_facet_search.gif) no-repeat;
  background-size: 100%;
}
.coveo-search-results {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  list-style: none;
  margin: 3px 0 3px 0;
  padding: 0;
  z-index: 999;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
.coveo-search-results input[type="checkbox"] {
  display: none;
}
.coveo-search-results .coveo-select-all {
  margin: 0;
  padding: 3px 5px 5px 5px;
  font-weight: 700;
}
.coveo-search-results .coveo-selectable:hover {
  background-color: #d7ebff;
}
.coveo-search-results .coveo-selectable.coveo-current {
  background-color: #d7ebff;
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.CoveoFacetRange {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.CoveoFacetRange.coveo-empty {
  display: none;
}
.CoveoFacetRange.coveo-collapsed .coveo-values .coveo-value {
  display: none;
}
.CoveoFacetRange.coveo-collapsed .coveo-values .coveo-value.coveo-excluded,
.CoveoFacetRange.coveo-collapsed .coveo-values .coveo-value.coveo-selected {
  display: inherit;
}
.CoveoFacetRange.coveo-collapsed .coveo-footer {
  display: none;
}
.CoveoFacetRange.coveo-fade .coveo-values .coveo-value {
  opacity: 0.5;
}
.CoveoFacetRange.coveo-fade .coveo-values .coveo-value.coveo-excluded,
.CoveoFacetRange.coveo-fade .coveo-values .coveo-value.coveo-selected {
  opacity: 1;
}
.CoveoFacetRange .coveo-value {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.CoveoFacetRange .coveo-value.coveo-selected .coveo-caption {
  font-weight: 700;
}
.CoveoFacetRange .coveo-value.coveo-excluded .coveo-caption,
.CoveoFacetRange .coveo-value.coveo-excluded .coveo-computed-field,
.CoveoFacetRange .coveo-value.coveo-excluded .coveo-count {
  text-decoration: line-through;
}
.CoveoFacetRange .coveo-value > * {
  vertical-align: middle;
}
.CoveoFacetRange .coveo-value label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.CoveoFacetRange .coveo-value label .coveo-label {
  overflow: hidden;
}
.CoveoFacetRange .coveo-value input[type="checkbox"] {
  display: none;
}
.CoveoFacetRange .coveo-value .coveo-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 3px 5px 3px 3px;
  background-color: #fff;
  box-shadow: 0 0 1px #b0b3ae;
  text-align: center;
  vertical-align: top;
}
.CoveoFacetRange .coveo-value .coveo-checkbox > span {
  margin: 2px;
}
.CoveoFacetRange .coveo-value.coveo-no-state .coveo-checkbox > span {
  visibility: hidden;
}
.CoveoFacetRange .coveo-value.coveo-no-state:hover .coveo-checkbox > span {
  visibility: visible;
}
.CoveoFacetRange .coveo-value.coveo-excluded .coveo-checkbox {
  background-color: #fff;
}
.CoveoFacetRange .coveo-value.coveo-excluded .coveo-computed-field {
  margin-right: 16px;
}
.CoveoFacetRange .coveo-value .coveo-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
}
.CoveoFacetRange .coveo-value .coveo-caption {
  display: inline-block;
  color: #000;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.CoveoFacetRange .coveo-value .coveo-caption .coveo-highlight {
  font-weight: 700;
}
.CoveoFacetRange .coveo-value .coveo-count {
  font-size: 12px;
  color: #8a8a8a;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.CoveoFacetRange .coveo-value .coveo-count.coveo-waitDelta {
  opacity: 0;
}
.CoveoFacetRange .coveo-value .coveo-computed-field {
  float: right;
  font-size: 11px;
  color: #666;
}
.CoveoFacetRange .coveo-value .coveo-exclude {
  float: right;
  visibility: hidden;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px 2px 4px;
}
.CoveoFacetRange .coveo-value .coveo-exclude:hover {
  opacity: 1;
}
.CoveoFacetRange .coveo-value:hover .coveo-exclude {
  visibility: visible;
}
.CoveoFacetRange .coveo-values {
  list-style: none;
  margin: 5px 0 3px 0;
  padding: 0;
}
.CoveoFacetRange .coveo-values .coveo-value {
  margin: 0 -15px;
  padding: 0 15px;
}
.CoveoFacetRange .coveo-header {
  padding: 5px 0;
}
.CoveoFacetRange .coveo-header > .coveo-icon,
.CoveoFacetRange .coveo-header > .coveo-icon-custom {
  float: left;
  margin: 2px 5px 0 3px;
}
.CoveoFacetRange .coveo-header .coveo-title {
  font-size: 15px;
  font-weight: 700;
  color: #39465d;
  padding-top: 2px;
}
.CoveoFacetRange .coveo-header .coveo-collapse,
.CoveoFacetRange .coveo-header .coveo-eraser,
.CoveoFacetRange .coveo-header .coveo-expand,
.CoveoFacetRange .coveo-header .coveo-operator,
.CoveoFacetRange .coveo-header .coveo-settings {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}
.CoveoFacetRange .coveo-header .coveo-wait-animation {
  float: left;
  margin: 2px 5px 0 3px;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoFacetRange .coveo-search {
  border: 1px solid #ccc;
  border-top-color: #c1c1c1;
  border-radius: 4px;
  box-shadow: inset 0 2px 5px -1px #eee;
  padding: 2px;
  margin: 0 0 5px 0;
  background-color: #fff;
  position: relative;
}
.CoveoFacetRange .coveo-search.coveo-no-results {
  background-color: #ffd0d0;
}
.CoveoFacetRange .coveo-search .coveo-magnifier {
  float: left;
  margin: 5px 6px 5px 4px;
}
.CoveoFacetRange .coveo-search .coveo-wait-animation {
  float: left;
  margin: 5px 6px 5px 4px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoFacetRange .coveo-search .coveo-middle {
  overflow: hidden;
  line-height: 19px;
}
.CoveoFacetRange .coveo-search input {
  border: 0;
  padding: 1px 0 0 0;
  margin: 0;
  color: #6e6e6e;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  background-color: inherit;
  line-height: 15px;
}
.CoveoFacetRange .coveo-search input:focus {
  outline: 0;
  color: #343434;
}
.CoveoFacetRange .coveo-search input[value=""] {
  color: #ddd;
}
.CoveoFacetRange .coveo-search .coveo-clear {
  float: right;
  margin: 2px 4px 0 0;
  cursor: pointer;
  opacity: 0.5;
  clear: none;
}
.CoveoFacetRange .coveo-search .coveo-clear:hover {
  opacity: 1;
}
.CoveoFacetRange .coveo-selectable:hover {
  background-color: #d7ebff;
}
.CoveoFacetRange .coveo-footer {
  text-align: center;
}
.CoveoFacetRange .coveo-footer .coveo-less,
.CoveoFacetRange .coveo-footer .coveo-more {
  color: #666;
  text-decoration: none;
  padding: 1px 6px 2px;
  line-height: 12px;
  display: inline-block;
}
.CoveoFacetRange .coveo-footer .coveo-more {
  display: none;
}
.CoveoFacetRange .coveo-footer .coveo-more.coveo-active {
  display: inline-block;
}
.CoveoFacetRange .coveo-footer .coveo-more.coveo-active + .coveo-less {
  border-left: 1px solid #999;
}
.CoveoFacetRange.coveo-disabled .coveo-slider-line {
  background-color: #ddd;
}
.CoveoFacetRange.coveo-disabled .coveo-slider-button {
  background-color: #b3b3b3;
  box-shadow: none;
}
.CoveoFacetRange.coveo-collapsed .coveo-slider-container {
  display: none;
}
.CoveoFacetRange.coveo-disabled-empty {
  display: none;
}
@-webkit-keyframes coveo-spin {
  from {
    -webkit-transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -moz-transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -o-transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.coveo-facet-breadcrumb {
  margin-left: 4px;
}
.coveo-facet-breadcrumb * {
  vertical-align: top;
}
.coveo-facet-breadcrumb .coveo-title {
  margin-right: 8px;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value {
  color: #06c;
  cursor: pointer;
  display: inline-block;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value:hover {
  color: #f47f24;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value:hover .coveo-clear {
  opacity: 1;
}
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value.coveo-excluded
  .coveo-caption {
  text-decoration: line-through;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear {
  display: inline-block;
  opacity: 0.5;
  margin: 2px 2px 2px;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-multi-icon {
  margin: 0;
}
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-selected {
  vertical-align: middle;
  margin-left: 5px;
}
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-excluded {
  vertical-align: middle;
  margin-left: 5px;
}
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-multi-count {
  vertical-align: middle;
}
.coveo-settings-popup {
  position: absolute;
  background: #f7f7f7;
  overflow: hidden;
  border: 1px solid #efefef;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.coveo-settings-popup .coveo-section {
  clear: both;
}
.coveo-settings-popup .coveo-section {
  clear: both;
}
.coveo-settings-popup .coveo-section .coveo-items {
  padding: 10px 0;
  background: #fff;
  overflow: hidden;
}
.coveo-settings-popup .coveo-section .coveo-items .coveo-item {
  line-height: 26px;
  height: 26px;
  white-space: nowrap;
  padding: 0 32px 0 16px;
  cursor: pointer;
  -moz-padding-end: 70px;
}
.coveo-settings-popup .coveo-section .coveo-items .coveo-item.coveo-selected {
  font-weight: 700;
}
.coveo-settings-popup .coveo-section .coveo-items .coveo-item:hover {
  background: #d7ebff;
}
.coveo-settings-popup .coveo-section.coveo-disabled .coveo-items .coveo-item {
  cursor: default;
  opacity: 0.5;
}
.coveo-settings-popup
  .coveo-section.coveo-disabled
  .coveo-items
  .coveo-item:hover {
  background: #fff;
}
.coveo-settings-popup .coveo-section .coveo-icon {
  margin: 15px;
}
.coveo-settings-popup .coveo-section.coveo-sort .coveo-icon {
  float: left;
}
.coveo-settings-popup .coveo-section.coveo-direction .coveo-items {
  border-top: 1px solid #ddd;
}
.coveo-settings-popup .coveo-section.coveo-direction .coveo-icon {
  float: left;
}
.coveo-settings-popup .coveo-section.coveo-save-state .coveo-items {
  border-top: 1px solid #ddd;
}
.coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon {
  float: left;
}
.coveo-settings-popup .coveo-section.coveo-clear-state .coveo-items {
  border-top: 1px solid #ddd;
}
.coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon {
  float: left;
}
.coveo-settings-popup .coveo-section.coveo-hide .coveo-items,
.coveo-settings-popup .coveo-section.coveo-show .coveo-items {
  border-top: 1px solid #ddd;
}
.coveo-settings-popup .coveo-section.coveo-hide .coveo-icon {
  float: left;
}
.coveo-settings-popup .coveo-section.coveo-show .coveo-icon {
  float: left;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-icon {
  margin-top: 0;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-title {
  margin-top: 10px !important;
}
.CoveoSearchInterface
  .CoveoResult.coveo-lithium-result
  .coveo-excerpt
  .CoveoResultLink {
  text-decoration: none;
  color: #000;
  display: block;
}
.CoveoSearchInterface
  .CoveoResult.coveo-lithium-result
  .coveo-excerpt
  .CoveoResultLink:hover {
  cursor: pointer;
}
.CoveoSearchInterface
  .CoveoResult.coveo-lithium-result
  .coveo-excerpt
  .CoveoResultLink:hover:link {
  color: #06c;
  text-decoration: none;
}
.CoveoSearchInterface
  .CoveoResult.coveo-lithium-result
  .coveo-excerpt
  .CoveoResultLink:hover:hover {
  color: #06c;
  text-decoration: underline;
}
.CoveoSearchInterface
  .CoveoResult.coveo-lithium-result
  .coveo-excerpt
  .CoveoResultLink:hover:visited {
  color: #4c0066;
}
.coveo-lithium-result
  .coveo-expanded-child-result
  + .coveo-expanded-child-result {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.coveo-lithium-from,
.coveo-lithium-to {
  margin-right: 15px;
  color: #666;
  font-size: 13px;
}
.coveo-lithium-from a,
.coveo-lithium-to a {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.coveo-lithium-from a:hover,
.coveo-lithium-to a:hover {
  color: #f47f24;
}
.CoveoHiddenQuery {
  margin: 8px 0 16px 20px;
  background-color: #f7f7f7;
  padding: 10px;
}
.CoveoHiddenQuery .coveo-remove {
  float: right;
  margin-left: 5px;
  color: #2c5985;
  text-decoration: none;
}
.CoveoHiddenQuery .coveo-remove:hover {
  text-decoration: none;
  color: #f47f24;
}
.CoveoHiddenQuery h2 {
  font-size: 16px;
  display: inline;
}
@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-o-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-first-loading-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  background: #f7f7f7;
}
.coveo-first-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: rotatex(0);
  -moz-transform: rotatex(0);
  -ms-transform: rotatex(0);
  -o-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;
  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;
  box-shadow: 0 0 2px #000;
  -webkit-animation: loadingFade 1s infinite;
  -moz-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}
.coveo-first-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.coveo-first-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.coveo-first-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.coveo-first-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.coveo-first-loading-animation .coveo-loading-container {
  margin-top: 15px;
}
.coveo-generic-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: rotatex(0);
  -moz-transform: rotatex(0);
  -ms-transform: rotatex(0);
  -o-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;
  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;
  box-shadow: 0 0 2px #000;
  -webkit-animation: loadingFade 1s infinite;
  -moz-animation: loadingFade 1s infinite;
  animation: loadingFade 1s infinite;
}
.coveo-generic-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.coveo-generic-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.coveo-generic-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.coveo-generic-loading-animation
  .coveo-loading-container
  .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.CoveoTab {
  float: left;
  padding: 6px 10px;
  vertical-align: top;
  color: #fefefe;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  height: 30px;
}
.CoveoTab > .coveo-icon {
  float: left;
  margin-right: 5px;
}
.CoveoTab:hover {
  color: #fefefe;
  background: #6d6d79;
  text-decoration: none;
}
.CoveoTab.coveo-selected {
  background: #42424e;
}
.CoveoSearchInterface.coveo-waiting-for-first-query .coveo-omnibox {
  z-index: 0;
}
.coveo-omnibox {
  border: 1px solid #bbb;
  z-index: 1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
  border-collapse: collapse;
  position: absolute;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.coveo-omnibox .coveo-omnibox-section {
  vertical-align: middle;
  border-bottom: 1px solid #bbb;
}
.coveo-omnibox .coveo-omnibox-facet-header {
  float: left;
  width: 100%;
  padding: 10px 15px 0 15px;
  height: 34px;
  background-color: #f7f7f7;
  color: #39465d;
}
.coveo-omnibox .coveo-omnibox-facet-header .coveo-icon {
  margin-right: 6px;
  vertical-align: text-bottom;
}
.coveo-omnibox .coveo-omnibox-facet-value {
  list-style: none;
  margin: 5px 0 3px 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  float: right;
  background-color: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  padding: 6px 15px 7px 46px;
  margin: 0;
}
.coveo-omnibox .coveo-omnibox-facet-value .coveo-value {
  margin: 0 -15px;
  padding: 0 15px;
}
.coveo-omnibox .coveo-omnibox-facet-value li {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.coveo-omnibox .coveo-omnibox-facet-value li.coveo-selected .coveo-caption {
  font-weight: 700;
}
.coveo-omnibox .coveo-omnibox-facet-value li.coveo-excluded .coveo-caption,
.coveo-omnibox
  .coveo-omnibox-facet-value
  li.coveo-excluded
  .coveo-computed-field,
.coveo-omnibox .coveo-omnibox-facet-value li.coveo-excluded .coveo-count {
  text-decoration: line-through;
}
.coveo-omnibox .coveo-omnibox-facet-value li > * {
  vertical-align: middle;
}
.coveo-omnibox .coveo-omnibox-facet-value li label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.coveo-omnibox .coveo-omnibox-facet-value li label .coveo-label {
  overflow: hidden;
}
.coveo-omnibox .coveo-omnibox-facet-value li input[type="checkbox"] {
  display: none;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 3px 5px 3px 3px;
  background-color: #fff;
  box-shadow: 0 0 1px #b0b3ae;
  text-align: center;
  vertical-align: top;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span {
  margin: 2px;
}
.coveo-omnibox
  .coveo-omnibox-facet-value
  li.coveo-no-state
  .coveo-checkbox
  > span {
  visibility: hidden;
}
.coveo-omnibox
  .coveo-omnibox-facet-value
  li.coveo-no-state:hover
  .coveo-checkbox
  > span {
  visibility: visible;
}
.coveo-omnibox .coveo-omnibox-facet-value li.coveo-excluded .coveo-checkbox {
  background-color: #fff;
}
.coveo-omnibox
  .coveo-omnibox-facet-value
  li.coveo-excluded
  .coveo-computed-field {
  margin-right: 16px;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-caption {
  display: inline-block;
  color: #000;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-caption .coveo-highlight {
  font-weight: 700;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-count {
  font-size: 12px;
  color: #8a8a8a;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-count.coveo-waitDelta {
  opacity: 0;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-computed-field {
  float: right;
  font-size: 11px;
  color: #666;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude {
  float: right;
  visibility: hidden;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px 2px 4px;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude:hover {
  opacity: 1;
}
.coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-exclude {
  visibility: visible;
}
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-label > * {
  vertical-align: top;
}
.coveo-omnibox .coveo-omnibox-header {
  border-bottom: 1px solid #bbb;
  height: 34px;
  color: #0065cb;
}
.coveo-omnibox .coveo-omnibox-header .coveo-text {
  padding: 10px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coveo-omnibox .coveo-omnibox-selectable {
  cursor: pointer;
}
.coveo-omnibox .coveo-omnibox-selected {
  background-color: #d7ebff;
}
.coveo-omnibox .coveo-highlights {
  font-weight: 700;
}
.coveo-loading {
  background: url(../../../coveo/image/wait_circle_small.gif) no-repeat 98%
    center;
  background-color: #fff;
}
.CoveoPager {
  margin: 30px 0 30px 20px;
  font-size: 12px;
}
.CoveoPager ul {
  padding: 0;
}
.CoveoPager ul li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.CoveoPager ul li > a {
  display: inline-block;
  min-width: 30px;
  padding: 7px 6px 6px 5px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  color: #666;
  background: #f7f7f7;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 29px;
  cursor: pointer;
}
.CoveoPager ul li:first-child > a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.CoveoPager ul li:last-child > a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-right: 1px solid #ccc;
}
.CoveoPager ul li:hover > a {
  color: #666;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.CoveoPager ul li:hover:first-child > a {
  border-left: 1px solid #ccc;
}
.CoveoPager ul li:hover:last-child > a {
  border-right: 1px solid #ccc;
}
.CoveoPager ul li.coveo-active > a {
  color: #fff;
  background: #0065cb;
  border-left: 1px solid #ccc;
  border-top: 1px solid #0058b0;
  border-bottom: 1px solid #0058b0;
}
.CoveoPager ul li.coveo-active:first-child > a {
  border-left: 1px solid #0058b0;
}
.CoveoPager ul li.coveo-active:last-child > a {
  border-right: 1px solid #0058b0;
}
.CoveoPager ul li.coveo-previous > a > span {
  vertical-align: middle;
}
.CoveoPager ul li.coveo-next > a > span {
  vertical-align: middle;
}
.CoveoPrintableUri {
  margin: 2px 0 5px 0;
  color: #666;
}
.CoveoPrintableUri a {
  font-size: 12px;
  color: #666;
  text-decoration: none;
  cursor: pointer;
  padding: 0 2px 0 2px;
  display: inline-block;
}
.CoveoPrintableUri a:hover {
  text-decoration: underline;
}
.CoveoPrintableUri .coveo-printable-uri-separator {
  font-size: 9px;
}
.CoveoPrintableUri .coveo-hidden {
  display: none;
}
.CoveoQueryBox {
  padding: 0 8px;
  margin: 0;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #ccc;
  border-top-color: #c1c1c1;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  padding-right: 40px;
}
.coveo-query-box-clear {
  position: relative;
  margin-top: -27px;
  float: right;
  margin-right: 15px;
}
.coveo-query-box-clear:hover {
  cursor: pointer;
}
.CoveoQueryDuration {
  color: #666;
  font-size: 12px;
}
.CoveoResult {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px 20px;
}
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 30px;
  margin: 0;
}
.CoveoResult .highlight {
  font-weight: 700;
}
.CoveoResult .coveo-date {
  float: right;
  font-size: 12px;
  margin-left: 10px;
  padding-top: 3px;
  color: #666;
}
.CoveoResult .coveo-icon {
  margin: 0 4px 0 -20px;
  float: left;
}
.CoveoResult .coveo-title {
  display: block;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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 .coveo-excerpt {
  max-width: 600px;
  font-size: 14px;
  padding: 5px 0 8px 0;
}
.CoveoResult .coveo-title .CoveoQuickView {
  visibility: hidden !important;
}
.CoveoResult:hover .coveo-title .CoveoQuickView {
  visibility: visible !important;
}
.CoveoResult a {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.CoveoResult a:hover {
  color: #f47f24;
}
.CoveoResult .coveo-badge {
  display: inline-block;
  padding: 2px 6px;
  background-color: #f7f7f7;
  vertical-align: middle;
  font-size: 12px;
}
.CoveoResult .coveo-selectable-link {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.CoveoResult .coveo-selectable-link:hover {
  color: #f47f24;
}
.CoveoResult .CoveoFieldValue {
  word-break: break-word;
}
.CoveoResult .CoveoFieldValue span.coveo-selected {
  font-weight: 700;
}
.CoveoResult .CoveoFieldValue a.coveo-clickable,
.CoveoResult .CoveoFieldValue span.coveo-clickable {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.CoveoResult .CoveoFieldValue a.coveo-clickable:hover,
.CoveoResult .CoveoFieldValue span.coveo-clickable:hover {
  color: #f47f24;
}
.CoveoResult .CoveoFieldValue a.coveo-clickable:first-child:before,
.CoveoResult .CoveoFieldValue span.coveo-clickable:first-child:before {
  content: "";
}
.CoveoResult .CoveoFieldValue a.coveo-clickable:before,
.CoveoResult .CoveoFieldValue span.coveo-clickable:before {
  color: #333;
  font-weight: 400;
  content: "; ";
}
.CoveoResult table.CoveoFieldTable {
  display: block;
  width: 100%;
  padding: 6px 5px;
  background-color: #f7f7f7;
  border-collapse: collapse;
}
.CoveoResult table.CoveoFieldTable tr {
  width: 100%;
}
.CoveoResult table.CoveoFieldTable th {
  color: #666;
  text-align: right;
  font-weight: 400;
  min-width: 100px;
  max-width: 180px;
}
.CoveoResult table.CoveoFieldTable td {
  text-align: left;
}
.CoveoResult table.CoveoFieldTable td,
.CoveoResult table.CoveoFieldTable th {
  line-height: 16px;
  padding: 3px 5px;
  overflow: hidden;
}
.CoveoResult table.coveo-fields .coveo-field .coveo-label {
  font-weight: 400;
  background-color: #f4f4f4;
}
.CoveoResult .CoveoResultFolding .coveo-child-result .CoveoQuickView {
  margin-left: 5px;
}
.CoveoResultAttachments .CoveoResultAttachments {
  margin: 2px 0 0 16px;
}
.CoveoResultAttachments .coveo-attachment-container {
  font-size: 14px;
  margin: 0 0 5px 0;
  position: relative;
}
.CoveoResultAttachments .coveo-attachment-container .coveo-icon {
  margin: 0 5px 0 0;
}
.CoveoResultAttachments .coveo-attachment-container .CoveoQuickView {
  visibility: hidden !important;
}
.CoveoResultAttachments .coveo-attachment-container:hover .CoveoQuickView {
  visibility: visible !important;
}
.CoveoResultAttachments .coveo-attachment-sub-container {
  padding: 6px 0 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 #bbb;
  box-shadow: 0 0 3px 0 #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;
}
.CoveoResultFolding .coveo-folding-results {
  margin-bottom: 6px;
}
.CoveoResultFolding .coveo-loading-animation {
  margin: auto;
  width: 84px;
  margin-bottom: 10px;
}
.CoveoResultFolding .coveo-child-result {
  border-left: 2px solid #cfcfcf;
  padding: 0 0 0 6px;
}
.CoveoResultFolding .coveo-child-result .coveo-date {
  color: #999;
  font-size: 12px;
}
.CoveoResultFolding .coveo-child-result:hover {
  border-left: 2px solid #0065cb;
}
.coveo-folding-footer-section-for-less,
.coveo-folding-footer-section-for-more {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px;
  font-size: 11px;
  position: absolute;
  border-radius: 4px;
  bottom: -12px;
}
.coveo-folding-footer-section-for-less:hover,
.coveo-folding-footer-section-for-more:hover {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.coveo-folding-header-caption {
  font-size: 11px;
  color: #333;
  margin-bottom: 10px;
}
.coveo-folding-footer {
  margin-top: 12px;
  margin-bottom: 3px;
}
.coveo-folding-footer-icon {
  margin-left: 5px;
}
.coveo-more {
  display: inline-block;
}
.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-less,
a.coveo-folding-show-more {
  color: #b0b2ad;
  font-size: 11px;
}
a.coveo-folding-show-less:hover,
a.coveo-folding-show-more:hover {
  text-decoration: none;
  color: #b0b2ad;
}
.coveo-child-result {
  margin-bottom: 5px;
}
.CoveoResultLink {
  cursor: pointer;
}
.CoveoResultLink:link {
  color: #06c;
  text-decoration: none;
}
.CoveoResultLink:hover {
  color: #06c;
  text-decoration: underline;
}
.CoveoResultLink:visited {
  color: #4c0066;
}
.CoveoResultList.coveo-faded {
  opacity: 0.5;
}
.CoveoResultList {
  margin-top: 15px;
}
.CoveoResultList .coveo-fade-out {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.CoveoResultList .coveo-wait-animation {
  display: block;
  margin: 10px auto;
}
.CoveoSearchInterface .CoveoImageResultList {
  position: relative;
  height: 0;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-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;
  -moz-transition: left 0.7s;
  transition: left 0.7s;
}
.CoveoSearchInterface .CoveoImageResultList .CoveoResult img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.CoveoSearchInterface .CoveoImageResultList .CoveoResult.coveo-transition-all {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  transition: all 0.7s;
}
.CoveoSearchBox {
  overflow: hidden;
  height: 38px;
  border-radius: 4px;
}
.CoveoSearchBox > div {
  overflow: hidden;
  height: 100%;
}
.CoveoSearchBox .CoveoQueryBox {
  width: 100%;
  height: 100%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px;
  padding-right: 40px;
  display: block;
}
.CoveoSearchBox .CoveoSearchButton {
  float: right;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.CoveoSearchButton {
  color: #fff;
  background: #f58c3a;
  border: 1px solid #d86d01;
  border-radius: 4px;
  padding: 5px 8px 9px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px 18px 9px;
}
.CoveoSearchButton:hover {
  background: #f58c3a;
}
.CoveoSearchInterface .coveo-highlight {
  font-weight: 700;
}
.CoveoSearchInterface input[type="text"]::-ms-clear {
  width: 0;
  height: 0;
}
.CoveoSearchInterface.coveo-waiting-for-first-query {
  background: #f7f7f7;
}
.CoveoSearchInterface .coveo-tab-disabled {
  display: none;
}
.coveo-hide-until-loaded {
  display: none;
}
.coveo-show-after-loaded {
  -webkit-animation-name: coveo-appear;
  -moz-animation-name: coveo-appear;
  animation-name: coveo-appear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.CoveoSearchInterface.coveo-modalBox-opened,
.coveo-modalBox-opened .CoveoSearchInterface {
  overflow: hidden;
}
@-webkit-keyframes coveo-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes coveo-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes coveo-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes coveo-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.CoveoSettings {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  float: right;
  padding: 9px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  width: 38px;
  height: 38px;
}
.CoveoSettings:hover {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.coveo-advanced-menu {
  position: absolute;
  background: #f7f7f7;
  border: 1px solid #efefef;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  min-width: 160px;
}
.coveo-advanced-menu:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 10px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #ccc;
}
.coveo-advanced-menu .coveo-section {
  clear: both;
}
.coveo-advanced-menu .coveo-section {
  clear: both;
}
.coveo-advanced-menu .coveo-section .coveo-items {
  background: #fff;
  overflow: hidden;
}
.coveo-advanced-menu .coveo-section .coveo-items .coveo-item {
  padding: 4px 8px 4px 8px;
  margin: 4px 0 4px 0;
  white-space: nowrap;
  cursor: pointer;
}
.coveo-advanced-menu .coveo-section .coveo-items .coveo-item.coveo-selected {
  font-weight: 700;
}
.coveo-advanced-menu .coveo-section .coveo-items .coveo-item:hover {
  background: #d7ebff;
}
.coveo-advanced-menu .coveo-section .coveo-icon {
  margin: 7px 10px 0 10px;
}
.coveo-advanced-menu .coveo-section.coveo-share-query .coveo-icon {
  float: left;
}
.coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon {
  float: left;
}
.coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon {
  float: left;
}
.CoveoShareQuery {
  height: 0;
  overflow: hidden;
  margin-left: 1px;
}
.CoveoShareQuery .coveo-query-summary-info {
  font-size: 18px;
}
.CoveoShareQuery .coveo-query-summary-info-boxes {
  margin-top: 4px;
  padding-bottom: 5px;
}
.CoveoShareQuery .coveo-query-summary-info-boxes div:last-child {
  margin-top: 6px;
}
.CoveoShareQuery
  .coveo-query-summary-info-boxes
  .coveo-query-summary-info-label {
  display: block;
  font-size: 13px;
  font-weight: initial;
  color: #666;
}
.CoveoShareQuery
  .coveo-query-summary-info-boxes
  .coveo-query-summary-info-input {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 2px;
  border: 1px solid #ddd;
  padding: 5px 6px;
  font-size: 14px;
}
.CoveoShareQuery .coveo-query-summary-info-close {
  float: right;
  cursor: pointer;
  padding: 4px;
  border-radius: 2px;
  background-color: #f7f7f7;
  height: 24px;
  width: 24px;
}
.coveo-sort-section {
  text-align: right;
}
.CoveoSort {
  padding-right: 3px;
  padding-left: 5px;
  color: #06c;
}
.CoveoSort.coveo-selected {
  color: #000;
}
.CoveoSort:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #06c;
}
.CoveoSort.coveo-selected:hover {
  cursor: default;
  text-decoration: none;
  color: #000;
}
.CoveoSort.coveo-selected .coveo-icon {
  margin: 1px 0 1px 3px;
}
.coveo-debug .coveo-body {
  height: 500px;
}
.coveo-modalBox.coveo-debug > .coveo-wrapper {
  overflow-y: scroll;
}
.coveo-debug-title {
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.coveo-debug-field-name,
.coveo-debug-property-name {
  font-weight: 700;
  vertical-align: top;
  padding-right: 20px;
}
.coveo-debug-ranking-info {
  white-space: pre;
}
.CoveoTabGroupMenu {
  display: inline-block;
  float: left;
}
.CoveoTabGroupMenu a {
  line-height: 30px;
  display: block;
}
.CoveoTabGroupMenu .coveo-menu-item-active {
  text-align: center;
  padding: 0 10px 0 10px;
  min-width: 60px;
  color: #fefefe;
  font-weight: 700;
  margin-right: 5px;
}
.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-active > .coveo-show-more {
  margin-left: 5px;
  margin-right: 0;
}
.CoveoTabGroupMenu .coveo-menu-open .coveo-menu-item-active {
  background: #42424e;
}
.CoveoTabGroupMenu .coveo-menu-item-container {
  background-color: #f7f7f7;
  position: absolute;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  z-index: 999;
}
.CoveoTabGroupMenu .coveo-menu-item-container a {
  padding: 2px 10px 2px 10px;
  width: 100%;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CoveoTabGroupMenu .coveo-menu-item-container a:hover {
  cursor: pointer;
  background-color: #d7ebff;
}
.CoveoTabGroupMenu .coveo-menu-item-container a > .coveo-icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.coveo-omnibox-result-list-header,
.coveo-top-analytics-suggestion-header,
.coveo-top-field-suggestion-header,
.coveo-top-suggestion-header {
  padding-left: 15px;
  height: 35px;
  padding-top: 9px;
}
.coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
.coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
.coveo-top-field-suggestion-header .coveo-icon-top-field,
.coveo-top-suggestion-header-icon {
  vertical-align: bottom;
  margin-right: 5px;
}
.coveo-top-analytics-suggestion-row,
.coveo-top-field-suggestion-row,
.coveo-top-suggestion-row {
  height: 35px;
  color: #0065cb;
  padding-left: 50px;
  padding-top: 9px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  padding-right: 10px;
  text-overflow: ellipsis;
}
.coveo-slider-container {
  width: 95%;
  height: 50px;
  position: relative;
}
.coveo-slider-container > div {
  height: 50px;
}
.coveo-slider-container svg {
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.03);
}
.coveo-slider-line {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  height: 10px;
  margin-left: 7px;
  top: 3px;
}
.coveo-slider-line.coveo-active {
  z-index: 1;
  background-color: #d7ebff;
}
.coveo-slider-button {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #39465d;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 16px;
  z-index: 2;
  position: absolute;
}
.coveo-slider-button:hover {
  background-color: #747d8d;
}
.coveo-slider-button.coveo-active {
  background-color: #747d8d;
}
.coveo-slider-button:after {
  content: "";
  height: 10px;
  width: 2px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  right: 4px;
  top: 3px;
}
.coveo-slider-button:before {
  content: "";
  height: 10px;
  border-right: 1px solid #fff;
  position: absolute;
  left: 4px;
  top: 3px;
}
.coveo-slider-caption {
  position: absolute;
  top: 25px;
  left: 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coveo-slider-tooltip {
  white-space: nowrap;
  padding: 10px;
  background-color: #f7f7f7;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 #abaaa9;
  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 #b0b3ae;
  content: "";
  top: 37px;
  left: 11px;
  position: absolute;
}
.coveo-slider-tooltip .coveo-caption {
  font-size: 13px;
}
.coveo-slider-tooltip .coveo-count {
  font-size: 12px;
  color: #8a8a8a;
  margin-left: 5px;
}
.coveo-slider-container.coveo-with-graph {
  height: 100px;
}
.coveo-slider-container.coveo-with-graph > div {
  height: 100px;
}
.coveo-slider-container.coveo-with-graph svg {
  position: absolute;
  left: 8px;
  top: -5px;
}
.coveo-slider-container.coveo-with-graph svg .coveo-bar {
  fill: #dddddd;
  shape-rendering: crispEdges;
}
.coveo-slider-container.coveo-with-graph svg .coveo-bar.coveo-active {
  fill: #9ca2ae;
}
.coveo-slider-container.coveo-with-graph svg .coveo-bar:hover {
  fill: #b9bec6;
  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;
}
.CoveoSearchInterface .CoveoEmailActions {
  padding-bottom: 10px;
}
.CoveoSearchInterface .CoveoEmailActions .CoveoEmailAction {
  background: #f7f7f7;
  text-decoration: none;
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #ccc;
  padding: 3px;
  background-color: #f7f7f7;
  font-size: 15px;
  color: #8f8f8f;
  border-radius: 3px;
}
.CoveoPreferencesPanel {
  height: 0;
  overflow: hidden;
  position: relative;
  margin-left: 1px;
}
.CoveoPreferencesPanel label {
  vertical-align: middle;
}
.CoveoPreferencesPanel label:hover {
  cursor: pointer;
}
.CoveoPreferencesPanel.coveo-active {
  height: auto;
}
.CoveoPreferencesPanel .coveo-close {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  float: right;
  position: absolute;
  top: 0;
  border-radius: 2px;
  padding: 4px;
  width: 24px;
  height: 24px;
  display: inline-block;
  border: none;
  right: 5px;
}
.CoveoPreferencesPanel .coveo-close:hover {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.CoveoPreferencesPanel .coveo-close .coveo-icon {
  position: relative;
  top: 2px;
}
.CoveoPreferencesPanel .coveo-close .coveo-icon {
  top: 0;
}
.CoveoPreferencesPanel .coveo-save {
  right: 40px;
}
.CoveoPreferencesPanel > .coveo-title {
  font-size: 18px;
  display: inline-block;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences,
.CoveoPreferencesPanel .CoveoResultsPreferences {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-title,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-title {
  font-size: 14px;
  font-weight: initial;
  color: #000;
  margin: 15px 0 10px 0;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choices-container
  .coveo-inactive,
.CoveoPreferencesPanel
  .CoveoResultsPreferences
  .coveo-choices-container
  .coveo-inactive {
  display: none;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-choice-container,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-choice-container {
  padding: 5px 10px 0 0;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input,
.CoveoPreferencesPanel .CoveoResultsPreferences input {
  margin-right: 35px;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input[type="text"],
.CoveoPreferencesPanel .CoveoResultsPreferences input[type="text"] {
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 5px -1px #eee;
  border-top-color: #c1c1c1;
  padding: 2px 8px;
  line-height: 25px;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input[type="checkbox"],
.CoveoPreferencesPanel .CoveoResultsPreferences input[type="checkbox"] {
  display: none;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon {
  width: 42px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  top: 7px;
  margin-right: 7px;
  position: relative;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input[type="submit"],
.CoveoPreferencesPanel .CoveoResultsPreferences input[type="submit"] {
  display: none;
}
.CoveoPreferencePanelItem {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CoveoPreferencePanelItem .coveo-title {
  font-size: 14px;
  font-weight: initial;
  color: #000;
  margin: 15px 0 10px 0;
}
.CoveoPreferencePanelItem .coveo-choices-container .coveo-inactive {
  display: none;
}
.CoveoPreferencePanelItem .coveo-choice-container {
  padding: 5px 10px 0 0;
}
.CoveoPreferencePanelItem input {
  margin-right: 35px;
}
.CoveoPreferencePanelItem input[type="text"] {
  margin-bottom: 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: inset 0 2px 5px -1px #eee;
  border-top-color: #c1c1c1;
  padding: 2px 8px;
  line-height: 25px;
}
.CoveoPreferencePanelItem input[type="checkbox"] {
  display: none;
}
.CoveoPreferencePanelItem .coveo-input-icon {
  width: 42px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  top: 7px;
  margin-right: 7px;
  position: relative;
}
.CoveoPreferencePanelItem input[type="submit"] {
  display: none;
}
.coveo-results-filter-preferences-breadcrumb {
  margin-left: 4px;
}
.coveo-results-filter-preferences-breadcrumb * {
  vertical-align: top;
}
.coveo-results-filter-preferences-breadcrumb .coveo-title {
  margin-right: 8px;
}
.coveo-results-filter-preferences-breadcrumb .coveo-values .coveo-value {
  color: #06c;
  cursor: pointer;
  display: inline-block;
}
.coveo-results-filter-preferences-breadcrumb .coveo-values .coveo-value:hover {
  color: #f47f24;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value:hover
  .coveo-clear {
  opacity: 1;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value.coveo-excluded
  .coveo-caption {
  text-decoration: line-through;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-clear {
  display: inline-block;
  opacity: 0.5;
  margin: 2px 2px 2px;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon {
  margin: 0;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-selected {
  vertical-align: middle;
  margin-left: 5px;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-icon.coveo-excluded {
  vertical-align: middle;
  margin-left: 5px;
}
.coveo-results-filter-preferences-breadcrumb
  .coveo-values
  .coveo-value
  .coveo-multi-count {
  vertical-align: middle;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-title {
  display: inline-block;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-choice-container {
  background-color: #ececec;
  margin-bottom: 2px;
  padding: 0;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  line-height: 30px;
  height: 30px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section-expression,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section-tab {
  padding-top: 2px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section-input {
  width: 20%;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section-tab {
  width: 20%;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section-expression {
  width: 45%;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-choice-container
  .coveo-section-edit-delete {
  width: 10%;
  float: right;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters {
  color: #fff;
  background: #f58c3a;
  border: 1px solid #d86d01;
  border-radius: 4px;
  padding: 5px 8px 9px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  padding: 10px 18px 9px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 6px 5px 6px 5px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters:hover {
  background: #f58c3a;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters:hover {
  cursor: pointer;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-online-help {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  float: right;
  padding: 7px 0 0 10px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-online-help:hover {
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-delete {
  position: relative;
  top: 5px;
  left: 11px;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-delete:hover {
  cursor: pointer;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit {
  position: relative;
  top: 5px;
  left: 7px;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit:hover {
  cursor: pointer;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder {
  display: none;
  background-color: #ebf3fb;
  position: relative;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  form {
  height: 120px;
  overflow: hidden;
  padding: 0;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder.coveo-active {
  display: block;
  z-index: 1;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container {
  padding: 0 5px 0 5px;
  margin: 0;
  display: inline-block;
  background-color: #ebf3fb;
  vertical-align: top;
  height: 100%;
  text-align: center;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-caption,
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-tab {
  width: 20%;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-expression {
  width: 50%;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save {
  width: 10%;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save
  .coveo-save {
  position: absolute;
  top: 5px;
  right: 35px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container.coveo-close-and-save
  .coveo-close {
  position: relative;
  top: 5px;
  right: 10px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container
  textArea {
  height: 90%;
  width: 93%;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px #fff, 0 1px 0 #fff;
  resize: none;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 6px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container
  textArea.coveo-Tab {
  height: 36px;
}
.CoveoPreferencesPanel
  .CoveoResultsFiltersPreferences
  .coveo-advanced-filters-builder
  .coveo-choice-container
  select {
  height: 70px;
  width: 90%;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.CoveoResultTagging.coveo-opened .coveo-add-tag .coveo-add-tag-icon {
  opacity: 1;
}
.CoveoResultTagging.coveo-opened .coveo-add-tag .coveo-add-tag-text {
  display: none;
  color: #b0b3ae;
}
.CoveoResultTagging.coveo-opened .coveo-auto-complete-zone {
  display: inline-block;
}
.CoveoResultTagging.coveo-opened .coveo-tag-zone .coveo-tag {
  background-color: #2c5985;
}
.CoveoResultTagging.coveo-error input {
  border-color: #c33;
}
.CoveoResultTagging {
  margin: 0 3px 0 3px;
  font-size: 12px;
}
.CoveoResultTagging * {
  vertical-align: middle;
}
.CoveoResultTagging .coveo-add-tag {
  display: inline-block;
}
.CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon {
  opacity: 0.5;
  cursor: pointer;
  vertical-align: middle;
  margin: 5px;
}
.CoveoResultTagging .coveo-add-tag .coveo-add-tag-text {
  color: #ddd;
  font-size: 10px;
}
.CoveoResultTagging .coveo-add-tag-tick-icon {
  display: inline-block;
  background: #b0b3ae;
  padding: 4px 5px;
  height: 20px;
}
.CoveoResultTagging .coveo-add-tag-tick-icon span {
  cursor: pointer;
}
.CoveoResultTagging .coveo-clear-icon {
  display: inline-block;
  background: #b0b3ae;
  padding: 4px 6px 4px 5px;
  height: 20px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.CoveoResultTagging .coveo-clear-icon span {
  cursor: pointer;
}
.CoveoResultTagging .coveo-add-tag-textbox {
  margin: 0;
  border: 1px solid #b0b3ae;
  background: 0 0;
  padding: 3px;
  z-index: 10;
  font-size: 10px;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: 0;
}
.CoveoResultTagging .coveo-add-tag-textbox:focus {
  border-color: #9ecaed;
  box-shadow: inset 0 0 3px #9ecaed;
}
.CoveoResultTagging .coveo-tag-zone {
  display: inline-block;
}
.CoveoResultTagging .coveo-tag-zone .coveo-tag {
  float: left;
  margin: 0 2px;
  font-size: 10px;
  background-color: #ddd;
  border-radius: 3px;
  padding: 1px 5px 1px 5px;
  text-transform: uppercase;
}
.CoveoResultTagging .coveo-tag-zone .coveo-tag span {
  line-height: 14px;
  vertical-align: middle;
}
.CoveoResultTagging .coveo-tag-zone .coveo-tag a {
  color: #fff;
}
.CoveoResultTagging .coveo-tag-zone .coveo-tag a:hover {
  color: #ddd;
}
.CoveoResultTagging .coveo-delete-icon {
  cursor: pointer;
  margin-left: 2px;
}
.CoveoResultTagging .coveo-auto-complete-zone {
  display: none;
  position: relative;
}
.CoveoResultTagging .coveo-auto-complete-zone .coveo-auto-complete {
  position: absolute;
  padding-top: 1px;
  top: 18px;
  left: 0;
  background-color: #fff;
  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;
}
.CoveoResultTagging
  .coveo-auto-complete-zone
  .coveo-auto-complete
  .coveo-selectable {
  padding: 5px 10px 5px 16px;
  background-color: #fff;
  font-size: 10px;
  cursor: pointer;
}
.CoveoResultTagging
  .coveo-auto-complete-zone
  .coveo-auto-complete
  .coveo-selectable:hover,
.CoveoResultTagging
  .coveo-auto-complete-zone
  .coveo-auto-complete
  .coveo-selected {
  background-color: #d7ebff;
}
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 36px;
  margin: 0;
}
.CoveoHierarchicalFacet {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.CoveoHierarchicalFacet.coveo-empty {
  display: none;
}
.CoveoHierarchicalFacet.coveo-collapsed .coveo-values .coveo-value {
  display: none;
}
.CoveoHierarchicalFacet.coveo-collapsed
  .coveo-values
  .coveo-value.coveo-excluded,
.CoveoHierarchicalFacet.coveo-collapsed
  .coveo-values
  .coveo-value.coveo-selected {
  display: inherit;
}
.CoveoHierarchicalFacet.coveo-collapsed .coveo-footer {
  display: none;
}
.CoveoHierarchicalFacet.coveo-fade .coveo-values .coveo-value {
  opacity: 0.5;
}
.CoveoHierarchicalFacet.coveo-fade .coveo-values .coveo-value.coveo-excluded,
.CoveoHierarchicalFacet.coveo-fade .coveo-values .coveo-value.coveo-selected {
  opacity: 1;
}
.CoveoHierarchicalFacet .coveo-value {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 1;
  margin: 0;
  padding: 0;
  line-height: 22px;
}
.CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-caption {
  font-weight: 700;
}
.CoveoHierarchicalFacet .coveo-value.coveo-excluded .coveo-caption,
.CoveoHierarchicalFacet .coveo-value.coveo-excluded .coveo-computed-field,
.CoveoHierarchicalFacet .coveo-value.coveo-excluded .coveo-count {
  text-decoration: line-through;
}
.CoveoHierarchicalFacet .coveo-value > * {
  vertical-align: middle;
}
.CoveoHierarchicalFacet .coveo-value label {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.CoveoHierarchicalFacet .coveo-value label .coveo-label {
  overflow: hidden;
}
.CoveoHierarchicalFacet .coveo-value input[type="checkbox"] {
  display: none;
}
.CoveoHierarchicalFacet .coveo-value .coveo-checkbox {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 3px 5px 3px 3px;
  background-color: #fff;
  box-shadow: 0 0 1px #b0b3ae;
  text-align: center;
  vertical-align: top;
}
.CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span {
  margin: 2px;
}
.CoveoHierarchicalFacet .coveo-value.coveo-no-state .coveo-checkbox > span {
  visibility: hidden;
}
.CoveoHierarchicalFacet
  .coveo-value.coveo-no-state:hover
  .coveo-checkbox
  > span {
  visibility: visible;
}
.CoveoHierarchicalFacet .coveo-value.coveo-excluded .coveo-checkbox {
  background-color: #fff;
}
.CoveoHierarchicalFacet .coveo-value.coveo-excluded .coveo-computed-field {
  margin-right: 16px;
}
.CoveoHierarchicalFacet .coveo-value .coveo-icon {
  display: inline-block;
  margin: 3px 5px 3px 0;
  vertical-align: top;
}
.CoveoHierarchicalFacet .coveo-value .coveo-caption {
  display: inline-block;
  color: #000;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.CoveoHierarchicalFacet .coveo-value .coveo-caption .coveo-highlight {
  font-weight: 700;
}
.CoveoHierarchicalFacet .coveo-value .coveo-count {
  font-size: 12px;
  color: #8a8a8a;
  vertical-align: middle;
  margin: 0 5px;
  display: inline-block;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.CoveoHierarchicalFacet .coveo-value .coveo-count.coveo-waitDelta {
  opacity: 0;
}
.CoveoHierarchicalFacet .coveo-value .coveo-computed-field {
  float: right;
  font-size: 11px;
  color: #666;
}
.CoveoHierarchicalFacet .coveo-value .coveo-exclude {
  float: right;
  visibility: hidden;
  cursor: pointer;
  opacity: 0.5;
  margin: 5px 2px 4px;
}
.CoveoHierarchicalFacet .coveo-value .coveo-exclude:hover {
  opacity: 1;
}
.CoveoHierarchicalFacet .coveo-value:hover .coveo-exclude {
  visibility: visible;
}
.CoveoHierarchicalFacet .coveo-values {
  list-style: none;
  margin: 5px 0 3px 0;
  padding: 0;
}
.CoveoHierarchicalFacet .coveo-values .coveo-value {
  margin: 0 -15px;
  padding: 0 15px;
}
.CoveoHierarchicalFacet .coveo-header {
  padding: 5px 0;
}
.CoveoHierarchicalFacet .coveo-header > .coveo-icon,
.CoveoHierarchicalFacet .coveo-header > .coveo-icon-custom {
  float: left;
  margin: 2px 5px 0 3px;
}
.CoveoHierarchicalFacet .coveo-header .coveo-title {
  font-size: 15px;
  font-weight: 700;
  color: #39465d;
  padding-top: 2px;
}
.CoveoHierarchicalFacet .coveo-header .coveo-collapse,
.CoveoHierarchicalFacet .coveo-header .coveo-eraser,
.CoveoHierarchicalFacet .coveo-header .coveo-expand,
.CoveoHierarchicalFacet .coveo-header .coveo-operator,
.CoveoHierarchicalFacet .coveo-header .coveo-settings {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}
.CoveoHierarchicalFacet .coveo-header .coveo-wait-animation {
  float: left;
  margin: 2px 5px 0 3px;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoHierarchicalFacet .coveo-search {
  border: 1px solid #ccc;
  border-top-color: #c1c1c1;
  border-radius: 4px;
  box-shadow: inset 0 2px 5px -1px #eee;
  padding: 2px;
  margin: 0 0 5px 0;
  background-color: #fff;
  position: relative;
}
.CoveoHierarchicalFacet .coveo-search.coveo-no-results {
  background-color: #ffd0d0;
}
.CoveoHierarchicalFacet .coveo-search .coveo-magnifier {
  float: left;
  margin: 5px 6px 5px 4px;
}
.CoveoHierarchicalFacet .coveo-search .coveo-wait-animation {
  float: left;
  margin: 5px 6px 5px 4px;
  -webkit-animation-name: coveo-spin;
  -moz-animation-name: coveo-spin;
  animation-name: coveo-spin;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.CoveoHierarchicalFacet .coveo-search .coveo-middle {
  overflow: hidden;
  line-height: 19px;
}
.CoveoHierarchicalFacet .coveo-search input {
  border: 0;
  padding: 1px 0 0 0;
  margin: 0;
  color: #6e6e6e;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  width: 100%;
  background-color: inherit;
  line-height: 15px;
}
.CoveoHierarchicalFacet .coveo-search input:focus {
  outline: 0;
  color: #343434;
}
.CoveoHierarchicalFacet .coveo-search input[value=""] {
  color: #ddd;
}
.CoveoHierarchicalFacet .coveo-search .coveo-clear {
  float: right;
  margin: 2px 4px 0 0;
  cursor: pointer;
  opacity: 0.5;
  clear: none;
}
.CoveoHierarchicalFacet .coveo-search .coveo-clear:hover {
  opacity: 1;
}
.CoveoHierarchicalFacet .coveo-selectable:hover {
  background-color: #d7ebff;
}
.CoveoHierarchicalFacet .coveo-footer {
  text-align: center;
}
.CoveoHierarchicalFacet .coveo-footer .coveo-less,
.CoveoHierarchicalFacet .coveo-footer .coveo-more {
  color: #666;
  text-decoration: none;
  padding: 1px 6px 2px;
  line-height: 12px;
  display: inline-block;
}
.CoveoHierarchicalFacet .coveo-footer .coveo-more {
  display: none;
}
.CoveoHierarchicalFacet .coveo-footer .coveo-more.coveo-active {
  display: inline-block;
}
.CoveoHierarchicalFacet .coveo-footer .coveo-more.coveo-active + .coveo-less {
  border-left: 1px solid #999;
}
.CoveoHierarchicalFacet ul.coveo-values {
  overflow-x: auto;
}
.CoveoHierarchicalFacet ul.coveo-values .coveo-value {
  position: relative;
  margin: 0;
  padding-left: 15px;
  display: block;
}
.CoveoHierarchicalFacet ul.coveo-values .coveo-value .coveo-caption {
  text-overflow: initial;
}
.CoveoHierarchicalFacet ul.coveo-values .coveo-value label {
  overflow: visible;
  display: inline-block;
  margin-left: 3px;
}
.CoveoHierarchicalFacet ul.coveo-values .coveo-value label .coveo-label {
  overflow: visible;
  display: inline-block;
}
.CoveoHierarchicalFacet ul.coveo-values .coveo-value label .coveo-exclude {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs.coveo-has-childs-selected
  .coveo-checkbox
  > span {
  visibility: visible;
}
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs
  .coveo-has-childs-toggle {
  position: absolute;
  top: 3px;
  left: 2px;
}
.CoveoHierarchicalFacet
  ul.coveo-values
  .coveo-value.coveo-has-childs
  .coveo-has-childs-toggle:hover {
  cursor: pointer;
}
.CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-inactive {
  display: none;
}
.coveo-facet-breadcrumb
  .coveo-values
  .coveo-value.coveo-hierarchical-facet-value
  .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-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);
  -moz-transform: translate3d(0, 0, 200px);
  -ms-transform: translate3d(0, 0, 200px);
  -o-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;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.3);
  border: 1px solid #666;
  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;
  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: 700;
}
.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;
  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-clear {
  clear: both;
}
@font-face {
  font-family: Arimo;
  font-style: normal;
  font-weight: 400;
  src: local("Arimo"),
    url(../../../coveo/fonts/arimo_normal.woff) format("woff");
}
@font-face {
  font-family: Arimo;
  font-style: normal;
  font-weight: 700;
  src: local("Arimo Bold"), local("Arimo-Bold"),
    url(../../../coveo/fonts/arimo_bold.woff) format("woff");
}
@font-face {
  font-family: Arimo;
  font-style: italic;
  font-weight: 400;
  src: local("Arimo Italic"), local("Arimo-Italic"),
    url(../../../coveo/fonts/arimo_italic.woff) format("woff");
}
@font-face {
  font-family: Arimo;
  font-style: italic;
  font-weight: 700;
  src: local("Arimo Bold Italic"), local("Arimo-BoldItalic"),
    url(../../../coveo/fonts/arimo_bold_italic.woff) format("woff");
}
.CoveoSearchInterface {
  min-height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  background-color: #fff;
  font-family: Arimo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.CoveoSearchInterface * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.CoveoSearchInterface:after,
.CoveoSearchInterface:before {
  content: " ";
  display: table;
}
.CoveoSearchInterface:after {
  clear: both;
}
.CoveoSearchInterface .coveo-tab-section {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  padding: 0 10px;
  background-color: #535362;
  margin-right: 0;
}
.CoveoSearchInterface .coveo-tab-section:after,
.CoveoSearchInterface .coveo-tab-section:before {
  content: " ";
  display: table;
}
.CoveoSearchInterface .coveo-tab-section:after {
  clear: both;
}
.CoveoSearchInterface .coveo-tab-section:last-child {
  margin-right: 0;
}
.CoveoSearchInterface .coveo-search-section {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  margin-right: 0;
}
.CoveoSearchInterface .coveo-search-section:after,
.CoveoSearchInterface .coveo-search-section:before {
  content: " ";
  display: table;
}
.CoveoSearchInterface .coveo-search-section:after {
  clear: both;
}
.CoveoSearchInterface .coveo-search-section:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .CoveoSearchInterface .coveo-search-section {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .CoveoSearchInterface .coveo-search-section:last-child {
    margin-right: 0;
  }
}
.CoveoSearchInterface .coveo-search-section .coveo-logo-column {
  display: block;
  float: left;
  margin-right: 0;
  width: 29.16667%;
  height: 63px;
  max-width: 291.66667px;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
}
.CoveoSearchInterface .coveo-search-section .coveo-logo-column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .CoveoSearchInterface .coveo-search-section .coveo-logo-column {
    display: none;
  }
}
.CoveoSearchInterface .coveo-search-section .coveo-logo-column .coveo-logo {
  margin: 13px 20px 13px 15px;
}
.CoveoSearchInterface .coveo-search-section .coveo-searchBox-column {
  height: 63px;
  padding: 12px 15px;
  overflow: hidden;
}
.CoveoSearchInterface
  .coveo-search-section
  .coveo-searchBox-column
  .coveo-search-section-wrapper {
  max-width: 685px;
}
.CoveoSearchInterface
  .coveo-search-section
  .coveo-searchBox-column
  .coveo-search-section-wrapper
  .CoveoSearchBox {
  max-width: 678.33333px;
}
.CoveoSearchInterface
  .coveo-search-section
  .coveo-searchBox-column
  .coveo-search-section-wrapper
  .CoveoSearchBox
  .CoveoSearchButton {
  min-width: 70px;
}
.CoveoSearchInterface .coveo-search-section .coveo-tools {
  float: right;
  margin-left: 20px;
}
.CoveoSearchInterface .coveo-results-section {
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
}
.CoveoSearchInterface .coveo-results-section:last-child {
  margin-right: 0;
}
.CoveoSearchInterface .coveo-results-section:after,
.CoveoSearchInterface .coveo-results-section:before {
  content: " ";
  display: table;
}
.CoveoSearchInterface .coveo-results-section:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  .CoveoSearchInterface .coveo-results-section {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .CoveoSearchInterface .coveo-results-section:last-child {
    margin-right: 0;
  }
}
.CoveoSearchInterface .coveo-results-section .coveo-facet-column {
  display: block;
  float: left;
  margin-right: 0;
  width: 29.16667%;
  padding: 5px 15px;
  background-color: #f7f7f7;
  border-right: 1px solid #ccc;
}
.CoveoSearchInterface .coveo-results-section .coveo-facet-column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .CoveoSearchInterface .coveo-results-section .coveo-facet-column {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .CoveoSearchInterface .coveo-results-section .coveo-facet-column:last-child {
    margin-right: 0;
  }
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column {
  background-color: #fff;
  display: block;
  float: left;
  margin-right: 0;
  width: 70.83333%;
  padding: 10px 10px 10px 15px;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .CoveoSearchInterface .coveo-results-section .coveo-results-column {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .CoveoSearchInterface
    .coveo-results-section
    .coveo-results-column:last-child {
    margin-right: 0;
  }
}
.CoveoSearchInterface
  .coveo-results-section
  .coveo-results-column
  .coveo-results-header {
  padding: 10px 10px 10px 10px;
  background-color: #f7f7f7;
  min-height: 35px;
  display: block;
  float: left;
  margin-right: 0;
  width: 100%;
  float: none;
}
.CoveoSearchInterface
  .coveo-results-section
  .coveo-results-column
  .coveo-results-header:last-child {
  margin-right: 0;
}
.CoveoSearchInterface
  .coveo-results-section
  .coveo-results-column
  .coveo-results-header
  .coveo-summary-section {
  float: left;
}
.CoveoSearchInterface
  .coveo-results-section
  .coveo-results-column
  .coveo-results-header
  .coveo-sort-section {
  float: right;
}
.CoveoSearchInterface .coveo-results-section .coveo-facet-column,
.CoveoSearchInterface .coveo-results-section .coveo-results-column {
  padding-bottom: 31416px;
  margin-bottom: -31416px;
}
input.fix-submit {
  display: none;
}
ul.errorreport {
  list-style-type: none;
  padding-left: 0;
}
ul.errorreport li.errors {
  color: #8b0000;
  font-size: smaller;
}
ul.errorreport li.warnings {
  color: #daa520;
  font-size: smaller;
}
li.errors > span,
li.warnings > span {
  font-weight: 700;
}
.CoveoPager ul li > a {
  line-height: 15px;
}
.coveo-page-editor-editing .CoveoFacet.coveo-empty,
.coveo-page-editor-editing .CoveoFacetRange.coveo-empty {
  display: block;
}
.coveo-page-editor-editing .result-template {
  display: none !important;
}
.coveo-page-editor-editing .coveo-sort-section {
  height: 15px;
}
.coveo-page-editor-editing .coveo-sort-section .scEmptyPlaceholder {
  height: inherit;
}
body,
html {
  padding: 0;
}
#coveo-center-column {
  text-align: left;
  margin: auto;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column {
  padding-right: 15px;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column.float-right {
  float: right;
}
.CoveoSearchInterface
  .coveo-results-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;
}
.CoveoSearchInterface:not(.coveo-page-editor-editing)
  .coveo-results-section
  .coveo-results-column
  .coveo-results-header.coveo-empty {
  display: none;
}
.CustomFacet {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.CustomFacet .coveo-header {
  padding: 5px 0;
}
.CustomFacet .coveo-header .coveo-title {
  font-size: 15px;
  font-weight: 700;
  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;
}
.CoveoResult table.CoveoFieldTable th {
  width: 100px;
}
#coveoWebCrawlerFieldName {
  font-weight: 700;
}
@font-face {
  font-family: "Rubik Black Italic";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FHU1f4TnlY1PK6ycZg.woff)
    format("woff");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik Black Italic";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FHU3f4TnlY1PK6w.woff)
    format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nBrXyw023e.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nBrXyw023e.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nBrXyw023e.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Rubik Black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nDrXyw023e1Ik.woff2)
    format("woff2");
  unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Rubik Black";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v11/iJWKBXyIfDnIV7nBrXyw023e.woff2)
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
.banner-img
  .score-structural.score-column3-equal.banner-box
  .text-component
  input::placeholder,
.score-structural.score-column3-equal.banner-box
  .text-component
  input::placeholder,
input.CoveoQueryBox::placeholder {
  color: #000;
  opacity: 1;
}
.banner-img
  .score-structural.score-column3-equal.banner-box
  .text-component
  input::-webkit-input-placeholder,
.score-structural.score-column3-equal.banner-box
  .text-component
  input::-webkit-input-placeholder,
input.CoveoQueryBox::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.banner-img
  .score-structural.score-column3-equal.banner-box
  .text-component
  input:-ms-input-placeholder,
.score-structural.score-column3-equal.banner-box
  .text-component
  input:-ms-input-placeholder,
input.CoveoQueryBox:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.banner-img
  .score-structural.score-column3-equal.banner-box
  .text-component
  input::-moz-placeholder,
.score-structural.score-column3-equal.banner-box
  .text-component
  input::-moz-placeholder,
input.CoveoQueryBox::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#clinic_popup_body1::-webkit-scrollbar,
#clinic_popup_body::-webkit-scrollbar,
#disease_popup_body::-webkit-scrollbar {
  width: 14px;
}
#clinic_popup_body1::-webkit-scrollbar-thumb,
#clinic_popup_body::-webkit-scrollbar-thumb,
#disease_popup_body::-webkit-scrollbar-thumb {
  background-color: #4b63ae;
}
#clinic_popup_body1::-webkit-scrollbar-track,
#clinic_popup_body::-webkit-scrollbar-track,
#disease_popup_body::-webkit-scrollbar-track {
  background-color: #7079bd !important;
  outline: 0;
}
#clinic_popup_body1::-moz-scrollbar,
#clinic_popup_body::-moz-scrollbar,
#disease_popup_body::-moz-scrollbar {
  -moz-appearance: none !important;
  width: 14px !important;
}
#clinic_popup_body1::-moz-scrollbar-thumb,
#clinic_popup_body::-moz-scrollbar-thumb,
#disease_popup_body::-moz-scrollbar-thumb {
  -moz-appearance: none !important;
  background-color: #4b63ae !important;
}
#clinic_popup_body1::-moz-scrollbar-track,
#clinic_popup_body::-moz-scrollbar-track,
#disease_popup_body:-moz-scrollbar-track {
  -moz-appearance: none !important;
  background-color: #7079bd !important;
  outline: 0 !important;
}
.menu_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1002;
}
body {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  body {
    height: auto !important;
    overflow: unset;
  }
}
body.modal-open {
  overflow: auto;
}
body a,
body button {
  outline: 0 !important;
}
.body-containt-wrapper .map_overlay {
  z-index: 1000;
}
#reportpopup.red-popup {
  border: 1px solid #ea3474;
}
#reportpopup p span {
  color: #000;
  float: left;
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
  width: 64%;
  font-family: "Rubik Regular", sans-serif;
}
#reportpopup p img {
  float: left;
  margin: 15px;
  height: 21px !important;
  width: 21px !important;
  z-index: 1;
}
#reportpopup p {
  margin: 0;
  background: 0 0;
  position: relative;
  padding: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  text-align: left;
}
@media (max-width: 767px) {
  #reportpopup p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}
#reportpopup {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #6fa007;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  height: auto;
  position: fixed;
  right: 20px;
  top: 50px;
  width: 260px;
  z-index: 100000;
}
@media (max-width: 767px) {
  #reportpopup {
    right: 0;
    top: 0;
    width: 100%;
  }
}
header .navbar-header {
  width: 100%;
  padding-bottom: 18px;
}
header .score-header-wrapper {
  width: 992px;
}
header .brand-logo {
  padding-left: 30px;
  padding-right: 30px;
}
header .brand-logo aside {
  display: none;
}
header #globalHeader .col-xs-12.hidden-xs {
  background: #4b63ae;
  padding-left: 30px;
  padding-right: 30px;
}
header #conditionLogo img {
  float: right;
  margin: 8px 0;
  max-width: 161px;
  height: 19px;
  width: 100%;
  height: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  header #conditionLogo img {
    margin: 7px 0;
  }
}
header .change-lang {
  margin: 0;
}
@media (max-width: 767px) {
  header .change-lang {
    margin: 7px 0 0;
    padding-left: 0;
  }
}
header .change-lang li {
  list-style: outside none none;
  line-height: 16px;
}
header .change-lang li a {
  border-bottom: none !important;
  font-family: "Rubik Regular", sans-serif;
  font-size: 12px;
  text-decoration: none !important;
}
header .change-lang li a:hover {
  border-bottom: 1px solid #4b63ae;
}
header .text-component.version_text {
  float: right;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .text-component.version_text {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  header .text-component.version_text {
    float: left;
    padding: 5px 0;
  }
}
header .text-component.version_text p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 767px) {
  header .text-component.version_text p {
    font-size: 14px;
    font-family: "Rubik Regular", sans-serif;
  }
}
@media (max-width: 767px) {
  header .text-component.version_text p a {
    text-decoration: none;
    display: inline-block;
    line-height: 0.99;
  }
}
@media (max-width: 767px) {
  header .text-component.version_text p a:hover {
    text-decoration: none;
  }
}
header #brandHeaderTools.font-share.bold {
  display: none;
}
header .score-nav .navbar-header.score-navbar-header {
  display: none;
}
@media (max-width: 767px) {
  header .score-nav .navbar-header.score-navbar-header {
    padding-bottom: 7px !important;
  }
}
header .navbar-header .col-xs-12.col-sm-3 {
  padding: 0;
}
header .header-banner.col-xs-12 {
  background: #4b63ae;
  height: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header-banner.col-xs-12 {
    padding-top: 0;
  }
}
header .header-banner.col-xs-12 .row {
  margin-left: 0;
  margin-right: 0;
}
header .navbar-default {
  background: 0 0;
  border: none;
  min-height: auto;
}
header .navbar-default .navbar-nav {
  float: left;
  margin: 3px 0 0;
  height: 40px;
  padding-left: 0;
  padding-right: 30px;
  width: 100%;
}
header .navbar-default .navbar-nav li a {
  background: 0 0;
  color: #fff;
  font-family: "Rubik Medium", sans-serif;
}
header .navbar-default .navbar-nav li a:focus,
header .navbar-default .navbar-nav li a:hover {
  background: 0 0;
  color: #fff;
  outline: medium none;
}
header .navbar-default .navbar-nav li.active a {
  background-color: transparent !important;
  border-bottom: 3px solid #fff;
  color: #fff;
  font-family: "Rubik Medium", sans-serif;
}
header .navbar-default .navbar-nav li.active a:hover {
  background-color: transparent;
  color: #fff;
  outline: medium none;
}
header nav .navbar-collapse .navbar-nav li {
  padding: 11px 20px 10px;
  position: relative;
  padding-bottom: 11px;
  font-size: 14px;
}
header nav .navbar-collapse .navbar-nav li.dropdown {
  padding: 11px 20px;
}
header nav .navbar-collapse .navbar-nav li.active {
  padding: 11px 20px 7px;
}
header nav .navbar-collapse .navbar-nav li::after {
  content: none;
}
@media (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav li:hover {
    background: #444503;
  }
}
@media (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav li:hover a {
    border-bottom: 3px solid transparent;
  }
}
header nav .navbar-collapse .navbar-nav li a {
  padding: 0;
  outline: 0;
  text-transform: uppercase;
}
header nav .navbar-collapse .navbar-nav li a p {
  margin: 0;
  color: #fff;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu {
  left: 0;
  padding: 44px 0 47px;
  box-shadow: none;
  border-top: 5px solid #444503;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: -1px;
  width: 100%;
}
@media (max-width: 767px) {
  header nav .navbar-collapse .navbar-nav li .dropdown-menu {
    border: 0 none;
  }
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li {
  padding: 5px 0;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li:hover {
  background: 0 0;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li a {
  color: #444402;
}
@media (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav li .dropdown-menu li a {
    text-decoration: none;
    border-bottom: none;
  }
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
  color: #444402;
}
@media (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav li .dropdown-menu li a:hover {
    text-decoration: none;
  }
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li.sub_ul_parent {
  float: none;
  margin: 0 auto;
  width: 84%;
  padding: 0;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li.sub_ul_parent ul {
  margin-top: 0;
  padding: 0;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul {
  margin-top: 0;
  padding: 0;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul::after {
  background: #eee none repeat scroll 0 0;
  content: "";
  height: 138px;
  position: absolute;
  top: 0;
  width: 1px;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul
  li {
  padding: 0;
  margin-top: 10px;
  text-transform: capitalize;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul
  li:first-child {
  margin-top: -2px;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul
  li
  a {
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul
  ul {
  padding: 0 0 0 10px;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu .sub_ul:lang(en-CA) {
  float: left;
  width: 185px;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  .sub_ul:lang(en-CA):first-child {
  width: 185px;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu .sub_ul:lang(he-IL) {
  float: right;
  width: 185px;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  .sub_ul:lang(he-IL):first-child {
  width: 185px;
}
header nav .navbar-collapse .navbar-nav .seperator {
  background: #fff;
  height: 12px;
  margin-top: 15px;
  padding: 0 !important;
  width: 1px;
}
header nav .navbar-collapse .navbar-nav li.dropdown {
  margin-top: 0;
  left: 0;
  position: static;
}
header
  nav
  .navbar-collapse
  .navbar-nav
  li.dropdown
  a.dropdown-toggle.toggle-caret {
  padding: 0;
  display: none;
}
header nav .navbar-collapse .navbar-nav li.dropdown a {
  cursor: pointer;
}
@media (min-width: 992px) {
  header nav .navbar-collapse .navbar-nav li.dropdown a {
    pointer-events: none;
  }
}
header nav .navbar-collapse .navbar-nav li.dropdown ul li a {
  pointer-events: auto;
}
header nav .navbar-collapse .navbar-nav li.dropdown ul li.level-2 a {
  position: relative;
}
header nav .navbar-collapse .navbar-nav li.dropdown ul li.level-2 a::after {
  content: " ";
  position: absolute;
  top: 4px;
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow_sub_desktop.png")
    no-repeat scroll 0 center;
  background-size: 5px 8px;
  height: 8px;
  right: -9px;
  width: 5px;
}
@media (max-width: 991px) {
  header nav .navbar-collapse .navbar-nav li.dropdown ul li.level-2 a::after {
    background: transparent
      url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/sub-menu-arrow.png")
      no-repeat scroll 0 center;
    background-size: 7px auto;
    content: " ";
    height: 25px;
    position: absolute;
    right: -14px;
    top: -3px;
    width: 11px;
  }
}
@media (max-width: 767px) {
  header nav .navbar-collapse .navbar-nav li.dropdown ul li.level-2 a::after {
    right: -14px;
    top: 0;
  }
}
header .text-component.vaccine_report {
  float: right;
  margin-right: 70px;
  margin-top: 25px;
}
header .text-component.vaccine_report .report-outer {
  float: left;
  height: 33px;
  width: 39px;
  position: relative;
}
header .text-component.vaccine_report .report-outer img {
  float: left;
  height: 33px;
  margin-right: 15px;
  margin-top: -22px;
  width: 43px;
}
header .text-component.vaccine_report .report-outer .report_number {
  position: absolute;
  right: 4px;
  letter-spacing: -2px;
  top: -21px;
  color: #3a3a3b;
  font-family: "Rubik Regular", sans-serif;
  font-weight: 700;
}
header .text-component.vaccine_report .report-outer .report_number:hover {
  border: none !important;
}
header .text-component.vaccine_report .report-text {
  float: left;
  margin-left: 11px;
}
header .text-component.vaccine_report .report-text span a {
  color: #fff;
  cursor: pointer;
  font-family: "Rubik Regular", sans-serif;
  float: right;
  line-height: 14px;
  font-size: 14px;
}
@media (min-width: 992px) {
  header .text-component.vaccine_report .report-text span a {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .text-component.vaccine_report .report-text span a {
    font-family: "Rubik Black Italic", sans-serif;
  }
}
@media (min-width: 992px) {
  header #version_text a:focus,
  header #version_text a:hover,
  header #version_text span:focus,
  header #version_text span:hover,
  header .text-component.vaccine_report a:focus,
  header .text-component.vaccine_report a:hover,
  header .text-component.vaccine_report span:focus,
  header .text-component.vaccine_report span:hover {
    text-decoration: none;
  }
}
header #brandUtilityLinksDT.utility-links {
  display: none;
}
header #brandLogo {
  margin-top: 0;
  padding-left: 20px;
}
header #brandLogo img {
  height: 40px;
}
header .score-container.bottom-share {
  margin: 50px 0;
  padding: 9px 0;
}
header #printPage,
header #socialShare {
  float: left;
  margin: 10px 0;
}
header .share-icons {
  float: left;
  padding-right: 0;
  position: relative;
}
header .share-btn.selected {
  display: none;
}
header .share-show-hide {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  width: 180px;
  z-index: 1;
}
header .share-show-hide li a {
  background: #3a3a3b none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 6px 0 0;
  padding: 4px 7px;
  width: 30px;
}
@media (max-width: 991px) {
  header .search-container {
    padding: 0 18px;
  }
  header .brand-logo {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
  header .score-header-wrapper {
    width: 100%;
  }
  header .score-header-wrapper #brandSearchDT.brand-search.hidden-xs.col-sm-3 {
    display: block !important;
    float: right;
    margin-top: 0;
    min-width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-header.score-navbar-header {
    display: block;
    padding-bottom: 9px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-header.score-navbar-header
    .navbar-toggle {
    border: none;
    background: 0 0;
    margin: 0 0 0 20px;
    padding: 0;
    border-radius: 0;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-header.score-navbar-header
    .navbar-toggle:focus {
    background: 0 0;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-header.score-navbar-header
    .navbar-toggle
    .icon-bar {
    background: #fff;
    border-radius: 0;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    width: 33px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-header.score-navbar-header
    .navbar-toggle
    .menu_text {
    color: #fff;
    font-size: 12px;
    font-family: "Rubik Regular", sans-serif;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse {
    border: medium none;
    background: #4a4a02;
    padding: 20px 0 0;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav {
    background-color: #4a4a02;
    padding-right: 0;
    padding-left: 0;
    height: auto;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    .seperator {
    display: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li {
    padding: 15px 0;
    border-top: 1px solid #4b63ae;
    position: relative;
    width: 100%;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.dropdown {
    position: relative;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.dropDown_collapse::before {
    background: transparent
      url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/submenu_open.png")
      no-repeat scroll 3px center;
    background-size: 7px auto;
    content: " ";
    height: 20px;
    left: 16px;
    width: 26px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li::before {
    content: " ";
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/main-menu-arrow.png")
      no-repeat scroll -1px center;
    background-size: 9px auto;
    height: 22px;
    width: 11px;
    left: 20px;
    position: absolute;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.dropDown_collapse {
    padding-bottom: 0;
    background: #383804 none repeat scroll 0 0;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    ul::before {
    content: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    .dropdown-menu {
    left: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 12px;
    background: #8f8f85;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul_parent {
    padding: 0;
    border: none;
    height: auto;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul {
    margin-top: 0;
    padding: 0;
    border: none;
    height: auto;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul::after {
    content: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul {
    padding: 0;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li {
    margin: 0;
    padding: 5px 0;
    border-top: 1px solid #616034;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li
    a {
    padding-left: 59px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li
    a:focus,
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li
    a:hover {
    text-decoration: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    ::before {
    left: 14px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    a {
    padding-left: 35px;
    font-size: 20px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    a
    p {
    color: #fff;
    font-size: 20px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.active
    a {
    background-color: transparent;
    color: #fff;
    font-family: "Rubik Regular", sans-serif;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    .sub_ul::before {
    content: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    .sub_ul
    li::before {
    content: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    .sub_ul_parent::before {
    content: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report {
    float: left;
    padding: 13px 20px 2px;
    border-top: 1px solid #4b63ae;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report
    img {
    height: 31px;
    margin-top: -3px;
    width: 40px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report
    span {
    font-size: 14px;
    float: left;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report
    .report-outer
    .report_number {
    top: -4px;
    right: 6px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report
    .report-text {
    float: left;
    margin-top: 7px;
    margin-left: 8px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report
    .report-text
    span
    a {
    font-size: 20px;
  }
  header .score-header-wrapper #brandLogo {
    z-index: 200;
    margin-top: 0;
  }
  header .score-header-wrapper #brandLogo img {
    height: 40px;
  }
  header .score-header-wrapper #globalHeader .col-xs-12.hidden-xs {
    padding-left: 20px;
    padding-right: 20px;
    display: none !important;
  }
  header .score-header-wrapper #brandUtilityLinksMB {
    display: none !important;
  }
  header .score-header-wrapper .header-banner.col-xs-12 {
    height: auto;
  }
  header .score-header-wrapper #brandSearchMB {
    display: none !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report
    img {
    height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .score-structural.score-column2-wideleft > .score-right {
    bottom: 26px;
  }
  header .navbar-header .col-xs-12.col-sm-3 {
    padding: 0;
    width: 100%;
    width: auto;
    margin-left: 80px;
  }
  header .score-header-wrapper .header-banner.col-xs-12 {
    z-index: 10000;
  }
  header .score-hamburger + .navbar-brand {
    pointer-events: none;
  }
  header .score-hamburger img {
    width: 33px;
  }
  header .score-hamburger-il + .navbar-brand {
    pointer-events: none;
  }
  header .score-hamburger-il img {
    width: 33px;
  }
  header .score-header-wrapper #brandSearchDT.brand-search.hidden-xs.col-sm-3 {
    display: block;
    float: right;
    margin-top: 17px;
    min-width: 210px;
    padding-bottom: 20px;
    padding-right: 0;
    position: relative;
    z-index: 1000;
  }
  header .text-component.vaccine_report .report-outer img {
    float: left;
    height: 27px;
    margin-right: 0;
    margin-top: -5px;
    width: 40px;
  }
  header .navbar-header {
    float: none;
    clear: both;
    padding-bottom: 9px;
  }
  header .score-header-wrapper #brandLogo {
    margin-top: 0;
  }
  header .text-component.vaccine_report {
    float: right;
    margin-right: 23px;
    margin-top: 24px;
    position: relative;
    z-index: 1000;
  }
  header .text-component.vaccine_report .report-outer .report_number {
    right: 4px;
    letter-spacing: -2px;
    top: -5px;
  }
  header .score-header-wrapper #brandLogo img {
    height: 36px;
  }
  header
    #brandSearchDT.brand-search.hidden-xs.col-sm-3
    #EMSCoveoDesktopSearchBox {
    height: 35px;
    width: 191px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav {
    float: none;
    margin-top: 0;
  }
  header nav .navbar-nav li .dropdown-menu {
    position: relative;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse {
    margin-top: 7px;
    padding: 0;
  }
  header .navbar-default {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    min-height: auto;
    position: absolute;
    top: 33px;
    z-index: 99;
    width: 100%;
  }
  header .navbar-collapse.collapse {
    display: none;
    visibility: hidden;
    height: 20px !important;
  }
  header .navbar-collapse.collapse.in {
    display: block !important;
    visibility: visible;
    height: auto !important;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li {
    padding: 18px 0;
    border-top: 1px solid #6e6d34;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    a {
    padding-left: 37px;
    font-size: 18px;
  }
  header nav .navbar-collapse .navbar-nav li .dropdown-menu {
    border: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    .dropdown-menu {
    margin-top: 17px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li {
    padding: 11px 0;
    border-top: 1px solid #616034;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li
    a {
    text-transform: capitalize;
    font-size: 16px;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    a
    p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  header .score-header-wrapper #brandLogo img {
    height: 36px;
  }
  header .score-hamburger img,
  header .score-hamburger-il img {
    width: 33px;
  }
  header .score-header-wrapper .header-banner.col-xs-12 {
    z-index: 10000;
  }
  header #conditionLogo img {
    margin: 7px 0;
  }
}
.CoveoSearchBox .CoveoQueryBox {
  font-size: 14px;
  border-radius: 0;
  color: #14141a;
  border: none;
  background: #fff;
  font-family: "Rubik Regular", sans-serif;
  padding: 5px 10px 5px 9px;
  margin: 0 auto;
  width: auto;
  outline: 0;
}
@media (max-width: 767px) {
  .CoveoSearchBox .CoveoQueryBox {
    font-size: 15px;
    color: #000;
  }
}
.CoveoSearchBox .CoveoQueryBox::-moz-placeholder {
  color: #14141a !important;
  opacity: 1 !important;
  font-family: "Rubik Regular", sans-serif;
}
@media (max-width: 767px) {
  .CoveoSearchBox .CoveoQueryBox::-moz-placeholder {
    color: #000 !important;
  }
}
.CoveoSearchBox .CoveoSearchButton {
  background: #7079bd
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/search-white")
    no-repeat scroll center center;
  background-size: 60% auto;
  border-left: 1px solid #4b63ae;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  padding: 10px 8px 9px;
}
#brandSearchDT.brand-search.hidden-xs.col-sm-3 {
  margin: 0 auto;
  width: 210px;
}
#brandSearchDT.brand-search.hidden-xs.col-sm-3 #EMSCoveoDesktopSearchBox {
  height: 35px;
  border-radius: 0;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  #brandSearchDT.brand-search.hidden-xs.col-sm-3 #EMSCoveoDesktopSearchBox {
    width: 191px;
    height: 37px;
  }
}
#brandSearchDT.brand-search.hidden-xs.col-sm-3
  #EMSCoveoDesktopSearchBox
  .coveo-icon {
  background: 0 0;
}
#brandSearchDT.brand-search.hidden-xs.col-sm-3 {
  display: block !important;
  float: right;
  margin-top: 0;
  min-width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#brandSearchDT.brand-search.hidden-xs.col-sm-3 #EMSCoveoDesktopSearchBox {
  height: 35px;
  width: 191px;
  margin: 0 auto;
  transform: scale(1.5);
  margin-top: 100px;
}
.search-overlay #brandSearchDT.brand-search.hidden-xs.col-sm-3 {
  display: block;
  margin-top: 17px;
  min-width: 210px;
  padding-bottom: 20px;
  padding-right: 0;
  position: relative;
  z-index: 1000;
}
footer {
  margin: 0 auto;
  width: 992px;
}
footer .score-imagelink.img-responsive.footer-sanofi-logo {
  height: auto;
  width: 242px;
  margin: 0 auto;
}
footer .score-footer-wrapper .container {
  background: #4b63ae;
  width: 100%;
  padding-bottom: 57px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .score-footer-wrapper .container {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer .score-footer-wrapper .container {
    padding-bottom: 35px;
  }
}
footer #hcProCopy,
footer #indicationCopy,
footer #quickLinks,
footer .ft-date,
footer .ft-name,
footer .ft-pNumber {
  display: none;
}
footer #emsFooter .footer {
  text-align: center;
  width: 100%;
}
footer #emsFooter .footer a:first-child {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer #emsFooter .footer a:first-child {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  footer #emsFooter .footer a:first-child {
    margin-bottom: 32px !important;
  }
}
footer #emsFooter .footer .ft-links a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  font-family: "Rubik Regular", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer #emsFooter .footer .ft-links a {
    margin: 0 7px;
  }
}
footer #emsFooter .footer .ft-links a:hover {
  text-decoration: none;
}
footer .ft-links span {
  color: #a2a253;
}
footer .text-component.pre-footer {
  padding: 45px 0;
}
footer .text-component.pre-footer p {
  color: #4b63ae;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  margin: 0 96px;
  font-family: "Rubik Medium", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .text-component.pre-footer p {
    margin: 0 auto;
    width: 65%;
  }
}
@media (max-width: 767px) {
  footer .text-component.pre-footer p {
    margin: 0;
  }
}
footer .ft-note {
  color: #fff;
  float: left;
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
}
footer .text-component.footer-copyright-section {
  clear: both;
  margin: 0 auto;
  max-width: 570px;
}
@media (min-width: 768px) and (max-width: 991px) {
  footer .text-component.footer-copyright-section {
    max-width: 100%;
  }
}
footer .text-component.footer-copyright-section p {
  color: #fff;
  font-family: "Rubik Regular", sans-serif;
  margin-bottom: 35px;
}
footer .ft-note strong {
  font-weight: 400;
}
footer .text-component.footer-copyright-section p span {
  color: #fff;
}
@media (max-width: 767px) {
  footer .text-component.footer-copyright-section p span {
    display: contents;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  footer {
    width: 100%;
  }
  footer .text-component.pre-footer {
    padding: 31px 0 35px;
  }
}
@media (max-width: 767px) {
  footer {
    width: 100%;
  }
  footer .score-imagelink.img-responsive.footer-sanofi-logo {
    width: 250px;
  }
  footer .ft-note {
    margin-bottom: 12px;
  }
  footer #emsFooter .footer .text-component.footer-copyright-section {
    clear: both;
    margin: 0 auto;
    width: 100%;
  }
  footer #emsFooter .footer .text-component.footer-copyright-section p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  footer #emsFooter .footer .text-component.footer-copyright-section p .hyphen {
    display: none;
  }
  footer #emsFooter .footer a:first-child {
    margin-top: 50px;
    margin-bottom: 36px;
  }
  footer #emsFooter .footer .ft-links {
    display: block;
    margin: 0 auto;
    width: 150px;
  }
  footer #emsFooter .footer .ft-links a {
    display: inline-block;
    margin-top: 15px;
    margin: 25px 0 0;
    line-height: 0.99;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
  }
  footer #emsFooter .footer .ft-links a:first-child {
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  footer #emsFooter .footer .ft-note {
    font-size: 15px;
    line-height: 20px;
  }
  footer .text-component.pre-footer {
    margin: 0 auto;
    width: 100%;
    padding: 35px 19px;
  }
}
.pageWrapper .container {
  padding: 0;
  width: 992px;
}
@media (max-width: 991px) {
  .pageWrapper .container {
    width: 100%;
    overflow: hidden;
  }
}
.pageWrapper .banner-img .score-image-responsive.img-responsive {
  height: auto;
  width: 100%;
}
.body-containt-wrapper .noreport-cls form {
  float: left;
  width: 100%;
}
.body-containt-wrapper .noreport-cls form + p {
  clear: both;
  float: left;
}
.body-containt-wrapper .map_overlay {
  display: none;
}
@media (max-width: 767px) {
  .body-containt-wrapper #map.map {
    height: 365px !important;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-image-responsive.img-responsive {
    height: auto;
    width: 100%;
  }
  .body-containt-wrapper .text-component.Disease_popup_outer {
    display: none;
  }
  .body-containt-wrapper .text-component.travel-map-content {
    width: 100%;
  }
  .body-containt-wrapper .map_overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    display: none;
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/map_mobile_blur.png")
      no-repeat scroll 0 0;
    background-size: 100% auto;
  }
  .body-containt-wrapper .continue_map {
    background: #3a3a3b none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-family: "Rubic Regular", sans-serif;
    font-size: 16px;
    height: 54px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
  }
}
.body-containt-wrapper .score-page.score-column1 {
  margin-left: 0;
  margin-right: 0;
}
.body-containt-wrapper .score-page.score-column1 .score-main {
  padding-left: 29px;
  padding-right: 29px;
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .score-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-left {
    float: left;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-left {
    padding-right: 15px;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-main
  .score-structural.score-column2-wideleft
  .score-right
  .last_box
  .box-content {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .first_box
    .box-content {
    margin-bottom: 0 !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .first_box
    .box-content
    .promo-text {
    padding: 16px 35px 20px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .first_box
    .box-content
    .promo-text
    .btn-primary {
    margin: 14px 36px 0;
    padding: 10px 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .last_box
    .box-content {
    margin-top: 23px !important;
    margin-bottom: 0 !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .last_box
    .box-content
    .promo-text {
    padding: 16px 50px 20px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .last_box
    .box-content
    .promo-text
    .btn-primary {
    margin: 14px 14px 0;
    padding: 10px 0;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-main
  .score-structural.score-column2-wideleft
  .score-right
  .box-content {
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .box-content {
    float: right;
    padding: 0;
    width: 229px;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .box-content {
    margin-top: 47px;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-main
  .score-structural.score-column2-wideleft
  .score-right
  .box-content
  img {
  width: 100%;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .box-content
    img {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .box-content
    img {
    height: auto;
  }
}
.body-containt-wrapper .score-page.score-column1 .text-component h1 {
  color: #4b63ae;
  font-size: 35px;
  margin: 0;
  font-family: "Rubik Medium", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .text-component h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .text-component h1 {
    margin: 14px 0 10px;
    font-size: 30px;
  }
}
.body-containt-wrapper .score-page.score-column1 .text-component.top_buttons {
  margin-bottom: 17px;
  margin-top: 34px;
  padding: 9px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .text-component.top_buttons {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .text-component.top_buttons {
    margin-top: 29px;
    padding: 8px 0;
  }
}
.body-containt-wrapper .score-page.score-column1 .text-component.top_buttons a {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  padding: 0;
  width: 30px;
  margin: 0 6px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.top_buttons
    a.print {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.top_buttons
    a {
    padding: 0;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p {
  margin: 12px 0 27px;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    p {
    margin: 12px 0 27px !important;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p {
  display: inline-block;
  margin-right: 46px;
  margin-top: 14px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p {
    display: block;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p:last-child {
    margin-bottom: 24px !important;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p
  span.color-amber,
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p
  span.color-green,
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p
  span.color-red {
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  margin: 2px 3px 0 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p
  span.color-amber {
  background: #ec8832;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p
  span.color-green {
  background: #188d1a;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .map_content
  .map-top-indicators
  p
  span.color-red {
  background: #dd4e54;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  h2 {
  color: #4b63ae;
  font-size: 32px;
  margin: 0;
  font-family: "Rubik Medium", sans-serif;
  line-height: 25px;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p {
  color: #3a3a3b;
  line-height: 22px;
  font-size: 16px;
  font-family: "Rubik Regular", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    p {
    margin: 12px 0 27px;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p:last-child {
  margin-bottom: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p
  a {
  color: #3a3a3b;
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p
  a:focus,
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p
  a:hover {
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  strong {
  font-weight: 400;
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  strong:focus,
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  strong:hover {
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .font-headings {
  font-family: "Rubik Bold", sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .font-headings {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .font-headings {
    margin-bottom: 24px !important;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .font-headings1 {
  margin-bottom: 4px !important;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .font-headings1 {
    margin-bottom: 24px !important;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .font-headings2 {
  margin-top: 19px !important;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .font-headings2 {
    margin-top: 25px !important;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input {
  border: 2px solid #4b63ae;
  color: #3a3a3b;
  height: 40px;
  width: 100px;
  font-size: 16px;
  font-family: "Rubik Medium", sans-serif;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    input {
    display: block;
    margin: 0 auto 19px;
    text-align: center;
    width: 100px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    input#newreportbtn {
    background: #3a3a3b none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    font-family: "Rubic Regular", sans-serif;
    font-size: 14px;
    height: 40px;
    width: 165px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    input#newreportbtn,
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    input#newreporttxt {
    float: left;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input#autocomplete {
  width: 100%;
  border: none;
  border-radius: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input[type="submit"] {
  background: #4b63ae;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  width: auto;
  font-family: "Rubik Regular", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    input[type="submit"] {
    margin-left: 6px;
  }
}
.body-containt-wrapper .score-page.score-column1 .bottom-share {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .bottom-share {
    margin-top: 35px;
  }
}
.body-containt-wrapper .score-page.score-column1 .bottom-share .container {
  width: 100%;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main {
  padding: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare {
  float: left;
  padding-top: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-btn {
  display: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide {
  display: block;
  background: 0 0;
  border: none;
  float: left;
  position: static;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li {
  float: left;
  height: 30px;
  list-style: outside none none;
  margin: 9px 0 9px 12px;
  width: 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li:last-child {
  border-left: none;
  padding-left: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a {
  height: 30px;
  width: 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.facebook {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/facebook.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.facebook:hover {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/facebook-light.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.facebook:active,
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.facebook:focus,
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.facebook:visited {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/facebook-dark.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.twitter {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/twitter.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.twitter:hover {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/twitter-light.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.twitter:active,
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.twitter:focus,
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.twitter:visited {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/twitter-light.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.googlePlus {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/google-plus.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.googlePlus:hover {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/google-plus-light.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.googlePlus:active,
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.googlePlus:focus,
.body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide
  li
  a.googlePlus:visited {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/google-plus-dark.png")
    no-repeat scroll 0 0;
  background-size: 30px 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal {
    margin: 0;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  h4,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  h4 {
  margin: 0;
  background-color: #4b63ae;
  color: #fff;
  font-family: "Rubik Medium", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 9px 0;
  text-align: center;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    h4,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    h4 {
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    h4,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    h4 {
    padding: 11px 0;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  h4:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  h4:focus,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  h4:hover,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  h4:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  h4:focus,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  h4:hover {
  outline: medium none;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new {
  margin: 0;
  border-right: #4b63ae solid 1px;
  border-left: #4b63ae solid 1px;
  border-bottom: #4b63ae solid 1px;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new {
    width: 100%;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left {
  float: left;
  width: 100%;
}
.text_three_tabs a {
  font-weight: 700;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p {
  color: #4b63ae;
  font-family: "Rubik Regular", sans-serif;
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  float: right;
  width: 164px;
  margin: 14px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-left
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-left
    p {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-left
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-left
    p {
    margin: 8px 0;
    width: auto;
    line-height: 23px;
    float: left;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p
  span,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p
  span {
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p
  span:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p
  span:hover,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p
  span:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p
  span:hover {
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p:first-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p:first-child {
  float: left;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-left
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-left
    p:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-left
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-left
    p:first-child {
    width: auto;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p:last-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p:last-child {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-left
    p:last-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-left
    p:last-child {
    float: left;
    margin-left: 10px;
    width: 63%;
    margin-top: 4px;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right {
  float: left;
  width: 100%;
  border-top: 1px solid #4b63ae;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p {
  color: #14141a;
  font-family: "Rubik Regular", sans-serif;
  line-height: 22px;
  font-size: 16px;
  float: right;
  width: 164px;
  margin: 14px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-center
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-right
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-center
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-right
    p {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-center
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-right
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-center
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-right
    p {
    margin: 8px 0;
    width: auto;
    line-height: 23px;
    float: left;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p
  span,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p
  span,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p
  span,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p
  span {
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p
  span:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p
  span:hover,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p
  span:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p
  span:hover,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p
  span:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p
  span:hover,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p
  span:active,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p
  span:hover {
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p:first-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p:first-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p:first-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p:first-child {
  float: left;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-center
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-right
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-center
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-right
    p:first-child {
    width: auto;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-center
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-right
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-center
    p:first-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-right
    p:first-child {
    width: auto;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p:last-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p:last-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p:last-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p:last-child {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-center
    p:last-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-right
    p:last-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-center
    p:last-child,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-right
    p:last-child {
    float: left;
    margin-left: 10px;
    width: 63%;
    margin-top: 4px;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-right
  .box-content {
  margin-bottom: 0 !important;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-right
  .box-content
  img {
  width: 100%;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-right
  .box-content
  .promo-text {
  padding: 21px 20px 28px;
  margin: 0 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-right
    .box-content
    .promo-text {
    padding: 28px 20px 36px;
    margin: 0;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-right
  .box-content
  .promo-text
  .btn-primary {
  background-color: #4b63ae;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin-top: 10px;
  font-family: "Rubik Medium", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-right
    .box-content
    .promo-text
    .btn-primary {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left {
    float: left;
    padding: 0;
    width: 229px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-right {
    float: left;
    width: 229px;
    margin-left: 0;
    padding-left: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-right
    .score-structural.score-column {
    margin: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-right
    .score-structural.score-column
    .score-center {
    padding-left: 0 !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .whats_new,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .whats_new {
    width: 100%;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .whats_new
    .text-component
    img,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .whats_new
    .text-component
    img {
    height: auto;
    max-width: 100%;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center {
    margin-left: 20px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-right {
    margin-left: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-left,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-right {
    padding-left: 15px;
    padding-right: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-center
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-left
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-right
    .text-component
    p:nth-child(2) {
    padding-left: 0;
    font-size: 13px;
    padding-right: 0;
    float: left;
    width: 52%;
    margin-left: 15px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-right {
    margin-left: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-left,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-right {
    padding-left: 15px;
    padding-right: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-center
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-left
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-right
    .text-component
    p:nth-child(2) {
    padding-left: 0;
    font-size: 13px;
    float: left;
    width: 52%;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left {
    margin-top: 28px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-left,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-right {
    margin-top: 0;
    padding-left: 15px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-center,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-left,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-right {
    margin-top: 0;
    padding-left: 9px;
  }
}
.body-containt-wrapper .score-page.score-column1 .home-inner-text {
  color: #4b63ae;
  text-align: right;
  margin: 47px 0 44px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .home-inner-text {
    margin: 37px 0 34px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .home-inner-text {
    padding: 0;
  }
}
.body-containt-wrapper .score-page.score-column1 .home-inner-text h1 {
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 15px;
  font-family: "Rubik Medium", sans-serif;
  color: #4b63ae;
  text-transform: none;
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .home-inner-text h1 {
    font-size: 20px;
    line-height: 23px;
  }
}
.body-containt-wrapper .score-page.score-column1 .home-inner-text p {
  margin-top: 0;
  font-family: "Rubik Regular", sans-serif;
  color: #4b63ae;
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .home-inner-text p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .home-inner-text p {
    font-family: "Rubik Regular", sans-serif;
  }
}
.body-containt-wrapper .score-page.score-column1 .home-inner-text img {
  margin-bottom: 35px;
}
.body-containt-wrapper .score-page.score-column1 .home-inner-text a {
  font-weight: 700;
}
.body-containt-wrapper .score-page.score-column1 .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  list-style: outside none none;
  margin: 35px 0 10px;
  padding: 0;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .breadcrumb {
    margin: 35px 0 9px;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .breadcrumb {
    display: none;
  }
}
.body-containt-wrapper .score-page.score-column1 .breadcrumb a {
  color: #4b63ae;
  font-family: "Rubik Regular", sans-serif;
  font-size: 15px;
  text-decoration: none;
}
.body-containt-wrapper .score-page.score-column1 .breadcrumb a:hover {
  text-decoration: none;
}
.body-containt-wrapper .score-page.score-column1 .breadcrumb li:first-child a {
  color: #4b63ae;
  text-decoration: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .breadcrumb
  li:first-child
  a:focus,
.body-containt-wrapper
  .score-page.score-column1
  .breadcrumb
  li:first-child
  a:hover {
  text-decoration: none;
}
.body-containt-wrapper .score-page.score-column1 .breadcrumb .active {
  color: #4b63ae;
  font-family: "Rubik Regular", sans-serif;
  text-transform: capitalize;
}
.body-containt-wrapper .score-page.score-column1 .breadcrumb li + li::before {
  color: #4b63ae;
  content: "> ";
  padding: 0 2px;
}
.body-containt-wrapper
  .score-page.score-column1
  .breadcrumb
  li
  + li.active::before {
  content: "- ";
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .score-right {
    float: right;
    width: 40%;
  }
}
.body-containt-wrapper .score-page.score-column1 .box-content {
  margin-bottom: 40px;
  padding: 0;
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .box-content {
    margin-bottom: 0;
  }
}
.body-containt-wrapper .score-page.score-column1 .box-content h4 {
  background-color: #4b63ae;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 9px 0 8px;
  font-family: "Rubik Medium", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper .score-page.score-column1 .box-content h4 {
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper .score-page.score-column1 .box-content h4 {
    padding: 11px 0;
  }
}
.body-containt-wrapper .score-page.score-column1 .box-content .promo-text {
  padding: 16px 20px 20px;
  border-bottom: #4b63ae 1px solid;
  border-left: #4b63ae 1px solid;
  border-right: #4b63ae 1px solid;
}
@media (min-width: 768px) and (max-width: 991px) {
  .body-containt-wrapper
    .score-page.score-column1
    .box-content
    .promo-text
    .hidden-xs {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .body-containt-wrapper
    .score-page.score-column1
    .box-content
    .promo-text
    .hidden-xs {
    display: block !important;
  }
}
.body-containt-wrapper
  .score-page.score-column1
  .box-content
  .promo-text
  .hidden-xs
  strong {
  color: #4b63ae;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
}
.body-containt-wrapper
  .score-page.score-column1
  .box-content
  .promo-text
  .hidden-xs:first-child {
  margin: 0;
  font-family: "Rubik Regular", sans-serif;
}
.body-containt-wrapper
  .score-page.score-column1
  .box-content
  .promo-text
  .btn-primary {
  background-color: #4b63ae;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  margin-top: 10px;
  font-family: "Rubik Medium", sans-serif;
}
.body-containt-wrapper
  .score-page.score-column1
  .box-content
  .promo-text
  .btn-primary:hover {
  background-color: #4b63ae !important;
  border-color: none;
  color: #fff;
  outline: medium none !important;
}
.body-containt-wrapper
  .score-page.score-column1
  .box-content
  .promo-text
  .btn-primary:active {
  background-color: #616107 !important;
}
.score-structural.score-column3-equal.banner-box {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 91%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .score-structural.score-column3-equal.banner-box {
    top: 47.5%;
    transform: translate(-50%, -46%);
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .score-structural.score-column3-equal.banner-box {
    top: 48% !important;
  }
}
.score-structural.score-column3-equal.banner-box .box-content {
  padding: 0;
}
.score-structural.score-column3-equal.banner-box img {
  height: auto;
  max-width: 100%;
  margin-top: 0;
}
.score-structural.score-column3-equal.banner-box .score-center,
.score-structural.score-column3-equal.banner-box .score-left,
.score-structural.score-column3-equal.banner-box .score-right {
  height: auto;
  padding: 0;
  width: 290px;
}
.score-structural.score-column3-equal.banner-box .score-center,
.score-structural.score-column3-equal.banner-box .score-right {
  margin-left: 30px;
}
.score-structural.score-column3-equal.banner-box .text-component {
  position: relative;
}
.score-structural.score-column3-equal.banner-box .text-component input {
  border: medium none;
  float: left;
  height: 35px;
  width: 254px;
  padding: 0 8px;
  color: #000 !important;
  font-family: "Rubik Regular", sans-serif;
  opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 991px) {
  .score-structural.score-column3-equal.banner-box .text-component input {
    font-size: 13px;
  }
}
.score-structural.score-column3-equal.banner-box .text-component .search {
  background: #fff
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/magnifier.svg")
    no-repeat scroll center center;
  background-size: 18px auto;
  display: block;
  float: left;
  height: 35px;
  margin-left: 1px;
  width: 35px;
  opacity: 0.9;
}
.score-structural.score-column3-equal.banner-box h4 {
  background: #4b63ae;
  color: #fff;
  font-family: "Rubic Medium", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 3% 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .score-structural.score-column3-equal.banner-box h4 {
    padding: 8px 29% 9px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .score-structural.score-column3-equal.banner-box .score-center,
  .score-structural.score-column3-equal.banner-box .score-left,
  .score-structural.score-column3-equal.banner-box .score-right {
    padding: 0;
    width: 229px;
    float: left;
  }
  .score-structural.score-column3-equal.banner-box
    .score-center
    .text-component
    input,
  .score-structural.score-column3-equal.banner-box
    .score-left
    .text-component
    input,
  .score-structural.score-column3-equal.banner-box
    .score-right
    .text-component
    input {
    width: 194px;
  }
  .score-structural.score-column3-equal.banner-box
    .score-center
    .text-component
    .search,
  .score-structural.score-column3-equal.banner-box
    .score-left
    .text-component
    .search,
  .score-structural.score-column3-equal.banner-box
    .score-right
    .text-component
    .search {
    width: 34px;
  }
  .score-structural.score-column3-equal.banner-box .score-center,
  .score-structural.score-column3-equal.banner-box .score-right {
    margin-left: 19px;
  }
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #aaa;
  list-style: outside none none;
  padding: 0;
  width: 254px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 192px !important;
  }
}
@media (min-width: 320px) and (max-width: 359px) {
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 87% !important;
  }
}
@media (min-width: 360px) and (max-width: 639px) {
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 77% !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 74.5% !important;
  }
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li {
  padding: 0 0 0 8px;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li a {
  color: #14141a;
  display: block;
  padding: 3px 0;
  cursor: pointer;
  text-decoration: none;
}
.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all li:hover {
  background: #e3e307 none repeat scroll 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-img
    .score-structural.score-column3-equal.banner-box
    .score-right
    .box-content
    h4 {
    padding: 8px 0 9px !important;
  }
}
.banner-img
  .score-structural.score-column3-equal.banner-box
  .text-component
  input {
  border-radius: 0;
}
.banner-img
  .score-structural.score-column3-equal.banner-box
  .text-component
  input:focus {
  display: inline-block;
  background: #fff;
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-img
    .score-structural.score-column3-equal.banner-box
    .score-center
    .box-content
    h4,
  .banner-img
    .score-structural.score-column3-equal.banner-box
    .score-left
    .box-content
    h4 {
    padding: 8px 0 9px !important;
  }
}
@media (max-width: 767px) {
  .banner-img .score-structural.score-column3-equal.banner-box {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
  }
  .banner-img .score-structural.score-column3-equal.banner-box div.box-content {
    display: none;
  }
  .banner-img .score-structural.score-column3-equal.banner-box .score-center,
  .banner-img .score-structural.score-column3-equal.banner-box .score-left,
  .banner-img .score-structural.score-column3-equal.banner-box .score-right {
    width: 100%;
    float: left;
  }
  .banner-img .score-structural.score-column3-equal.banner-box .score-center,
  .banner-img .score-structural.score-column3-equal.banner-box .score-right {
    margin-left: 0;
    margin-top: 6px;
  }
  .banner-img .score-structural.score-column3-equal.banner-box .text-component {
    float: none;
    margin: 0 auto;
    text-align: center;
    height: 40px;
  }
  .banner-img
    .score-structural.score-column3-equal.banner-box
    .text-component
    input {
    width: 238px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    width: 71.5%;
    padding: 0 13px;
    float: none;
    border-radius: 0;
  }
  .banner-img
    .score-structural.score-column3-equal.banner-box
    .text-component
    .search {
    height: 36px;
    width: 40px;
    display: inline-block;
    width: 10%;
    background-size: 22px 22px;
    float: none;
    opacity: 0.9;
    margin-left: -2px;
  }
}
.disease_popup {
  background: #fff none repeat scroll 0 0;
  border-left: 2px solid #4b63ae;
  border-right: 2px solid #4b63ae;
  border-top: 2px solid #4b63ae;
  border-bottom: 2px solid #4b63ae;
  top: 80px;
  position: absolute;
  width: 345px;
  left: 19px;
}
@media (max-width: 767px) {
  .disease_popup {
    left: 20px;
    width: 280px;
  }
}
.disease_popup #disease_popup_footer {
  display: none;
}
.disease_popup #disease_popup_header {
  background: #f4f7fc none repeat scroll 0 0;
  margin: 5px 5px 0;
  padding: 10px 13px 13px;
}
@media (max-width: 767px) {
  .travelmap .disease_popup #disease_popup_header {
    margin: 5px 5px 0;
  }
  .travelmap #disease_popup_body {
    margin: 19px 0 0;
  }
  #disease_popup_body > h2 {
    margin-bottom: 5px !important;
    padding-left: 0;
  }
  #disease_popup_body > p {
    padding-left: 0;
  }
}
#disease_popup_body {
  margin: 19px 22px 41px 0;
  padding: 0 0 0 19px;
  height: 185px;
  overflow: auto;
}
#contry_disease > li.liheader.map_arrow::before {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow-map-down.png")
    no-repeat scroll 0 center;
  height: 11px;
  width: 16px;
}
#contry_disease > li.liheader {
  list-style: none;
  margin-top: 15px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
#disease_popup_body ul li.lidescription {
  color: #3a3a3b;
  display: none;
  font-family: "Rubic Regular", sans-serif;
  font-size: 14px;
  list-style: outside none none;
  padding-left: 18px;
}
.clinic-page #clinicdiv .lidescription {
  display: none;
}
#contry_disease > li.liheader::before {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/disease_arrow.png")
    repeat scroll 0 0;
  background-size: 11px 16px;
  content: " ";
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 11px;
}
.travelmap
  .body-containt-wrapper
  .score-page.score-column1
  .score-main
  .text-component.body-containt-inner-text
  #map-infowindow-content
  h2 {
  font-family: "Rubic Regular", sans-serif;
  font-size: 14px;
  display: none;
}
.travelmap
  .body-containt-wrapper
  .score-page.score-column1
  .breadcrumb
  li
  + li.active::before {
  content: "> ";
}
.travelmap
  .body-containt-wrapper
  .score-page.score-column1
  .score-main
  .text-component.body-containt-inner-text
  #map-infowindow-content
  h1 {
  font-size: 16px;
}
.disease_popup #disease_popup_header #country {
  color: #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  font-size: 22px;
  margin: 0 0 9px;
  text-transform: uppercase;
}
#disease_popup_header p {
  color: #ec8832;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  display: none;
}
#disease_popup_header p strong {
  font-family: "Rubic Regular", sans-serif;
}
#disease_popup_body h2 {
  font-family: "Rubik Bold", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #4b63ae;
  text-transform: uppercase;
  line-height: 14px;
}
#disease_popup_body p {
  color: #3a3a3b;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
  font-family: "Rubic Regular", sans-serif;
}
#disease_popup_body ul {
  color: #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  font-size: 16px;
  margin: 0 0 19px;
  padding: 0;
}
form.search-box {
  background: #fff none repeat scroll 0 0;
  left: 15px;
  position: absolute;
  top: 20px;
  width: 342px;
}
@media (max-width: 767px) {
  form.search-box {
    width: 215px;
    left: 20px;
  }
}
#disease_popup_body h2 + p {
  margin-bottom: 16px;
  margin-top: 5px;
}
#addToVaccine span,
#sendByEmail span {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  display: block;
  text-transform: uppercase;
  width: 138px;
}
#addToVaccine,
#sendByEmail {
  background: #3a3a3b none repeat scroll 0 0;
  cursor: pointer;
  float: left;
  font-family: "Rubic Regular", sans-serif;
  height: 40px;
  padding: 5px 0;
  width: 171px;
}
#addToVaccine:hover,
#sendByEmail:hover {
  background-color: #4b63ae !important;
}
#addToVaccine:active,
#sendByEmail:active {
  background-color: #616107 !important;
}
#sendByEmail {
  margin-left: 1px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  #sendByEmail {
    margin-left: 1px;
    padding-left: 17px;
  }
}
#addToVaccine {
  margin-left: -2px;
  padding-left: 19px;
}
.text-component.travel-map-content {
  margin: 0 auto;
  position: relative;
  width: 931px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-component.travel-map-content {
    width: auto;
  }
}
#addToVaccine img {
  float: left;
  padding: 4px 5px 0;
}
@media (max-width: 767px) {
  #addToVaccine img {
    padding: 0;
    margin-top: 4px;
  }
}
#sendByEmail img {
  float: left;
  padding: 8px 5px 0;
}
#sendByEmail span {
  padding: 9px 0;
}
#addToVaccine span {
  padding: 3px 0;
}
.gm-style-mtc {
  display: none;
}
.travelmap .map_content {
  display: table;
  padding-bottom: 48px;
}
.travelmap .exit_map {
  display: none;
}
.travelmap
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
  li
  a {
  text-decoration: none;
  font-family: "Rubik Regular", sans-serif;
  cursor: pointer;
}
.travelmap .map-outer {
  position: relative;
}
.travelmap .top_buttons + .text-component.travel-map-content {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .travelmap .body-containt-wrapper .score-page.score-column1 .score-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.travelmap
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.top_buttons
  a.addToReport {
  display: none;
}
.travelmap button.close {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/btn_close-map-popin.png")
    no-repeat scroll center center;
  background-size: 20px auto;
  border: 0 none;
  cursor: pointer;
  height: 20px;
  margin-right: 4px;
  margin-top: 5px !important;
  padding: 0;
  width: 20px;
  float: left;
}
@media (max-width: 767px) {
  .travelmap button.close {
    bottom: 11px;
    left: 5px;
    position: relative;
  }
}
.travelmap button.close span {
  display: none;
}
.travelmap #map_search_country {
  background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/search-white.png)
    no-repeat center center;
  background-color: #4b63ae;
  background-size: 20px;
  float: left;
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
}
@media (max-width: 767px) {
  .travelmap #map_search_country {
    margin-left: 1px;
  }
}
.travelmap
  .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
  li
  a {
  font-size: 16px;
  line-height: 30px;
}
.travelmap .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  border: 1px solid #f4f7fc;
  width: 300px !important;
}
.travelmap
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  #map
  input#autocomplete {
  border: 3px solid #4b63ae;
  display: block;
  float: left;
  width: 300px;
  padding: 0 14px;
  color: #14141a;
  font-family: "Rubic Regular", sans-serif;
  font-size: 18px;
  margin-left: 5px;
  border-radius: 50px 0 0 50px;
  background-image: none;
  background-color: rgba(255, 255, 255, 0.8);
  outline: rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    #map
    input#autocomplete {
    font-size: 15px;
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    #map
    input#autocomplete {
    margin-left: 0;
  }
}
.travelmap
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p {
  margin: 12px 0 22px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .travelmap .text-component.body-containt-inner-text p {
    width: 100% !important;
  }
}
.travelmap .search-box .search-field.ui-autocomplete-input::-moz-placeholder {
  color: #14141a;
  font-family: "Rubic Regular", sans-serif;
  font-size: 18px;
  opacity: 1;
}
@media (max-width: 767px) {
  .travelmap .search-box .search-field.ui-autocomplete-input::-moz-placeholder {
    font-size: 15px;
  }
}
.travelmap form.search-box {
  background: 0 0;
  left: 15px;
  position: absolute;
  top: 20px;
  width: auto;
}
.travelmap #disease-staticpopup {
  position: absolute;
  z-index: 1000;
}
.travelmap #disease-staticpopup .modal-dialog {
  height: 426px;
  margin: 0 !important;
  position: absolute;
  width: 400px;
  border: 3px solid #4b63ae;
  overflow: hidden;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .travelmap #disease-staticpopup .modal-dialog {
    width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .travelmap #disease-staticpopup .modal-dialog {
    height: 425px;
    width: 400px;
  }
}
.travelmap #disease-staticpopup .modal-backdrop {
  background: 0 0;
  display: none !important;
}
.travelmap #disease-staticpopup .modal-dialog .modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  outline: 0 none;
  position: relative;
  height: 100%;
}
.travelmap #disease-staticpopup .modal-dialog .modal-content button.close {
  color: #4b63ae;
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/btn_close-map-popin.png")
    no-repeat scroll center center;
  margin-top: -5px;
  opacity: 1;
  height: 19px;
  margin-right: 3px;
  margin-top: 4px;
  width: 19px;
  cursor: pointer;
  z-index: 1;
  float: left;
}
.travelmap #disease-staticpopup .modal-dialog .modal-content button.close span {
  display: none;
}
.travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body {
  padding-left: 28px;
  padding-right: 28px;
}
.travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body h2 {
  color: #3a3a3b;
  font-family: "Rubik Medium", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 4px 0 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body h2 {
    margin: 6px 0 10px;
  }
}
.travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body ul {
  margin: 10px 0 0;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body ul {
    margin: 5px 0 0;
  }
}
.travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body li {
  color: #3a3a3b;
  font-family: "Rubik Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body li {
    padding: 10px 0 5px;
  }
}
.travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body p {
  color: #3a3a3b;
  font-family: "Rubik Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin: 18px 15px;
}
.travelmap
  #disease-staticpopup
  .modal-dialog
  .modal-content
  .modal-body
  p.bodyintro {
  margin: 5px 0 0;
}
.travelmap
  #disease-staticpopup
  .modal-dialog
  .modal-content
  .btn.btn-default.disease-staticpopup-close {
  background-color: #4b63ae;
  border-radius: 3px;
  color: #fff;
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  margin: 12px 0 25px;
}
.travelmap
  #disease-staticpopup
  .modal-dialog
  .modal-content
  .btn.btn-default.disease-staticpopup-close:hover {
  background-color: #4b63ae;
}
.travelmap
  #disease-staticpopup
  .modal-dialog
  .modal-content
  .btn.btn-default.disease-staticpopup-close:active {
  background-color: #616107;
}
@media (max-width: 767px) {
  .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .btn.btn-default.disease-staticpopup-close {
    margin: 14px 0 4px;
  }
}
.travelmap #disease-staticpopup .modal-dialog .modal-content .modal-footer {
  display: none;
}
.travelmap .travel-map-content .disease_popup {
  display: none;
}
.travelmap .map_content .gm-style-iw + div {
  display: none;
}
.travelmap .map_content h1 {
  color: #4b63ae;
  font-size: 35px;
  margin: 0;
  font-family: "Rubik Medium", sans-serif;
  text-transform: uppercase;
}
.travelmap .map_content h2 {
  color: #4b63ae;
  font-size: 32px;
  margin: 0;
  font-family: "Rubik Medium", sans-serif;
  line-height: 25px;
}
.travelmap .map_content p {
  color: #3a3a3b;
  line-height: 22px;
  font-size: 16px;
  margin: 12px 0 25px;
  font-family: "Rubik Regular", sans-serif;
}
.travelmap .map_content p:last-child {
  margin-bottom: 0;
}
.travelmap .map_content p a {
  color: #3a3a3b;
  text-decoration: none;
}
.travelmap .map_content p a:focus,
.travelmap .map_content p a:hover {
  text-decoration: none;
}
.travelmap .lisubheader.disrec {
  color: #ec8832;
  white-space: nowrap;
}
.travelmap .lisubheader.disman {
  color: #dd4e54;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .travelmap
    .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    p:last-child {
    margin-bottom: 25px !important;
  }
  .travelmap #disease-staticpopup .modal-dialog {
    width: 400px;
    height: auto;
  }
  .travelmap #disease_popup_header {
    padding: 10px 0 11px;
  }
  .travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body h2 {
    margin: -16px 0 0;
    font-size: 20px;
  }
  .travelmap #disease-staticpopup .modal-dialog .modal-content .modal-body {
    padding-left: 17px;
    padding-right: 17px;
  }
  .travelmap #disease-staticpopup .modal-dialog .modal-content {
    border: none;
  }
  .travelmap #disease-staticpopup .modal-dialog .modal-content button.close {
    margin-top: 0;
    position: relative;
    z-index: 111;
    margin-right: 10px;
    bottom: 6px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    #map
    input#autocomplete {
    width: 79vw;
  }
  .travelmap #disease-staticpopup .modal-dialog .modal-content .modal-header {
    padding: 10px 0 3px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    h2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    #disease_popup_header
    h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    #disease_popup_header
    p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .modal-body
    h2 {
    padding-left: 1px;
    padding-right: 20px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    p {
    margin: 12px 0 22px !important;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .exit_map {
    background: #4b63ae none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-family: "Rubic Regular", sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 15px;
    padding: 7px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 17px;
    width: 50px;
    z-index: 1000;
    cursor: pointer;
    text-transform: uppercase;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .exit_map:hover {
    background-color: #4b63ae;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .exit_map:active {
    background-color: #616107;
  }
  .travelmap .disease_popup #disease_popup_header #country {
    text-transform: uppercase;
  }
  .travelmap #disease_popup_header p {
    font-family: "Rubik Bold", sans-serif;
    margin-bottom: 3px !important;
  }
  .travelmap #disease_popup_body h2 {
    font-family: "Rubik Medium", sans-serif;
  }
  .travelmap
    .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .disease_popup
    h2 {
    padding: 0;
  }
  .travelmap
    .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    #disease_popup_header
    p {
    margin-bottom: 0 !important;
    padding-right: 0;
    text-transform: uppercase;
  }
  .travelmap .travelmap .map_content p {
    margin: 12px 0 22px !important;
  }
  .travelmap
    .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .disease_popup
    p {
    padding: 0;
  }
  .travelmap #disease_popup_body {
    padding: 0 20px 10px;
    height: 132px;
  }
  .travelmap #disease_popup_body h2 + p {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }
  .travelmap #addToVaccine {
    width: 166px;
  }
  .travelmap #sendByEmail {
    width: 113px;
  }
  .travelmap #addToVaccine span {
    width: 102px;
    margin-left: 31px;
  }
  .travelmap .disease_popup {
    width: 282px;
  }
  .travelmap #sendByEmail span {
    padding: 3px 0;
    width: 110px;
  }
  .travelmap #addToVaccine span,
  .travelmap #sendByEmail span {
    text-transform: uppercase;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component
    h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.top_buttons {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }
  .travelmap
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    position: relative;
    z-index: 1;
    width: 216px !important;
  }
  .travelmap
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
    li
    a {
    font-size: 16px;
    line-height: 30px;
  }
  .travelmap
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    padding: 0;
  }
  .travelmap
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
    li {
    padding: 0 0 0 13px;
    cursor: pointer;
  }
  .travelmap
    .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
    li:hover {
    background: #e3e307 none repeat scroll 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column3-equal
    .score-right
    .box-content
    img {
    height: auto;
    width: 100%;
  }
  .travelmap #disease_popup_body h2 {
    line-height: 14px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    p {
    margin: 12px 0 27px;
  }
  .travelmap .travelmap #disease-staticpopup .modal-dialog {
    border: 3px solid #3a3a3b;
    height: 426px;
    margin: 30px auto;
    overflow: hidden;
    width: 688px;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    p {
    margin: 12px 0 23px;
  }
  .travelmap
    .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .modal-body
    p.bodyintro {
    margin: 10px 0 0 !important;
  }
  .travelmap #disease_popup_body {
    height: 185px;
    margin: 19px 22px 41px 0;
    overflow: auto;
    padding: 0 0 0 19px;
  }
  .travelmap
    .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .modal-body
    p {
    color: #3a3a3b;
    font-family: "Rubic Regular", sans-serif;
    font-size: 16px;
    line-height: 21px;
    margin: 18px 15px;
  }
  .travelmap
    .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .modal-body
    ul {
    margin: 0;
    padding: 0 0 0 15px;
  }
  .travelmap
    .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .modal-body
    li {
    color: #3a3a3b;
    font-family: "Rubic Regular", sans-serif;
    font-size: 16px;
    line-height: 21px;
    padding: 5px 0;
  }
  .travelmap
    .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .modal-body {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 22px;
  }
  .travelmap
    .travelmap
    #disease-staticpopup
    .modal-dialog
    .modal-content
    .btn.btn-default.disease-staticpopup-close {
    background-color: #3a3a3b;
    border-radius: 3px;
    color: #fff;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 14px;
    margin: 13px 0 25px;
    padding: 8px;
    text-transform: uppercase;
  }
  .travelmap .text-component.body-containt-inner-text p {
    color: #3a3a3b;
    font-family: "Rubic Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 22px;
    width: 460px;
  }
  .travelmap .map-top-indicators {
    display: flex;
    width: auto;
  }
  .travelmap
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p {
    display: inline-block;
    margin-bottom: 25px;
    margin-right: 45px;
    margin-top: 14px;
    width: auto !important;
  }
  .travelmap .search-box input {
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/magnifier.png")
      no-repeat scroll 315px center;
  }
  .travelmap form.search-box {
    background: #fff none repeat scroll 0 0;
    left: 15px;
    position: absolute;
    top: 20px;
    width: 345px;
  }
}
.pac-item {
  cursor: pointer;
}
.pac-item:hover {
  background: #e3e307 none repeat scroll 0 0;
}
.tab-content {
  clear: both;
}
.tab-content h3 {
  font-size: 1.5em;
  color: #00b6b4;
}
.tab-content ul {
  list-style-type: none;
}
.tab-content li:first-child {
  color: #7079bd;
  text-decoration: none;
  font-weight: 800;
}
html:lang(en-CA) .clinic-page .content_reference ul li:before {
  content: "" !important;
}
html:lang(he-IL) .clinic-page .content_reference ul li:before {
  content: "" !important;
}
html:lang(en-CA) .clinic-page .content_reference ul li:first-child {
  color: #00b6b4;
  text-decoration: none;
  font-weight: 800;
}
html:lang(he-IL)
  #91b30b6d-9a08-48da-8ee4-ce4a4857ea79
  .clinic-page
  .nav-tabs-wrapper-inner {
  display: block;
  float: right !important;
  border-bottom: 4px solid #ccc;
  min-height: 80px;
  margin-top: 24px;
}
html:lang(he-IL)
  #91b30b6d-9a08-48da-8ee4-ce4a4857ea79
  .clinic-page
  .nav-tabs-wrapper-inner
  .nav-tabs
  > li {
  float: right !important;
  font-size: 10px;
  font-weight: 700;
  height: 23px;
  line-height: 13px;
  margin: 0;
  margin: 0 3px 0 0;
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  background-color: #ddd;
}
#clinicdiv > li.liheader.map_arrow::before {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow-map-down.png")
    no-repeat scroll 0 center;
  height: 11px;
  width: 16px;
}
#clinicdiv > li.liheader {
  list-style: none;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
}
.clinic-page #clinicdiv > li.liheader {
  margin-top: 0;
  font-weight: 700;
}
#clinicdiv > li.liheader::before {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/disease_arrow.png")
    repeat scroll 0 0;
  background-size: 11px 16px;
  content: " ";
  height: 16px;
  left: -20px;
  position: absolute;
  top: 5px;
  width: 11px;
}
.clinic-infowindow .lidescription {
  color: #3a3a3b;
  font-family: "Rubic Regular", sans-serif;
  font-size: 14px !important;
  list-style: outside none none;
}
.clinic-page
  div.gm-style
  > div:first-child
  > div:nth-child(4)
  > div:nth-child(4)
  > div:first-child {
  display: none;
}
.clinic-page
  div.gm-style
  > div:first-child
  > div:nth-child(4)
  > div:nth-child(4)
  > div:nth-child(2) {
  display: none;
}
.clinic-page .gm-style-iw > div {
  max-height: 100% !important;
  max-width: 100% !important;
  height: 100%;
  width: 602px;
}
.clinic-page .gm-style > div > div > div > div > div > div {
  background: 0 0 !important;
  box-shadow: none !important;
}
.clinic-page .gm-style > div > div > div > div > div {
  right: -99999px !important;
}
.clinic-page .gm-style-iw div.clinic_popup1 {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #3a3a3b;
  height: auto;
  overflow: hidden;
  width: 100%;
  display: none;
}
.clinic-page #clinic_popup_header1,
.clinic-page .clinic-page #clinic_popup_body1 {
  padding: 0 20px;
}
.clinic-page #clinic_popup_header1 h1 {
  color: #3a3a3b;
  font-family: "Rubik Bold", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 22px;
  width: 380px;
}
.clinic-page #clinic_popup_body1 {
  padding: 0 41px 0 20px;
  overflow: auto;
  margin-right: 22px;
  margin-bottom: 22px;
  height: 321px;
}
.clinic-page .clinic_popup1 #clinic_popup_header1 button.close {
  background: transparent
    url("-/media/ems/conditions/vaccines/brands/severalpasteur-il/btn_close-map-popin.png")
    no-repeat scroll center center;
  cursor: pointer;
  height: 19px;
  margin-right: 0;
  margin-top: 9px !important;
  opacity: 1;
  width: 19px;
  z-index: 1;
}
.clinic-page .clinic_popup1 #clinic_popup_header1 button.close span {
  display: none;
}
.clinic-page .clinic_popup1 #addToVaccine {
  width: 207px;
}
.clinic-page .clinic_popup1 #sendByEmail {
  padding-left: 55px;
  width: 223px;
}
.clinic-page .clinic_popup1 #printSec {
  width: 168px;
}
.clinic-page .gm-style .gm-style-iw {
  border: none !important;
  left: 0 !important;
  top: 0 !important;
  width: 602px !important;
  height: auto;
}
.clinic-page .clinic_popup1 #clinic_popup_body1 {
  height: 321px;
  overflow-x: hidden;
}
.clinic-page div#divLocation {
  float: left;
  text-align: left !important;
  margin: 0 !important;
}
.clinic-page .pac-icon-marker {
  display: none;
}
.clinic-page .pac-item {
  border-top: medium none;
  font-family: "Rubik Regular", sans-serif;
}
.clinic-page .pac-item-query {
  color: #14141a;
  font-size: 16px;
  line-height: 30px;
  padding-right: 3px;
  padding: 0 10px;
}
.clinic-page .pac-container {
  border: 1px solid #3c3c3d;
  border-radius: 0 !important;
  box-shadow: none;
  width: 355px !important;
}
.clinic-page .pac-item-query .pac-matched {
  font-weight: 400;
}
.clinic-page
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.top_buttons
  a.addToReport {
  display: none;
}
.clinic-page #map {
  height: 480px;
}
.clinic-page #loader {
  background: 0 0;
}
.clinic-page #addToVaccine,
.clinic-page #sendByEmail {
  height: auto;
  background: 0 0;
}
.clinic-page #addToVaccine:hover,
.clinic-page #sendByEmail:hover {
  background: 0 0 !important;
}
.clinic-page #addToVaccine:active,
.clinic-page #sendByEmail:active {
  background: 0 0 !important;
}
.clinic-page #clinicdiv .lidescription {
  padding-left: 2px;
}
.clinic-page #clinicdiv > ul {
  margin-top: 0;
  padding: 0 0 0 5px;
  width: 100%;
}
.clinic-page .clinic_popup #clinic_popup_header button.close {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/btn_close-map-popin.png")
    no-repeat scroll center center;
  cursor: pointer;
  height: 19px;
  margin-right: 0;
  margin-top: 9px !important;
  opacity: 1;
  width: 19px;
  z-index: 1;
}
.clinic-page .clinic_popup #clinic_popup_header button.close span {
  display: none;
}
.clinic-page #divLocation label#lblLocation {
  font-family: "Rubik Bold";
  font-size: 16px;
  color: #4b63ae;
  margin: 0;
}
.clinic-page .custom-map-wrapper {
  clear: both;
  height: 480px;
  overflow: hidden;
}
.clinic-page #divLocation input#txtPlaces {
  border: 2px solid #4b63ae;
  padding-left: 8px;
  font-size: 16px;
  width: 315px;
  float: left;
  border-right: 0;
  height: 40px;
  font-family: "Rubic Regular", sans-serif;
  border-radius: 2px;
}
.clinic-page #divLocation input#txtPlaces::placeholder {
  font-family: "Rubik Black Italic", sans-serif;
}
.clinic-page .pac-item {
  cursor: pointer;
}
.clinic-page .pac-item:hover {
  background: #e3e307 none repeat scroll 0 0;
}
.clinic-page .pac-item .pac-matched {
  font-family: "Rubik Regular", sans-serif;
}
.clinic-page .pac-logo::after {
  background: 0 0;
}
.clinic-page #divLocation button#btnSearch {
  float: left;
  width: 40px;
  height: 40px;
  background: #4b63ae
    url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/magnifier_clinic.png)
    no-repeat center center;
  border: none;
}
.clinic-page #clinic_popup_header h1 {
  color: #3a3a3b;
  font-family: "Rubik Bold", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 22px;
  width: 380px;
  text-transform: uppercase;
}
.clinic-page .clinicdet1,
.clinic-page .clinicdet2,
.clinic-page .clinicdet3,
.clinic-page .clinicdet4 {
  color: #3a3a3b;
}
.clinic-page .clinic_popup p {
  color: #3a3a3b;
  font-family: "Rubic Regular", sans-serif;
  font-size: 14px;
  width: auto;
  margin: 0;
}
.clinic-page .clinic_popup h2 {
  color: #3a3a3b;
  font-family: "Rubik Bold", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.clinic-page .opening_hours {
  clear: left;
  float: left;
  width: 50%;
}
.clinic-page .doc_health {
  float: left;
  width: 50%;
}
.clinic-page .optional_warning {
  float: left;
  width: 245px;
  clear: left;
}
.clinic-page #sendByEmail span {
  padding: 10px 0;
}
.clinic-page #sendByEmail img {
  padding: 10px 5px 0;
}
.clinic-page .clinic_popup #clinic_popup_footer {
  clear: both;
  margin-top: 16px;
}
.clinic-page .address_1 {
  float: left;
  width: 245px;
  margin-bottom: 13px;
}
.clinic-page .clinicdet4:hover,
.clinic-page .clinicdet5:hover {
  text-decoration: none;
}
.clinic-page .clinic_popup {
  background: #fff none repeat scroll 0 0;
  border: 2px solid;
  height: auto;
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 602px;
  z-index: 1;
}
.clinic-page #clinic_popup_body {
  height: 321px;
  overflow-y: auto;
  overflow-x: hidden;
}
.clinic-page #clinic_popup_body,
.clinic-page #clinic_popup_header {
  padding: 0 20px;
}
.clinic-page .clinic_popup p.clinicdet4,
.clinic-page .clinic_popup p.clinicdet5,
.clinic-page .clinic_popup1 p.clinicdet4,
.clinic-page .clinic_popup1 p.clinicdet5 {
  cursor: pointer;
}
.clinic-page #clinic_popup_body {
  margin-right: 22px;
  padding: 0 41px 0 20px;
}
.clinic-page .clinic_popup h2 {
  margin-bottom: 4px;
}
.clinic-page #addToVaccine {
  width: 100%;
  padding-left: 0;
}
.clinic-page #printSec {
  float: left;
  width: 167px;
  height: 40px;
}
.clinic-page .clinicdet5 {
  text-decoration: none #c4c4c4;
}
@media (max-width: 767px) {
  .clinic-page .clinicdet5 {
    text-decoration: none;
  }
}
.clinic-page #sendByEmail {
  width: 212px;
  padding-left: 55px;
}
.clinic-page #addToVaccine span {
  width: 100%;
  margin-left: 0;
  text-decoration: none;
  text-transform: none;
  color: #3a3a3b;
}
.clinic-page #printSec {
  background: #3a3a3b none repeat scroll 0 0;
  cursor: pointer;
  float: left;
  margin-left: 1px;
  padding: 5px 0 5px 44px;
  width: 167px;
}
.clinic-page #printSec:hover {
  background-color: #4b63ae !important;
}
.clinic-page #printSec:active {
  background-color: #616107 !important;
}
.clinic-page #printSec span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  width: 108px;
  margin-top: 11px;
}
.clinic-page #printSec img {
  float: left;
  padding: 5px 5px 0;
}
.clinic-page .exit_map {
  display: none;
}
.clinic-page .top_buttons .addToReport {
  display: none;
}
.clinic-page
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.top_buttons {
  margin-bottom: 13px;
}
.clinic-page .left-margin {
  float: left;
}
.clinic-page .text-component.position-indicator {
  float: left;
  margin-top: 9px;
  width: 100%;
}
.clinic-page .text-component.position-indicator img {
  height: 30px;
  width: 20px;
}
.clinic-page .text-component.position-indicator span {
  color: #3a3a3b;
  font-family: "Rubic Regular", sans-serif;
  font-size: 16px;
}
.clinic-page .clinic-infowindow .myclinicbtn {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  float: left;
  padding: 0 15px 0 0;
  cursor: default;
}
.clinic-page .score-structural.score-column.clinic-info-outer .score-center {
  padding-left: 13px;
}
.clinic-page .clinic-infowindow .myclinicbtn img {
  height: auto;
  width: auto;
}
.clinic-page .clinic-infowindow .myclinic_text h2 {
  margin-top: 0;
  text-decoration: none #c4c4c4;
  margin-bottom: 4px;
  font-size: 14px;
  color: #3a3a3b;
  font-family: "Rubic Regular", sans-serif;
}
.clinic-page .clinic-infowindow .myclinic_text > ul {
  margin: 0;
  padding: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .clinic-page .clinic-infowindow .myclinic_text h2 {
    text-decoration: none;
  }
}
.clinic-page .clinic-infowindow .myclinic_text {
  float: left;
  width: 80%;
}
.clinic-page .clinic-infowindow .myclinic_text p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #3a3a3b;
  display: inline-block;
  max-width: 100%;
}
.clinic-page .clinicdet4 {
  text-decoration: none #c4c4c4;
}
@media (max-width: 767px) {
  .clinic-page .clinicdet4 {
    text-decoration: none;
  }
}
.clinic-page #clinic-info-structure .clinic-infowindow {
  float: left;
  margin-bottom: 28px;
}
.clinic-page .clinic-info-outer #clinic-info-structure {
  height: 455px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.clinic-page .custom-map-container {
  height: auto;
  width: 644px;
}
.clinic-page .score-structural.score-column.clinic-info-outer.left-margin {
  height: auto;
  width: 298px;
  float: right;
  margin-top: 98px;
  overflow: auto;
  padding-top: 0;
}
.clinic-page
  .body-containt-wrapper
  .score-page.score-column1
  .breadcrumb
  li
  + li.active::before {
  content: "> ";
}
.clinic-page footer .text-component.pre-footer {
  padding-top: 34px;
}
.clinic-page .custom-map-container.left-margin {
  width: 644px;
}
.clinic-page div#divLocation {
  margin-bottom: 10px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .clinic-page .custom-map-container.left-margin {
    width: 100%;
  }
  .clinic-page .score-structural.score-column.clinic-info-outer.left-margin {
    margin-top: 0;
    padding-top: 30px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: 1px solid #f5f5f5;
    padding-left: 20px;
  }
  .clinic-page #clinic-info-structure .clinic-infowindow {
    margin-bottom: 22px;
  }
  .clinic-page .score-structural.score-column.clinic-info-outer .score-center {
    padding: 0;
  }
  .clinic-page .clinic-infowindow .myclinicbtn img {
    height: auto;
  }
  .clinic-page .clinic-info-outer #clinic-info-structure {
    height: auto;
    padding-bottom: 3px;
  }
  .clinic-page footer .text-component.pre-footer {
    padding-bottom: 45px;
  }
  .clinic-page .clinic_popup {
    width: 687px;
  }
  .clinic-page #addToVaccine {
    width: 100%;
  }
  .clinic-page #printSec {
    width: 195px;
  }
  .clinic-page #sendByEmail {
    width: 243px;
  }
  .clinic-page .optional_warning {
    width: 285px;
  }
  .clinic-page .doc_health {
    width: 285px;
    padding-left: 30px;
  }
  .clinic-page .opening_hours {
    width: 285px;
  }
  .clinic-page .address_1 {
    width: 285px;
  }
  .clinic-page #printSec {
    font-family: "Rubic Regular", sans-serif;
  }
}
@media (max-width: 767px) {
  .clinic-page #divLocation input#txtPlaces {
    width: 240px;
  }
  .clinic-page .custom-map-container.left-margin {
    width: 100%;
  }
  .clinic-page .map_overlay {
    z-index: 1 !important;
  }
  .clinic-page #map {
    height: 365px;
  }
  .clinic-page .body-containt-wrapper .score-page.score-column1 .score-main {
    padding-left: 0;
    padding-right: 0;
  }
  .clinic-page .custom-map-wrapper {
    height: 365px;
  }
  .clinic-page
    .body-containt-wrapper
    .score-page.score-column1
    .text-component
    h1,
  .clinic-page .text-component.position-indicator,
  .clinic-page div#divLocation {
    padding: 0 20px;
  }
  .clinic-page
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.top_buttons {
    margin: 29px 20px 14px;
  }
  .clinic-page .score-structural.score-column.clinic-info-outer.left-margin {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    overflow: auto;
    padding-top: 0;
    width: 100%;
  }
  .clinic-page .score-structural.score-column.clinic-info-outer .score-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .clinic-page .clinic-infowindow .myclinicbtn img {
    height: auto;
  }
  .clinic-page #clinic-info-structure .clinic-infowindow {
    margin-bottom: 23px;
  }
  .clinic-page .clinic-info-outer #clinic-info-structure {
    height: auto;
  }
  .clinic-page .text-component.position-indicator {
    margin-top: 11px;
  }
  .clinic-page .exit_map {
    background: #3a3a3b none repeat scroll 0 0;
    color: #fff;
    display: none;
    font-family: "Rubic Regular", sans-serif;
    font-size: 14px;
    height: 45px;
    line-height: 15px;
    padding: 7px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 17px;
    width: 50px;
    z-index: 1000;
    cursor: pointer;
  }
  .clinic-page .pac-container {
    width: 280px !important;
  }
  .clinic-page .clinic_popup {
    width: 280px;
  }
  .clinic-page .clinic_popup {
    height: 330px;
    width: 280px;
  }
  .clinic-page #addToVaccine {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }
  .clinic-page #printSec {
    margin-left: 0;
    width: 126px;
    padding: 5px 0 5px 32px;
  }
  .clinic-page #sendByEmail {
    width: 149px;
    padding-left: 28px;
  }
  .clinic-page #clinic_popup_body {
    margin-right: 0;
    height: 149px;
  }
  .clinic-page .opening_hours {
    width: 100%;
  }
  .clinic-page .doc_health {
    width: 100%;
  }
  .clinic-page #sendByEmail img {
    padding: 9px 5px 0;
  }
  .clinic-page .gm-style .gm-style-iw {
    width: 320px !important;
    height: 365px;
  }
  .clinic-page .gm-style-iw div.clinic_popup1 {
    height: auto;
    width: 280px;
  }
  .clinic-page .gm-style .gm-style-iw {
    height: 314px;
  }
  .clinic-page .clinic_popup1 #clinic_popup_body1 {
    height: 105px;
  }
  .clinic-page .clinic_popup1 #addToVaccine {
    width: 100%;
  }
  .clinic-page .clinic_popup1 #printSec {
    width: 50%;
  }
  .clinic-page .clinic_popup1 #sendByEmail {
    padding-left: 15px;
    width: 50%;
    margin-left: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .body-containt-wrapper .score-page.score-column1 .score-main {
    padding: 0 19px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-left {
    padding-right: 5px;
    float: left;
    width: 65%;
  }
  .body-containt-wrapper .score-page.score-column1 .score-main .score-right {
    float: right;
    width: 33.333333333%;
  }
  .score-structural.score-column2-wideleft > .score-right {
    padding: 0;
  }
  .score-structural.score-column.hidden-xs.hidden-md.hidden-lg {
    margin: 0;
    padding: 0;
  }
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  strong {
  border-bottom: none;
}
.report input#newreportbtn:hover {
  background: #4b63ae !important;
}
.report .privateclick {
  clear: both;
  margin-top: 55px;
}
.report .privateclick .linkprivate {
  cursor: pointer;
}
.report .addreporthead1,
.report .addreporthead2,
.report .addreporthead3 {
  border-bottom: 1px solid #ddd;
}
.report .addreporthead1 p,
.report .addreporthead2 p,
.report .addreporthead3 p {
  color: #3a3a3b;
  font-family: "Rubik Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 7px;
  text-align: right;
}
.report .tabset-il .nav.nav-tabs li span.tab_number {
  position: absolute;
  top: -11px;
  right: -7px;
  background: #dfdf22;
  line-height: 14px;
  width: 20px;
  color: #3a3a3b;
  font-size: 14px;
  font-family: "Rubik Bold", sans-serif;
  padding: 3px 0;
  height: 20px;
  border-radius: 50%;
  text-align: center;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p
  a {
  color: #3a3a3b;
  text-decoration: none;
}
.report .anotherreport-cls a {
  color: #3a3a3b;
  text-decoration: none;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input#newreportbtn {
  margin-left: 10px;
  border: none;
  width: 165px;
  font-family: "Rubic Regular", sans-serif;
  height: 40px;
  color: #fff;
  background: #3a3a3b;
  font-size: 14px;
  float: left;
  border-radius: 3px;
}
.report .removeRpt img {
  height: 22px;
  margin-right: 8px;
  width: 19px;
  float: left;
}
.report .report-page-header-clinic::before,
.report .report-page-header-country::before,
.report .report-page-header::before {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/disease_arrow.png")
    no-repeat scroll 0 0;
  background-size: 11px 15px;
  content: "";
  height: 20px;
  left: 8px;
  position: absolute;
  top: 27px;
  width: 20px;
}
.report .accordion_arrow::before {
  left: -1px;
  transform: rotate(90deg);
}
.report .removeRpt span {
  margin-top: 3px;
  float: left;
  text-decoration: none;
}
.report .removeRpt span:hover {
  text-decoration: none;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input#newreporttxt {
  border: 2px solid #4b63ae;
  color: #3a3a3b;
  height: 40px;
  width: 100px;
  float: left;
  font-size: 16px;
  font-family: "Rubik Bold", sans-serif;
}
.report .tabcomp .container {
  width: 100%;
}
.report .body-containt-wrapper .tabcomp .container .score-main {
  padding: 0;
}
.report .yesreport #reportcodeid {
  display: inline;
  color: #3a3a3b;
}
.report .report-page-header-clinic.accordion_arrow,
.report .report-page-header-country.accordion_arrow,
.report .report-page-header.accordion_arrow {
  border-bottom: none;
}
.report .tabset-il .nav.nav-tabs {
  background: 0 0;
  border-bottom: 5px solid #4b63ae;
  padding: 0;
  float: right;
}
.report .tabset-il .nav.nav-tabs li {
  background: #fdfded none repeat scroll 0 0;
  height: 50px;
  margin-right: 16px;
  margin-top: 0;
  padding: 0;
  width: 140px;
  border-radius: 0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  position: relative;
  float: right;
}
.report .tabset-il .nav.nav-tabs li.active {
  background: #4b63ae none repeat scroll 0 0;
  border: none;
}
.report .tabset-il .nav.nav-tabs li a {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4b63ae;
  font-family: "Rubic Regular", sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: static;
  height: 50px;
  padding: 7px 0 0 9px;
  width: 100%;
  display: block;
}
.report .tabset-il .nav.nav-tabs li.active a {
  color: #fff;
}
.report .tabset-il .nav.nav-tabs li:last-child {
  margin-right: 0;
}
.report .nav-tabs-wrapper-outer {
  float: right;
  padding-bottom: 40px;
}
.report .tab-content-wrapper-outer {
  float: left;
  width: 100%;
}
.report .score-tab.tabset-il {
  float: left;
  width: 100%;
}
.report .report-page-header .updatedText,
.report .report-page-header-clinic .updatedText,
.report .report-page-header-country .updatedText {
  border-bottom: 1px solid #4b63ae;
  text-align: right;
  border-bottom: none;
  font-style: italic;
  margin-top: 6px;
}
.report .report-page-header .updatedText,
.report .report-page-header-clinic .updatedText,
.report .report-page-header-country .updatedText {
  color: #3a3a3b;
  float: right;
  font-family: "Rubik Regular", sans-serif;
  font-size: 12px;
  text-align: right;
}
.report .report-page-header .updatedText:nth-child(2),
.report .report-page-header-clinic .updatedText:nth-child(2),
.report .report-page-header-country .updatedText:nth-child(2) {
  color: #3a3a3b;
  float: left;
  font-family: "Rubik Bold", sans-serif;
  font-size: 18px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  font-style: normal;
}
.report #clinic-info-report,
.report .country-info-report,
.report .report-page-section {
  clear: both;
  display: none;
  padding-left: 24px;
  margin-top: -1px;
  background: #fff;
  position: relative;
  z-index: 1000;
  padding-top: 10px;
  margin-top: -3px;
}
.report #clinic-info-report,
.report .country-info-report,
.report .report-page-header,
.report .report-page-header-clinic,
.report .report-page-header-country,
.report .report-page-section {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .score-main
  .score-structural.score-column2-wideleft
  .score-left {
  padding-right: 18px;
}
.report .report-page-header p,
.report .report-page-header-clinic p,
.report .report-page-header-country p {
  margin: 0;
}
.report .report-page-header,
.report .report-page-header-clinic,
.report .report-page-header-country {
  float: left;
  padding-bottom: 22px;
  width: 100%;
  padding-bottom: 17px;
  padding-top: 15px;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  border-bottom: 1px solid #ddd;
}
.report .anotherreport-cls {
  float: left;
  margin-top: 39px;
  width: 100%;
}
.report .report-page-header .updatedDate {
  float: left;
  font-family: "Rubik Bold", sans-serif;
  font-size: 18px;
  text-transform: capitalize;
  text-align: left;
  color: #3a3a3b;
  text-decoration: none;
}
.report #clinic-info-report .removeRpt,
.report .disease_popup_body .removeRpt,
.report .report-page-section .removeRpt {
  cursor: pointer;
  margin-top: -8px;
}
.report .Multiline-textbox {
  margin-top: 12px;
  width: 100%;
}
.report .Multiline-textbox .updatedtime {
  color: #4b63ae;
  font-family: "Rubik Black Italic", sans-serif;
  font-size: 14px;
  line-height: 25px;
}
.report .Multiline-textbox .editnote {
  color: #4b63ae;
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  text-decoration: none;
  -moz-text-decoration-color: #9c9c9d;
  text-decoration-color: #9c9c9d;
  display: block;
  cursor: pointer;
}
.report .Multiline-textbox .editnote.active,
.report .Multiline-textbox .editnote:hover {
  -moz-text-decoration-color: #4b63ae;
  text-decoration-color: #4b63ae;
}
.report .Multiline-textbox .deletenote {
  color: #4b63ae;
  float: right;
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  text-decoration: none;
  -moz-text-decoration-color: #9c9c9d;
  text-decoration-color: #9c9c9d;
  margin-top: -20px;
  cursor: pointer;
}
.report .Multiline-textbox .deletenote.active,
.report .Multiline-textbox .deletenote:hover {
  -moz-text-decoration-color: #4b63ae;
  text-decoration-color: #4b63ae;
}
.report .Multiline-textbox .deletenote::before {
  background: transparent
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/bin.png")
    no-repeat scroll 0 center;
  background-size: 19px 22px;
  content: "";
  height: 22px;
  width: 19px;
  float: left;
  margin-right: 8px;
}
.report #tab-2c1920de-1cfa-4514-ad5e-e0850eceb1ec .text-component {
  border-bottom: medium none;
}
.report .Multiline-textbox textarea {
  height: 200px;
  width: 100%;
}
.report .Multiline-textbox textarea {
  border: 2px solid #4b63ae;
  border-radius: 2px;
  font-family: "Rubic Regular", sans-serif;
  height: 200px;
  margin-top: 7px;
  padding: 10px;
  width: 100%;
}
.report .save-button {
  background: #3a3a3b none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-family: "Rubic Regular", sans-serif;
  font-size: 14px;
  height: 40px;
  text-transform: uppercase;
  width: 74px;
  border-radius: 3px;
  margin-top: 20px;
}
.report .save-button:hover {
  background-color: #4b63ae;
}
.report .save-button:active {
  background-color: #616107;
}
.report .Multiline-textbox textarea::-moz-placeholder {
  font-family: "Rubik Black Italic", sans-serif;
  color: #717172;
  font-size: 14px;
}
.report .Multiline-textbox textarea::-webkit-input-placeholder {
  font-family: "Rubik Black Italic", sans-serif;
  color: #717172;
  font-size: 14px;
}
.report .Multiline-textbox textarea:-ms-input-placeholder {
  font-family: "Rubik Black Italic", sans-serif;
  color: #717172;
  font-size: 14px;
}
.report #clinic-info-report .removeRpt,
.report .disease_popup_body .removeRpt,
.report .report-page-section .removeRpt {
  color: #3a3a3b;
  cursor: pointer;
  font-family: "Rubic Regular", sans-serif;
  text-decoration: none;
  float: right;
}
.report .report-page-section .removeRpt:focus,
.report .report-page-section .removeRpt:hover {
  text-decoration: none;
}
.report .score-tab-pane.tab-pane .text-component {
  float: left;
  padding-top: 10px;
  width: 100%;
}
.report .globallink {
  color: #3a3a3b;
  font-family: "Rubic Regular", sans-serif;
}
.report .globallink:hover {
  color: #3a3a3b;
  text-decoration: none;
}
.report #clinic-info-report h2,
.report .disease_popup_body h2,
.report .report-page-section h2 {
  color: #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  font-size: 20px;
}
.report #clinic-info-report p,
.report .disease_popup_body p,
.report .report-page-section p {
  color: #3a3a3b;
  font-family: "Rubic Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.report .anotherreport-cls p:first-child {
  color: #3a3a3b;
  font-family: "Rubik Bold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  border-radius: 3px;
}
.report .anotherreport-cls p {
  color: #3a3a3b;
  float: left;
  font-family: "Rubic Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
}
.report input#anothertxt {
  border: 2px solid #4b63ae;
  float: left;
  height: 40px;
  width: 100px;
}
.report input#anotherbtn {
  background: #3a3a3b none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-family: "Rubic Regular", sans-serif;
  font-size: 14px;
  height: 40px;
  margin-left: 10px;
  border-radius: 3px;
}
.report input#anotherbtn:hover {
  background-color: #4b63ae;
}
.report input#anotherbtn:active {
  background-color: #616107;
}
.report .anotherreport-cls form {
  float: left;
  margin-bottom: 19px;
  width: 100%;
}
.report .anotherreport-cls p:last-child {
  margin-bottom: 0;
}
.report .yesreport {
  font-family: "Rubic Regular", sans-serif;
  color: #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  font-size: 18px;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .yesreport
  p {
  margin-bottom: 20px;
  margin-top: 0;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .yesreport
  p:last-child {
  margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .report #brandSearchDT:lang(he-IL) {
    transform: none;
  }
  .report .Multiline-textbox textarea {
    padding: 4px;
  }
  .report .anotherreport-cls {
    margin-top: 13%;
  }
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.top_buttons {
    margin-bottom: 15px;
  }
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .font-headings {
    margin-bottom: 22px;
  }
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .font-headings2 {
    padding-bottom: 46%;
  }
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .yesreport
    p:last-child {
    margin-bottom: 28px;
  }
  .report .body-containt-inner-text .score-right .first_box,
  .report .body-containt-inner-text .score-right .last_box {
    display: none;
  }
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-left,
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right {
    float: left;
    padding-left: 15px;
    padding-right: 0;
    width: 625px;
  }
  .report .tabset-il .nav.nav-tabs li {
    width: 140px !important;
  }
  .report .anotherreport-cls {
    float: left;
    margin-top: 79px;
  }
  .report .anotherreport-cls p:first-child {
    margin-bottom: 5px;
  }
  .report .anotherreport-cls input#anotherbtn {
    width: 208px;
  }
  .report .anotherreport-cls a {
    color: #3a3a3b;
    text-decoration: none;
  }
  .report .anotherreport-cls a:active,
  .report .anotherreport-cls a:hover {
    text-decoration: none;
  }
  .report .anotherreport-cls p:last-child {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .report .tabset-il .nav.nav-tabs li {
    border: 1px solid #ddd;
    margin-top: 10px;
    height: 40px;
    padding: 0;
    width: 100%;
    margin-right: 16px;
  }
  .report .nav-tabs-wrapper-outer,
  .report .tabset-il .nav.nav-tabs {
    width: 100%;
  }
  .report #clinic-info-report h2:first-child,
  .report .disease_popup_body h2:first-child,
  .report .report-page-section h2:first-child {
    margin-top: 22px;
  }
  .report
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    input#newreportbtn {
    float: none;
    margin: 20px auto 0;
  }
  .report .tabset-il .nav.nav-tabs li a {
    display: block;
    width: 100%;
    padding: 11px 0 11px 20px;
    height: 40px;
    color: #4b63ae;
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/tabs_arrow.png")
      no-repeat scroll 8px center;
    background-size: 9px 11px;
  }
  .report .tabset-il .nav.nav-tabs li.active a {
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/active_tab_arrow.png")
      no-repeat scroll 8px center;
    background-size: 10px 7px;
  }
  .report .tabset-il .nav.nav-tabs li span.tab_number {
    top: 9px;
    right: 7px;
  }
  .report .tabset-il .nav.nav-tabs li:first-child {
    margin-top: 0;
  }
  .report .tabset-il .nav.nav-tabs {
    border-bottom: none;
  }
  .report .report .report-page-header .updatedText,
  .report .report-page-header .updatedDate {
    text-align: left;
    width: 100%;
  }
  .report .report-page-header,
  .report .report-page-header-clinic,
  .report .report-page-header-country {
    display: flex;
    flex-direction: column;
  }
  .report .report-page-header .updatedText,
  .report .report-page-header-clinic .updatedText,
  .report .report-page-header-country .updatedText {
    order: 2;
    text-align: left;
  }
  .report .report-page-header .updatedText:nth-child(2),
  .report .report-page-header-clinic .updatedText:nth-child(2),
  .report .report-page-header-country .updatedText:nth-child(2) {
    order: 1;
  }
  .report .anotherreport-cls form,
  .report .noreport-cls form {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 auto 19px;
  }
  .report #newreporttxt,
  .report input#anothertxt {
    float: none !important;
    margin-bottom: 0 !important;
    display: block;
    margin: 0 auto !important;
  }
  .report #newreportbtn,
  .report input#anotherbtn {
    float: none;
    margin-top: 20px;
    display: block;
    margin: 20px auto 0;
  }
  .report .removeRpt span {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .score-center .whats_new .score-center,
  .home .score-center .whats_new .score-left,
  .home .score-center .whats_new .score-right {
    padding-left: 9px !important;
  }
  .home
    .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-right
    .box-content
    .promo-text {
    padding: 16px 20px;
  }
  .home
    .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-right
    .box-content
    .promo-text
    .btn-primary {
    margin: 4px 25px;
  }
  .home .text-component.hidden-sm.hidden-md.hidden-lg.mobile-inner-text > h1 {
    color: #4b63ae;
    font-family: "Rubik Medium", sans-serif;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    margin-top: 11%;
  }
  .home .text-component.hidden-sm.hidden-md.hidden-lg.mobile-inner-text > p {
    color: #4b63ae;
    font-family: "Rubik Regular", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin: -10px 20px 35px;
    padding: 0;
    text-align: center;
  }
  .home .pageWrapper .banner-img .score-image-responsive.img-responsive {
    height: auto;
  }
  .home .banner-img .score-structural.score-column3-equal.banner-box {
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .search-container {
    padding: 0 29px;
  }
  .search-container
    .CoveoSearchInterface
    .coveo-results-section
    .coveo-results-column {
    padding-left: 0;
  }
  .body-containt-wrapper
    .score-structural.score-column2-wideleft
    > .score-right {
    bottom: 26px;
    position: relative;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .home-inner-text {
    margin: 47px auto 44px;
    padding: 0;
    width: 100%;
  }
  .text_three_tabs .score-center .text-component img,
  .text_three_tabs .score-left .text-component img {
    height: 82px !important;
    width: 82px !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column3-equal.text_three_tabs
    .score-right
    .box-content
    img {
    height: 210px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column3-equal.text_three_tabs
    .score-right
    .box-content
    .btn.btn-primary.hidden-xs {
    padding: 8px 20px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .text_three_tabs
    .box-content
    .promo-text
    .hidden-xs:first-child {
    width: 240px;
    margin: 0 auto;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column3-equal.text_three_tabs
    .score-right
    .box-content
    .promo-text {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: #4b63ae 1px solid;
    border-left: #4b63ae 1px solid;
    border-right: #4b63ae 1px solid;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .box-content
    .promo-text
    .btn-primary {
    padding: 6px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .score-structural.score-column3-equal.banner-box .score-center,
  .score-structural.score-column3-equal.banner-box .score-left,
  .score-structural.score-column3-equal.banner-box .score-right {
    width: 31.3%;
  }
  .score-structural.score-column3-equal.banner-box .score-center,
  .score-structural.score-column3-equal.banner-box .score-right {
    margin-left: 2.6%;
  }
  .score-structural.score-column3-equal.banner-box img {
    width: 100%;
  }
  .score-structural.score-column3-equal.banner-box
    .score-center
    .text-component
    input,
  .score-structural.score-column3-equal.banner-box
    .score-left
    .text-component
    input,
  .score-structural.score-column3-equal.banner-box
    .score-right
    .text-component
    input {
    width: 84.6%;
  }
  .score-structural.score-column3-equal.banner-box
    .score-center
    .text-component
    .search,
  .score-structural.score-column3-equal.banner-box
    .score-left
    .text-component
    .search,
  .score-structural.score-column3-equal.banner-box
    .score-right
    .text-component
    .search {
    width: 14.9%;
  }
  .score-structural.score-column3-equal.banner-box .text-component .search {
    margin-left: 0.5%;
  }
}
@media (max-width: 1024px) {
  .top_buttons a.print {
    display: none !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
  header:lang(en-CA)
    nav
    .navbar-collapse
    .navbar-nav
    li.dropdown
    ul
    li.level-2
    a::after {
    top: 5px;
    height: 8px;
    width: 5px;
    right: -9px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
  header:lang(he-IL)
    nav
    .navbar-collapse
    .navbar-nav
    li.dropdown
    ul
    li.level-2
    a::after {
    top: 5px;
    height: 8px;
    width: 5px;
    left: -9px;
    right: unset;
  }
}
header:lang(en-CA)
  nav
  .navbar-collapse
  .navbar-nav
  li.dropdown
  ul
  li.level-2
  a::after {
  right: -9px;
}
header:lang(he-IL)
  nav
  .navbar-collapse
  .navbar-nav
  li.dropdown
  ul
  li.level-2
  a::after {
  left: -9px;
  transform: rotate(180deg);
  right: unset;
}
@media (min-width: 992px) {
  header .header-banner.col-xs-12 {
    background: 0 0;
    width: 992px;
    margin: 0 auto;
    float: none;
  }
  header .score-header-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  div#globalHeader {
    background: #3a3a3b;
    display: none;
  }
  header #globalHeader .col-xs-12.hidden-xs {
    background: 0 0;
  }
  body,
  html {
    overflow-x: hidden;
  }
  footer .score-footer-wrapper .container {
    width: 100%;
  }
  footer {
    width: 100%;
  }
  footer .text-component.pre-footer {
    width: 992px;
    margin: 0 auto;
  }
  div#emsFooter {
    width: 992px;
    margin: 0 auto;
  }
  .score-container.banner-img .container {
    width: 100%;
  }
  .score-structural.score-column3-equal.banner-box .score-center,
  .score-structural.score-column3-equal.banner-box .score-right {
    margin-left: 3.2%;
  }
  .score-structural.score-column3-equal.banner-box .score-center,
  .score-structural.score-column3-equal.banner-box .score-left,
  .score-structural.score-column3-equal.banner-box .score-right {
    width: 31.2%;
  }
  .score-structural.score-column3-equal.banner-box img {
    width: 100%;
  }
  .score-structural.score-column3-equal.banner-box .text-component input {
    width: 87.4%;
  }
  .score-structural.score-column3-equal.banner-box .text-component .search {
    width: 12.2%;
  }
  header nav .navbar-collapse .navbar-nav li .dropdown-menu li.sub_ul_parent {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 836px;
  }
  .navbar {
    position: static;
  }
  header .header-banner.col-xs-12 {
    position: static;
  }
  header {
    position: relative;
  }
  .home .ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 254px !important;
  }
  .score-structural.score-column3-equal.banner-box {
    width: 930px;
  }
}
@media print {
  .clinic-page #divLocation button#btnSearch {
    background: #4b63ae
      url("-/media/ems/conditions/vaccines/brands/severalpasteur-il/magnifier_clinic.png")
      no-repeat center center !important;
  }
  .clinic-info-outer,
  .custom-map-container {
    max-width: 100%;
  }
  #emsHeader,
  .banner-img {
    display: none;
  }
  footer {
    display: none !important;
  }
  .body-containt-wrapper .score-page.score-column1 .bottom-share,
  .body-containt-wrapper .score-page.score-column1 .breadcrumb,
  .continue_map {
    display: none;
  }
  a[href]:after {
    content: "" !important;
  }
  * {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-left,
  .body-containt-wrapper
    .score-structural.score-column2-wideleft
    > .score-right {
    display: inline;
    float: none;
  }
  #reportpopup {
    display: none;
  }
  .text-component.Disease_popup_outer {
    display: none;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p {
    display: block;
    width: 28%;
    float: left;
  }
  .travelmap .travel-map-content .disease_popup {
    background: #fff !important;
    top: 20px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p
    span.color-green {
    background: #188d1a !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p
    span.color-amber {
    background: #ec8832 !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    .map_content
    .map-top-indicators
    p
    span.color-red {
    background: #dd4e54 !important;
  }
  div#disease_popup_footer {
    display: none;
  }
  .disease_popup {
    border-bottom: 2px solid #4b63ae;
  }
  #disease_popup_body {
    height: auto;
  }
  #disease_popup_body {
    margin: 19px 0 0 0 !important;
    padding: 0 0 0 19px !important;
    height: 100% !important;
    overflow: visible !important;
    border-bottom: 2px solid #4b63ae !important;
  }
  .map-outer form.search-box {
    display: none;
  }
  .clinic-page #clinicdiv .lidescription {
    display: block;
  }
  .nav-tabs-wrapper-inner {
    display: none;
  }
  .tab-content > .tab-pane {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .addreporthead2 {
    display: none;
  }
  .addreporthead3 {
    display: none;
  }
  .report .score-tab-pane.tab-pane .text-component {
    padding-top: 0;
  }
  .report #clinic-info-report,
  .report .country-info-report,
  .report .report-page-section {
    display: block !important;
  }
  .report .report-page-header,
  .report .report-page-header-clinic,
  .report .report-page-header-country {
    border-bottom: none;
  }
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: 0 !important;
  width: 110% !important;
}
body.chicken-pox {
  width: 102%;
}
.clinic-page #clinic-info-structure .clinic-infowindow {
  width: 100%;
}
.clinic-page .clinic-infowindow .myclinic_text .lidescription {
  width: 85%;
}
#vaccine_report {
  display: none;
}
.navbar-nav:lang(he-IL) > li {
  float: right !important;
  font-size: 18px !important;
}
header:lang(he-IL)
  #globalNav
  nav
  .navbar-collapse
  .navbar-nav
  li.dropdown
  ul
  li.sub_ul,
header:lang(he-IL)
  #globalNav
  nav
  .navbar-collapse
  .navbar-nav
  li.dropdown
  ul
  li.sub_ul
  ul
  li.level-2 {
  text-align: right !important;
}
div.score-carousel.carousel.slide
  div.carousel-inner
  div#test.score-carouselpane.item
  div.score-carouselpane-body
  div#test.text-component:lang(he-IL) {
  position: absolute;
  top: 174px;
  left: 50%;
  width: 350px;
  height: 150px;
  display: flex;
  background: 0 0;
  text-transform: uppercase;
  padding: 20px;
}
@media (max-width: 767px) {
  div.score-carousel.carousel.slide
    div.carousel-inner
    div#test.score-carouselpane.item
    div.score-carouselpane-body
    div#test.text-component:lang(he-IL) {
    width: 80%;
    top: 15%;
    left: 0;
    right: 10%;
  }
}
div.score-carousel.carousel.slide
  div.carousel-inner
  div#test.score-carouselpane.item
  div.score-carouselpane-body
  div#test.text-component:lang(en-CA) {
  position: absolute;
  top: 174px;
  left: 100px;
  width: 550px;
  height: 150px;
  display: flex;
  background: 0 0;
  padding: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  div.score-carousel.carousel.slide
    div.carousel-inner
    div#test.score-carouselpane.item
    div.score-carouselpane-body
    div#test.text-component:lang(en-CA) {
    width: 80%;
    top: 15%;
    left: 0;
    transform: scale(0.8);
  }
}
header:lang(he-IL)
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul
  ul {
  padding: 0 10px 0 0;
}
header:lang(en-CA)
  nav
  .navbar-collapse
  .navbar-nav
  li
  .dropdown-menu
  li.sub_ul_parent
  ul
  .sub_ul
  ul {
  padding: 0 0 0 10px;
}
@media (max-width: 991px) {
  #brandSearchDT:lang(he-IL) {
    transform: none;
  }
  header:lang(he-IL)
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li
    a {
    padding-left: 0;
    padding-right: 59px;
  }
  header:lang(he-IL)
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    a {
    padding-right: 35px;
  }
  nav .navbar-nav > li > a:lang(he-IL) {
    float: right;
  }
  nav .navbar-nav > li > a:lang(en-CA) {
    float: left;
  }
  nav .navbar-nav > li:lang(he-IL) {
    float: right;
  }
  nav .navbar-nav > li:lang(en-CA) {
    float: left;
  }
  .score-nav li:lang(he-IL).dropDown_collapse::before {
    background: transparent
      url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/submenu_open.png")
      no-repeat scroll 3px center;
    background-size: 7px auto;
    content: " ";
    height: 20px;
    right: 16px;
    width: 26px;
    transform: rotate(180deg);
  }
  .score-nav li:lang(he-IL)::before {
    content: " ";
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/main-menu-arrow.png")
      no-repeat scroll -1px center;
    background-size: 9px auto;
    height: 22px;
    width: 11px;
    right: 20px;
    position: absolute;
    transform: rotate(180deg);
  }
  .score-nav li:lang(en-CA).dropDown_collapse::before {
    background: transparent
      url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/submenu_open.png")
      no-repeat scroll 3px center;
    background-size: 7px auto;
    content: " ";
    height: 20px;
    left: 16px;
    width: 26px;
  }
  .score-nav li:lang(en-CA)::before {
    content: " ";
    background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/main-menu-arrow.png")
      no-repeat scroll -1px center;
    background-size: 9px auto;
    height: 22px;
    width: 11px;
    left: 20px;
    position: absolute;
  }
  .navbar-toggle:lang(he-IL) {
    display: block;
    float: right !important;
    margin: 20px 20px 0 0 !important;
  }
  .navbar-toggle:lang(en-CA) {
    display: block;
    float: left !important;
    margin: 0 0 0 20px;
  }
  header:lang(en-CA)
    nav
    .navbar-collapse
    .navbar-nav
    li.dropdown
    ul
    li.level-2
    a::after {
    left: 39px;
  }
  header:lang(he-IL)
    nav
    .navbar-collapse
    .navbar-nav
    li.dropdown
    ul
    li.level-2
    a::after {
    left: 0;
    right: 39px;
  }
}
a {
  text-decoration: none;
  color: #4b63ae;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #4b63ae;
}
.body-containt-wrapper
  .score-page.score-column1
  .breadcrumb
  li
  + li.active::before {
  content: "> ";
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  h2 {
  color: #4b63ae;
}
html body header nav .navbar-collapse .navbar-nav li.dropdown ul li.level-2 a {
  background: 0 0;
  padding: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  .news
  h2 {
  margin: 6px 0 0 0;
}
footer .ft-links span {
  color: #9f9fa0;
}
.news-and-tips .score-left .text-component ul {
  list-style: none;
}
#brandLogo a,
header .navbar-default .navbar-nav li a {
  border: none;
}
ul.link {
  list-style: none;
}
ul.link li a {
  list-style: none;
}
div.text-component ol,
div.text-component ul {
  color: #3a3a3b;
  font: 16px/24px "Rubik Regular", sans-serif;
}
.footer a,
.footer a:hover,
a.social-pop-up,
a.social-pop-up:hover {
  border: none;
}
div.body-containt-wrapper div.score-page.score-column1 div.text-component h1,
div.body-containt-wrapper
  div.score-page.score-column1
  div.text-component.body-containt-inner-text
  h2,
div.body-containt-wrapper
  div.score-page.score-column1
  div.text-component.body-containt-inner-text
  h3 {
  color: #4b63ae;
}
div#test.score-container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div#test.score-structural.score-column
  div.score-center
  div#test.text-component
  h1 {
  font: bold 35px/38.5px "Rubik Bold", sans-serif;
}
div#test.score-container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div#test.score-structural.score-column
  div.score-center
  div#test.text-component
  h2 {
  font: bold 25px/25px "Rubik Bold", sans-serif;
}
div.body-containt-wrapper
  div.score-page.score-column1
  div.text-component.body-containt-inner-text
  h3 {
  font: 21px/25px "Rubik Medium", sans-serif;
  margin: 1.5em 0 1em 0;
}
div#test.score-container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div#test.score-structural.score-column
  div.score-center
  div#test.text-component
  p {
  font: 16px/24px "Rubik Regular", Helvetica, Arial, sans-serif;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  strong,
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  strong:hover {
  font-weight: 700;
  border-bottom: none;
}
.text-component.body-containt-inner-text ul li {
  list-style: none;
}
.text-component.body-containt-inner-text ul li:before {
  content: "";
  font-size: 22px;
  position: relative;
  top: 4px;
  color: #4b63ae;
}
#vaccine_report_tablet {
  display: none;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p.references {
  border-top: 1px solid #4b63ae;
  font-weight: 700;
  margin-top: 42px;
  padding: 15px 0 0 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p.references
  + ol {
  font-size: 14px;
  direction: ltr !important;
  text-align: left;
}
body.home
  div.pageWrapper
  div.score-container.body-containt-wrapper
  div.container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div.score-structural.score-column3-equal.text_three_tabs
  div
  div.score-structural.score-column3-equal
  div
  div#test.text-component
  p:last-child {
  float: left;
  margin: 10px 10px 0;
  width: 150px;
}
body.home
  div.pageWrapper
  div.score-container.body-containt-wrapper
  div.container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div.score-structural.score-column3-equal.text_three_tabs
  div.score-center
  div.score-structural.score-column3-equal
  div.score-left
  div#test.text-component
  p:first-child {
  width: auto;
}
div.body-containt-wrapper div.score-page.score-column1 div.home-inner-text h1,
footer div.text-component.pre-footer p {
  color: #4b63ae;
}
div.body-containt-wrapper div.score-page.score-column1 div.home-inner-text p {
  color: #14141a;
}
div.body-containt-wrapper
  div.score-page.score-column1
  div.score-structural.score-column3-equal
  div.score-center
  div.text-component
  h4,
div.body-containt-wrapper
  div.score-page.score-column1
  div.score-structural.score-column3-equal
  div.score-left
  div.text-component
  h4,
div.body-containt-wrapper
  div.score-page.score-column1
  div.score-structural.score-column3-equal
  div.score-right
  div.text-component
  h4,
div.score-container.body-containt-wrapper
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div.score-structural.score-column3-equal.text_three_tabs
  div.score-right
  div#test.score-structural.score-column
  div.score-center
  div.score-structural.score-column.hidden-xs.hidden-sm
  div.score-center
  div#test
  div.box-content
  h4 {
  background-color: #4b63ae;
}
div.score-carousel.carousel.slide
  div.carousel-inner
  div#test.score-carouselpane.item {
  background-size: 100% 100%;
}
body.home
  div.pageWrapper
  div.score-container.banner-img
  div.container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  img.score-image-responsive.img-responsive.hidden-xs.hidden-sm {
  display: none;
}
div.score-carousel.carousel.slide {
  width: 990px;
  height: 460px;
  margin: 0 auto;
}
div.score-carousel.carousel.slide
  a.left.carousel-control
  span.glyphicon.glyphicon-chevron-left {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow_slide_left.png")
    no-repeat scroll 0 center;
}
div.score-carousel.carousel.slide
  a.right.carousel-control
  span.glyphicon.glyphicon-chevron-right {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow_slide_right.png")
    no-repeat scroll -7px center;
}
.glyphicon-chevron-left::before,
.glyphicon-chevron-right::before {
  display: none;
}
div.score-carousel.carousel.slide
  div.carousel-inner
  div#test.score-carouselpane.item
  div.score-carouselpane-body
  div#test.text-component
  div.pane-title {
  font: 25px/35px "Rubik Medium", arial, sans-serif;
  color: #000;
  display: inline-block;
  padding: 0 4px;
  margin: auto;
  text-transform: uppercase;
}
div.pane-title > p {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 0 7px;
  padding: 0 4px;
  display: inline;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 38px;
  height: 72px;
}
.carousel-control {
  width: 9%;
}
.img_news {
  float: left;
  margin: 0 10px 0 0;
}
header nav .navbar-collapse .navbar-nav li.dropdown ul li.level-2 a::after {
  background-image: none;
}
.news-and-tips .score-left .text-component ul {
  padding: 0;
}
.news-and-tips
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p {
  margin-bottom: 12px;
}
.news {
  display: table;
  padding-bottom: 48px;
}
.news .thumb_news {
  float: left;
  width: 40%;
  margin: 20px 2.8% 0 0;
  display: table-cell;
  padding: 0 0 40px 0;
}
.news .desc_news {
  float: left;
  width: 57%;
  display: table-cell;
  padding: 0;
}
.news h2,
.news p,
.news ul {
  display: block;
  padding: 0;
}
.news h2 {
  border-bottom: 0;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-center
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-right
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-center
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-right
  p {
  float: left;
  width: auto;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  .whats_new
  .score-left
  p:last-child,
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-left
  .whats_new
  .score-left
  p:last-child {
  float: left;
  width: 150px;
  margin: 10px 10px 0 10px;
}
div.news div.desc_news {
  margin-top: 10px;
}
div.score-container.body-containt-wrapper
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div#test.score-structural.score-column2-wideleft
  div.score-left
  div.text-component.body-containt-inner-text
  div.news
  div.desc_news
  h2 {
  color: #4b63ae;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  margin: 5px 0 10px 0;
}
div.body-containt-wrapper div.score-page.score-column1 div.box-content h4 {
  background: #4b63ae;
}
div.news + h2 {
  padding-top: 20px;
}
.search-results .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  display: inline-block;
  list-style: outside none none;
  margin: 35px 0 10px;
  padding: 0;
}
.search-container {
  padding: 0;
}
.coveo-searchBox-column {
  display: none;
}
.CoveoResult {
  margin: 20px 0;
  font: 16px/22px "Rubik Regular", Helvetica, Arial, sans-serif;
}
.CoveoResult .coveo-excerpt {
  font-size: 16px;
}
.CoveoResultLink {
  color: #4b63ae;
  font: 18px/22px "Rubik Bold", Helvetica, Arial, sans-serif;
  margin: 0;
}
.CoveoResultLink:link {
  color: #4b63ae;
  text-decoration: none;
}
.CoveoResult a:hover {
  color: #4b63ae;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column {
  width: 100%;
}
.CoveoResult .coveo-title {
  margin: 0 0 5px;
}
.CoveoPager ul li:last-child > a,
.CoveoPager ul li > a {
  font: 16px/22px "Rubik Regular", Helvetica, Arial, sans-serif;
  background-color: #fff;
  height: 37px;
}
.CoveoPager ul li.coveo-active:first-child > a,
.CoveoPager ul li.coveo-active:last-child > a {
  border: none;
}
.CoveoPager ul li.coveo-active > a {
  color: #fff;
  background: #4b63ae;
  border-left: 1px solid #ccc;
  border-top: 1px solid #4b63ae;
  border-bottom: 1px solid #4b63ae;
}
.CoveoPager ul li:hover:first-child > a,
.CoveoPager ul li:hover:last-child > a {
  border: none;
}
.breadcrumb > li + li::before {
  color: #4b63ae;
  content: "> ";
  padding: 0 2px;
}
.search-results ol.breadcrumb {
  font-size: 15px;
}
.search-results ol.breadcrumb li:first-child a {
  color: #4b63ae;
  text-decoration: none;
}
body.search-results div.search-container h2 {
  color: #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}
header div.score-header-wrapper {
  background: #4b63ae;
}
header nav div.navbar-collapse ul.navbar-nav li:hover {
  background: #7079bd;
}
header nav div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
  color: #4b63ae;
}
header nav div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li a:hover {
  color: #4b63ae;
}
header nav div.navbar-collapse ul.navbar-nav li ul.dropdown-menu {
  border-top: 5px solid #7079bd;
}
header
  nav
  div.navbar-collapse
  ul.navbar-nav
  li.dropdown
  ul
  li.level-2
  a::after {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow_sub_desktop.png")
    no-repeat scroll 0 center;
  background-size: 5px 8px;
}
header
  nav
  div.navbar-collapse
  ul.navbar-nav
  li.dropdown
  ul
  li.level-2
  a:hover::after {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/arrow_sub_hover_desktop.png")
    no-repeat scroll 0 center;
  background-size: 5px 8px;
}
div.search-overlay div.CoveoSearchBox input.CoveoQueryBox {
  background: #b6e9df;
}
div.search-overlay div.CoveoSearchBox a.CoveoSearchButton {
  background: #4b63ae
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/search-white")
    no-repeat scroll center center;
  background-size: 60% auto;
}
div.body-containt-wrapper
  div.score-page.score-column1
  ol.breadcrumb
  li
  + li::before,
div.body-containt-wrapper div.score-page.score-column1 ol.breadcrumb li.active {
  color: #4b63ae;
}
div#test.score-container
  div.container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div#test.score-structural.score-column
  div.score-center
  div#test.text-component
  h2,
div#test.score-container
  div.score-page.score-column1
  div.score-main
  div.score-inner
  div#test.score-structural.score-column
  div.score-center
  div#test.text-component
  h1 {
  color: #4b63ae;
}
ol.breadcrumb {
  background: 0 0;
  padding: 8px 0;
}
.body-containt-wrapper .score-page.score-column1 ol.breadcrumb a,
ol.breadcrumb > li + li::before,
ol.breadcrumb > li.active {
  color: #4b63ae;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu li.sub_ul_parent {
  width: 986px;
}
header nav .navbar-collapse .navbar-nav li .dropdown-menu .sub_ul,
header nav .navbar-collapse .navbar-nav li .dropdown-menu .sub_ul:first-child {
  width: 20%;
}
header
  div.collapse.navbar-collapse
  ul.nav.navbar-nav
  li.level-1:nth-child(6)
  ul.dropdown-menu
  li.sub_ul_parent
  ul
  li.sub_ul {
  width: 25%;
}
.clinic-page #divLocation label#lblLocation {
  color: #4b63ae;
}
.clinic-page #divLocation input#txtPlaces {
  border-color: #4b63ae currentcolor #4b63ae #4b63ae;
}
.clinic-page #divLocation button#btnSearch {
  background: #4b63ae
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/magnifier_clinic.png")
    no-repeat scroll center center;
}
.clinic-page #divLocation label#lblLocation {
  color: #4b63ae;
}
.clinic-page #divLocation input#txtPlaces {
  border-color: #4b63ae currentcolor #4b63ae #4b63ae;
}
.clinic-page #divLocation button#btnSearch {
  background: #4b63ae
    url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/magnifier_clinic.png")
    no-repeat scroll center center;
}
.clinic-page .gm-style-iw div.clinic_popup1 {
  display: block;
}
.clinic-page .gm-style-iw div.clinic_popup1 #clinic_popup_footer,
.clinic-page .gm-style-iw div.clinic_popup1 #sendByEmail,
.clinic-page .gm-style-iw div.clinic_popup1 .clinicdet6,
.clinic-page .gm-style-iw div.clinic_popup1 .close,
.clinic-page .gm-style-iw div.clinic_popup1 .doc_health,
.clinic-page .gm-style-iw div.clinic_popup1 .opening_hours,
.clinic-page .gm-style-iw div.clinic_popup1 .optional_warning {
  display: none;
}
.clinic-page .clinic_popup1 #clinic_popup_body1 {
  height: auto;
  margin-bottom: 0;
}
.clinic-page .clinic_popup1 p {
  margin: 0.5em 0;
}
.clinic-page .gm-style-iw > div {
  width: 500px;
}
.clinic-page .gm-style-iw div.clinic_popup1 {
  border: none;
}
body.contact-us div.pageWrapper div.container {
  padding: 0;
}
body.contact-us
  div.pageWrapper
  div#test.score-container.body-containt-wrapper
  div.container {
  padding: 0 29px;
}
div#mainContent.container.traveler-ca-contact-form div.row div.col-xs-12,
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12 {
  padding: 0;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12
  div.row {
  margin: 0;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser
  div.col-xs-6 {
  padding: 0;
  margin-bottom: 19px;
  width: 100%;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.col-xs-7.form-description
  div.requiredDiv.alert.alert-danger.text-center {
  display: none;
}
h1.signup-form-header {
  color: #4b63ae;
  font: 25px/35px "Rubik Bold", arial, sans-serif;
  text-transform: uppercase;
}
div#mainContent.container.traveler-ca-contact-form
  div.col-xs-6
  label:first-child {
  color: #4b63ae !important;
  margin-bottom: 7px !important;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-iam
  div.col-xs-6
  label
  span {
  color: #3a3a3b;
  font: 16px/22px "Rubik Regular", arial, sans-serif;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-title
  div.col-xs-6
  label {
  width: 138px !important;
}
.form-horizontal input {
  border: 2px solid #4b63ae;
  width: 410px;
  font: 16px/22px "Rubik Regular", arial, sans-serif;
  color: #3a3a3b;
  float: left;
  margin-right: 3px !important;
}
.form-horizontal .mandatory {
  padding: 0;
}
.form-horizontal .mandatory::after {
  content: "*";
  color: red;
  top: -5px;
  position: absolute;
  padding: 0;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser
  div.col-xs-6
  label {
  color: #4b63ae !important;
  font: 22px/16px "Rubik Bold", arial, sans-serif;
  margin: 0 0 4px 0 !important;
}
textarea {
  border: 2px solid #4b63ae;
  font: 16px/22px "Rubik Regular", arial, sans-serif;
  padding: 11px;
  width: 410px;
  float: left;
  margin-right: 11px;
}
button#btnSubmit.btn.btn-default {
  width: 141px;
  height: 52px;
  background: #4b63ae;
  font: 16px/22px "Rubik Regular", arial, sans-serif;
  color: #fff;
  border-radius: 4px;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-title
  div.col-xs-6
  label:first-child {
  margin-bottom: 14px !important;
  float: none !important;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-title
  div.col-xs-6
  label
  span {
  color: #3a3a3b;
  font: 16px/22px "Rubik Regular", arial, sans-serif;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-title
  div.col-xs-6
  label:nth-child(-n + 4),
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-title
  div.col-xs-6
  label:nth-child(n + 5) {
  float: left;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 0;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser
  div.col-xs-6
  label.errorLb {
  color: #d50430 !important;
  font: 14px/22px "Rubik Regular", arial, sans-serif;
  float: left;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser
  div.col-xs-6
  input.hasError {
  border: 2px solid #d50430 !important;
  margin-right: 11px !important;
  background: 0 0 !important;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.traveler-ca-contact
  div.row
  div.anwser.traveler-ca-title
  div.col-xs-6 {
  width: 50%;
}
div#mainContent.container.traveler-ca-contact-form
  div.row
  div.form-horizontal
  div.col-xs-12.signup-button
  label#errorCaptcha.captchavalidation {
  margin-top: 0;
}
#mainContent > div > div.form-horizontal > div.col-xs-12.signup-button,
.pageWrapper #test #mainContent .traveler-ca-contact {
  margin: 0 30px;
}
.pageWrapper #test #mainContent .traveler-ca-contact .provincefr {
  display: none;
}
h1.signup-form-header {
  margin-left: 30px;
}
.body-containt-wrapper .score-page.score-column1 .text-component.top_buttons a {
  border: 0;
}
div.text-component.top_buttons a.addToReport {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/suitcase-add.png");
}
div.text-component.top_buttons a.addToReport:hover {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/suitcase-add-light.png");
}
div.text-component.top_buttons a.print {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/printer.png");
  float: left;
}
div.text-component.top_buttons a.print:hover {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/printer-light.png");
}
div.text-component.top_buttons a.mail_to {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mail.png");
}
div.text-component.top_buttons a.mail_to:hover {
  background: url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mail-light.png");
}
div.text-component .tabs {
  border-bottom: 4px solid #ccc;
  min-height: 118px;
}
div.text-component .tabs h2 a {
  color: #4b63ae;
  font: 23px/26px "Rubik Bold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  border-bottom: none;
  display: block;
  padding: 0 0 9px 0;
}
div.text-component .tabs .active h2 a,
div.text-component .tabs h2 a:hover {
  color: #4b63ae;
  text-decoration: none;
  padding: 0 0 9px 0;
  border-bottom: 4px solid #4b63ae;
}
div.text-component .tabs #tab2 h2 a,
div.text-component .tabs #tab3 h2 a {
  padding: 25px 0 36px 0;
}
div.text-component .tabs #tab2 h2 a:hover,
div.text-component .tabs #tab2.active h2 a,
div.text-component .tabs #tab3 h2 a:hover,
div.text-component .tabs #tab3.active h2 a {
  padding: 25px 0 36px 0;
}
div[id^="tab"] {
  min-height: 100px;
}
div[id^="content-tab"] {
  clear: both;
}
div#content-tab2,
div#content-tab3 {
  display: none;
}
div.body-containt-wrapper
  div.score-page.score-column1
  div.text-component.body-containt-inner-text
  .tabs
  h2 {
  font: 18px/20px "Rubik Bold", Helvetica, Arial, sans-serif;
  margin: 1.5em 0 1em 0;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog {
  border: 3px solid #4b63ae;
  height: 250px;
  left: 30%;
  overflow: hidden;
  position: absolute;
  top: 20%;
  width: 400px;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  outline: 0 none;
  position: relative;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-header {
  min-height: 16.4286px;
  padding: 15px;
  border-bottom: 0 none;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  button.close {
  background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/btn_close-map-popin.png)
    no-repeat scroll center center;
  color: #4b63ae;
  cursor: pointer;
  height: 19px;
  margin-right: 3px;
  margin-top: 4px;
  opacity: 1;
  width: 19px;
  z-index: 1;
  border: 0 none;
  padding: 0;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-body
  h2,
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-header
  h4.modal-title {
  color: #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin: 4px 0 10px;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-body {
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-content
  div.modal-body
  p {
  color: #3a3a3b;
  font-family: "Rubik Regular", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-footer {
  border-top: 0;
}
.modal-footer {
  text-align: center;
  padding: 15px;
}
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-footer
  button.btn.btn-default,
footer
  div.score-footer-wrapper
  div.score-footer
  div#modalSection
  div.modal-dialog
  div.modal-content
  div.modal-footer
  button.btn.btn-primary.websiteBtn {
  background-color: #4b63ae;
  border-radius: 50px;
  color: #fff;
  font-family: "Rubik Regular", sans-serif;
  font-size: 14px;
  margin: 12px 0 25px;
  padding: 8px 20px;
  text-transform: uppercase;
  border-color: #ccc;
  border-left: 0 none;
}
.report .Multiline-textbox textarea,
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input#newreporttxt,
.report input#anothertxt {
  border: 2px solid #4b63ae;
}
.body-containt-wrapper
  .score-page.score-column1
  .box-content
  .promo-text
  .btn-primary:hover,
.report .tabset .nav.nav-tabs li.active,
.report input#anotherbtn:hover,
.report input#newreportbtn:hover {
  background-color: #4b63ae !important;
}
.report .tabset .nav.nav-tabs li a,
.report .yesreport {
  color: #4b63ae;
}
.report .tabset .nav.nav-tabs {
  border-bottom: 5px solid #4b63ae;
}
.report
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  input#newreportbtn {
  width: auto;
}
@media screen and (min-width: 992px) {
  .top_buttons a.print {
    display: block !important;
  }
  div.text-component.top_buttons a.addToReport {
    background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/suitcase-add.png);
  }
  div.text-component.top_buttons a.print {
    background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/printer.png);
  }
  div.text-component.top_buttons a.mail_to {
    background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mail.png);
  }
  header #globalNav nav .navbar-collapse .navbar-nav li {
    padding: 11px 15px 10px 15px;
  }
  body.modal-open div#modalSection div#regionMod.modal.fade.in {
    z-index: 10040;
  }
  footer
    div.score-footer-wrapper
    div.score-footer
    div#modalSection
    div.modal-dialog {
    position: relative;
    left: inherit;
    margin: 0 auto;
    height: auto;
    width: 400px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.facebook:active,
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.facebook:focus,
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.facebook:visited {
    background: transparent
      url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/facebook-light.png)
      no-repeat scroll 0 0;
    background-size: 30px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.twitter:active,
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.twitter:focus,
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.twitter:visited {
    background: transparent
      url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/twitter-light.png)
      no-repeat scroll 0 0;
    background-size: 30px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.googlePlus:active,
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.googlePlus:focus,
  .body-containt-wrapper
    .score-page.score-column1
    .bottom-share
    .container
    .score-page.score-column1
    .score-main
    #socialShare
    .share-icons
    .share-show-hide
    li
    a.googlePlus:visited {
    background: transparent
      url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/google-plus-light.png)
      no-repeat scroll 0 0;
    background-size: 30px;
  }
  header #globalNav nav .navbar-collapse .navbar-nav li,
  header #globalNav nav .navbar-collapse .navbar-nav li.dropdown {
    padding: 0 15px 10px 15px;
    text-align: center;
  }
  header #globalNav nav.mainnav-frca .navbar-collapse .navbar-nav li.home-link {
    padding: 10px 15px 8px 15px;
  }
  header #globalNav nav.mainnav-enca .navbar-collapse .navbar-nav li,
  header #globalNav nav.mainnav-enca .navbar-collapse .navbar-nav li.dropdown {
    padding: 10px 15px 8px 15px;
    text-align: center;
  }
  header #globalNav nav .navbar-collapse .navbar-nav li.dropdown ul li.sub_ul,
  header
    #globalNav
    nav
    .navbar-collapse
    .navbar-nav
    li.dropdown
    ul
    li.sub_ul
    ul
    li.level-2 {
    padding: 0;
    text-align: left;
  }
  header #globalNav nav .navbar-collapse .navbar-nav li.dropdown a {
    pointer-events: auto;
  }
}
@media screen and (max-width: 991px) {
  #vaccine_report_tablet {
    display: none;
  }
  .top_buttons a.print {
    display: block !important;
  }
  .news {
    display: table;
  }
  .news .thumb_news {
    width: 40%;
    display: block;
    padding: 0 0 15px 0;
  }
  .news .desc_news {
    display: block;
    padding: 0;
  }
  .news h2,
  .news p,
  .news ul {
    display: block;
    padding: 0;
  }
  .news p {
    clear: both;
  }
  header .navbar-header {
    padding-top: 0;
  }
  header div.navbar-header div#vaccine_report_tablet.vaccine_report_tablet {
    display: block;
  }
  header div.navbar-header div.text-component.vaccine_report {
    display: none;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal
    div
    div#test.text-component
    p:last-child {
    width: 30%;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-center
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-left
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-center
    .whats_new
    .score-right
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-center
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-left
    p,
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-left
    .whats_new
    .score-right
    p {
    float: left;
    width: auto;
  }
  header div.header-banner.col-xs-12 {
    background-color: #4b63ae;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-right
    div#test.score-structural.score-column
    div.score-center
    div.score-structural.score-column.hidden-xs.hidden-md.hidden-lg
    div.score-center
    div.home_box
    div.box-content
    h4 {
    background-color: #4b63ae !important;
  }
  div.navbar-header div#vaccine_report_tablet.vaccine_report_tablet {
    float: right;
    margin-right: 21px;
    margin-top: 20px;
  }
  div.navbar-header
    div#vaccine_report_tablet.vaccine_report_tablet
    div.report-outer
    a {
    position: relative;
    border-bottom: none;
  }
  div.navbar-header
    div#vaccine_report_tablet.vaccine_report_tablet
    div.report-outer
    a
    span.report_number {
    position: absolute;
    left: 26px;
    top: -4px;
  }
  div.navbar-header
    div#vaccine_report_tablet.vaccine_report_tablet
    div.report-text {
    display: none;
  }
  div.navbar-header.score-navbar-header a.navbar-brand {
    display: none;
  }
  .body-containt-wrapper
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div.score-center,
  .body-containt-wrapper
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div.score-left,
  .body-containt-wrapper
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div.score-right,
  .body-containt-wrapper
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-left
    div.score-structural.score-column3-equal.whats_new
    div.score-center,
  .body-containt-wrapper
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-left
    div.score-structural.score-column3-equal.whats_new
    div.score-left,
  .body-containt-wrapper
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-left
    div.score-structural.score-column3-equal.whats_new
    div.score-right {
    padding-left: 0;
    min-height: 113px;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-center
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-left
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-center
    .score-right
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-center
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-left
    .text-component
    p:nth-child(2),
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal.text_three_tabs
    .score-left
    .score-right
    .text-component
    p:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal
    div
    div#test.text-component
    p:last-child {
    width: 43%;
  }
  div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs {
    width: 100%;
    margin: 0 auto;
    max-width: 727px;
  }
  .menu_overlay {
    background: #4b63ae;
  }
  div#vaccine_report.text-component.vaccine_report div.report-text span a {
    border-bottom: none;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav {
    background-color: #4b63ae;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li,
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .text-component.vaccine_report {
    border-top: 1px solid #38a591;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li::before {
    background: transparent
      url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/main-menu-arrow.png")
      no-repeat scroll -1px center;
    background-size: 9px auto;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.dropDown_collapse {
    background: #4b63ae;
  }
  div.navbar-collapse.collapse.in
    ul.nav.navbar-nav
    li.level-1.dropdown.dropDown_collapse
    ul.dropdown-menu {
    border-top: 0;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li
    .dropdown-menu {
    background-color: #4b63ae;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li {
    border-top: 1px solid #4b63ae;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse
    .navbar-nav
    li.sub_ul
    ul
    li.active {
    background: #4b63ae;
  }
  header nav div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li a {
    border-bottom: 0;
  }
  header
    nav
    div.navbar-collapse
    ul.navbar-nav
    li.dropdown
    ul
    li.level-2
    a::after,
  header
    nav
    div.navbar-collapse
    ul.navbar-nav
    li.dropdown
    ul
    li.level-2
    a:hover::after {
    background: transparent
      url("../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/mobile/arrow_sub_menu_mob.png")
      no-repeat scroll 0 center;
    background-size: 5px 8px;
  }
  body.home
    div.pageWrapper
    div.score-container.banner-img
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    img.score-image-responsive.img-responsive.hidden-xs.hidden-md.hidden-lg {
    display: none;
  }
  div.score-carousel.carousel.slide {
    width: 100%;
    height: 100%;
  }
  .carousel-inner {
    width: 100%;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    top: 47%;
  }
  body.legal ol#test.score-breadcrumb.breadcrumb,
  div#test.score-container
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component {
    padding: 0 29px;
  }
  div#test.text-component ul li {
    font: 16px/24px "Rubik Regular", Helvetica, Arial, sans-serif;
    color: #3a3a3b;
  }
  div#test.text-component p {
    font: 16px/22px "Rubik Regular", arial, sans-serif;
    color: #3a3a3b;
  }
  .legal
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h1,
  .privacy
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h1 {
    font-family: "Rubik Bold", sans-serif;
    font-size: 35px;
    margin: 0;
    text-transform: uppercase;
  }
  .legal
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h2,
  .privacy
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h2 {
    font-family: "Rubik Bold", sans-serif;
    font-size: 25px;
    line-height: 25px;
    margin: 0;
    margin: 16px 0;
  }
  .legal
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h3,
  .privacy
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h3 {
    font-family: "Rubik Bold", sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
  }
  .legal div.text-component p,
  .privacy div.text-component p,
  body.legal p,
  body.privacy p {
    color: #3a3a3b;
    font-family: "Rubik Regular", sans-serif;
    font-size: 16px;
    line-height: 22px;
  }
  div.score-page.score-column1
    div#test.score-structural.score-column
    div#mainContent.container.traveler-ca-contact-form
    div.row
    div.form-horizontal
    div.col-xs-12.traveler-ca-contact
    div.row
    div.anwser
    div.col-xs-6
    input.hasError {
    background: 0 0 !important;
    margin-right: 11px !important;
    border: 2px solid #d50430 !important;
  }
  div.score-page.score-column1
    div#test.score-structural.score-column
    div#mainContent.container.traveler-ca-contact-form
    div.row
    div.form-horizontal
    div.col-xs-12.signup-button
    label#errorCaptcha.captchavalidation {
    text-align: left;
    color: #d50430 !important;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-main
    .score-structural.score-column2-wideleft
    .score-right
    .box-content {
    width: auto;
  }
  .tabs #tab1.col-md-4 {
    width: 44%;
    float: left;
  }
  .tabs #tab2.col-md-4,
  .tabs #tab3.col-md-4 {
    width: 28%;
    float: left;
  }
  div.score-carousel ol.carousel-indicators {
    display: none;
  }
  .item {
    background: 0 0;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
    border: none;
  }
  body.privacy
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h1 {
    margin: 20px 0;
  }
  body.modal-open div#modalSection div#regionMod.modal.fade.in {
    z-index: 10040;
  }
  footer
    div.score-footer-wrapper
    div.score-footer
    div#modalSection
    div.modal-dialog {
    position: relative;
    width: 94%;
    left: inherit;
    margin: 0 auto;
    height: auto;
    max-width: 747px;
  }
  div.text-component .tabs #tab3 h2 a:hover,
  div.text-component .tabs #tab3.active h2 a {
    padding: 25px 0 10px 0;
  }
  div.score-carousel.carousel.slide
    div.carousel-inner
    div#test.score-carouselpane.item
    div.score-carouselpane-body
    div#test.text-component
    div.pane-title {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 767px) {
  .btn-default {
    width: inherit;
  }
  .news .thumb_news {
    width: 100%;
    margin: 0 0 15px 0;
  }
  body.home
    div.pageWrapper
    div.score-container.banner-img
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    img.score-image-responsive.img-responsive.hidden-xs.hidden-md.hidden-lg {
    display: none;
  }
  .home .text-component.hidden-sm.hidden-md.hidden-lg.mobile-inner-text > h1 {
    color: #4b63ae;
  }
  .home .text-component.hidden-sm.hidden-md.hidden-lg.mobile-inner-text > p {
    color: #14141a;
  }
  body.home
    img.score-image-responsive.img-responsive.hidden-sm.hidden-md.hidden-lg {
    display: none;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-right
    div#test.score-structural.score-column
    div.score-center
    div.score-structural.score-column.hidden-xs.hidden-md.hidden-lg
    div.score-center
    div.home_box
    div.box-content
    h4 {
    background-color: #4b63ae !important;
  }
  header
    .score-header-wrapper
    #globalNav
    .navbar-default
    .score-nav
    .navbar-collapse {
    background: #4b63ae;
  }
  div.score-container.hidden-sm.hidden-md.hidden-lg
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.text-component.hidden-sm.hidden-md.hidden-lg.mobile-inner-text {
    width: 88%;
    margin: 0 6%;
  }
  div.score-container.hidden-sm.hidden-md.hidden-lg
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.text-component.hidden-sm.hidden-md.hidden-lg.mobile-inner-text
    p {
    margin: -10px 0 35px;
  }
  div.score-container.body-containt-wrapper
    div.score-page.score-column1
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-right
    div#test.score-structural.score-column
    div.score-center
    div.score-structural.score-column.hidden-sm.hidden-md.hidden-lg
    div.score-center
    div.home_box
    div.box-content
    h4 {
    background: #4b63ae;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main {
    width: 100%;
    padding: 0 3.5%;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center,
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-left,
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-right {
    width: 100%;
    padding: 0;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div.score-center,
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div.score-left,
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div.score-right,
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-left
    div.score-structural.score-column3-equal.whats_new
    div.score-left {
    padding: 0 !important;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-center
    div.score-structural.score-column3-equal.whats_new
    div
    div#test.text-component,
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div.score-left
    div.score-structural.score-column3-equal.whats_new
    div
    div#test.text-component {
    width: 100%;
    overflow: hidden;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal.whats_new
    div
    div#test.text-component
    p {
    width: 28%;
    margin: 10px;
    max-width: 80px;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal.whats_new
    div
    div#test.text-component
    p
    img {
    width: 80px;
    height: 80px;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal.whats_new
    div
    div#test.text-component
    p:last-child {
    max-width: 600px;
    width: 55%;
    margin: 10px 28px 10px 0;
  }
  body.home
    div.pageWrapper
    div.score-container.banner-img
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    img.score-image-responsive.img-responsive.hidden-xs.hidden-md.hidden-lg {
    display: none;
  }
  div.score-carousel.carousel.slide {
    width: 100%;
    height: 100%;
  }
  .carousel-inner {
    width: 100%;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    top: 47%;
  }
  .carousel-control.left,
  .carousel-control.right {
    background: 0 0;
    opacity: 1;
  }
  div.score-carousel.carousel.slide ol.carousel-indicators {
    display: none;
  }
  div#test.score-container
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component {
    padding: 0 20px;
  }
  div#test.text-component ul li {
    font: 16px/24px "Rubik Regular", Helvetica, Arial, sans-serif;
    color: #3a3a3b;
  }
  div#test.text-component p {
    font: 18px/25px "Rubik Regular", arial, sans-serif;
    color: #3a3a3b;
  }
  .form-horizontal input,
  textarea.txtArea {
    max-width: 560px;
    width: 100%;
  }
  div.score-page.score-column1
    div#test.score-structural.score-column
    div#mainContent.container.traveler-ca-contact-form
    div.row
    div.form-horizontal
    div.col-xs-12.traveler-ca-contact
    div.row
    div.anwser
    div.col-xs-6
    input.hasError {
    background: 0 0 !important;
    border: 2px solid #d50430 !important;
  }
  div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div#mainContent.container.traveler-ca-contact-form
    div.row
    div.form-horizontal
    div.col-xs-12.signup-button {
    text-align: left;
  }
  div.score-page.score-column1
    div#test.score-structural.score-column
    div#mainContent.container.traveler-ca-contact-form
    div.row
    div.form-horizontal
    div.col-xs-12.signup-button
    label#errorCaptcha.captchavalidation {
    text-align: left;
    color: #d50430 !important;
  }
  div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column2-wideleft
    div.score-left
    div.text-component.body-containt-inner-text
    ol
    li
    a {
    word-wrap: break-word;
  }
  .tabs #tab1.col-md-4,
  .tabs #tab2.col-md-4,
  .tabs #tab3.col-md-4 {
    width: 100%;
    float: none;
    padding: 0;
  }
  div.text-component .tabs h2 a {
    text-transform: uppercase;
    font: bold 20px/26px "Rubik Regular", Helvetica, Arial, sans-serif;
  }
  .score-carousel .carousel-inner > .item {
    min-height: 0;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    top: 22%;
  }
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal
    div
    div#test.text-component
    p:last-child {
    width: 100%;
    margin: 0 15px 10px;
  }
  body.privacy
    div#test.score-container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div#test.score-structural.score-column
    div.score-center
    div#test.text-component
    h1 {
    margin: 20px 0;
  }
  body.modal-open
    div#modalSection
    div#regionMod.modal.fade.in
    div.modal-dialog
    div.modal-content
    div.modal-footer
    button.btn.btn-default,
  body.modal-open
    div#modalSection
    div#regionMod.modal.fade.in
    div.modal-dialog
    div.modal-content
    div.modal-footer
    button.btn.btn-primary.websiteBtn,
  div.score-container.body-containt-wrapper
    div.score-page.score-column1
    div.score-right
    div.score-center
    div#test
    div.box-content
    div.promo-text
    a.btn.btn-primary.hidden-xs {
    width: 151px;
    max-width: 321px;
    height: 31px;
    max-height: 62px;
    padding: 6px;
    margin: 0 auto;
    display: block;
  }
  body.modal-open
    div#modalSection
    div#regionMod.modal.fade.in
    div.modal-dialog
    div.modal-content
    div.modal-footer
    button.btn.btn-primary.websiteBtn {
    margin-top: 15px;
  }
  footer
    div.score-footer-wrapper
    div.score-footer
    div#modalSection
    div.modal-dialog {
    position: relative;
    width: 94%;
    left: inherit;
    margin: 0 3%;
    height: auto;
    max-width: 747px;
  }
  div.navbar-header div#vaccine_report_tablet.vaccine_report_tablet {
    display: none;
  }
  header
    #globalHeader
    nav
    div.navbar-collapse
    ul.navbar-nav
    li
    a[href*="disease"] {
    pointer-events: none;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  body.home
    div.pageWrapper
    div.score-container.body-containt-wrapper
    div.container
    div.score-page.score-column1
    div.score-main
    div.score-inner
    div.score-structural.score-column3-equal.text_three_tabs
    div
    div.score-structural.score-column3-equal.whats_new
    div
    div#test.text-component
    p:last-child {
    max-width: 600px;
    width: 65%;
    margin: 10px 28px 10px 0;
    display: block;
  }
  header
    #globalHeader
    nav
    div.navbar-collapse
    ul.navbar-nav
    li
    a[href*="disease"] {
    pointer-events: none;
  }
}
.sitemap .score-sitemap ul.level-1 {
  padding: 0;
}
.sitemap .score-sitemap ul.level-1 li .sub_ul_parent ul {
  list-style: none;
  padding: 0;
}
.sitemap .score-sitemap ul.level-1 li .sub_ul_parent ul .sub_ul ul.level-2 {
  list-style: disc !important;
  padding: 0;
}
.sitemap .score-sitemap ul.level-1 li .sub_ul_parent ul .sub_ul ul.level-2 li {
  margin: 10px 0;
}
.sitemap .score-sitemap ul.level-1 > li {
  list-style: none;
}
.sitemap .score-sitemap .seperator {
  list-style: none;
  display: none;
}
.socialShareLinks {
  padding: 12px 0;
  border-top: 1px solid #4b63ae;
}
.socialShareLinks a {
  text-decoration-skip: none !important;
  border-bottom: none;
  display: inline-block;
  width: 31px;
  height: 31px;
  transition: all ease 0.5s;
}
.socialShareLinks .fb {
  background-image: url(-/media/ems/conditions/vaccines/brands/severalpasteur-il/some_icons/facebook.png);
}
.socialShareLinks .fb:hover {
  opacity: 0.4;
}
.socialShareLinks .whatsapp {
  background-image: url(-/media/ems/conditions/vaccines/brands/severalpasteur-il/some_icons/whatsapp.png);
}
.socialShareLinks .whatsapp:hover {
  opacity: 0.4;
}
.socialShareLinks .mail_tto {
  background-image: url(-/media/ems/conditions/vaccines/brands/severalpasteur-il/some_icons/email.png);
}
.socialShareLinks .mail_tto:hover {
  opacity: 0.4;
}
html:lang(en-CA) body,
html:lang(en-CA) html {
  direction: ltr;
}
html:lang(en-CA)
  header
  .score-header-wrapper
  #globalNav
  .navbar-default
  .score-nav
  .navbar-collapse
  .navbar-nav
  li.level-1 {
  float: left;
}
html:lang(he-IL) body,
html:lang(he-IL) html {
  direction: rtl;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-structural.score-column2-wideleft
  > .score-left {
  float: right;
}
@media (max-width: 767px) {
  html:lang(he-IL)
    .body-containt-wrapper
    .score-structural.score-column2-wideleft
    > .score-left {
    float: unset;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  html:lang(he-IL)
    .body-containt-wrapper
    .score-structural.score-column2-wideleft
    > .score-left {
    float: right !important;
  }
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-structural.score-column2-wideleft
  > .score-left
  .top_buttons
  a.print {
  float: right;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare {
  float: right;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide {
  width: auto;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p.references
  + ol {
  padding-right: 40px;
}
@media (max-width: 767px) {
  html:lang(he-IL)
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    p.references
    + ol {
    padding-left: 0;
  }
}
html:lang(he-IL) .body-containt-inner-text .news .thumb_news {
  float: right;
  margin: 21px 0 0 2.8%;
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text .news .thumb_news {
    margin: 0 0 15px 0 !important;
  }
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text .news .desc_news {
    float: unset;
    margin-top: 10px;
  }
}
html:lang(he-IL) .body-containt-inner-text p .img_news {
  float: right;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text ol li a {
    word-wrap: break-word;
  }
}
html:lang(he-IL)
  .essential-tips-to-become-a-seasoned-traveller
  .body-containt-inner-text
  ul,
html:lang(he-IL)
  body.travelling-abroad-here-s-what-you-need-to-know-before-you-leave
  .body-containt-inner-text
  ul {
  padding: 0 40px 0 0;
}
html:lang(he-IL)
  .routine-vaccines
  .score-structural.score-column2-wideleft
  > .score-left {
  float: right;
}
@media (max-width: 991px) {
  html:lang(he-IL) .routine-vaccines .score-structural {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  html:lang(he-IL) .routine-vaccines ol.breadcrumb {
    padding: 8px 15px;
  }
}
html:lang(he-IL)
  .adults
  .body-containt-inner-text
  #content-tab1
  .content_reference
  ul,
html:lang(he-IL)
  .infants-children-and-adolescents
  .body-containt-inner-text
  #content-tab1
  .content_reference
  ul {
  padding: 0 40px 0 0;
}
html:lang(he-IL) .accessibility ol,
html:lang(he-IL) .terms-of-use ol {
  padding: 0 40px 0 0;
}
html:lang(he-IL)
  .text-component.travel-map-content.body-containt-inner-text
  .gm-style-iw.gm-style-iw-c {
  padding-right: 12px !important;
  padding-left: 0;
}
html:lang(he-IL) #contry_disease > li.liheader {
  margin-right: 15px;
  padding-left: 0;
}
html:lang(he-IL) #contry_disease > li.liheader:before {
  transform: rotate(180deg);
  left: auto;
  right: -16px;
}
@media (max-width: 767px) {
  html:lang(he-IL) .travelmap #disease_popup_body h2 {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  html:lang(he-IL) body.travelmap.coveo-portrait .CoveoSearchInterface {
    left: 35px;
    bottom: 7px;
  }
}
@media (max-width: 991px) {
  html:lang(he-IL)
    header
    .score-header-wrapper
    #brandSearchDT.brand-search.hidden-xs.col-sm-3 {
    padding-right: 51px;
  }
}
html:lang(he-IL) body,
html:lang(he-IL) html {
  direction: rtl;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-structural.score-column2-wideleft
  > .score-left {
  float: right;
}
@media (max-width: 767px) {
  html:lang(he-IL)
    .body-containt-wrapper
    .score-structural.score-column2-wideleft
    > .score-left {
    float: unset;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
  html:lang(he-IL)
    .body-containt-wrapper
    .score-structural.score-column2-wideleft
    > .score-left {
    float: right !important;
  }
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-structural.score-column2-wideleft
  > .score-left
  .top_buttons
  a.print {
  float: right;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare {
  float: right;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .bottom-share
  .container
  .score-page.score-column1
  .score-main
  #socialShare
  .share-icons
  .share-show-hide {
  width: auto;
}
html:lang(he-IL) .body-containt-wrapper .score-page.score-column1 .breadcrumb {
  padding-right: 13px;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p.references
  + ol {
  padding-right: 40px;
}
html:lang(he-IL)
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  p.references
  + ol a {
  word-break: break-all;
}
@media (max-width: 767px) {
  html:lang(he-IL)
    .body-containt-wrapper
    .score-page.score-column1
    .text-component.body-containt-inner-text
    p.references
    + ol {
    padding-left: 0;
  }
}
html:lang(he-IL) .body-containt-inner-text .news .thumb_news {
  float: right;
  margin: 21px 0 0 2.8%;
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text .news .thumb_news {
    margin: 0 0 15px 0 !important;
  }
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text .news .desc_news {
    float: unset;
    margin-top: 10px;
  }
}
html:lang(he-IL) .body-containt-inner-text p .img_news {
  float: right;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  html:lang(he-IL) .body-containt-inner-text ol li a {
    word-wrap: break-word;
  }
}
html:lang(he-IL)
  .essential-tips-to-become-a-seasoned-traveller
  .body-containt-inner-text
  ul,
html:lang(he-IL)
  body.travelling-abroad-here-s-what-you-need-to-know-before-you-leave
  .body-containt-inner-text
  ul {
  padding: 0 40px 0 0;
}
html:lang(he-IL)
  .routine-vaccines
  .score-structural.score-column2-wideleft
  > .score-left {
  float: right;
}
@media (max-width: 991px) {
  html:lang(he-IL) .routine-vaccines .score-structural {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  html:lang(he-IL) .routine-vaccines ol.breadcrumb {
    padding: 8px 15px;
  }
}
html:lang(he-IL)
  .adults
  .body-containt-inner-text
  #content-tab1
  .content_reference
  ul,
html:lang(he-IL)
  .infants-children-and-adolescents
  .body-containt-inner-text
  #content-tab1
  .content_reference
  ul {
  padding: 0 40px 0 0;
}
html:lang(he-IL) .accessibility ol,
html:lang(he-IL) .terms-of-use ol {
  padding: 0 40px 0 0;
}
html:lang(he-IL)
  .text-component.travel-map-content.body-containt-inner-text
  .gm-style-iw.gm-style-iw-c {
  padding-right: 12px !important;
  padding-left: 0;
}
html:lang(he-IL) #contry_disease > li.liheader {
  margin-right: 15px;
  padding-left: 0;
}
html:lang(he-IL) #contry_disease > li.liheader:before {
  transform: rotate(180deg);
  left: auto;
  right: -16px;
}
@media (max-width: 767px) {
  html:lang(he-IL) .travelmap #disease_popup_body h2 {
    font-size: 14px !important;
  }
}
@media (max-width: 991px) {
  html:lang(he-IL) body.travelmap.coveo-portrait .CoveoSearchInterface {
    left: 35px;
    bottom: 7px;
  }
}
@media (max-width: 991px) {
  html:lang(he-IL)
    header
    .score-header-wrapper
    #brandSearchDT.brand-search.hidden-xs.col-sm-3 {
    padding-right: 51px;
  }
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page .score-tab {
    padding: 0 15px;
  }
}
html:lang(he-IL) .clinic-page .nav-tabs-wrapper-inner {
  display: block;
  float: left;
  border-bottom: 4px solid #f4f7fc;
  min-height: 80px;
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page .nav-tabs-wrapper-inner {
    border-bottom: unset;
    width: 100%;
    min-height: unset;
    margin-top: 0;
  }
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs {
  background: inherit;
  width: 100%;
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs li {
  background-color: inherit;
  width: 20%;
  margin-top: 0;
  list-style: none;
  float: right;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page ul.nav.nav-tabs li {
    width: 100%;
    float: none;
    height: 50px;
    margin-top: 40px;
    border-bottom: 2px solid #ddd;
  }
  html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:hover {
    border-bottom: 4px solid #4b63ae;
  }
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs li a {
  text-decoration: none;
  padding: 0 0 9px 0;
  font: 18px/24px "Rubik Bold", sans-serif;
  background-color: inherit;
  height: 70px;
  float: right;
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs li a:hover {
  color: #4b63ae;
  border-radius: unset;
  border-bottom: 4px solid #4b63ae;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page ul.nav.nav-tabs li a:hover {
    border-bottom: unset;
  }
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:first-child {
  width: 20%;
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:first-child {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:nth-child(2) {
  margin-right: 12px;
  width: 20%;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}
html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:nth-child(3) {
  width: 20%;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page ul.nav.nav-tabs li:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page .content_reference {
    width: 100%;
    float: left;
  }
}
html:lang(he-IL) .clinic-page .content_reference h3 {
  color: #4b63ae;
  display: inline-block;
  font: 21px/25px "Rubik Bold", Helvetica, Arial, sans-serif;
  margin: 1.5em 0 1em 0;
}
html:lang(he-IL) .clinic-page .content_reference ul {
  list-style: none;
  margin-top: 0;
}
html:lang(he-IL) .clinic-page .content_reference ul li:before {
  content: "•";
  font-size: 22px;
  position: relative;
  top: 4px;
  color: #4b63ae;
}
html:lang(he-IL) .clinic-page .content_reference ul li strong {
  unicode-bidi: embed;
}
html:lang(he-IL) .clinic-page .nav-tabs > li.active > a,
html:lang(he-IL) .clinic-page .nav-tabs > li.active > a:focus,
html:lang(he-IL) .clinic-page .nav-tabs > li.active > a:hover {
  border: unset;
  color: #4b63ae;
  border-bottom: 4px solid #4b63ae;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL) .clinic-page .nav-tabs > li.active > a,
  html:lang(he-IL) .clinic-page .nav-tabs > li.active > a:focus,
  html:lang(he-IL) .clinic-page .nav-tabs > li.active > a:hover {
    border-bottom: unset;
  }
}
html:lang(he-IL) .clinic-page .nav-tabs > li > a:hover {
  border-color: #f0f8ff;
}
@media screen and (max-width: 991px) {
  html:lang(he-IL)
    .clinic-page
    .score-structural.score-column.hidden-sm.hidden-md.hidden-lg {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page .score-tab {
    padding: 0 15px;
  }
}
html:lang(en-CA) .clinic-page .nav-tabs-wrapper-inner {
  display: block;
  float: left;
  border-bottom: 4px solid #f4f7fc;
  min-height: 80px;
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page .nav-tabs-wrapper-inner {
    border-bottom: unset;
    width: 100%;
    min-height: unset;
    margin-top: 0;
  }
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs {
  background: inherit;
  width: 100%;
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs li {
  background-color: inherit;
  width: 24%;
  margin-top: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page ul.nav.nav-tabs li {
    width: 100%;
    float: none;
    height: 50px;
    margin-top: 40px;
    border-bottom: 2px solid #ddd;
  }
  html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:hover {
    border-bottom: 4px solid #4b63ae;
  }
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs li a {
  text-decoration: none;
  padding: 0 0 9px 0;
  font: 18px/24px "Rubik Bold", sans-serif;
  background-color: inherit;
  height: 70px;
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs li a:hover {
  color: #4b63ae;
  border-radius: unset;
  border-bottom: 4px solid #4b63ae;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page ul.nav.nav-tabs li a:hover {
    border-bottom: unset;
  }
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:first-child {
  width: 22%;
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:first-child {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:nth-child(2) {
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
}
html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:nth-child(3) {
  width: 22%;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page ul.nav.nav-tabs li:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page .content_reference {
    width: 100%;
    float: left;
  }
}
html:lang(en-CA) .clinic-page .content_reference h3 {
  color: #4b63ae;
  display: inline-block;
  font: 21px/25px "Rubik Bold", Helvetica, Arial, sans-serif;
  margin: 1.5em 0 1em 0;
}
html:lang(en-CA) .clinic-page .content_reference ul {
  list-style: none;
  margin-top: 0;
}
html:lang(en-CA) .clinic-page .content_reference ul li:before {
  content: "•";
  font-size: 22px;
  position: relative;
  top: 4px;
  color: #4b63ae;
}
html:lang(en-CA) .clinic-page .nav-tabs > li.active > a,
html:lang(en-CA) .clinic-page .nav-tabs > li.active > a:focus,
html:lang(en-CA) .clinic-page .nav-tabs > li.active > a:hover {
  border: unset;
  color: #4b63ae;
  border-bottom: 4px solid #4b63ae;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA) .clinic-page .nav-tabs > li.active > a,
  html:lang(en-CA) .clinic-page .nav-tabs > li.active > a:focus,
  html:lang(en-CA) .clinic-page .nav-tabs > li.active > a:hover {
    border-bottom: unset;
  }
}
html:lang(en-CA) .clinic-page .nav-tabs > li > a:hover {
  border-color: #f0f8ff;
}
@media screen and (max-width: 991px) {
  html:lang(en-CA)
    .clinic-page
    .score-structural.score-column.hidden-sm.hidden-md.hidden-lg {
    margin: 0;
  }
}
.error-page .error-page-cont {
  width: 100%;
  text-align: center;
}
.error-page .error-page-cont p:first-child {
  font-size: 120px;
  color: #8fd5c4;
  margin-bottom: 0;
  font-family: "Rubik Bold", sans-serif;
  margin-top: 50px;
}
.error-page .error-page-cont p:nth-child(2) {
  font-size: 40px;
  color: #4b63ae;
  margin-top: 0;
  font-family: "Rubik Bold", sans-serif;
  margin-bottom: 15px;
}
.error-page .error-page-cont p:nth-child(3) {
  font-family: "Rubik Bold", sans-serif;
}
.error-page .error-page-cont p:nth-child(5) {
  font-family: "Rubik Bold", sans-serif;
}
.error-page .error-page-cont a {
  border-radius: 25px;
  width: 280px;
  display: inline-block;
  height: 50px;
  padding: 10px;
  text-align: center;
  font-size: 21px;
  line-height: 29px;
  border: 2px solid #4b63ae;
  font-family: "Rubik Bold", sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #4b63ae;
}
.body-containt-wrapper
  .score-page.score-column1
  .score-structural.score-column3-equal
  .score-center
  h4 {
  background-color: #4b63ae;
}
header .brand-logo {
  padding-left: 0;
}
.news-and-tips
  .body-containt-wrapper
  .score-page.score-column1
  .text-component.body-containt-inner-text
  h2 {
  font-size: 18px;
  margin: 5px 0 10px 0;
}
.travelmap .text-component.travel-map-content .news {
  width: 66.666666667%;
}
@media screen and (max-width: 991px) {
  .travelmap .text-component.travel-map-content .news {
    border-bottom: 1px solid #4b63ae;
  }
}
.change-lang {
  display: none;
}
.change-lang:lang(en-CA) {
  padding-left: 0;
  padding-right: 50px;
}
.change-lang-parent:lang(he-IL) {
  float: left;
}
.change-lang-parent:lang(en-CA) {
  float: right;
}
.change-lang-parent {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 55px;
  font-family: "Rubik Regular", sans-serif;
  font-size: 15px;
  list-style-type: none;
  padding-left: 0;
}
.change-lang-parent > li > a {
  background: 0 0;
  color: #fff;
  display: block;
  padding: 10px 10px;
  text-align: left;
  text-decoration: none;
  border: transparent 1px solid;
  border-radius: 5px;
  transition: border ease 0.3s;
}
.change-lang-parent > li > a::after {
  content: ">";
  transform: rotate(-90deg);
  transform-origin: center center;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: 15px;
  left: 35px;
  font-size: 13px;
  transition: all ease 0.3s;
}
.change-lang-parent:lang(en-CA) > li > a::after {
  transform: rotate(90deg);
  left: 40px;
}
.change-lang-parent ul {
  background: #fff;
  color: #4b63ae;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: height 0.5s ease, opacity 0.1s ease;
  top: 39px;
  width: 100%;
  z-index: 5;
}
.change-lang-parent li:hover ul {
  height: 35px;
  opacity: 1;
  transform: translateY(0);
}
.change-lang-parent ul a {
  color: #4b63ae;
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}
#pasteur-logo {
  height: 30px;
  margin: 10px 0 10px 20px;
}
#pasteur-logo a img {
  height: 30px;
  float: left;
}
#search-overlay {
  background-color: rgba(75, 99, 174, 0.85);
  height: 0;
  opacity: 0;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 50;
  transition: all ease-in-out 0.4s;
}
#search-overlay::after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 5%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #4b63ae;
  transform: rotate(180deg);
}
#search-overlay .searchClose {
  background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/close.png)
    no-repeat center;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 50px;
  cursor: pointer;
}
.brand-logo img {
  max-width: unset !important;
  width: auto !important;
}
.searchIconHeader:lang(he-IL) {
  float: left;
  margin-left: 15px;
}
.searchIconHeader:lang(en-CA) {
  float: right;
  margin-right: 15px;
}
.searchIconHeader {
  width: 16px;
  height: 16px;
  display: block;
  background: url(../../../-/media/ems/conditions/vaccines/brands/severalpasteur-il/search-white.png)
    no-repeat center;
  background-size: contain;
  cursor: pointer;
  margin-top: 10px;
}
@media (min-width: 1300px) {
  #leftElement {
    position: absolute;
    left: 8%;
    transform: translateY(5px);
    margin-right: 15px;
    z-index: 1000;
  }
  #leftElement:lang(en-CA) {
    right: 8%;
    left: unset;
    transform: translateY(0);
    margin-right: 0;
  }
  #brandLogo {
    position: absolute;
    right: 5%;
    bottom: 7px;
  }
  #brandLogo:lang(en-CA) {
    right: unset;
    left: 5%;
    padding-left: 0;
    margin-bottom: 5px;
  }
  header .brand-logo {
    display: none;
  }
  .change-lang-parent ul {
    background: #4b63ae;
  }
  .change-lang-parent ul a {
    color: #fff;
  }
  header #brandLogo img:lang(en-CA) {
    height: 36px;
  }
}
@media (max-width: 767px) {
  #brandLogo {
    position: relative;
    right: 90px;
    bottom: 5px;
  }
  #brandLogo:lang(en-CA) {
    left: 40px;
    right: unset;
    float: left;
  }
  #leftElement {
    position: relative;
    left: 3%;
    transform: translateY(0);
    z-index: 1000;
  }
  #leftElement:lang(en-CA) {
    left: unset;
    right: 3%;
  }
  .navbar-toggle {
    transform: translateY(-10px);
  }
  header nav .navbar-collapse .navbar-nav li.active {
    background-color: #7079bd;
  }
  header .navbar-default .navbar-nav li.active a {
    border-bottom: none;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-right
    .box-content
    .promo-text {
    margin-right: 0;
    margin-left: 0;
  }
  .body-containt-wrapper
    .score-page.score-column1
    .score-structural.score-column3-equal
    .score-right
    .box-content {
    padding: 0 30px;
  }
  input#autocomplete {
    height: 50px;
  }
  .travelmap #map_search_country {
    margin-left: 0;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1299px) {
  #brandLogo {
    position: relative;
    right: 30px;
    top: 30px;
    height: 36px;
  }
  #brandLogo:lang(en-CA) {
    left: 0;
    right: unset;
    padding-left: 0;
  }
  #leftElement {
    position: relative;
    left: 2%;
  }
  #leftElement:lang(en-CA) {
    left: unset;
    right: 2%;
  }
  header .brand-logo {
    display: none;
  }
  header .header-banner.col-xs-12 {
    padding-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #leftElement {
    position: relative;
    left: 2%;
    z-index: 1000;
  }
  #leftElement:lang(en-CA) {
    right: 2%;
    left: unset;
  }
  #brandLogo {
    position: relative;
    right: 90px;
    top: 30px;
  }
  #brandLogo:lang(en-CA) {
    left: 40px;
    right: unset;
    top: 30px;
  }
  header .brand-logo {
    display: none;
  }
  #mk-aweb-open-panel {
    top: 90px !important;
  }
  header .navbar-header {
    margin-top: -10px;
  }
  header nav .navbar-collapse .navbar-nav li.active {
    background-color: #7079bd;
  }
  header .navbar-default .navbar-nav li.active a {
    border-bottom: none;
  }
}
.body-containt-wrapper .score-page.score-column1 .home-inner-text:lang(en-CA) {
  text-align: left;
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-md-down {
    display: none;
  }
}
li.sentenceNumber {
  display: flex;
  text-align: right;
  justify-items: end;
}
li.sentenceNumber span.firstHalf {
  font-weight: 700;
}
li.sentenceNumber span.secondHalf {
  font-weight: 400;
}
#aae0746c-692f-4696-bc27-2e1445ee02b7 > ul > li:nth-child(4) > ul > li > ul {
  display: grid;
  grid-template-columns: repeat(5, 20%);
}
#aae0746c-692f-4696-bc27-2e1445ee02b7
  > ul
  > li:nth-child(4)
  > ul
  > li
  > ul
  > li:nth-child(6) {
  margin-top: 20px;
}
@media (max-width: 991px) {
  #aae0746c-692f-4696-bc27-2e1445ee02b7 > ul > li:nth-child(4) > ul > li > ul {
    display: block;
    grid-template-columns: unset;
  }
  #aae0746c-692f-4696-bc27-2e1445ee02b7
    > ul
    > li:nth-child(4)
    > ul
    > li
    > ul
    > li:nth-child(6) {
    grid-column-start: unset;
    margin-top: 0;
  }
}
.searchIconHeader {
  visibility: hidden !important;
}
.disc-list li {
  list-style: disc !important;
}
.he-list li {
  list-style: hebrew !important;
}
.wwrap {
  word-break: break-all;
}
.colored-link {
  color: #4b63ae !important;
  text-decoration: underline !important;
}
@media (max-width: 1000px) {
  .art-img-width {
    width: 100%;
  }
}

.circular-img-400 {
  border-radius: 50%;
  object-fit: cover;
  height: 400px !important;
  width: 400px !important;
}
@media (max-width: 450px) {
  .circular-img-400 {
    height: 98vw !important;
    width: 100% !important;
  }
}

.change-lang-parent {
  display: none !important;
}

a.hyperlink-text {
  text-decoration: underline !important;
  color: #0070c0 !important;
}

.bulleted-list {
  padding-right: 15px;
}

.bulleted-list li {
  list-style-type: disc !important;
}