/* -------------------
BEGIN main 
Sitecore Resource: dce5bd39-fa30-4d9f-b096-4360ea0df011
   -------------------*/

/*! 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: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: yellow;
  color: black;
}
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: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: white !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: white;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  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 #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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: #777777;
}
.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: white;
  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 #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.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: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  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-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-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-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.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-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-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-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.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: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  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: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.428571429;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
  line-height: 1.5;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].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;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  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 .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  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],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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: white;
  border: 1px solid #cccccc;
  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: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .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-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #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 #dddddd;
}
.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: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: white;
  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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: white;
  }
}
.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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: white;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: white;
  border-color: #dddddd;
  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: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: white;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 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: white;
  border: 1px solid #dddddd;
  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 > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  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: white;
  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-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -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-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.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: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #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:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: white;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: white;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: white;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: white;
  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: white;
  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: whitesmoke;
  border-top: 1px solid #dddddd;
  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 > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: white;
  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: white;
}
.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: whitesmoke;
  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: #dddddd;
  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: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 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.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  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: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.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;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  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: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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 white;
  border-radius: 10px;
  cursor: pointer;
  background-color: black \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.score-header-wrapper:before,
.score-header-wrapper:after,
.score-page:before,
.score-page:after,
.score-structural:before,
.score-structural:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.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 iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
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-small,
nav .navbar-nav > li.dropdown.megamenu-medium,
nav .navbar-nav > li.dropdown.megamenu-large {
  position: relative;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu,
  nav .navbar-nav > li.dropdown.megamenu-large .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-header,
.score-header-wrapper > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .score-header-wrapper > .navbar-header,
  .score-header-wrapper > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.score-megamenu .nav,
.score-megamenu .collapse,
.score-megamenu .dropup,
.score-megamenu .dropdown {
  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%;
  }
}
/*Category Box CSS   */

.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: bold !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: normal;
  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 0px !important;
  text-align: center;
  background-color: #e8ebef;
  background-clip: content-box;
  border-color: white;
  border-style: solid;
  border-width: 0 5px 5px 0;
  box-sizing: border-box;
}
.ZentivaCat .promo-text {
  text-align: left !important;
  /*float:left*/

}
.ZentivaCat .promo-text h4 {
  font-size: 18px;
  margin: 10px 0;
  padding: 0 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.ZentivaCat .promo-text p {
  padding: 0px 15px;
}
.score-page.score-column3-equal > .ZentivaCat .score-main {
  min-height: 1px;
  position: relative;
}
/*  END*/

/* -------------------
BEGIN CoveoFullSearch 
Sitecore Resource: fedff766-77b0-44ed-9ec9-e600960bff03
   -------------------*/

/* glue: 0.3 hash: c4ab8a545a */

.coveo-sprites-common-get_started,
.coveo-sprites-common-coveo-cloud,
.coveo-sprites-common-logo_light_large,
.coveo-logo-light-large,
.coveo-sprites-quickView-coveo_colorbox_border1,
.coveo-sprites-common-coveo,
.coveo-logo,
.coveo-sprites-common-poweredbycoveo,
.coveo-powered-by,
.coveo-sprites-common-logo_light,
.coveo-logo-light,
.coveo-sprites-quickView-coveo_colorbox_border2,
.coveo-sprites-preferencesPanel-toggle_on,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected,
.coveo-sprites-preferencesPanel-toggle_off,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
.CoveoPreferencePanelItem .coveo-input-icon,
.coveo-sprites-common-checkbox_inactive,
.coveo-sprites-common-checkbox:active,
.coveo-sprites-common-login_user,
.coveo-sprites-common-lock,
.coveo-sprites-facet-openinterfaces,
.coveo-sprites-facet-openfacets,
.coveo-sprites-searchButton-searchbutton,
.ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
.CoveoSearchButton > .coveo-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters > .coveo-icon,
.coveo-sprites-common-thumbup_inactive,
.coveo-sprites-common-thumbup:active,
.coveo-sprites-common-thumbdown_inactive,
.coveo-sprites-common-thumbdown:active,
.coveo-sprites-common-system,
.coveo-omnibox .coveo-icon.syssource,
.CoveoFacet .coveo-header .coveo-icon.syssource,
.coveo-sprites-common-star_placeholder,
.coveo-sprites-common-star_inactive,
.coveo-top-suggestion-header-icon,
.coveo-top-field-suggestion-header .coveo-icon-top-field,
.coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
.coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
.coveo-sprites-common-star:active,
.coveo-sprites-common-settings,
.CoveoSettings .coveo-settings-icon,
.coveo-sprites-tabGroup-show_more,
.CoveoTabGroupMenu .coveo-menu-item-active > .coveo-show-more,
.coveo-sprites-tab-sharepoint,
.coveo-sprites-tab-salesforce,
.coveo-sprites-tab-lithium,
.coveo-sprites-tab-googledrive,
.coveo-sprites-tab-email,
.coveo-sprites-tab-dropbox,
.coveo-sprites-tab-checkmark_selected-on_dark_bg,
.coveo-sprites-tab-all-content,
.coveo-sprites-searchButton-spin,
.coveo-executing-query .CoveoSearchButton > .coveo-icon,
.coveo-sprites-searchButton-searchbutton_gray,
.coveo-sprites-quickView-quickview_previous,
.coveo-quickview-header .coveo-term .coveo-term-left-arrow .coveo-term-left-arrow-icon,
.coveo-sprites-quickView-quickview_next,
.coveo-quickview-header .coveo-term .coveo-term-right-arrow .coveo-term-right-arrow-icon,
.coveo-sprites-quickView-quickview,
.CoveoResultAttachments .coveo-thumbnail-icon,
.coveo-sprites-queryBox-clear,
.coveo-query-box-clear .coveo-icon,
.coveo-sprites-preferencesPanel-table-edit,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
.coveo-sprites-preferencesPanel-table-delete,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
.coveo-sprites-preferencesPanel-table-cancel,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-close,
.coveo-sprites-preferencesPanel-table-apply,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-save,
.coveo-sprites-preferencesPanel-menu_preferences,
.coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon,
.coveo-sprites-menu-menu_sortdirection,
.coveo-settings-popup .coveo-section.coveo-direction .coveo-icon,
.coveo-sprites-menu-menu_sortby,
.coveo-settings-popup .coveo-section.coveo-sort .coveo-icon,
.coveo-sprites-menu-menu_shareresult,
.coveo-sprites-menu-menu_searchin,
.coveo-sprites-menu-menu_saveoption,
.coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
.CoveoPreferencesPanel .coveo-save .coveo-icon,
.coveo-sprites-menu-menu_opencontactinfoin,
.coveo-sprites-menu-menu_avancedsearch,
.coveo-sprites-fileType-sharepoint-workflowhistory,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistorylist,
.coveo-sprites-fileType-sharepoint-wikipagelibrary,
.coveo-icon.sysfiletype.spwikipagelibrarylist,
.coveo-sprites-fileType-sharepoint-whereabout,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.sysfiletype.spwhereaboutlist,
.coveo-sprites-fileType-sharepoint-user,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformationlist,
.coveo-sprites-fileType-sharepoint-translationmanagementlibrary,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist,
.coveo-sprites-fileType-sharepoint-thingstobring,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobringlist,
.coveo-sprites-fileType-sharepoint-textbox,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.sysfiletype.sptextboxlist,
.coveo-sprites-fileType-sharepoint-task,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortasklist,
.coveo-sprites-fileType-sharepoint-survey,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.sysfiletype.spsurveylist,
.coveo-sprites-fileType-sharepoint-slidelibrary,
.coveo-icon.sysfiletype.spslidelibrarylist,
.coveo-sprites-fileType-sharepoint-sitedirectory,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectorylist,
.coveo-sprites-fileType-sharepoint-site,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.sysfiletype.spsite,
.coveo-sprites-fileType-sharepoint-resource,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.sysfiletype.spresourcelist,
.coveo-sprites-fileType-sharepoint-reportlibrary,
.coveo-icon.sysfiletype.spreportlibrarylist,
.coveo-sprites-fileType-sharepoint-recordlibrary,
.coveo-icon.sysfiletype.sprecordlibrarylist,
.coveo-sprites-fileType-sharepoint-projecttask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttasklist,
.coveo-sprites-fileType-sharepoint-picturelibrary,
.coveo-icon.sysfiletype.sppicturelibrarylist,
.coveo-sprites-fileType-sharepoint-phonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemolist,
.coveo-sprites-fileType-sharepoint-performancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontentlist,
.coveo-sprites-fileType-sharepoint-objective,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.sysfiletype.spobjectivelist,
.coveo-sprites-fileType-sharepoint-meeting,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserielist,
.coveo-sprites-fileType-sharepoint-listfolder,
.coveo-icon.sysfiletype.splistfolder,
.coveo-sprites-fileType-sharepoint-link,
.coveo-icon.sysfiletype.splink,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.sysfiletype.spdocumentlink,
.coveo-sprites-fileType-sharepoint-languagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist,
.coveo-sprites-fileType-sharepoint-keyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist,
.coveo-sprites-fileType-sharepoint-issue,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.sysfiletype.spissuelist,
.coveo-sprites-fileType-sharepoint-ipfs,
.coveo-icon.sysfiletype.spipfslist,
.coveo-sprites-fileType-sharepoint-imedictionary,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionarylist,
.coveo-sprites-fileType-sharepoint-healthrule,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrulelist,
.coveo-sprites-fileType-sharepoint-healthreport,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreportlist,
.coveo-sprites-fileType-sharepoint-formlibrary,
.coveo-icon.sysfiletype.spformlibrarylist,
.coveo-sprites-fileType-sharepoint-event,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.sysfiletype.speventlist,
.coveo-sprites-fileType-sharepoint-documentset,
.coveo-icon.sysfiletype.spdocumentset,
.coveo-sprites-fileType-sharepoint-documentlibrary,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spwfpublibrarylist,
.coveo-sprites-fileType-sharepoint-discussionboard,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboardlist,
.coveo-sprites-fileType-sharepoint-decision,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.sysfiletype.spdecisionlist,
.coveo-sprites-fileType-sharepoint-datasource,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.sysfiletype.spdatasourcelist,
.coveo-sprites-fileType-sharepoint-dataconnectionlibraryforperfpoint,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist,
.coveo-sprites-fileType-sharepoint-dataconnectionlibrary,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist,
.coveo-sprites-fileType-sharepoint-dashboardlibrary,
.coveo-icon.sysfiletype.spdashboardslibrarylist,
.coveo-sprites-fileType-sharepoint-customgrid,
.coveo-icon.sysfiletype.spcustomgridlist,
.coveo-sprites-fileType-sharepoint-custom,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocesslist,
.coveo-sprites-fileType-sharepoint-contact,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.sysfiletype.spcontactlist,
.coveo-sprites-fileType-sharepoint-circulation,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.sysfiletype.spcirculationlist,
.coveo-sprites-fileType-sharepoint-blogpost,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.sysfiletype.spmicrofeedlist,
.coveo-sprites-fileType-sharepoint-blogcomment,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.sysfiletype.spblogcommentlist,
.coveo-sprites-fileType-sharepoint-blogcategory,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategorylist,
.coveo-sprites-fileType-sharepoint-attendees,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.sysfiletype.spattendeelist,
.coveo-sprites-fileType-sharepoint-assetlibrary,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist,
.coveo-sprites-fileType-sharepoint-arealisting,
.coveo-icon.sysfiletype.sparealisting,
.coveo-sprites-fileType-sharepoint-area,
.coveo-icon.sysfiletype.sparea,
.coveo-sprites-fileType-sharepoint-announcement,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.sysfiletype.spannouncementlist,
.coveo-sprites-fileType-sharepoint-agenda,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.sysfiletype.spagendalist,
.coveo-sprites-fileType-objectType-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user,
.coveo-sprites-fileType-objectType-thread,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread,
.coveo-sprites-fileType-objectType-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task,
.coveo-sprites-fileType-objectType-rss,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed,
.coveo-sprites-fileType-objectType-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product,
.coveo-sprites-fileType-objectType-partner,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner,
.coveo-sprites-fileType-objectType-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity,
.coveo-sprites-fileType-objectType-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note,
.coveo-sprites-fileType-objectType-message,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message,
.coveo-sprites-fileType-objectType-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead,
.coveo-sprites-fileType-objectType-kb,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle,
.coveo-sprites-fileType-objectType-file,
.coveo-sprites-fileType-objectType-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event,
.coveo-sprites-fileType-objectType-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract,
.coveo-sprites-fileType-objectType-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact,
.coveo-sprites-fileType-objectType-comment,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment,
.coveo-sprites-fileType-objectType-category,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category,
.coveo-sprites-fileType-objectType-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case,
.coveo-sprites-fileType-objectType-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign,
.coveo-sprites-fileType-objectType-board,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board,
.coveo-sprites-fileType-objectType-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment,
.coveo-sprites-fileType-objectType-answer,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution,
.coveo-sprites-fileType-objectType-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account,
.coveo-sprites-fileType-formats-zip,
.coveo-icon.sysfiletype.zip,
.coveo-sprites-fileType-formats-xml,
.coveo-icon.sysfiletype.xml,
.coveo-sprites-fileType-formats-video,
.coveo-icon.sysfiletype.video,
.coveo-sprites-fileType-formats-text,
.coveo-icon.sysfiletype.txt,
.coveo-icon.sysfiletype.doc,
.coveo-sprites-fileType-formats-spreadsheet,
.coveo-icon.sysfiletype.xls,
.coveo-sprites-fileType-formats-slideshow,
.coveo-icon.sysfiletype.ppt,
.coveo-sprites-fileType-formats-pdf,
.coveo-icon.sysfiletype.pdf,
.coveo-sprites-fileType-formats-image,
.coveo-icon.sysfiletype.image,
.coveo-sprites-fileType-formats-html,
.coveo-icon.sysfiletype.html,
.coveo-sprites-fileType-formats-folder,
.coveo-icon.sysfiletype.folder,
.coveo-sprites-fileType-exchange-user,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.sysfiletype.activedirperson,
.coveo-sprites-fileType-exchange-task,
.coveo-icon.sysfiletype.exchangetask,
.coveo-sprites-fileType-exchange-rss,
.coveo-icon.sysfiletype.exchangerssfeed,
.coveo-sprites-fileType-exchange-note,
.coveo-icon.sysfiletype.exchangenote,
.coveo-sprites-fileType-exchange-message,
.coveo-icon.sysfiletype.exchangemessage,
.coveo-sprites-fileType-exchange-message-undeliverable,
.coveo-icon.sysfiletype.exchangedsn,
.coveo-sprites-fileType-exchange-message-recall,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallreport,
.coveo-sprites-fileType-exchange-message-junk,
.coveo-icon.sysfiletype.exchangejunkmessage,
.coveo-sprites-fileType-exchange-meeting,
.coveo-icon.sysfiletype.exchangeappointment,
.coveo-sprites-fileType-exchange-group,
.coveo-icon.sysfiletype.exchangegroup,
.coveo-sprites-fileType-exchange-generic,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.sysfiletype.exchangeobject,
.coveo-sprites-fileType-exchange-file,
.coveo-icon.sysfiletype.exchangedocument,
.coveo-sprites-fileType-exchange-communicator,
.coveo-icon.sysfiletype.exchangeofficecom,
.coveo-sprites-fileType-exchange-appointment,
.coveo-icon.sysfiletype.exchangecalendarmessage,
.coveo-sprites-fileType-exchange-activity,
.coveo-icon.sysfiletype.exchangeactivity,
.coveo-sprites-facet-spin,
.CoveoFacet .coveo-header .coveo-wait-animation,
.CoveoFacetRange .coveo-header .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-header .coveo-wait-animation,
.coveo-sprites-facet-show_facet,
.coveo-settings-popup .coveo-section.coveo-show .coveo-icon,
.coveo-sprites-facet-moreoption,
.CoveoFacet .coveo-header .coveo-settings .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon,
.coveo-sprites-facet-modeor,
.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-modeand,
.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-expanded,
.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-collapsed,
.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-clear_facet,
.CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
.CoveoShareQuery .coveo-query-summary-info-close span,
.CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon,
.coveo-sprites-documentType-zip,
.coveo-sprites-documentType-year,
.coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
.CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
.coveo-omnibox .coveo-icon.sysyear,
.coveo-omnibox .coveo-icon.sysmonth,
.coveo-omnibox .coveo-icon.sysdate,
.CoveoFacet .coveo-header .coveo-icon.sysyear,
.CoveoFacet .coveo-header .coveo-icon.sysmonth,
.CoveoFacet .coveo-header .coveo-icon.sysdate,
.coveo-sprites-documentType-yammer,
.coveo-sprites-documentType-xml,
.coveo-sprites-documentType-won,
.coveo-sprites-documentType-webpage,
.coveo-sprites-documentType-video,
.coveo-sprites-documentType-user,
.coveo-omnibox .coveo-icon.sysauthor,
.coveo-omnibox .coveo-icon.sfownername,
.CoveoFacet .coveo-header .coveo-icon.sysauthor,
.CoveoFacet .coveo-header .coveo-icon.sfownername,
.coveo-omnibox .coveo-icon.sfuserdepartment,
.CoveoFacet .coveo-header .coveo-icon.sfuserdepartment,
.coveo-sprites-documentType-urgent,
.coveo-sprites-documentType-troubleshooting,
.coveo-sprites-documentType-topic,
.coveo-sprites-documentType-to,
.coveo-omnibox .coveo-icon.systo,
.coveo-omnibox .coveo-icon.sysdisplayrecipients,
.CoveoFacet .coveo-header .coveo-icon.systo,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients,
.coveo-sprites-documentType-timeline,
.coveo-sprites-documentType-text,
.coveo-sprites-documentType-task,
.coveo-sprites-documentType-suspended,
.coveo-sprites-documentType-support,
.coveo-omnibox .coveo-icon.sfcasepriority,
.CoveoFacet .coveo-header .coveo-icon.sfcasepriority,
.coveo-sprites-documentType-status,
.coveo-omnibox .coveo-icon.sfcasestatus,
.CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
.coveo-omnibox .coveo-icon.Sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename,
.coveo-sprites-documentType-started,
.coveo-sprites-documentType-stage,
.coveo-sprites-documentType-spreadsheet,
.coveo-sprites-documentType-source,
.coveo-sprites-documentType-slideshow,
.coveo-sprites-documentType-sharepoint,
.coveo-sprites-documentType-setting,
.coveo-sprites-documentType-secure,
.coveo-sprites-documentType-salesforce,
.coveo-sprites-documentType-rss,
.coveo-sprites-documentType-reviewed,
.coveo-sprites-documentType-resolved,
.coveo-sprites-documentType-report,
.coveo-sprites-documentType-renewed,
.coveo-sprites-documentType-renewed-not,
.coveo-sprites-documentType-project-name,
.coveo-sprites-documentType-product,
.coveo-sprites-documentType-priority,
.coveo-sprites-documentType-poll,
.coveo-sprites-documentType-planned,
.coveo-sprites-documentType-pending,
.coveo-sprites-documentType-pdf,
.coveo-sprites-documentType-opportunity,
.coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
.coveo-omnibox .coveo-icon.sfopportunitytype,
.coveo-omnibox .coveo-icon.sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename,
.coveo-sprites-documentType-open,
.coveo-sprites-documentType-note,
.coveo-sprites-documentType-not-started,
.coveo-sprites-documentType-new,
.coveo-sprites-documentType-negociation,
.coveo-sprites-documentType-need-feedback,
.coveo-sprites-documentType-music-file,
.coveo-sprites-documentType-msproject,
.coveo-sprites-documentType-minor,
.coveo-sprites-documentType-manager,
.coveo-omnibox .coveo-icon.sfuserdivision,
.CoveoFacet .coveo-header .coveo-icon.sfuserdivision,
.coveo-sprites-documentType-major,
.coveo-sprites-documentType-mail,
.coveo-omnibox .coveo-icon.sysmailbox,
.CoveoFacet .coveo-header .coveo-icon.sysmailbox,
.coveo-sprites-documentType-mail-undeliverable,
.coveo-sprites-documentType-mail-reply,
.coveo-sprites-documentType-mail-recall,
.coveo-sprites-documentType-lost,
.coveo-sprites-documentType-link,
.coveo-sprites-documentType-lead,
.coveo-omnibox .coveo-icon.sfleadsource,
.CoveoFacet .coveo-header .coveo-icon.sfleadsource,
.coveo-sprites-documentType-language,
.coveo-omnibox .coveo-icon.syslanguage,
.CoveoFacet .coveo-header .coveo-icon.syslanguage,
.coveo-sprites-documentType-kb,
.coveo-omnibox .coveo-icon.sysconcepts,
.CoveoFacet .coveo-header .coveo-icon.sysconcepts,
.coveo-sprites-documentType-journal-log,
.coveo-sprites-documentType-jobtitle,
.coveo-sprites-documentType-invalid,
.coveo-sprites-documentType-intranet,
.coveo-omnibox .coveo-icon.sysdisplayparticipants,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants,
.coveo-sprites-documentType-install,
.coveo-sprites-documentType-industry,
.coveo-omnibox .coveo-icon.sfindustry,
.CoveoFacet .coveo-header .coveo-icon.sfindustry,
.coveo-sprites-documentType-immediate,
.coveo-sprites-documentType-image,
.coveo-sprites-documentType-how-to,
.coveo-sprites-documentType-high,
.coveo-sprites-documentType-from,
.coveo-omnibox .coveo-icon.sysfrom,
.coveo-omnibox .coveo-icon.sysdisplayfrom,
.CoveoFacet .coveo-header .coveo-icon.sysfrom,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom,
.coveo-sprites-documentType-folder,
.coveo-omnibox .coveo-icon.sysemailfolders,
.CoveoFacet .coveo-header .coveo-icon.sysemailfolders,
.coveo-sprites-documentType-fixed,
.coveo-sprites-documentType-filter,
.coveo-sprites-documentType-file,
.coveo-omnibox .coveo-icon.sysfiletype,
.CoveoFacet .coveo-header .coveo-icon.sysfiletype,
.coveo-sprites-documentType-feature,
.coveo-sprites-documentType-faq,
.coveo-sprites-documentType-expert,
.coveo-sprites-documentType-event,
.coveo-sprites-documentType-escalated,
.coveo-sprites-documentType-draft,
.coveo-sprites-documentType-doc-user,
.coveo-sprites-documentType-doc-dev,
.coveo-sprites-documentType-docadmin,
.coveo-sprites-documentType-disqualified,
.coveo-sprites-documentType-deferred,
.coveo-sprites-documentType-default,
.coveo-sprites-documentType-database,
.coveo-sprites-documentType-crash,
.coveo-sprites-documentType-contract,
.coveo-sprites-documentType-contact,
.coveo-omnibox .coveo-icon.sfcontactname,
.CoveoFacet .coveo-header .coveo-icon.sfcontactname,
.coveo-sprites-documentType-completed,
.coveo-sprites-documentType-competition,
.coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc,
.coveo-sprites-documentType-company,
.coveo-sprites-documentType-comment,
.coveo-sprites-documentType-closed,
.coveo-sprites-documentType-city,
.coveo-omnibox .coveo-icon.sfcountry,
.coveo-omnibox .coveo-icon.sfcity,
.CoveoFacet .coveo-header .coveo-icon.sfcountry,
.CoveoFacet .coveo-header .coveo-icon.sfcity,
.coveo-omnibox .coveo-icon.sfstate,
.CoveoFacet .coveo-header .coveo-icon.sfstate,
.coveo-sprites-documentType-chatter,
.coveo-sprites-documentType-category,
.coveo-omnibox .coveo-icon.Sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.Sfopportunityforecastcategory,
.coveo-sprites-documentType-case,
.coveo-sprites-documentType-cant-reproduce,
.coveo-sprites-documentType-cancelled,
.coveo-sprites-documentType-campaign,
.coveo-sprites-documentType-bug-severity,
.coveo-sprites-documentType-blog,
.coveo-sprites-documentType-block,
.coveo-sprites-documentType-author,
.coveo-sprites-documentType-audience,
.coveo-sprites-documentType-attachment,
.coveo-sprites-documentType-approved,
.coveo-sprites-documentType-answer,
.coveo-sprites-documentType-announcement,
.coveo-sprites-documentType-all-content,
.coveo-sprites-documentType-advanced-content,
.coveo-sprites-documentType-account,
.coveo-sprites-documentType-account-salesforce,
.coveo-omnibox .coveo-icon.sfaccountname,
.coveo-omnibox .coveo-icon.sfaccounttype,
.CoveoFacet .coveo-header .coveo-icon.sfaccountname,
.CoveoFacet .coveo-header .coveo-icon.sfaccounttype,
.coveo-sprites-common-menu_shareresult,
.coveo-advanced-menu .coveo-section.coveo-share-query .coveo-icon,
.coveo-sprites-common-menu_reauthenticate,
.coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon,
.coveo-sprites-common-doritos,
.coveo-sprites-common-delete,
.coveo-sprites-common-datepicker,
.coveo-sprites-common-copy,
.coveo-sprites-common-clear,
.CoveoBreadcrumb .coveo-clear-all .coveo-icon,
.CoveoPreferencesPanel .coveo-close .coveo-icon,
.coveo-sprites-common-amount,
.coveo-sprites-facet-arrow_back,
.coveo-sprites-quickView-close,
.coveo-sprites-facet-clear_facet_state,
.coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon,
.coveo-sprites-facet-resume_selected,
.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_disable,
.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-disable,
.CoveoFacet .coveo-value .coveo-exclude,
.CoveoFacetRange .coveo-value .coveo-exclude,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
.CoveoHierarchicalFacet .coveo-value .coveo-exclude,
.coveo-sprites-facet-clear_facetsearch_mobile,
.coveo-sprites-facet-clear_activefilter,
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
.coveo-results-filter-preferences-breadcrumb .coveo-values .coveo-value .coveo-clear,
.coveo-sprites-facet-child_selected,
.CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-has-childs.coveo-has-childs-selected .coveo-checkbox > span,
.coveo-sprites-facet-checkmark_unselected,
.CoveoFacet .coveo-value .coveo-checkbox > span,
.CoveoFacetRange .coveo-value .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span,
.coveo-sprites-facet-checkmark_selected,
.CoveoFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
.CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li.coveo-selected .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-checkbox > span,
.coveo-sprites-facet-checkmark_disabled,
.coveo-sprites-common-tagging_tag,
.CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon,
.coveo-sprites-common-clear-mobile,
.coveo-sprites-pager-previous,
.CoveoPager ul li.coveo-previous > a > span,
.coveo-sprites-pager-next,
.CoveoPager ul li.coveo-next > a > span,
.coveo-sprites-folding-showmore,
.coveo-more .coveo-folding-footer-icon,
.coveo-sprites-folding-showless,
.coveo-less .coveo-folding-footer-icon,
.coveo-sprites-facet-spin_facet_search,
.CoveoFacet .coveo-search .coveo-wait-animation,
.CoveoFacetRange .coveo-search .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-search .coveo-wait-animation,
.coveo-sprites-facet-facetsearch,
.CoveoFacet .coveo-search .coveo-magnifier,
.CoveoFacetRange .coveo-search .coveo-magnifier,
.CoveoHierarchicalFacet .coveo-search .coveo-magnifier,
.coveo-sprites-facet-clear_facetsearch,
.CoveoFacet .coveo-search .coveo-clear .coveo-icon,
.CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
.CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon,
.coveo-sprites-common-tagging_ok,
.CoveoResultTagging .coveo-add-tag-tick-icon span,
.coveo-sprites-common-tagging-cancel_delete,
.coveo-sprites-common-tagging-cancel_clear,
.CoveoResultTagging .coveo-clear-icon span,
.CoveoResultTagging .coveo-delete-icon,
.coveo-sprites-folding-email_sendto,
.coveo-sprites-facet-showmore,
.coveo-sprites-facet-showless,
.coveo-sprites-facet-email_sendto,
.coveo-sprites-common-small_x,
.coveo-sprites-sort-sortby_top,
.CoveoSort.coveo-selected.coveo-ascending .coveo-icon,
.coveo-sprites-sort-sortby_bottom,
.CoveoSort.coveo-selected .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: 0px 0px;
  width: 160px;
  height: 115px;
  text-indent: 160px;
}
.coveo-sprites-common-coveo-cloud {
  background-position: -160px 0px;
  width: 131px;
  height: 48px;
  text-indent: 131px;
}
.coveo-sprites-common-logo_light_large,
.coveo-logo-light-large {
  background-position: -160px -48px;
  width: 110px;
  height: 37px;
  text-indent: 110px;
}
.coveo-sprites-quickView-coveo_colorbox_border1 {
  background-position: 0px -115px;
  width: 50px;
  height: 98px;
  text-indent: 50px;
}
.coveo-sprites-common-coveo,
.coveo-logo {
  background-position: -50px -115px;
  width: 97px;
  height: 34px;
  text-indent: 97px;
}
.coveo-sprites-common-poweredbycoveo,
.coveo-powered-by {
  background-position: -147px -115px;
  width: 90px;
  height: 32px;
  text-indent: 90px;
}
.coveo-sprites-common-logo_light,
.coveo-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;
}
.coveo-sprites-preferencesPanel-toggle_on,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon.coveo-selected,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected,
.CoveoPreferencePanelItem .coveo-input-icon.coveo-selected {
  background-position: -231px -86px;
  width: 42px;
  height: 20px;
  text-indent: 42px;
}
.coveo-sprites-preferencesPanel-toggle_off,
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
.CoveoPreferencePanelItem .coveo-input-icon {
  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;
}
.coveo-sprites-searchButton-searchbutton,
.ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
.CoveoSearchButton > .coveo-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters > .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;
}
.coveo-sprites-common-system,
.coveo-omnibox .coveo-icon.syssource,
.CoveoFacet .coveo-header .coveo-icon.syssource {
  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-sprites-common-star_inactive,
.coveo-top-suggestion-header-icon,
.coveo-top-field-suggestion-header .coveo-icon-top-field,
.coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
.coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list {
  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;
}
.coveo-sprites-common-settings,
.CoveoSettings .coveo-settings-icon {
  background-position: -206px -169px;
  width: 18px;
  height: 18px;
  text-indent: 18px;
}
.coveo-sprites-tabGroup-show_more,
.CoveoTabGroupMenu .coveo-menu-item-active > .coveo-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-sprites-searchButton-spin,
.coveo-executing-query .CoveoSearchButton > .coveo-icon {
  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-sprites-quickView-quickview_previous,
.coveo-quickview-header .coveo-term .coveo-term-left-arrow .coveo-term-left-arrow-icon {
  background-position: -66px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-quickView-quickview_next,
.coveo-quickview-header .coveo-term .coveo-term-right-arrow .coveo-term-right-arrow-icon {
  background-position: -82px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-quickView-quickview,
.CoveoResultAttachments .coveo-thumbnail-icon {
  background-position: -98px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-queryBox-clear,
.coveo-query-box-clear .coveo-icon {
  background-position: -114px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-preferencesPanel-table-edit,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon {
  background-position: -130px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-preferencesPanel-table-delete,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon {
  background-position: -146px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-preferencesPanel-table-cancel,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-close {
  background-position: -162px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-preferencesPanel-table-apply,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-save {
  background-position: -178px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-preferencesPanel-menu_preferences,
.coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon {
  background-position: -194px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_sortdirection,
.coveo-settings-popup .coveo-section.coveo-direction .coveo-icon {
  background-position: -210px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_sortby,
.coveo-settings-popup .coveo-section.coveo-sort .coveo-icon {
  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;
}
.coveo-sprites-menu-menu_saveoption,
.coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
.CoveoPreferencesPanel .coveo-save .coveo-icon {
  background-position: -274px -193px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-menu-menu_opencontactinfoin {
  background-position: 0px -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-sprites-fileType-sharepoint-workflowhistory,
.coveo-icon.sysfiletype.spworkflowhistory,
.coveo-icon.sysfiletype.spworkflowhistorylist {
  background-position: -32px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-wikipagelibrary,
.coveo-icon.sysfiletype.spwikipagelibrarylist {
  background-position: -48px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-whereabout,
.coveo-icon.sysfiletype.spwhereabout,
.coveo-icon.sysfiletype.spwhereaboutlist {
  background-position: -64px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-user,
.coveo-icon.sysfiletype.spuserprofile,
.coveo-icon.sysfiletype.spuserinformation,
.coveo-icon.sysfiletype.spuserinformationlist {
  background-position: -80px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-translationmanagementlibrary,
.coveo-icon.sysfiletype.sptranslationmanagementlibrarylist {
  background-position: -96px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-thingstobring,
.coveo-icon.sysfiletype.spthingstobring,
.coveo-icon.sysfiletype.spthingstobringlist {
  background-position: -112px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-textbox,
.coveo-icon.sysfiletype.sptextbox,
.coveo-icon.sysfiletype.sptextboxlist {
  background-position: -128px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-task,
.coveo-icon.sysfiletype.sptask,
.coveo-icon.sysfiletype.sptasklist,
.coveo-icon.sysfiletype.spadministratortask,
.coveo-icon.sysfiletype.spadministratortasklist {
  background-position: -144px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-survey,
.coveo-icon.sysfiletype.spsurvey,
.coveo-icon.sysfiletype.spsurveylist {
  background-position: -160px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-slidelibrary,
.coveo-icon.sysfiletype.spslidelibrarylist {
  background-position: -176px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-sitedirectory,
.coveo-icon.sysfiletype.spsitedirectory,
.coveo-icon.sysfiletype.spsitedirectorylist {
  background-position: -192px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-site,
.coveo-icon.sysfiletype.spportal,
.coveo-icon.sysfiletype.spsite {
  background-position: -208px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-resource,
.coveo-icon.sysfiletype.spresource,
.coveo-icon.sysfiletype.spresourcelist {
  background-position: -224px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-reportlibrary,
.coveo-icon.sysfiletype.spreportlibrarylist {
  background-position: -240px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-recordlibrary,
.coveo-icon.sysfiletype.sprecordlibrarylist {
  background-position: -256px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-projecttask,
.coveo-icon.sysfiletype.spprojecttask,
.coveo-icon.sysfiletype.spprojecttasklist {
  background-position: -272px -213px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-picturelibrary,
.coveo-icon.sysfiletype.sppicturelibrarylist {
  background-position: 0px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-phonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemo,
.coveo-icon.sysfiletype.spphonecallmemolist {
  background-position: -16px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-performancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontent,
.coveo-icon.sysfiletype.spperformancepointcontentlist {
  background-position: -32px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-objective,
.coveo-icon.sysfiletype.spobjective,
.coveo-icon.sysfiletype.spobjectivelist {
  background-position: -48px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-meeting,
.coveo-icon.sysfiletype.spmeetingserie,
.coveo-icon.sysfiletype.spmeetingserielist {
  background-position: -64px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-listfolder,
.coveo-icon.sysfiletype.splistfolder {
  background-position: -80px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-link,
.coveo-icon.sysfiletype.splink,
.coveo-icon.sysfiletype.splinklist,
.coveo-icon.sysfiletype.spdocumentlink {
  background-position: -96px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-languagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslator,
.coveo-icon.sysfiletype.splanguagesandtranslatorlist {
  background-position: -112px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-keyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicator,
.coveo-icon.sysfiletype.spkeyperformanceindicatorlist {
  background-position: -128px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-issue,
.coveo-icon.sysfiletype.spissue,
.coveo-icon.sysfiletype.spissuelist {
  background-position: -144px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-ipfs,
.coveo-icon.sysfiletype.spipfslist {
  background-position: -160px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-imedictionary,
.coveo-icon.sysfiletype.spimedictionary,
.coveo-icon.sysfiletype.spimedictionarylist {
  background-position: -176px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-healthrule,
.coveo-icon.sysfiletype.sphealthrule,
.coveo-icon.sysfiletype.sphealthrulelist {
  background-position: -192px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-healthreport,
.coveo-icon.sysfiletype.sphealthreport,
.coveo-icon.sysfiletype.sphealthreportlist {
  background-position: -208px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-formlibrary,
.coveo-icon.sysfiletype.spformlibrarylist {
  background-position: -224px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-event,
.coveo-icon.sysfiletype.spevent,
.coveo-icon.sysfiletype.speventlist {
  background-position: -240px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-documentset,
.coveo-icon.sysfiletype.spdocumentset {
  background-position: -256px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-documentlibrary,
.coveo-icon.sysfiletype.spdocumentlibrarylist,
.coveo-icon.sysfiletype.splisttemplatecataloglist,
.coveo-icon.sysfiletype.spwebpartcataloglist,
.coveo-icon.sysfiletype.spwebtemplatecataloglist,
.coveo-icon.sysfiletype.spworkspacepagelist,
.coveo-icon.sysfiletype.spareadocumentlibrarylist,
.coveo-icon.sysfiletype.spmasterpagescataloglist,
.coveo-icon.sysfiletype.spnocodeworkflowlibrarylist,
.coveo-icon.sysfiletype.sppublishingpageslibrarylist,
.coveo-icon.sysfiletype.spreportdocumentlibrarylist,
.coveo-icon.sysfiletype.spprocessdiagramslibrarylist,
.coveo-icon.sysfiletype.spsitethemeslibrarylist,
.coveo-icon.sysfiletype.spsolutionslibrarylist,
.coveo-icon.sysfiletype.spwfpublibrarylist {
  background-position: -272px -229px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-discussionboard,
.coveo-icon.sysfiletype.spdiscussionboard,
.coveo-icon.sysfiletype.spdiscussionboardlist {
  background-position: 0px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-decision,
.coveo-icon.sysfiletype.spdecision,
.coveo-icon.sysfiletype.spdecisionlist {
  background-position: -16px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-datasource,
.coveo-icon.sysfiletype.spdatasource,
.coveo-icon.sysfiletype.spdatasourcelist {
  background-position: -32px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-dataconnectionlibraryforperfpoint,
.coveo-icon.sysfiletype.spdataconnectionforperformancepointlibrarylist {
  background-position: -48px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-dataconnectionlibrary,
.coveo-icon.sysfiletype.spdataconnectionlibrarylist {
  background-position: -64px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-dashboardlibrary,
.coveo-icon.sysfiletype.spdashboardslibrarylist {
  background-position: -80px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-customgrid,
.coveo-icon.sysfiletype.spcustomgridlist {
  background-position: -96px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-custom,
.coveo-icon.sysfiletype.spcustomlist,
.coveo-icon.sysfiletype.spunknownlist,
.coveo-icon.sysfiletype.spdistributiongroup,
.coveo-icon.sysfiletype.spdistributiongrouplist,
.coveo-icon.sysfiletype.sptab,
.coveo-icon.sysfiletype.sptablist,
.coveo-icon.sysfiletype.spworkflowprocess,
.coveo-icon.sysfiletype.spworkflowprocesslist {
  background-position: -112px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-contact,
.coveo-icon.sysfiletype.spcontact,
.coveo-icon.sysfiletype.spcontactlist {
  background-position: -128px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-circulation,
.coveo-icon.sysfiletype.spcirculation,
.coveo-icon.sysfiletype.spcirculationlist {
  background-position: -144px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-blogpost,
.coveo-icon.sysfiletype.spblogpost,
.coveo-icon.sysfiletype.spblogpostlist,
.coveo-icon.sysfiletype.spmicrofeedpost,
.coveo-icon.sysfiletype.spmicrofeedlist {
  background-position: -160px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-blogcomment,
.coveo-icon.sysfiletype.spblogcomment,
.coveo-icon.sysfiletype.spblogcommentlist {
  background-position: -176px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-blogcategory,
.coveo-icon.sysfiletype.spblogcategory,
.coveo-icon.sysfiletype.spblogcategorylist {
  background-position: -192px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-attendees,
.coveo-icon.sysfiletype.spattendee,
.coveo-icon.sysfiletype.spattendeelist {
  background-position: -208px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-assetlibrary,
.coveo-icon.sysfiletype.sppublishingimageslibrarylist {
  background-position: -224px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-arealisting,
.coveo-icon.sysfiletype.sparealisting {
  background-position: -240px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-area,
.coveo-icon.sysfiletype.sparea {
  background-position: -256px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-announcement,
.coveo-icon.sysfiletype.spannouncement,
.coveo-icon.sysfiletype.spannouncementlist {
  background-position: -272px -245px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-sharepoint-agenda,
.coveo-icon.sysfiletype.spagenda,
.coveo-icon.sysfiletype.spagendalist {
  background-position: 0px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-user,
.coveo-icon.objecttype.People,
.coveo-icon.objecttype.people,
.coveo-icon.objecttype.User,
.coveo-icon.objecttype.user {
  background-position: -16px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-thread,
.coveo-icon.objecttype.Thread,
.coveo-icon.objecttype.thread {
  background-position: -32px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-task,
.coveo-icon.objecttype.Task,
.coveo-icon.objecttype.task {
  background-position: -48px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-rss,
.coveo-icon.objecttype.Feed,
.coveo-icon.objecttype.feed {
  background-position: -64px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-product,
.coveo-icon.objecttype.Product,
.coveo-icon.objecttype.product {
  background-position: -80px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-partner,
.coveo-icon.objecttype.Partner,
.coveo-icon.objecttype.partner {
  background-position: -96px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-opportunity,
.coveo-icon.objecttype.Opportunity,
.coveo-icon.objecttype.opportunity {
  background-position: -112px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-note,
.coveo-icon.objecttype.Note,
.coveo-icon.objecttype.note {
  background-position: -128px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-message,
.coveo-icon.objecttype.Message,
.coveo-icon.objecttype.message {
  background-position: -144px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-lead,
.coveo-icon.objecttype.Lead,
.coveo-icon.objecttype.lead {
  background-position: -160px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-kb,
.coveo-icon.objecttype.Kbdocumentation,
.coveo-icon.objecttype.kbdocumentation,
.coveo-icon.objecttype.Kbknowledgearticle,
.coveo-icon.objecttype.kbknowledgearticle {
  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-sprites-fileType-objectType-event,
.coveo-icon.objecttype.Event,
.coveo-icon.objecttype.event {
  background-position: -208px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-contract,
.coveo-icon.objecttype.Contract,
.coveo-icon.objecttype.contract {
  background-position: -224px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-contact,
.coveo-icon.objecttype.Contact,
.coveo-icon.objecttype.contact {
  background-position: -240px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-comment,
.coveo-icon.objecttype.Casecomment,
.coveo-icon.objecttype.casecomment {
  background-position: -256px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-category,
.coveo-icon.objecttype.Category,
.coveo-icon.objecttype.category {
  background-position: -272px -261px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-case,
.coveo-icon.objecttype.Case,
.coveo-icon.objecttype.case {
  background-position: -291px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-campaign,
.coveo-icon.objecttype.Campaign,
.coveo-icon.objecttype.campaign {
  background-position: -291px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-board,
.coveo-icon.objecttype.Board,
.coveo-icon.objecttype.board {
  background-position: -291px -32px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-attachment,
.coveo-icon.objecttype.Attachment,
.coveo-icon.objecttype.attachment,
.coveo-icon.objecttype.Kbattachment,
.coveo-icon.objecttype.kbattachment {
  background-position: -291px -48px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-answer,
.coveo-icon.objecttype.Solution,
.coveo-icon.objecttype.solution,
.coveo-icon.objecttype.Kbsolution,
.coveo-icon.objecttype.kbsolution {
  background-position: -291px -64px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-objectType-account,
.coveo-icon.objecttype.Account,
.coveo-icon.objecttype.account {
  background-position: -291px -80px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-zip,
.coveo-icon.sysfiletype.zip {
  background-position: -291px -96px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-xml,
.coveo-icon.sysfiletype.xml {
  background-position: -291px -112px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-video,
.coveo-icon.sysfiletype.video {
  background-position: -291px -128px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-text,
.coveo-icon.sysfiletype.txt,
.coveo-icon.sysfiletype.doc {
  background-position: -291px -144px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-spreadsheet,
.coveo-icon.sysfiletype.xls {
  background-position: -291px -160px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-slideshow,
.coveo-icon.sysfiletype.ppt {
  background-position: -291px -176px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-pdf,
.coveo-icon.sysfiletype.pdf {
  background-position: -291px -192px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-image,
.coveo-icon.sysfiletype.image {
  background-position: -291px -208px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-html,
.coveo-icon.sysfiletype.html {
  background-position: -291px -224px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-formats-folder,
.coveo-icon.sysfiletype.folder {
  background-position: -291px -240px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-user,
.coveo-icon.sysfiletype.exchangeperson,
.coveo-icon.sysfiletype.activedirperson {
  background-position: -291px -256px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-task,
.coveo-icon.sysfiletype.exchangetask {
  background-position: 0px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-rss,
.coveo-icon.sysfiletype.exchangerssfeed {
  background-position: -16px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-note,
.coveo-icon.sysfiletype.exchangenote {
  background-position: -32px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-message,
.coveo-icon.sysfiletype.exchangemessage {
  background-position: -48px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-message-undeliverable,
.coveo-icon.sysfiletype.exchangedsn {
  background-position: -64px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-message-recall,
.coveo-icon.sysfiletype.exchangerecallmessage,
.coveo-icon.sysfiletype.exchangerecallreport {
  background-position: -80px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-message-junk,
.coveo-icon.sysfiletype.exchangejunkmessage {
  background-position: -96px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-meeting,
.coveo-icon.sysfiletype.exchangeappointment {
  background-position: -112px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-group,
.coveo-icon.sysfiletype.exchangegroup {
  background-position: -128px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-generic,
.coveo-icon.sysfiletype.exchangefreebusy,
.coveo-icon.sysfiletype.exchangemdn,
.coveo-icon.sysfiletype.exchangeobject {
  background-position: -144px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-file,
.coveo-icon.sysfiletype.exchangedocument {
  background-position: -160px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-communicator,
.coveo-icon.sysfiletype.exchangeofficecom {
  background-position: -176px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-appointment,
.coveo-icon.sysfiletype.exchangecalendarmessage {
  background-position: -192px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-fileType-exchange-activity,
.coveo-icon.sysfiletype.exchangeactivity {
  background-position: -208px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-spin,
.CoveoFacet .coveo-header .coveo-wait-animation,
.CoveoFacetRange .coveo-header .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-header .coveo-wait-animation {
  background-position: -224px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-show_facet,
.coveo-settings-popup .coveo-section.coveo-show .coveo-icon {
  background-position: -240px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-moreoption,
.CoveoFacet .coveo-header .coveo-settings .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
.CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon {
  background-position: -256px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-modeor,
.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 {
  background-position: -272px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-modeand,
.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 {
  background-position: -288px -277px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-expanded,
.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 {
  background-position: -307px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-collapsed,
.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 {
  background-position: -307px -16px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-facet-clear_facet,
.CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
.CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
.coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
.CoveoShareQuery .coveo-query-summary-info-close span,
.CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon {
  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;
}
.coveo-sprites-documentType-year,
.coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
.CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
.coveo-omnibox .coveo-icon.sysyear,
.coveo-omnibox .coveo-icon.sysmonth,
.coveo-omnibox .coveo-icon.sysdate,
.CoveoFacet .coveo-header .coveo-icon.sysyear,
.CoveoFacet .coveo-header .coveo-icon.sysmonth,
.CoveoFacet .coveo-header .coveo-icon.sysdate {
  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;
}
.coveo-sprites-documentType-user,
.coveo-omnibox .coveo-icon.sysauthor,
.coveo-omnibox .coveo-icon.sfownername,
.CoveoFacet .coveo-header .coveo-icon.sysauthor,
.CoveoFacet .coveo-header .coveo-icon.sfownername,
.coveo-omnibox .coveo-icon.sfuserdepartment,
.CoveoFacet .coveo-header .coveo-icon.sfuserdepartment {
  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;
}
.coveo-sprites-documentType-to,
.coveo-omnibox .coveo-icon.systo,
.coveo-omnibox .coveo-icon.sysdisplayrecipients,
.CoveoFacet .coveo-header .coveo-icon.systo,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients {
  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: 0px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-support,
.coveo-omnibox .coveo-icon.sfcasepriority,
.CoveoFacet .coveo-header .coveo-icon.sfcasepriority {
  background-position: -16px -293px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-status,
.coveo-omnibox .coveo-icon.sfcasestatus,
.CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
.coveo-omnibox .coveo-icon.Sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename {
  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 0px;
  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;
}
.coveo-sprites-documentType-opportunity,
.coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
.coveo-omnibox .coveo-icon.sfopportunitytype,
.coveo-omnibox .coveo-icon.sfopportunitystagename,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename {
  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;
}
.coveo-sprites-documentType-manager,
.coveo-omnibox .coveo-icon.sfuserdivision,
.CoveoFacet .coveo-header .coveo-icon.sfuserdivision {
  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;
}
.coveo-sprites-documentType-mail,
.coveo-omnibox .coveo-icon.sysmailbox,
.CoveoFacet .coveo-header .coveo-icon.sysmailbox {
  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: 0px -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;
}
.coveo-sprites-documentType-lead,
.coveo-omnibox .coveo-icon.sfleadsource,
.CoveoFacet .coveo-header .coveo-icon.sfleadsource {
  background-position: -64px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-language,
.coveo-omnibox .coveo-icon.syslanguage,
.CoveoFacet .coveo-header .coveo-icon.syslanguage {
  background-position: -80px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-kb,
.coveo-omnibox .coveo-icon.sysconcepts,
.CoveoFacet .coveo-header .coveo-icon.sysconcepts {
  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;
}
.coveo-sprites-documentType-intranet,
.coveo-omnibox .coveo-icon.sysdisplayparticipants,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants {
  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;
}
.coveo-sprites-documentType-industry,
.coveo-omnibox .coveo-icon.sfindustry,
.CoveoFacet .coveo-header .coveo-icon.sfindustry {
  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;
}
.coveo-sprites-documentType-from,
.coveo-omnibox .coveo-icon.sysfrom,
.coveo-omnibox .coveo-icon.sysdisplayfrom,
.CoveoFacet .coveo-header .coveo-icon.sysfrom,
.CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom {
  background-position: -272px -309px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-folder,
.coveo-omnibox .coveo-icon.sysemailfolders,
.CoveoFacet .coveo-header .coveo-icon.sysemailfolders {
  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;
}
.coveo-sprites-documentType-file,
.coveo-omnibox .coveo-icon.sysfiletype,
.CoveoFacet .coveo-header .coveo-icon.sysfiletype {
  background-position: -339px 0px;
  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;
}
.coveo-sprites-documentType-contact,
.coveo-omnibox .coveo-icon.sfcontactname,
.CoveoFacet .coveo-header .coveo-icon.sfcontactname {
  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;
}
.coveo-sprites-documentType-competition,
.coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
.CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc {
  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: 0px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-closed {
  background-position: -16px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-documentType-city,
.coveo-omnibox .coveo-icon.sfcountry,
.coveo-omnibox .coveo-icon.sfcity,
.CoveoFacet .coveo-header .coveo-icon.sfcountry,
.CoveoFacet .coveo-header .coveo-icon.sfcity,
.coveo-omnibox .coveo-icon.sfstate,
.CoveoFacet .coveo-header .coveo-icon.sfstate {
  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;
}
.coveo-sprites-documentType-category,
.coveo-omnibox .coveo-icon.Sfopportunityforecastcategory,
.CoveoFacet .coveo-header .coveo-icon.Sfopportunityforecastcategory {
  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;
}
.coveo-sprites-documentType-account-salesforce,
.coveo-omnibox .coveo-icon.sfaccountname,
.coveo-omnibox .coveo-icon.sfaccounttype,
.CoveoFacet .coveo-header .coveo-icon.sfaccountname,
.CoveoFacet .coveo-header .coveo-icon.sfaccounttype {
  background-position: -336px -325px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-menu_shareresult,
.coveo-advanced-menu .coveo-section.coveo-share-query .coveo-icon {
  background-position: -355px 0px;
  width: 16px;
  height: 16px;
  text-indent: 16px;
}
.coveo-sprites-common-menu_reauthenticate,
.coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon {
  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;
}
.coveo-sprites-common-clear,
.CoveoBreadcrumb .coveo-clear-all .coveo-icon,
.CoveoPreferencesPanel .coveo-close .coveo-icon {
  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-sprites-facet-clear_facet_state,
.coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon {
  background-position: -355px -153px;
  width: 14px;
  height: 14px;
  text-indent: 14px;
}
.coveo-sprites-facet-resume_selected,
.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 {
  background-position: -355px -167px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-resume_disable,
.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 {
  background-position: -355px -179px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-disable,
.CoveoFacet .coveo-value .coveo-exclude,
.CoveoFacetRange .coveo-value .coveo-exclude,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
.CoveoHierarchicalFacet .coveo-value .coveo-exclude {
  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-sprites-facet-clear_activefilter,
.coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
.coveo-results-filter-preferences-breadcrumb .coveo-values .coveo-value .coveo-clear {
  background-position: -355px -215px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-child_selected,
.CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-has-childs.coveo-has-childs-selected .coveo-checkbox > span {
  background-position: -355px -227px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-checkmark_unselected,
.CoveoFacet .coveo-value .coveo-checkbox > span,
.CoveoFacetRange .coveo-value .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span {
  background-position: -355px -239px;
  width: 12px;
  height: 12px;
  text-indent: 12px;
}
.coveo-sprites-facet-checkmark_selected,
.CoveoFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
.CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
.coveo-omnibox .coveo-omnibox-facet-value li.coveo-selected .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
.CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
.CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-checkbox > span {
  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;
}
.coveo-sprites-common-tagging_tag,
.CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon {
  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;
}
.coveo-sprites-pager-previous,
.CoveoPager ul li.coveo-previous > a > span {
  background-position: -355px -311px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-sprites-pager-next,
.CoveoPager ul li.coveo-next > a > span {
  background-position: -355px -322px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-sprites-folding-showmore,
.coveo-more .coveo-folding-footer-icon {
  background-position: -279px -115px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-sprites-folding-showless,
.coveo-less .coveo-folding-footer-icon {
  background-position: -237px -135px;
  width: 11px;
  height: 11px;
  text-indent: 11px;
}
.coveo-sprites-facet-spin_facet_search,
.CoveoFacet .coveo-search .coveo-wait-animation,
.CoveoFacetRange .coveo-search .coveo-wait-animation,
.CoveoHierarchicalFacet .coveo-search .coveo-wait-animation {
  background-position: -248px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-facet-facetsearch,
.CoveoFacet .coveo-search .coveo-magnifier,
.CoveoFacetRange .coveo-search .coveo-magnifier,
.CoveoHierarchicalFacet .coveo-search .coveo-magnifier {
  background-position: -258px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-facet-clear_facetsearch,
.CoveoFacet .coveo-search .coveo-clear .coveo-icon,
.CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
.CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon {
  background-position: -268px -135px;
  width: 10px;
  height: 10px;
  text-indent: 10px;
}
.coveo-sprites-common-tagging_ok,
.CoveoResultTagging .coveo-add-tag-tick-icon span {
  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;
}
.coveo-sprites-common-tagging-cancel_clear,
.CoveoResultTagging .coveo-clear-icon span,
.CoveoResultTagging .coveo-delete-icon {
  background-position: 0px -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;
}
.coveo-sprites-sort-sortby_top,
.CoveoSort.coveo-selected.coveo-ascending .coveo-icon {
  background-position: -364px -128px;
  width: 6px;
  height: 6px;
  text-indent: 6px;
}
.coveo-sprites-sort-sortby_bottom,
.CoveoSort.coveo-selected .coveo-icon {
  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(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    transform: rotate(0deg);
  }
  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) {
  /* glue: 0.3 hash: b3d951b49a */
  
  .coveo-sprites-common-get_started,
  .coveo-sprites-common-logo_light_large,
  .coveo-logo-light-large,
  .coveo-sprites-common-coveo,
  .coveo-logo,
  .coveo-sprites-common-poweredbycoveo,
  .coveo-powered-by,
  .coveo-sprites-common-logo_light,
  .coveo-logo-light,
  .coveo-sprites-preferencesPanel-toggle_on,
  .CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected,
  .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected,
  .coveo-sprites-preferencesPanel-toggle_off,
  .CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
  .CoveoPreferencePanelItem .coveo-input-icon,
  .coveo-sprites-common-login_user,
  .coveo-sprites-common-lock,
  .coveo-sprites-facet-openinterfaces,
  .coveo-sprites-facet-openfacets,
  .coveo-sprites-searchButton-searchbutton,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .CoveoSearchButton > .coveo-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters > .coveo-icon,
  .coveo-sprites-common-thumbup_inactive,
  .coveo-sprites-common-thumbup:active,
  .coveo-sprites-common-thumbdown_inactive,
  .coveo-sprites-common-thumbdown:active,
  .coveo-sprites-common-system,
  .coveo-omnibox .coveo-icon.syssource,
  .CoveoFacet .coveo-header .coveo-icon.syssource,
  .coveo-sprites-common-star_placeholder,
  .coveo-sprites-common-star_inactive,
  .coveo-top-suggestion-header-icon,
  .coveo-top-field-suggestion-header .coveo-icon-top-field,
  .coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
  .coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list,
  .coveo-sprites-common-star:active,
  .coveo-sprites-common-settings,
  .CoveoSettings .coveo-settings-icon,
  .coveo-sprites-tab-sharepoint,
  .coveo-sprites-tab-salesforce,
  .coveo-sprites-tab-lithium,
  .coveo-sprites-tab-googledrive,
  .coveo-sprites-tab-email,
  .coveo-sprites-tab-dropbox,
  .coveo-sprites-tab-checkmark_selected-on_dark_bg,
  .coveo-sprites-tab-all-content,
  .coveo-sprites-searchButton-spin,
  .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .coveo-sprites-quickView-quickview_previous,
  .coveo-quickview-header .coveo-term .coveo-term-left-arrow .coveo-term-left-arrow-icon,
  .coveo-sprites-quickView-quickview_next,
  .coveo-quickview-header .coveo-term .coveo-term-right-arrow .coveo-term-right-arrow-icon,
  .coveo-sprites-quickView-quickview,
  .CoveoResultAttachments .coveo-thumbnail-icon,
  .coveo-sprites-queryBox-clear,
  .coveo-query-box-clear .coveo-icon,
  .coveo-sprites-preferencesPanel-table-edit,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon,
  .coveo-sprites-preferencesPanel-table-delete,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon,
  .coveo-sprites-preferencesPanel-table-cancel,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-close,
  .coveo-sprites-preferencesPanel-table-apply,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-save,
  .coveo-sprites-preferencesPanel-menu_preferences,
  .coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon,
  .coveo-sprites-pager-previous,
  .CoveoPager ul li.coveo-previous > a > span,
  .coveo-sprites-pager-next,
  .CoveoPager ul li.coveo-next > a > span,
  .coveo-sprites-menu-menu_sortdirection,
  .coveo-settings-popup .coveo-section.coveo-direction .coveo-icon,
  .coveo-sprites-menu-menu_sortby,
  .coveo-settings-popup .coveo-section.coveo-sort .coveo-icon,
  .coveo-sprites-menu-menu_shareresult,
  .coveo-sprites-menu-menu_searchin,
  .coveo-sprites-menu-menu_saveoption,
  .coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
  .CoveoPreferencesPanel .coveo-save .coveo-icon,
  .coveo-sprites-menu-menu_opencontactinfoin,
  .coveo-sprites-menu-menu_avancedsearch,
  .coveo-sprites-fileType-objectType-user,
  .coveo-icon.objecttype.People,
  .coveo-icon.objecttype.people,
  .coveo-icon.objecttype.User,
  .coveo-icon.objecttype.user,
  .coveo-sprites-fileType-objectType-thread,
  .coveo-icon.objecttype.Thread,
  .coveo-icon.objecttype.thread,
  .coveo-sprites-fileType-objectType-task,
  .coveo-icon.objecttype.Task,
  .coveo-icon.objecttype.task,
  .coveo-sprites-fileType-objectType-rss,
  .coveo-icon.objecttype.Feed,
  .coveo-icon.objecttype.feed,
  .coveo-sprites-fileType-objectType-product,
  .coveo-icon.objecttype.Product,
  .coveo-icon.objecttype.product,
  .coveo-sprites-fileType-objectType-opportunity,
  .coveo-icon.objecttype.Opportunity,
  .coveo-icon.objecttype.opportunity,
  .coveo-sprites-fileType-objectType-note,
  .coveo-icon.objecttype.Note,
  .coveo-icon.objecttype.note,
  .coveo-sprites-fileType-objectType-message,
  .coveo-icon.objecttype.Message,
  .coveo-icon.objecttype.message,
  .coveo-sprites-fileType-objectType-lead,
  .coveo-icon.objecttype.Lead,
  .coveo-icon.objecttype.lead,
  .coveo-sprites-fileType-objectType-kb,
  .coveo-icon.objecttype.Kbdocumentation,
  .coveo-icon.objecttype.kbdocumentation,
  .coveo-icon.objecttype.Kbknowledgearticle,
  .coveo-icon.objecttype.kbknowledgearticle,
  .coveo-sprites-fileType-objectType-contract,
  .coveo-icon.objecttype.Contract,
  .coveo-icon.objecttype.contract,
  .coveo-sprites-fileType-objectType-contact,
  .coveo-icon.objecttype.Contact,
  .coveo-icon.objecttype.contact,
  .coveo-sprites-fileType-objectType-comment,
  .coveo-icon.objecttype.Casecomment,
  .coveo-icon.objecttype.casecomment,
  .coveo-sprites-fileType-objectType-case,
  .coveo-icon.objecttype.Case,
  .coveo-icon.objecttype.case,
  .coveo-sprites-fileType-objectType-campaign,
  .coveo-icon.objecttype.Campaign,
  .coveo-icon.objecttype.campaign,
  .coveo-sprites-fileType-objectType-board,
  .coveo-icon.objecttype.Board,
  .coveo-icon.objecttype.board,
  .coveo-sprites-fileType-objectType-answer,
  .coveo-icon.objecttype.Solution,
  .coveo-icon.objecttype.solution,
  .coveo-icon.objecttype.Kbsolution,
  .coveo-icon.objecttype.kbsolution,
  .coveo-sprites-fileType-objectType-account,
  .coveo-icon.objecttype.Account,
  .coveo-icon.objecttype.account,
  .coveo-sprites-fileType-formats-zip,
  .coveo-icon.sysfiletype.zip,
  .coveo-sprites-fileType-formats-xml,
  .coveo-icon.sysfiletype.xml,
  .coveo-sprites-fileType-formats-video,
  .coveo-icon.sysfiletype.video,
  .coveo-sprites-fileType-formats-text,
  .coveo-icon.sysfiletype.txt,
  .coveo-icon.sysfiletype.doc,
  .coveo-sprites-fileType-formats-spreadsheet,
  .coveo-icon.sysfiletype.xls,
  .coveo-sprites-fileType-formats-slideshow,
  .coveo-icon.sysfiletype.ppt,
  .coveo-sprites-fileType-formats-pdf,
  .coveo-icon.sysfiletype.pdf,
  .coveo-sprites-fileType-formats-image,
  .coveo-icon.sysfiletype.image,
  .coveo-sprites-fileType-formats-html,
  .coveo-icon.sysfiletype.html,
  .coveo-sprites-fileType-formats-folder,
  .coveo-icon.sysfiletype.folder,
  .coveo-sprites-facet-spin,
  .CoveoFacet .coveo-header .coveo-wait-animation,
  .CoveoFacetRange .coveo-header .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-header .coveo-wait-animation,
  .coveo-sprites-facet-show_facet,
  .coveo-settings-popup .coveo-section.coveo-show .coveo-icon,
  .coveo-sprites-facet-moreoption,
  .CoveoFacet .coveo-header .coveo-settings .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon,
  .coveo-sprites-facet-modeor,
  .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-modeand,
  .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-expanded,
  .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-collapsed,
  .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-clear_facet,
  .CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
  .CoveoShareQuery .coveo-query-summary-info-close span,
  .CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon,
  .coveo-sprites-documentType-zip,
  .coveo-sprites-documentType-year,
  .coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
  .coveo-omnibox .coveo-icon.sysyear,
  .coveo-omnibox .coveo-icon.sysmonth,
  .coveo-omnibox .coveo-icon.sysdate,
  .CoveoFacet .coveo-header .coveo-icon.sysyear,
  .CoveoFacet .coveo-header .coveo-icon.sysmonth,
  .CoveoFacet .coveo-header .coveo-icon.sysdate,
  .coveo-sprites-documentType-won,
  .coveo-sprites-documentType-webpage,
  .coveo-sprites-documentType-video,
  .coveo-sprites-documentType-user,
  .coveo-omnibox .coveo-icon.sysauthor,
  .coveo-omnibox .coveo-icon.sfownername,
  .CoveoFacet .coveo-header .coveo-icon.sysauthor,
  .CoveoFacet .coveo-header .coveo-icon.sfownername,
  .coveo-omnibox .coveo-icon.sfuserdepartment,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdepartment,
  .coveo-sprites-documentType-urgent,
  .coveo-sprites-documentType-troubleshooting,
  .coveo-sprites-documentType-topic,
  .coveo-sprites-documentType-to,
  .coveo-omnibox .coveo-icon.systo,
  .coveo-omnibox .coveo-icon.sysdisplayrecipients,
  .CoveoFacet .coveo-header .coveo-icon.systo,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients,
  .coveo-sprites-documentType-timeline,
  .coveo-sprites-documentType-text,
  .coveo-sprites-documentType-task,
  .coveo-sprites-documentType-suspended,
  .coveo-sprites-documentType-support,
  .coveo-omnibox .coveo-icon.sfcasepriority,
  .CoveoFacet .coveo-header .coveo-icon.sfcasepriority,
  .coveo-sprites-documentType-status,
  .coveo-omnibox .coveo-icon.sfcasestatus,
  .CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
  .coveo-omnibox .coveo-icon.Sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename,
  .coveo-sprites-documentType-started,
  .coveo-sprites-documentType-stage,
  .coveo-sprites-documentType-spreadsheet,
  .coveo-sprites-documentType-source,
  .coveo-sprites-documentType-slideshow,
  .coveo-sprites-documentType-secure,
  .coveo-sprites-documentType-salesforce,
  .coveo-sprites-documentType-reviewed,
  .coveo-sprites-documentType-resolved,
  .coveo-sprites-documentType-report,
  .coveo-sprites-documentType-renewed,
  .coveo-sprites-documentType-renewed-not,
  .coveo-sprites-documentType-project-name,
  .coveo-sprites-documentType-product,
  .coveo-sprites-documentType-priority,
  .coveo-sprites-documentType-poll,
  .coveo-sprites-documentType-planned,
  .coveo-sprites-documentType-pending,
  .coveo-sprites-documentType-pdf,
  .coveo-sprites-documentType-opportunity,
  .coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
  .coveo-omnibox .coveo-icon.sfopportunitytype,
  .coveo-omnibox .coveo-icon.sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename,
  .coveo-sprites-documentType-open,
  .coveo-sprites-documentType-note,
  .coveo-sprites-documentType-not-started,
  .coveo-sprites-documentType-new,
  .coveo-sprites-documentType-negociation,
  .coveo-sprites-documentType-music-file,
  .coveo-sprites-documentType-minor,
  .coveo-sprites-documentType-manager,
  .coveo-omnibox .coveo-icon.sfuserdivision,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdivision,
  .coveo-sprites-documentType-major,
  .coveo-sprites-documentType-mail,
  .coveo-omnibox .coveo-icon.sysmailbox,
  .CoveoFacet .coveo-header .coveo-icon.sysmailbox,
  .coveo-sprites-documentType-mail-undeliverable,
  .coveo-sprites-documentType-mail-reply,
  .coveo-sprites-documentType-mail-recall,
  .coveo-sprites-documentType-lost,
  .coveo-sprites-documentType-link,
  .coveo-sprites-documentType-lead,
  .coveo-omnibox .coveo-icon.sfleadsource,
  .CoveoFacet .coveo-header .coveo-icon.sfleadsource,
  .coveo-sprites-documentType-language,
  .coveo-omnibox .coveo-icon.syslanguage,
  .CoveoFacet .coveo-header .coveo-icon.syslanguage,
  .coveo-sprites-documentType-kb,
  .coveo-omnibox .coveo-icon.sysconcepts,
  .CoveoFacet .coveo-header .coveo-icon.sysconcepts,
  .coveo-sprites-documentType-journal-log,
  .coveo-sprites-documentType-jobtitle,
  .coveo-sprites-documentType-invalid,
  .coveo-sprites-documentType-intranet,
  .coveo-omnibox .coveo-icon.sysdisplayparticipants,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants,
  .coveo-sprites-documentType-install,
  .coveo-sprites-documentType-immediate,
  .coveo-sprites-documentType-image,
  .coveo-sprites-documentType-high,
  .coveo-sprites-documentType-from,
  .coveo-omnibox .coveo-icon.sysfrom,
  .coveo-omnibox .coveo-icon.sysdisplayfrom,
  .CoveoFacet .coveo-header .coveo-icon.sysfrom,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom,
  .coveo-sprites-documentType-folder,
  .coveo-omnibox .coveo-icon.sysemailfolders,
  .CoveoFacet .coveo-header .coveo-icon.sysemailfolders,
  .coveo-sprites-documentType-fixed,
  .coveo-sprites-documentType-file,
  .coveo-omnibox .coveo-icon.sysfiletype,
  .CoveoFacet .coveo-header .coveo-icon.sysfiletype,
  .coveo-sprites-documentType-feature,
  .coveo-sprites-documentType-faq,
  .coveo-sprites-documentType-expert,
  .coveo-sprites-documentType-escalated,
  .coveo-sprites-documentType-draft,
  .coveo-sprites-documentType-doc-user,
  .coveo-sprites-documentType-doc-dev,
  .coveo-sprites-documentType-disqualified,
  .coveo-sprites-documentType-deferred,
  .coveo-sprites-documentType-default,
  .coveo-sprites-documentType-database,
  .coveo-sprites-documentType-crash,
  .coveo-sprites-documentType-contract,
  .coveo-sprites-documentType-contact,
  .coveo-omnibox .coveo-icon.sfcontactname,
  .CoveoFacet .coveo-header .coveo-icon.sfcontactname,
  .coveo-sprites-documentType-completed,
  .coveo-sprites-documentType-competition,
  .coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc,
  .coveo-sprites-documentType-company,
  .coveo-sprites-documentType-comment,
  .coveo-sprites-documentType-closed,
  .coveo-sprites-documentType-city,
  .coveo-omnibox .coveo-icon.sfcountry,
  .coveo-omnibox .coveo-icon.sfcity,
  .CoveoFacet .coveo-header .coveo-icon.sfcountry,
  .CoveoFacet .coveo-header .coveo-icon.sfcity,
  .coveo-omnibox .coveo-icon.sfstate,
  .CoveoFacet .coveo-header .coveo-icon.sfstate,
  .coveo-sprites-documentType-chatter,
  .coveo-sprites-documentType-case,
  .coveo-sprites-documentType-cant-reproduce,
  .coveo-sprites-documentType-cancelled,
  .coveo-sprites-documentType-campaign,
  .coveo-sprites-documentType-bug-severity,
  .coveo-sprites-documentType-blog,
  .coveo-sprites-documentType-block,
  .coveo-sprites-documentType-author,
  .coveo-sprites-documentType-audience,
  .coveo-sprites-documentType-approved,
  .coveo-sprites-documentType-answer,
  .coveo-sprites-documentType-announcement,
  .coveo-sprites-documentType-all-content,
  .coveo-sprites-documentType-advanced-content,
  .coveo-sprites-documentType-account,
  .coveo-sprites-documentType-account-salesforce,
  .coveo-omnibox .coveo-icon.sfaccountname,
  .coveo-omnibox .coveo-icon.sfaccounttype,
  .CoveoFacet .coveo-header .coveo-icon.sfaccountname,
  .CoveoFacet .coveo-header .coveo-icon.sfaccounttype,
  .coveo-sprites-documentType-XML,
  .coveo-sprites-documentType-RSS,
  .coveo-sprites-common-menu_reauthenticate,
  .coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon,
  .coveo-sprites-common-doritos,
  .coveo-sprites-common-delete,
  .coveo-sprites-common-datepicker,
  .coveo-sprites-common-copy,
  .coveo-sprites-common-amount,
  .coveo-sprites-facet-arrow_back,
  .coveo-sprites-quickView-close,
  .coveo-sprites-facet-clear_facet_state,
  .coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon,
  .coveo-sprites-facet-resume_selected,
  .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_disable,
  .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-disable,
  .CoveoFacet .coveo-value .coveo-exclude,
  .CoveoFacetRange .coveo-value .coveo-exclude,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
  .CoveoHierarchicalFacet .coveo-value .coveo-exclude,
  .coveo-sprites-facet-clear_facetsearch_mobile,
  .coveo-sprites-facet-clear_activefilter,
  .coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
  .coveo-results-filter-preferences-breadcrumb .coveo-values .coveo-value .coveo-clear,
  .coveo-sprites-facet-checkmark_unselected,
  .CoveoFacet .coveo-value .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span,
  .coveo-sprites-facet-checkmark_selected,
  .CoveoFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li.coveo-selected .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-checkbox > span,
  .coveo-sprites-facet-checkmark_disabled,
  .coveo-sprites-common-tagging_tag,
  .CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon,
  .coveo-sprites-common-clear-mobile,
  .coveo-sprites-facet-spin_facet_search,
  .CoveoFacet .coveo-search .coveo-wait-animation,
  .CoveoFacetRange .coveo-search .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-search .coveo-wait-animation,
  .coveo-sprites-facet-facetsearch,
  .CoveoFacet .coveo-search .coveo-magnifier,
  .CoveoFacetRange .coveo-search .coveo-magnifier,
  .CoveoHierarchicalFacet .coveo-search .coveo-magnifier,
  .coveo-sprites-facet-clear_facetsearch,
  .CoveoFacet .coveo-search .coveo-clear .coveo-icon,
  .CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
  .CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon,
  .coveo-sprites-common-tagging_ok,
  .CoveoResultTagging .coveo-add-tag-tick-icon span,
  .coveo-sprites-common-tagging-cancel_clear,
  .CoveoResultTagging .coveo-clear-icon span,
  .CoveoResultTagging .coveo-delete-icon,
  .coveo-sprites-facet-showmore,
  .coveo-sprites-facet-showless,
  .coveo-sprites-facet-email_sendto,
  .coveo-sprites-sort-sortby_top,
  .CoveoSort.coveo-selected.coveo-ascending .coveo-icon,
  .coveo-sprites-sort-sortby_bottom,
  .CoveoSort.coveo-selected .coveo-icon {
    background-image: url('../../../coveo/image/retina.png');
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 304px 294px;
  }
  .coveo-sprites-common-get_started {
    background-position: 0px 0px;
    width: 160px;
    height: 115px;
    text-indent: 160px;
  }
  .coveo-sprites-common-logo_light_large,
  .coveo-logo-light-large {
    background-position: 0px -115px;
    width: 110px;
    height: 37px;
    text-indent: 110px;
  }
  .coveo-sprites-common-coveo,
  .coveo-logo {
    background-position: -160px 0px;
    width: 96px;
    height: 34px;
    text-indent: 96px;
  }
  .coveo-sprites-common-poweredbycoveo,
  .coveo-powered-by {
    background-position: -160px -34px;
    width: 90px;
    height: 32px;
    text-indent: 90px;
  }
  .coveo-sprites-common-logo_light,
  .coveo-logo-light {
    background-position: -160px -66px;
    width: 71px;
    height: 26px;
    text-indent: 71px;
  }
  .coveo-sprites-preferencesPanel-toggle_on,
  .CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon.coveo-selected,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon.coveo-selected,
  .CoveoPreferencePanelItem .coveo-input-icon.coveo-selected {
    background-position: -160px -92px;
    width: 42px;
    height: 20px;
    text-indent: 42px;
  }
  .coveo-sprites-preferencesPanel-toggle_off,
  .CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon,
  .CoveoPreferencePanelItem .coveo-input-icon {
    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;
  }
  .coveo-sprites-searchButton-searchbutton,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .CoveoSearchButton > .coveo-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters > .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: 0px -152px;
    width: 18px;
    height: 18px;
    text-indent: 18px;
  }
  .coveo-sprites-common-system,
  .coveo-omnibox .coveo-icon.syssource,
  .CoveoFacet .coveo-header .coveo-icon.syssource {
    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-sprites-common-star_inactive,
  .coveo-top-suggestion-header-icon,
  .coveo-top-field-suggestion-header .coveo-icon-top-field,
  .coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
  .coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list {
    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;
  }
  .coveo-sprites-common-settings,
  .CoveoSettings .coveo-settings-icon {
    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-sprites-searchButton-spin,
  .coveo-executing-query .CoveoSearchButton > .coveo-icon {
    background-position: -124px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-quickView-quickview_previous,
  .coveo-quickview-header .coveo-term .coveo-term-left-arrow .coveo-term-left-arrow-icon {
    background-position: -140px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-quickView-quickview_next,
  .coveo-quickview-header .coveo-term .coveo-term-right-arrow .coveo-term-right-arrow-icon {
    background-position: -156px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-quickView-quickview,
  .CoveoResultAttachments .coveo-thumbnail-icon {
    background-position: -172px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-queryBox-clear,
  .coveo-query-box-clear .coveo-icon {
    background-position: -188px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-preferencesPanel-table-edit,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-edit .coveo-icon {
    background-position: -204px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-preferencesPanel-table-delete,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-delete .coveo-icon {
    background-position: -220px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-preferencesPanel-table-cancel,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-close {
    background-position: -236px -152px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-preferencesPanel-table-apply,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters-builder .coveo-choice-container.coveo-close-and-save .coveo-save {
    background-position: 0px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-preferencesPanel-menu_preferences,
  .coveo-advanced-menu .coveo-section.coveo-preference-panel .coveo-icon {
    background-position: -16px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-pager-previous,
  .CoveoPager ul li.coveo-previous > a > span {
    background-position: -32px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-pager-next,
  .CoveoPager ul li.coveo-next > a > span {
    background-position: -48px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-menu-menu_sortdirection,
  .coveo-settings-popup .coveo-section.coveo-direction .coveo-icon {
    background-position: -64px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-menu-menu_sortby,
  .coveo-settings-popup .coveo-section.coveo-sort .coveo-icon {
    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;
  }
  .coveo-sprites-menu-menu_saveoption,
  .coveo-settings-popup .coveo-section.coveo-save-state .coveo-icon,
  .CoveoPreferencesPanel .coveo-save .coveo-icon {
    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-sprites-fileType-objectType-user,
  .coveo-icon.objecttype.People,
  .coveo-icon.objecttype.people,
  .coveo-icon.objecttype.User,
  .coveo-icon.objecttype.user {
    background-position: -176px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-thread,
  .coveo-icon.objecttype.Thread,
  .coveo-icon.objecttype.thread {
    background-position: -192px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-task,
  .coveo-icon.objecttype.Task,
  .coveo-icon.objecttype.task {
    background-position: -208px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-rss,
  .coveo-icon.objecttype.Feed,
  .coveo-icon.objecttype.feed {
    background-position: -224px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-product,
  .coveo-icon.objecttype.Product,
  .coveo-icon.objecttype.product {
    background-position: -240px -170px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-opportunity,
  .coveo-icon.objecttype.Opportunity,
  .coveo-icon.objecttype.opportunity {
    background-position: 0px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-note,
  .coveo-icon.objecttype.Note,
  .coveo-icon.objecttype.note {
    background-position: -16px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-message,
  .coveo-icon.objecttype.Message,
  .coveo-icon.objecttype.message {
    background-position: -32px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-lead,
  .coveo-icon.objecttype.Lead,
  .coveo-icon.objecttype.lead {
    background-position: -48px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-kb,
  .coveo-icon.objecttype.Kbdocumentation,
  .coveo-icon.objecttype.kbdocumentation,
  .coveo-icon.objecttype.Kbknowledgearticle,
  .coveo-icon.objecttype.kbknowledgearticle {
    background-position: -64px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-contract,
  .coveo-icon.objecttype.Contract,
  .coveo-icon.objecttype.contract {
    background-position: -80px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-contact,
  .coveo-icon.objecttype.Contact,
  .coveo-icon.objecttype.contact {
    background-position: -96px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-comment,
  .coveo-icon.objecttype.Casecomment,
  .coveo-icon.objecttype.casecomment {
    background-position: -112px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-case,
  .coveo-icon.objecttype.Case,
  .coveo-icon.objecttype.case {
    background-position: -128px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-campaign,
  .coveo-icon.objecttype.Campaign,
  .coveo-icon.objecttype.campaign {
    background-position: -144px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-board,
  .coveo-icon.objecttype.Board,
  .coveo-icon.objecttype.board {
    background-position: -160px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-answer,
  .coveo-icon.objecttype.Solution,
  .coveo-icon.objecttype.solution,
  .coveo-icon.objecttype.Kbsolution,
  .coveo-icon.objecttype.kbsolution {
    background-position: -176px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-objectType-account,
  .coveo-icon.objecttype.Account,
  .coveo-icon.objecttype.account {
    background-position: -192px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-zip,
  .coveo-icon.sysfiletype.zip {
    background-position: -208px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-xml,
  .coveo-icon.sysfiletype.xml {
    background-position: -224px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-video,
  .coveo-icon.sysfiletype.video {
    background-position: -240px -186px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-text,
  .coveo-icon.sysfiletype.txt,
  .coveo-icon.sysfiletype.doc {
    background-position: 0px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-spreadsheet,
  .coveo-icon.sysfiletype.xls {
    background-position: -16px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-slideshow,
  .coveo-icon.sysfiletype.ppt {
    background-position: -32px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-pdf,
  .coveo-icon.sysfiletype.pdf {
    background-position: -48px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-image,
  .coveo-icon.sysfiletype.image {
    background-position: -64px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-html,
  .coveo-icon.sysfiletype.html {
    background-position: -80px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-fileType-formats-folder,
  .coveo-icon.sysfiletype.folder {
    background-position: -96px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-spin,
  .CoveoFacet .coveo-header .coveo-wait-animation,
  .CoveoFacetRange .coveo-header .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-header .coveo-wait-animation {
    background-position: -112px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-show_facet,
  .coveo-settings-popup .coveo-section.coveo-show .coveo-icon {
    background-position: -128px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-moreoption,
  .CoveoFacet .coveo-header .coveo-settings .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-settings .coveo-icon,
  .CoveoHierarchicalFacet .coveo-header .coveo-settings .coveo-icon {
    background-position: -144px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-modeor,
  .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 {
    background-position: -160px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-modeand,
  .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 {
    background-position: -176px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-expanded,
  .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 {
    background-position: -192px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-collapsed,
  .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 {
    background-position: -208px -202px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-facet-clear_facet,
  .CoveoFacet .coveo-header .coveo-eraser .coveo-icon,
  .CoveoFacetRange .coveo-header .coveo-eraser .coveo-icon,
  .coveo-settings-popup .coveo-section.coveo-hide .coveo-icon,
  .CoveoShareQuery .coveo-query-summary-info-close span,
  .CoveoHierarchicalFacet .coveo-header .coveo-eraser .coveo-icon {
    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;
  }
  .coveo-sprites-documentType-year,
  .coveo-omnibox .coveo-icon.sfopportunityclosedquarterc,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityclosedquarterc,
  .coveo-omnibox .coveo-icon.sysyear,
  .coveo-omnibox .coveo-icon.sysmonth,
  .coveo-omnibox .coveo-icon.sysdate,
  .CoveoFacet .coveo-header .coveo-icon.sysyear,
  .CoveoFacet .coveo-header .coveo-icon.sysmonth,
  .CoveoFacet .coveo-header .coveo-icon.sysdate {
    background-position: 0px -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;
  }
  .coveo-sprites-documentType-user,
  .coveo-omnibox .coveo-icon.sysauthor,
  .coveo-omnibox .coveo-icon.sfownername,
  .CoveoFacet .coveo-header .coveo-icon.sysauthor,
  .CoveoFacet .coveo-header .coveo-icon.sfownername,
  .coveo-omnibox .coveo-icon.sfuserdepartment,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdepartment {
    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;
  }
  .coveo-sprites-documentType-to,
  .coveo-omnibox .coveo-icon.systo,
  .coveo-omnibox .coveo-icon.sysdisplayrecipients,
  .CoveoFacet .coveo-header .coveo-icon.systo,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayrecipients {
    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;
  }
  .coveo-sprites-documentType-support,
  .coveo-omnibox .coveo-icon.sfcasepriority,
  .CoveoFacet .coveo-header .coveo-icon.sfcasepriority {
    background-position: -208px -218px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-status,
  .coveo-omnibox .coveo-icon.sfcasestatus,
  .CoveoFacet .coveo-header .coveo-icon.sfcasestatus,
  .coveo-omnibox .coveo-icon.Sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.Sfopportunitystagename {
    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: 0px -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 0px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-pdf {
    background-position: -256px -16px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-opportunity,
  .coveo-omnibox .coveo-icon.sfopportunityforecastcategory,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunityforecastcategory,
  .coveo-omnibox .coveo-icon.sfopportunitytype,
  .coveo-omnibox .coveo-icon.sfopportunitystagename,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitytype,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitystagename {
    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;
  }
  .coveo-sprites-documentType-manager,
  .coveo-omnibox .coveo-icon.sfuserdivision,
  .CoveoFacet .coveo-header .coveo-icon.sfuserdivision {
    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;
  }
  .coveo-sprites-documentType-mail,
  .coveo-omnibox .coveo-icon.sysmailbox,
  .CoveoFacet .coveo-header .coveo-icon.sysmailbox {
    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: 0px -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;
  }
  .coveo-sprites-documentType-lead,
  .coveo-omnibox .coveo-icon.sfleadsource,
  .CoveoFacet .coveo-header .coveo-icon.sfleadsource {
    background-position: -48px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-language,
  .coveo-omnibox .coveo-icon.syslanguage,
  .CoveoFacet .coveo-header .coveo-icon.syslanguage {
    background-position: -64px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-kb,
  .coveo-omnibox .coveo-icon.sysconcepts,
  .CoveoFacet .coveo-header .coveo-icon.sysconcepts {
    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;
  }
  .coveo-sprites-documentType-intranet,
  .coveo-omnibox .coveo-icon.sysdisplayparticipants,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayparticipants {
    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;
  }
  .coveo-sprites-documentType-from,
  .coveo-omnibox .coveo-icon.sysfrom,
  .coveo-omnibox .coveo-icon.sysdisplayfrom,
  .CoveoFacet .coveo-header .coveo-icon.sysfrom,
  .CoveoFacet .coveo-header .coveo-icon.sysdisplayfrom {
    background-position: -224px -250px;
    width: 16px;
    height: 16px;
    text-indent: 16px;
  }
  .coveo-sprites-documentType-folder,
  .coveo-omnibox .coveo-icon.sysemailfolders,
  .CoveoFacet .coveo-header .coveo-icon.sysemailfolders {
    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;
  }
  .coveo-sprites-documentType-file,
  .coveo-omnibox .coveo-icon.sysfiletype,
  .CoveoFacet .coveo-header .coveo-icon.sysfiletype {
    background-position: -272px 0px;
    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;
  }
  .coveo-sprites-documentType-contact,
  .coveo-omnibox .coveo-icon.sfcontactname,
  .CoveoFacet .coveo-header .coveo-icon.sfcontactname {
    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;
  }
  .coveo-sprites-documentType-competition,
  .coveo-omnibox .coveo-icon.sfopportunitycompetitionc,
  .CoveoFacet .coveo-header .coveo-icon.sfopportunitycompetitionc {
    background-position: 0px -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;
  }
  .coveo-sprites-documentType-city,
  .coveo-omnibox .coveo-icon.sfcountry,
  .coveo-omnibox .coveo-icon.sfcity,
  .CoveoFacet .coveo-header .coveo-icon.sfcountry,
  .CoveoFacet .coveo-header .coveo-icon.sfcity,
  .coveo-omnibox .coveo-icon.sfstate,
  .CoveoFacet .coveo-header .coveo-icon.sfstate {
    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 0px;
    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;
  }
  .coveo-sprites-documentType-account-salesforce,
  .coveo-omnibox .coveo-icon.sfaccountname,
  .coveo-omnibox .coveo-icon.sfaccounttype,
  .CoveoFacet .coveo-header .coveo-icon.sfaccountname,
  .CoveoFacet .coveo-header .coveo-icon.sfaccounttype {
    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-sprites-common-menu_reauthenticate,
  .coveo-advanced-menu .coveo-section.coveo-authentication-provider .coveo-icon {
    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-sprites-facet-clear_facet_state,
  .coveo-settings-popup .coveo-section.coveo-clear-state .coveo-icon {
    background-position: -288px -216px;
    width: 14px;
    height: 14px;
    text-indent: 14px;
  }
  .coveo-sprites-facet-resume_selected,
  .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 {
    background-position: -288px -230px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-resume_disable,
  .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 {
    background-position: -288px -242px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-disable,
  .CoveoFacet .coveo-value .coveo-exclude,
  .CoveoFacetRange .coveo-value .coveo-exclude,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-exclude,
  .CoveoHierarchicalFacet .coveo-value .coveo-exclude {
    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-sprites-facet-clear_activefilter,
  .coveo-facet-breadcrumb .coveo-values .coveo-value .coveo-clear,
  .coveo-results-filter-preferences-breadcrumb .coveo-values .coveo-value .coveo-clear {
    background-position: -244px -92px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-checkmark_unselected,
  .CoveoFacet .coveo-value .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value .coveo-checkbox > span {
    background-position: -146px -115px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-checkmark_selected,
  .CoveoFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value:hover .coveo-checkbox > span,
  .CoveoFacetRange .coveo-value.coveo-selected .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li:hover .coveo-checkbox > span,
  .coveo-omnibox .coveo-omnibox-facet-value li.coveo-selected .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value:hover .coveo-checkbox > span,
  .CoveoHierarchicalFacet .coveo-value.coveo-selected .coveo-checkbox > span,
  .CoveoHierarchicalFacet ul.coveo-values .coveo-value.coveo-has-childs.coveo-has-childs-selected.coveo-selected .coveo-checkbox > span {
    background-position: -146px -133px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-checkmark_disabled:hover {
    background-position: 0px -282px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-facet-checkmark_disabled {
    background-position: -12px -282px;
    width: 12px;
    height: 12px;
    text-indent: 12px;
  }
  .coveo-sprites-common-tagging_tag,
  .CoveoResultTagging .coveo-add-tag .coveo-add-tag-icon {
    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;
  }
  .coveo-sprites-facet-spin_facet_search,
  .CoveoFacet .coveo-search .coveo-wait-animation,
  .CoveoFacetRange .coveo-search .coveo-wait-animation,
  .CoveoHierarchicalFacet .coveo-search .coveo-wait-animation {
    background-position: -272px -256px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-facet-facetsearch,
  .CoveoFacet .coveo-search .coveo-magnifier,
  .CoveoFacetRange .coveo-search .coveo-magnifier,
  .CoveoHierarchicalFacet .coveo-search .coveo-magnifier {
    background-position: -256px -240px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-facet-clear_facetsearch,
  .CoveoFacet .coveo-search .coveo-clear .coveo-icon,
  .CoveoFacetRange .coveo-search .coveo-clear .coveo-icon,
  .CoveoHierarchicalFacet .coveo-search .coveo-clear .coveo-icon {
    background-position: -246px -112px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-common-tagging_ok,
  .CoveoResultTagging .coveo-add-tag-tick-icon span {
    background-position: -48px -282px;
    width: 10px;
    height: 10px;
    text-indent: 10px;
  }
  .coveo-sprites-common-tagging-cancel_clear,
  .CoveoResultTagging .coveo-clear-icon span,
  .CoveoResultTagging .coveo-delete-icon {
    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;
  }
  .coveo-sprites-sort-sortby_top,
  .CoveoSort.coveo-selected.coveo-ascending .coveo-icon {
    background-position: -297px -192px;
    width: 6px;
    height: 6px;
    text-indent: 6px;
  }
  .coveo-sprites-sort-sortby_bottom,
  .CoveoSort.coveo-selected .coveo-icon {
    background-position: -297px -198px;
    width: 6px;
    height: 6px;
    text-indent: 6px;
  }
}
.CoveoQuickView {
  display: inline-block;
}
.CoveoQuickView .coveo-icon-for-quickview {
  border: 1px solid #cccccc;
  padding: 3px;
  background-color: #f7f7f7;
  font-size: 10px;
  color: #8f8f8f;
  border-radius: 3px;
}
.CoveoQuickView .coveo-icon-for-quickview:hover {
  cursor: pointer;
  background-color: white;
}
.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: bold;
  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-wrapper,
.coveo-modalBox.coveo-quick-view > .coveo-debug {
  width: 95%;
  height: 95%;
  max-width: 95%;
  max-height: 95%;
  position: relative;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-debug {
  padding: 10px 0px 10px 0px;
}
.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 tr,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .coveo-debug {
  width: 100%;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable th,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .coveo-debug {
  color: #666666;
  text-align: right;
  font-weight: normal;
  min-width: 100px;
  max-width: 180px;
}
.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 .coveo-debug {
  text-align: left;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable th,
.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 {
  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 span.coveo-selected,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .CoveoFieldValue .coveo-debug {
  font-weight: 700;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .CoveoFieldValue span.coveo-clickable,
.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 {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .CoveoFieldValue span.coveo-clickable:hover,
.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 {
  color: #f47f24;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .CoveoFieldValue span.coveo-clickable:first-child:before,
.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 {
  content: "";
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper .coveo-quick-view-header .CoveoFieldTable .CoveoFieldValue span.coveo-clickable:before,
.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 {
  color: #333333;
  font-weight: normal;
  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-title,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-debug {
  padding-bottom: 10px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.2em;
  color: black;
}
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-title .coveo-icon,
.coveo-modalBox.coveo-quick-view > .coveo-wrapper > .coveo-body > .coveo-title .coveo-debug {
  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: black;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title {
  height: 40px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button {
  position: absolute;
  left: 25px;
  display: inline-block;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-close-button .coveo-icon {
  margin-right: 10px;
}
.coveo-modalBox > .coveo-wrapper > .coveo-title .coveo-pop-up-reminder {
  color: #b4b4b4;
  font-weight: normal;
  display: inline-block;
}
.CoveoCurrentTab.coveo-opening-tab-section {
  background-color: #242528;
}
.coveo-tab-section.coveo-opened-by-current-tab {
  width: 100%;
  left: 0;
  top: 86px;
}
.CoveoDidYouMean {
  padding: 10px;
  background-color: #f7f7f7;
}
.CoveoDidYouMean a {
  color: #052c7d;
  font-weight: bold;
  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: black;
  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: #0066cc;
}
.CoveoSearchInterface .CoveoResult.coveo-email-result .coveo-excerpt {
  padding-top: 6px;
}
.CoveoSearchInterface .CoveoResult.coveo-email-result .coveo-date {
  font-size: 13px;
  color: #999999;
}
.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: #666666;
  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-previous,
.CoveoErrorReport .coveo-clear,
.CoveoErrorReport .coveo-retry,
.CoveoErrorReport .coveo-more-info {
  color: #0066cc;
  padding: 5px;
  border-radius: 2px;
}
.CoveoErrorReport .coveo-previous:hover,
.CoveoErrorReport .coveo-clear:hover,
.CoveoErrorReport .coveo-retry:hover,
.CoveoErrorReport .coveo-more-info:hover {
  cursor: pointer;
  color: #f47f24;
}
.coveo-error-report .CoveoErrorReport {
  text-align: center;
}
.CoveoFacet {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.CoveoFacet.coveo-empty {
  display: none;
}
.CoveoFacet.coveo-collapsed .coveo-values .coveo-value {
  display: none;
}
.CoveoFacet.coveo-collapsed .coveo-values .coveo-value.coveo-selected,
.CoveoFacet.coveo-collapsed .coveo-values .coveo-value.coveo-excluded {
  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-selected,
.CoveoFacet.coveo-fade .coveo-values .coveo-value.coveo-excluded {
  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: bold;
}
.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: white;
  box-shadow: 0px 0px 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: white;
}
.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: black;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.CoveoFacet .coveo-value .coveo-caption .coveo-highlight {
  font-weight: bold;
}
.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: #666666;
}
.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: bold;
  color: #39465d;
  padding-top: 2px;
}
.CoveoFacet .coveo-header .coveo-operator,
.CoveoFacet .coveo-header .coveo-eraser,
.CoveoFacet .coveo-header .coveo-settings,
.CoveoFacet .coveo-header .coveo-collapse,
.CoveoFacet .coveo-header .coveo-expand {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}
.CoveoFacet .coveo-header .coveo-wait-animation {
  float: left;
  margin: 2px 5px 0px 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 #cccccc;
  border-top-color: #c1c1c1;
  border-radius: 4px;
  box-shadow: inset 0px 2px 5px -1px #eeeeee;
  padding: 2px;
  margin: 0px 0px 5px 0px;
  background-color: white;
  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: 0px;
  padding: 1px 0px 0px 0px;
  margin: 0px;
  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: none;
  color: #343434;
}
.CoveoFacet .coveo-search input[value=""] {
  color: #dddddd;
}
.CoveoFacet .coveo-search .coveo-clear {
  float: right;
  margin: 2px 4px 0px 0px;
  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-more,
.CoveoFacet .coveo-footer .coveo-less {
  color: #666666;
  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 #999999;
}
.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 #cccccc;
  border-radius: 2px;
  background-color: white;
  list-style: none;
  margin: 3px 0 3px 0;
  padding: 0;
  z-index: 999;
  box-shadow: 0px 0px 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: bold;
}
.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 #cccccc;
}
.CoveoFacetRange.coveo-empty {
  display: none;
}
.CoveoFacetRange.coveo-collapsed .coveo-values .coveo-value {
  display: none;
}
.CoveoFacetRange.coveo-collapsed .coveo-values .coveo-value.coveo-selected,
.CoveoFacetRange.coveo-collapsed .coveo-values .coveo-value.coveo-excluded {
  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-selected,
.CoveoFacetRange.coveo-fade .coveo-values .coveo-value.coveo-excluded {
  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: bold;
}
.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: white;
  box-shadow: 0px 0px 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: white;
}
.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: black;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.CoveoFacetRange .coveo-value .coveo-caption .coveo-highlight {
  font-weight: bold;
}
.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: #666666;
}
.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: bold;
  color: #39465d;
  padding-top: 2px;
}
.CoveoFacetRange .coveo-header .coveo-operator,
.CoveoFacetRange .coveo-header .coveo-eraser,
.CoveoFacetRange .coveo-header .coveo-settings,
.CoveoFacetRange .coveo-header .coveo-collapse,
.CoveoFacetRange .coveo-header .coveo-expand {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}
.CoveoFacetRange .coveo-header .coveo-wait-animation {
  float: left;
  margin: 2px 5px 0px 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 #cccccc;
  border-top-color: #c1c1c1;
  border-radius: 4px;
  box-shadow: inset 0px 2px 5px -1px #eeeeee;
  padding: 2px;
  margin: 0px 0px 5px 0px;
  background-color: white;
  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: 0px;
  padding: 1px 0px 0px 0px;
  margin: 0px;
  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: none;
  color: #343434;
}
.CoveoFacetRange .coveo-search input[value=""] {
  color: #dddddd;
}
.CoveoFacetRange .coveo-search .coveo-clear {
  float: right;
  margin: 2px 4px 0px 0px;
  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-more,
.CoveoFacetRange .coveo-footer .coveo-less {
  color: #666666;
  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 #999999;
}
.CoveoFacetRange.coveo-disabled .coveo-slider-line {
  background-color: #dddddd;
}
.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(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes coveo-spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes coveo-spin {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes coveo-spin {
  from {
    transform: rotate(0deg);
  }
  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: #0066cc;
  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: 0px 0px 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: white;
  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: bold;
}
.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: white;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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 #dddddd;
}
.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: 0px;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-title {
  margin-top: 10px !important;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-excerpt .CoveoResultLink {
  text-decoration: none;
  color: black;
  display: block;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-excerpt .CoveoResultLink:hover {
  cursor: pointer;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-excerpt .CoveoResultLink:hover:link {
  color: #0066cc;
  text-decoration: none;
}
.CoveoSearchInterface .CoveoResult.coveo-lithium-result .coveo-excerpt .CoveoResultLink:hover:hover {
  color: #0066cc;
  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 #cccccc;
  padding-top: 10px;
}
.coveo-lithium-from,
.coveo-lithium-to {
  margin-right: 15px;
  color: #666666;
  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: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 100px;
  background: #f7f7f7;
}
.coveo-first-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -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 black, 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 black;
  -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: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  animation-delay: 200ms;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}
.coveo-first-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
}
.coveo-first-loading-animation .coveo-loading-container {
  margin-top: 15px;
}
.coveo-generic-loading-animation .coveo-loading-container {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -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 black, 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 black;
  -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: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  animation-delay: 200ms;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
}
.coveo-generic-loading-animation .coveo-loading-container .coveo-loading-dot:nth-child(4) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  animation-delay: 400ms;
}
.CoveoTab {
  float: left;
  padding: 6px 10px;
  vertical-align: top;
  color: #fefefe;
  font-weight: bold;
  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 #bbbbbb;
  z-index: 1;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
  background-color: white;
  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 #bbbbbb;
}
.coveo-omnibox .coveo-omnibox-facet-header {
  float: left;
  width: 100%;
  padding: 10px 15px 0px 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: bold;
}
.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: white;
  box-shadow: 0px 0px 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: white;
}
.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: black;
  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: bold;
}
.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: #666666;
}
.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 #bbbbbb;
  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: bold;
}
.coveo-loading {
  background: url(../../../coveo/image/wait_circle_small.gif) no-repeat 98% center;
  background-color: white;
}
.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: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: center;
  color: #666666;
  background: #f7f7f7;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  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 #cccccc;
}
.CoveoPager ul li:hover > a {
  color: #666666;
  background: white;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.CoveoPager ul li:hover:first-child > a {
  border-left: 1px solid #cccccc;
}
.CoveoPager ul li:hover:last-child > a {
  border-right: 1px solid #cccccc;
}
.CoveoPager ul li.coveo-active > a {
  color: white;
  background: #0065cb;
  border-left: 1px solid #cccccc;
  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: #666666;
}
.CoveoPrintableUri a {
  font-size: 12px;
  color: #666666;
  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: 0px 8px;
  margin: 0px;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid #cccccc;
  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: #666666;
  font-size: 12px;
}
.CoveoResult {
  position: relative;
  border-bottom: 1px solid #cccccc;
  margin: 20px 0px 20px 20px;
}
.CoveoResult.coveo-omnibox-selectable {
  padding: 10px 10px 10px 30px;
  margin: 0;
}
.CoveoResult .highlight {
  font-weight: bold;
}
.CoveoResult .coveo-date {
  float: right;
  font-size: 12px;
  margin-left: 10px;
  padding-top: 3px;
  color: #666666;
}
.CoveoResult .coveo-icon {
  margin: 0px 4px 0px -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 span.coveo-clickable,
.CoveoResult .CoveoFieldValue a.coveo-clickable {
  cursor: pointer;
  color: #2c5985;
  text-decoration: none;
}
.CoveoResult .CoveoFieldValue span.coveo-clickable:hover,
.CoveoResult .CoveoFieldValue a.coveo-clickable:hover {
  color: #f47f24;
}
.CoveoResult .CoveoFieldValue span.coveo-clickable:first-child:before,
.CoveoResult .CoveoFieldValue a.coveo-clickable:first-child:before {
  content: "";
}
.CoveoResult .CoveoFieldValue span.coveo-clickable:before,
.CoveoResult .CoveoFieldValue a.coveo-clickable:before {
  color: #333333;
  font-weight: normal;
  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: #666666;
  text-align: right;
  font-weight: normal;
  min-width: 100px;
  max-width: 180px;
}
.CoveoResult table.CoveoFieldTable td {
  text-align: left;
}
.CoveoResult table.CoveoFieldTable th,
.CoveoResult table.CoveoFieldTable td {
  line-height: 16px;
  padding: 3px 5px;
  overflow: hidden;
}
.CoveoResult table.coveo-fields .coveo-field .coveo-label {
  font-weight: normal;
  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: 0px 0px 5px 0px;
  position: relative;
}
.CoveoResultAttachments .coveo-attachment-container .coveo-icon {
  margin: 0px 5px 0px 0px;
}
.CoveoResultAttachments .coveo-attachment-container .CoveoQuickView {
  visibility: hidden !important;
}
.CoveoResultAttachments .coveo-attachment-container:hover .CoveoQuickView {
  visibility: visible !important;
}
.CoveoResultAttachments .coveo-attachment-sub-container {
  padding: 6px 0px 6px 20px;
}
.CoveoResultAttachments .coveo-attachment-icon {
  margin-right: 5px;
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  position: relative;
  top: 3px;
}
.CoveoResultAttachments .coveo-thumbnail-icon {
  position: relative;
  margin-left: 5px;
  top: 5px;
  overflow: visible;
}
.CoveoResultAttachments .coveo-thumbnail-icon img {
  border: 1px solid #bbbbbb;
  box-shadow: 0px 0px 3px 0px #abaaa9;
  position: absolute;
  left: 100%;
  display: none;
  z-index: 1;
}
.CoveoResultAttachments .coveo-thumbnail-icon:hover {
  cursor: pointer;
}
.CoveoResultAttachments .coveo-thumbnail-icon:hover img {
  display: block;
}
.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: 0px 0px 0px 6px;
}
.CoveoResultFolding .coveo-child-result .coveo-date {
  color: #999999;
  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 #cccccc;
  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: white;
  -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: #333333;
  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-more,
a.coveo-folding-show-less {
  color: #b0b2ad;
  font-size: 11px;
}
a.coveo-folding-show-more:hover,
a.coveo-folding-show-less:hover {
  text-decoration: none;
  color: #b0b2ad;
}
.coveo-child-result {
  margin-bottom: 5px;
}
.CoveoResultLink {
  cursor: pointer;
}
.CoveoResultLink:link {
  color: #0066cc;
  text-decoration: none;
}
.CoveoResultLink:hover {
  color: #0066cc;
  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: white;
  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: bold;
}
.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;
}
.coveo-modalBox-opened .CoveoSearchInterface,
.CoveoSearchInterface.coveo-modalBox-opened {
  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 #cccccc;
  float: right;
  padding: 9px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  width: 38px;
  height: 38px;
}
.CoveoSettings:hover {
  cursor: pointer;
  background-color: white;
  -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: 0px 0px 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: #cccccc;
}
.coveo-advanced-menu .coveo-section {
  clear: both;
}
.coveo-advanced-menu .coveo-section {
  clear: both;
}
.coveo-advanced-menu .coveo-section .coveo-items {
  background: white;
  overflow: hidden;
}
.coveo-advanced-menu .coveo-section .coveo-items .coveo-item {
  padding: 4px 8px 4px 8px;
  margin: 4px 0px 4px 0px;
  white-space: nowrap;
  cursor: pointer;
}
.coveo-advanced-menu .coveo-section .coveo-items .coveo-item.coveo-selected {
  font-weight: bold;
}
.coveo-advanced-menu .coveo-section .coveo-items .coveo-item:hover {
  background: #d7ebff;
}
.coveo-advanced-menu .coveo-section .coveo-icon {
  margin: 7px 10px 0px 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: 0px;
  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: #666666;
}
.CoveoShareQuery .coveo-query-summary-info-boxes .coveo-query-summary-info-input {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 2px;
  border: 1px solid #dddddd;
  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: #0066cc;
}
.CoveoSort.coveo-selected {
  color: black;
}
.CoveoSort:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #0066cc;
}
.CoveoSort.coveo-selected:hover {
  cursor: default;
  text-decoration: none;
  color: black;
}
.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: bold;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.coveo-debug-property-name,
.coveo-debug-field-name {
  font-weight: bold;
  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: 0px 10px 0px 10px;
  min-width: 60px;
  color: #fefefe;
  font-weight: bold;
  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: 0px;
}
.CoveoTabGroupMenu .coveo-menu-open .coveo-menu-item-active {
  background: #42424e;
}
.CoveoTabGroupMenu .coveo-menu-item-container {
  background-color: #f7f7f7;
  position: absolute;
  box-shadow: 0px 0px 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-top-suggestion-header,
.coveo-top-field-suggestion-header,
.coveo-top-analytics-suggestion-header,
.coveo-omnibox-result-list-header {
  padding-left: 15px;
  height: 35px;
  padding-top: 9px;
}
.coveo-top-suggestion-header-icon,
.coveo-top-field-suggestion-header .coveo-icon-top-field,
.coveo-top-analytics-suggestion-header .coveo-icon-top-analytics,
.coveo-omnibox-result-list-header .coveo-icon-omnibox-result-list {
  vertical-align: bottom;
  margin-right: 5px;
}
.coveo-top-suggestion-row,
.coveo-top-field-suggestion-row,
.coveo-top-analytics-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: white;
  border-radius: 5px;
  border: 1px solid #cccccc;
  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: 0px 0px 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 white;
  border-left: 1px solid white;
  position: absolute;
  right: 4px;
  top: 3px;
}
.coveo-slider-button:before {
  content: "";
  height: 10px;
  border-right: 1px solid white;
  position: absolute;
  left: 4px;
  top: 3px;
}
.coveo-slider-caption {
  position: absolute;
  top: 25px;
  left: 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: 0px 0px 3px 0px #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 #cccccc;
  padding: 3px;
  background-color: #f7f7f7;
  font-size: 15px;
  color: #8f8f8f;
  border-radius: 3px;
}
.CoveoPreferencesPanel {
  height: 0px;
  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 #cccccc;
  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: white;
  -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: 0px;
}
.CoveoPreferencesPanel .coveo-save {
  right: 40px;
}
.CoveoPreferencesPanel > .coveo-title {
  font-size: 18px;
  display: inline-block;
}
.CoveoPreferencesPanel .CoveoResultsPreferences,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-title,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-title {
  font-size: 14px;
  font-weight: initial;
  color: black;
  margin: 15px 0px 10px 0px;
}
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-choices-container .coveo-inactive,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-choices-container .coveo-inactive {
  display: none;
}
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-choice-container,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-choice-container {
  padding: 5px 10px 0px 0px;
}
.CoveoPreferencesPanel .CoveoResultsPreferences input,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input {
  margin-right: 35px;
}
.CoveoPreferencesPanel .CoveoResultsPreferences input[type=text],
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input[type=text] {
  margin-bottom: 0px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 2px 5px -1px #eeeeee;
  border-top-color: #c1c1c1;
  padding: 2px 8px;
  line-height: 25px;
}
.CoveoPreferencesPanel .CoveoResultsPreferences input[type=checkbox],
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input[type=checkbox] {
  display: none;
}
.CoveoPreferencesPanel .CoveoResultsPreferences .coveo-input-icon,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-input-icon {
  width: 42px;
  height: 20px;
  cursor: pointer;
  display: inline-block;
  top: 7px;
  margin-right: 7px;
  position: relative;
}
.CoveoPreferencesPanel .CoveoResultsPreferences input[type=submit],
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences input[type=submit] {
  display: none;
}
.CoveoPreferencePanelItem {
  clear: both;
  margin-bottom: 20px;
  margin-top: 10px;
}
.CoveoPreferencePanelItem .coveo-title {
  font-size: 14px;
  font-weight: initial;
  color: black;
  margin: 15px 0px 10px 0px;
}
.CoveoPreferencePanelItem .coveo-choices-container .coveo-inactive {
  display: none;
}
.CoveoPreferencePanelItem .coveo-choice-container {
  padding: 5px 10px 0px 0px;
}
.CoveoPreferencePanelItem input {
  margin-right: 35px;
}
.CoveoPreferencePanelItem input[type=text] {
  margin-bottom: 0px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  box-shadow: inset 0px 2px 5px -1px #eeeeee;
  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: #0066cc;
  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;
  /*&:hover {
					cursor: pointer;
				}*/

}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-tab,
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-choice-container .coveo-section-expression {
  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: white;
  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 #cccccc;
  float: right;
  padding: 7px 0px 0px 10px;
  margin: 0 0 0 10px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}
.CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-online-help:hover {
  cursor: pointer;
  background-color: white;
  -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: 0px 5px 0px 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: white;
  border: 1px solid transparent;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.39), 0 -1px 1px white, 0 1px 0 white;
  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: #cc3333;
}
.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: #dddddd;
  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: transparent;
  padding: 3px;
  z-index: 10;
  font-size: 10px;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
}
.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: #dddddd;
  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: white;
}
.CoveoResultTagging .coveo-tag-zone .coveo-tag a:hover {
  color: #dddddd;
}
.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: white;
  border-left: 1px solid #b0b3ae;
  border-bottom: 1px solid #b0b3ae;
  border-right: 1px solid #b0b3ae;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 5;
}
.CoveoResultTagging .coveo-auto-complete-zone .coveo-auto-complete .coveo-selectable {
  padding: 5px 10px 5px 16px;
  background-color: white;
  font-size: 10px;
  cursor: pointer;
}
.CoveoResultTagging .coveo-auto-complete-zone .coveo-auto-complete .coveo-selected,
.CoveoResultTagging .coveo-auto-complete-zone .coveo-auto-complete .coveo-selectable:hover {
  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 #cccccc;
}
.CoveoHierarchicalFacet.coveo-empty {
  display: none;
}
.CoveoHierarchicalFacet.coveo-collapsed .coveo-values .coveo-value {
  display: none;
}
.CoveoHierarchicalFacet.coveo-collapsed .coveo-values .coveo-value.coveo-selected,
.CoveoHierarchicalFacet.coveo-collapsed .coveo-values .coveo-value.coveo-excluded {
  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-selected,
.CoveoHierarchicalFacet.coveo-fade .coveo-values .coveo-value.coveo-excluded {
  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: bold;
}
.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: white;
  box-shadow: 0px 0px 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: white;
}
.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: black;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.CoveoHierarchicalFacet .coveo-value .coveo-caption .coveo-highlight {
  font-weight: bold;
}
.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: #666666;
}
.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: bold;
  color: #39465d;
  padding-top: 2px;
}
.CoveoHierarchicalFacet .coveo-header .coveo-operator,
.CoveoHierarchicalFacet .coveo-header .coveo-eraser,
.CoveoHierarchicalFacet .coveo-header .coveo-settings,
.CoveoHierarchicalFacet .coveo-header .coveo-collapse,
.CoveoHierarchicalFacet .coveo-header .coveo-expand {
  float: right;
  cursor: pointer;
  margin-left: 5px;
}
.CoveoHierarchicalFacet .coveo-header .coveo-wait-animation {
  float: left;
  margin: 2px 5px 0px 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 #cccccc;
  border-top-color: #c1c1c1;
  border-radius: 4px;
  box-shadow: inset 0px 2px 5px -1px #eeeeee;
  padding: 2px;
  margin: 0px 0px 5px 0px;
  background-color: white;
  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: 0px;
  padding: 1px 0px 0px 0px;
  margin: 0px;
  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: none;
  color: #343434;
}
.CoveoHierarchicalFacet .coveo-search input[value=""] {
  color: #dddddd;
}
.CoveoHierarchicalFacet .coveo-search .coveo-clear {
  float: right;
  margin: 2px 4px 0px 0px;
  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-more,
.CoveoHierarchicalFacet .coveo-footer .coveo-less {
  color: #666666;
  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 #999999;
}
.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: black;
  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 #666666;
  background: white;
  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: bold;
}
.coveo-modalBox.coveo-fullscreen > .coveo-wrapper > .coveo-title {
  margin-left: 0;
  margin-right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.coveo-modalBox > .coveo-wrapper > .coveo-buttons {
  border-top: 1px solid #eeeeee;
  background: white;
  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: white;
  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%;
  *zoom: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 0;
  background-color: white;
  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:before,
.CoveoSearchInterface:after {
  content: " ";
  display: table;
}
.CoveoSearchInterface:after {
  clear: both;
}
.CoveoSearchInterface .coveo-tab-section {
  *zoom: 1;
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
  padding: 0px 10px;
  background-color: #535362;
  margin-right: 0;
}
.CoveoSearchInterface .coveo-tab-section:before,
.CoveoSearchInterface .coveo-tab-section:after {
  content: " ";
  display: table;
}
.CoveoSearchInterface .coveo-tab-section:after {
  clear: both;
}
.CoveoSearchInterface .coveo-tab-section:last-child {
  margin-right: 0;
}
.CoveoSearchInterface .coveo-search-section {
  *zoom: 1;
  display: block;
  float: left;
  margin-right: 0%;
  width: 100%;
  margin-right: 0;
}
.CoveoSearchInterface .coveo-search-section:before,
.CoveoSearchInterface .coveo-search-section:after {
  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 #cccccc;
}
.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%;
  *zoom: 1;
  max-width: 1000px;
  overflow: hidden;
}
.CoveoSearchInterface .coveo-results-section:last-child {
  margin-right: 0;
}
.CoveoSearchInterface .coveo-results-section:before,
.CoveoSearchInterface .coveo-results-section:after {
  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 #cccccc;
}
.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: white;
  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;
}
/* -------------------
BEGIN CoveoComponent 
Sitecore Resource: ab00d8f7-5713-47c0-86f3-20aaf66c37aa
   -------------------*/

input.fix-submit {
  display: none;
}
ul.errorreport {
  list-style-type: none;
  padding-left: 0;
}
ul.errorreport li.errors {
  color: darkred;
  font-size: smaller;
}
ul.errorreport li.warnings {
  color: goldenrod;
  font-size: smaller;
}
li.errors > span,
li.warnings > span {
  font-weight: bold;
}
.CoveoPager ul li > a {
  line-height: 15px;
}
.coveo-page-editor-editing .CoveoFacet.coveo-empty,
.coveo-page-editor-editing .CoveoFacetRange.coveo-empty {
  display: block;
}
.coveo-page-editor-editing .result-template {
  /* Upon moving the search component multiple times in the page editor, Sitecore moves 
        the result template script outside the search component and sets its display style 
        to block. The following fixes this issue in the page editor. */
  display: none !important;
}
.coveo-page-editor-editing .coveo-sort-section {
  height: 15px;
}
.coveo-page-editor-editing .coveo-sort-section .scEmptyPlaceholder {
  height: inherit;
}
/* Fixes for the Infinite scroll behaviour */

html,
body {
  padding: 0;
}
#coveo-center-column {
  text-align: left;
  margin: auto;
}
.CoveoSearchInterface .coveo-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;
}
/* Hide the result list header when nothing to display and not editing the page. */

.CoveoSearchInterface:not(.coveo-page-editor-editing) .coveo-results-section .coveo-results-column .coveo-results-header.coveo-empty {
  display: none;
}
/* Apply the same style from the js ui for custom facets */

.CustomFacet {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.CustomFacet .coveo-header {
  padding: 5px 0;
}
.CustomFacet .coveo-header .coveo-title {
  font-size: 15px;
  font-weight: bold;
  color: #39465d;
  padding-top: 2px;
}
.CustomFacet .coveo-header > .coveo-icon {
  float: left;
  margin: 2px 5px 0 3px;
  width: 16px;
}
.coveo-sort-section > div {
  display: inline-block;
  height: 35px;
}
/* Fix default display for IE9/8 */

.CoveoResult table.CoveoFieldTable th {
  width: 100px;
}
#coveoWebCrawlerFieldName {
  font-weight: bold;
}
/* -------------------
BEGIN global 
Sitecore Resource: c14e174e-e4a0-4869-9bff-025385545a37
   -------------------*/

/*------------------------------------------
Example variable declarations
--------------------------------------------
@color-font-paragraph: #ff0000;
@color-font-header-Lg: #0000ff;

@color-background-base: #00ff00;
@color-background-button: #f1f1f1;

@font-family-paragraph: Georgia, Arial, Helvetica;
@font-family-header-lg: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

-----------------------------------------*/

/*------------------------------------------
Example variable usages
--------------------------------------------

.text-component {
    color: @color-font-paragraph;
    font-family: @font-family-paragraph;  
}

.carousel   {
    backround-color:@color-background-base;
}

-----------------------------------------*/

/* ==========================================================================
   EMS custom styles
   ========================================================================== */

/*Font settings*/

/*default font size from bootstrap = 14px */

/*default font family from bootstrap = "Helvetica Neue",Helvetica,Arial,sans-serif */

.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-weight: bold;
}
.isi-heading {
  font-size: 17px;
}
h1 {
  font-size: 26px;
  font-weight: bold;
}
h2 {
  font-size: 22px;
}
.footnote .footer {
  font-size: 12px;
}
/************************/

body {
  padding: 0 0 50px 0;
}
/*Printer Friendly Text*/

.printed-from {
  display: none;
}
/*umbrella nav styles*/

#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;
  /*float: left;*/
  padding: 0 0 0;
  /*position: relative;*/

}
.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 {
  /*background: url(/images/sau-sabar-bottom.gif) repeat-x 0 -6px;*/
  float: left;
  font-size: 10px;
  font-weight: bold;
  height: 23px;
  line-height: 13px;
  margin: 0;
  /*padding: 0 3px 0 0;*/
  margin: 0 3px 0 0;
  position: relative;
  border: 1px solid transparent;
  border-radius: 6px 6px 0 0;
  background-color: #dddddd;
}
.nav-tabs > li > a {
  /*background: url(/images/sau-nav-tabs.gif) no-repeat 0 0;*/
  background-color: #dddddd;
  color: black;
  display: inline;
  float: left;
  font-weight: normal;
  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: black;
}
.nav-tabs > li.active > a {
  color: black;
  height: 27px;
}
.nav-tabs > li:hover {
  height: 27px;
  margin-top: -4px;
}
/*This class is being used in the jQuery hover function*/

.active-submenu {
  background-color: #444491 !important;
  border-radius: 6px 6px 6px 6px !important;
  color: white !important;
  height: 27px !important;
  border-top-color: #eeeeee !important;
  border-right-color: #eeeeee !important;
  border-left-color: #eeeeee !important;
  border-bottom-color: #dddddd !important;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a:hover {
  background-color: #444491;
  border-radius: 6px 6px 6px 6px;
  color: white;
  height: 27px;
}
.nav-tabs > li > a > span {
  /*background: url(/images/sau-nav-tabs.gif) no-repeat 100% 0;*/
  cursor: pointer;
  display: block;
  float: left;
  height: 13px;
  margin: 0 0 0 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: bold;
}
.nav-tabs .dropdown-menu > li > a:hover {
  color: #8f763b;
  background-color: transparent;
}
.nav-tabs .dropdown-menu li > a > span {
  display: block;
  padding: 6px 0;
  /*border-bottom:1px solid #f3f1f1;*/

}
.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: #cccccc;
  font-size: 11px;
  font-weight: normal;
}
.umbrella-light-text {
  font-size: 11px;
  font-weight: normal;
}
#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: white;
  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: white;
  float: left;
  font-size: 10px;
  height: 33px;
  line-height: 33px;
  padding-right: 20px;
  white-space: nowrap;
  /*width: 40;*/

}
.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: white;
  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: bold;
  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: white;
  font-weight: bold;
  padding: 1px 10px;
}
.umbrella-mobile .umbrella-mobile-text {
  float: left;
}
.umbrella-mobile .umbrella-mobile-logo {
  float: right;
}
/* From Score Team - 3rd level links baseline LESS */

.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: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: white;
}
.navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
/*top bar styles*/

.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*/

.header-banner {
  /*overflow:hidden;*/
  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;
}
/*Social share*/

.share-icons {
  position: relative;
  float: left;
  padding-right: 10px;
}
#printPage,
#socialShare {
  float: right;
  padding-top: 5px;
}
.print-btn,
.share-btn,
.printfriendly {
  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 #444444;
}
.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: normal;
  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: bold;
}
/*nav styles*/

li.dropdown .glyphicon {
  position: absolute;
  right: 5px;
  top: 20px;
}
.navbar-nav > li.dropdown > a {
  padding: 15px 25px 15px 15px;
}
/*content area style*/

#mainContent {
  margin-bottom: 25px;
}
.image-box-caption {
  font-style: italic;
}
/*footer*/

.page-links {
  list-style-type: none;
  padding-left: 0;
}
.hc-pro-copy {
  border: 1px solid #888888;
  padding: 0 15px;
}
.footnote {
  font-size: 11px;
  color: gray;
}
.site-map ul {
  list-style-type: none;
}
.site-map-header {
  font-weight: bold;
}
#corpFooter {
  text-align: center;
}
.ft-date {
  color: #888888;
}
.ft-note {
  width: 100%;
  float: left;
}
/*modal styles*/

.modal-header {
  border-bottom: none;
}
.modal-footer {
  text-align: center;
}
/*misc.*/

.clear {
  clear: both;
}
/* ==========================================================================
   Custom Media Queries (override media queries are located in Bootstrap Overrides section)
   ========================================================================== */

/*768 above breakpoint*/

@media (min-width: 768px) {
  .ft-links a {
    width: auto;
    float: none;
  }
  /*desktop floating ISI*/
  
  #floatingDesktopISI #isiCopy {
    position: fixed;
    /*hack for andriod devices*/
    -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;
    /*display:none;*/
  
  }
  #floatingDesktopISI #isiCopy .isi-text-blurb {
    height: 25px;
    border-top: 1px solid black;
    padding-bottom: 15px;
    margin-top: 10px;
    padding-left: 5px;
  }
  /*umbrella hover nav*/
  
  #emsHeader li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/*768 below breakpoint*/

@media (max-width: 767px) {
  /*Font settings*/
  
  .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 bottom padding for ISI text, makes entire body area visible*/
  
  body {
    padding: 0 0 220px 0;
  }
  .ft-links a {
    width: auto;
    display: inline-block;
    float: none;
  }
  /*ISI info positioning*/
  
  /*.brand-isi*/
  
  #isiCopy {
    position: fixed;
    /*hack for andriod devices*/
    -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 black;
    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;
  }
  /*float logo to right*/
  
  .banner-logo {
    float: right;
    text-align: right;
  }
  /*search box*/
  
  .brand-search {
    margin-top: 20px;
  }
  /*search results*/
  
  .CoveoQuerySummary span.coveo-highlight:first-child {
    padding-right: 4px;
  }
  /*float hamburger nav to left*/
  
  .navbar-toggle {
    float: left;
  }
  /*modified caret dropdowns to allow for heading text to be hyperlinked*/
  
  li.dropdown .glyphicon {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  /*utility links*/
  
  .utility-links {
    margin-top: 10px;
    text-align: center;
  }
}
/*custom media query for hiding "You are Here" and "US Residents" text*/

/*1030 below breakpoint*/

@media (max-width: 1030) {
  .nav-tabs {
    display: none;
  }
}
/* ==========================================================================
   Bootstrap Overrides
   ========================================================================== */

/*global nav overrrides*/

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-toggle {
  border-color: #dddddd;
  margin-left: 20px;
}
.navbar-toggle .icon-bar {
  background-color: #888888;
}
/*768 breakpoint*/

@media (max-width: 767px) {
  .navbar-default {
    background-color: transparent;
    /*border-color: #e7e7e7;*/
  
  }
  .navbar {
    min-height: 0;
    border: none;
    /*border-top:1px solid #e7e7e7;*/
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 99;
    /*margin-left:-15px;*/
  
  }
  .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;
  }
}
/* form validation errors */

.has-error input {
  border: 1px solid red;
}
.has-error .help-block {
  color: red;
}
.ambassador-image-video img,
#relatedProfiles .related-profile img {
  width: 100%;
}
.video-transcript-btn {
  font-weight: bold;
  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 #333333;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .article-right-box {
    border: none;
    border-top: 1px solid #333333;
    margin-bottom: 0px;
  }
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.item {
  background: #666666;
}
/* 
 * 	Core Owl Carousel CSS File
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */

.owl-carousel {
  margin: 20px 0px;
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  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;
}
/* mouse grab icon */

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 Carousel Owl  Theme 
*/

.owl-theme .owl-controls {
  margin-top: -38px;
  text-align: center;
  height: 50px;
  display: block !important;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: white;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/

.owl-pagination {
  height: 50px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  border-right: 1px solid white;
  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: none;
  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: 0px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
  min-height: 150px;
  /* background: url(AjaxLoader.gif) no-repeat center center; */

}
.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: white;
  line-height: 54px;
  text-align: center;
}
#sync1 .item {
  background: #0c83e7;
  margin: 0px;
  color: white;
  text-align: center;
}
#sync2 .item {
  background: #9790c4;
  padding: 0px 0px;
  margin: 0px;
  color: white;
  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: none;
}
#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 0px 0px 0px;
}
.owl-item .item img {
  width: 100%;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}
.item {
  background: #666666;
}
/* 
 * 	Core Owl Carousel CSS File
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */

.owl-carousel {
  margin: 20px 0px;
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  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;
}
/* mouse grab icon */

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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 Carousel Owl  Theme 
*/

.owl-theme .owl-controls {
  margin-top: -38px;
  text-align: center;
  height: 50px;
  display: block !important;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: white;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/

.owl-pagination {
  height: 50px;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  border-right: 1px solid white;
  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: none;
  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: 0px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: white;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
  min-height: 150px;
  /* background: url(AjaxLoader.gif) no-repeat center center; */

}
.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: white;
  line-height: 54px;
  text-align: center;
}
#sync1 .item {
  background: #0c83e7;
  margin: 0px;
  color: white;
  text-align: center;
}
#sync2 .item {
  background: #9790c4;
  padding: 0px 0px;
  margin: 0px;
  color: white;
  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: none;
}
#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 0px 0px 0px;
}
.owl-item .item img {
  width: 100%;
}
@media (min-width: 768px) {
  .carousel-9col {
    width: 75%;
  }
}
/*768 below breakpoint*/

@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 > a,
.nav-pills.left-nav > li.active > a,
.nav-pills.left-nav > li.active > a:hover,
.nav-pills.left-nav > li.active > a:focus {
  background: none;
  color: #324392;
}
.nav-pills.left-nav a,
.nav-pills.left-nav .dropdown a {
  font-size: 17px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-left: 0px;
}
.nav-pills.left-nav .dropdown-menu {
  width: 100%;
  margin: 0 0px 10px 0px;
  padding: 0;
  position: relative;
  background: none;
  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: none;
  color: #333333;
}
.caret {
  margin: 6px 5px 0px 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: none;
}
.nav-pills.left-nav .dropdown.open .caret {
  margin: 8px 5px 0px 0px;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  float: left;
}
.page-right-box {
  border: 1px solid #333333;
  margin-bottom: 30px;
  padding: 20px;
  box-sizing: border-box;
}
.confirm-button:link,
.confirm-button:visited,
.confirm-button:active {
  width: auto;
  background: #515ba2;
  border-radius: 0px;
  padding: 8px 32px;
  font-size: 18px;
  margin: 10px 0px 30px 0px;
  color: white;
  float: left;
  text-decoration: none;
}
.confirm-button:hover {
  color: white;
  background: #666666;
}
/*768 breakpoint*/

.faq-btn {
  cursor: pointer;
}
.faq-btn .glyphicon {
  float: left;
}
.faq-btn .faq-question {
  margin-left: 20px;
}
.faq-item {
  margin-bottom: 20px;
}
.faq-btn .glyphicon-chevron-down,
.faq-answer {
  display: none;
}
/*768 above breakpoint*/

@media (min-width: 769px) {
  .faq-answer {
    padding-left: 34px;
  }
}
label {
  display: block;
  margin: 20px 0px 0px 0px;
}
select[name=month],
select[name=day],
select[name=year],
select[name=state] {
  margin-right: 8px;
}
input[name=verify] {
  margin: 23px 8px 0px 0px;
}
.btn-default {
  /*margin-top:20px;*/
  background: #515ba2;
  color: white;
}
.signup-form-header {
  font-family: "Arial", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  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: normal;
  color: #9a9a9b;
}
.form-horizontal input {
  padding: 0px 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 0px 0px;
  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: 0px;
  height: 42px;
  padding: 0px 25px;
  font-size: 18px;
  margin: 60px 0px 30px 0px;
}
.form-horizontal .signup-button button:hover {
  background: #666666;
  border-radius: 0px;
  color: white;
}
.terms {
  margin-left: 42px;
}
/*768 breakpoint*/

@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 0px 0px 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-month,
.select-day,
.select-year {
  width: 100%;
}
.select-month select,
.select-day 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;
}
/* forms.html page hacks */

input#verifyInput {
  position: relative;
  top: -50px;
}
.signup-button {
  margin-top: -50px;
}
/* ==========================================================================
   Carousel/Hero custom styles
   ========================================================================== */

.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: 0px;
}
#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%;
}
/*pagination buttons*/

.owl-pagination {
  float: right;
}
.owl-page {
  background-color: black;
  width: 10px;
  height: 10px;
  float: left;
  margin: 8px;
}
.owl-page.active {
  background-color: aqua;
}
.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: 0px;
}
/*768 below breakpoint*/

@media (max-width: 768px) {
  /*.carousel-content-main, .carousel-content-related, .carousel-copy-main, .carousel-copy-related  {
          margin-left:0px;
          float:none;
          width:100%;
          max-width:none;
      }
      .carousel-content-main img, .carousel-content-related img   {
          max-width:none;
          float:none;
      }*/
  
  .carousel-content-related {
    display: none;
  }
  #carouselMain .owl-item:nth-child(1) .carousel-content-main,
  #carouselMain .owl-item:nth-child(3) .carousel-content-main {
    top: 0px;
  }
  #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;
  }
}
/*992 below breakpoint*/

@media (max-width: 992px) {
  #carouselMain .carousel-content-related {
    right: 0px;
  }
}
/*1200 below breakpoint*/

@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: 0px;
}
.hero-unit-description p {
  margin: 0;
  width: 60%;
  color: white;
  font-size: 26px;
}
.hero-unit-action-button {
  margin-top: 40px;
  padding: 0px 30px;
  height: 54px;
  float: left;
  background: #9790c4;
  color: white;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  border: 1px solid white;
}
@media (max-width: 768px) {
  .hero-unit {
    width: 100%;
    height: 320px;
    padding: 40px;
    box-sizing: border-box;
  }
  .hero-unit-description {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  .hero-unit-description p {
    width: 100%;
  }
  .hero-9col {
    width: 100%;
    margin-left: 0;
  }
}
.box-content {
  padding: 0px 40px;
  text-align: center;
}
.box-link {
  text-align: center;
  background: #cccccc;
  padding: 4px 8px;
  display: block;
}
.box-content {
  padding: 0px 40px;
  text-align: center;
}
.box-link {
  text-align: center;
  background: #cccccc;
  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 */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
  background: yellow;
  color: black;
}
/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  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;
}
/* mouse grab icon */

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -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);
}
.question-panel,
.feedback-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: 0px 50px 0px 10px;
  border: 1px solid #cad0ce;
  background: url(../../../skins/global/img/error-search-icon.png) right center no-repeat;
}
.profile-image-video img {
  width: 100%;
}
/*768 breakpoint*/

@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: bold;
  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;
  /*display:none;*/
  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 0px 0px -41px;
  background: url(../../../skins/global/img/play-btn.png) 0 0 no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: pointer;
}
.video-play-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.video-header,
.video-sub-header {
  width: 100%;
}
/* Get the bourbon mixin from http://bourbon.io */

/* Reset */

.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: #cccccc;
}
.flip-clock-wrapper a:hover {
  color: white;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}
/* Main */

.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}
.flip-clock-meridium {
  background: none !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:before,
.flip-clock-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.flip-clock-wrapper:after {
  clear: both;
}
/* Skeleton */

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  /*margin: 5px;*/
  width: 68px;
  height: 136px;
  font-size: 80px;
  line-height: 87px;
  background: black;
}
.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: #dddddd;
  /*background-color: rgba(0, 0, 0, 0.4)*/

}
.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: 0px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background-color: #dddddd;
}
.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #cccccc;
  text-align: center;
  background-color: #333333;
  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;
}
/* PLAY */

.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: black;
  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(0deg);
  }
}
@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }
  100% {
    -moz-transform: rotateX(0deg);
  }
}
@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }
  100% {
    -o-transform: rotateX(0deg);
  }
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.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(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
  }
}
@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }
  100% {
    -moz-transform: rotateX(-90deg);
  }
}
@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }
  100% {
    -o-transform: rotateX(-90deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
/* SHADOW */

.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 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%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 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;
}
/*DOWN*/

.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 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, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 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: #dddddd;
}
.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;
}
/*==================================end For Footer Part====================================*/

/* START for accordion component styling */

.accordionPane,
.accordionPane > .panel-body,
.accordionPane > .panel-heading {
  border: 0px !important;
  background: none;
  float: left;
}
.accordionPane {
  box-shadow: none !important;
}
.accordionPane > .panel-heading {
  width: 100%;
  height: 90px;
}
.panel-default .accordionPane {
  border-radius: 0px;
  background: white;
}
.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;
  /* background: url('/img/Brands/Toujeo/HCP/up-arrow.png') no-repeat right center; */
  display: block;
  position: relative;
  outline: none;
  outline-style: none;
}
.accordionPane .panel-heading a.collapsed {
  float: right;
  height: 32px;
  /* background: url('/img/Brands/Toujeo/HCP/down-arrow.png') no-repeat right center; */
  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%;
  }
}
/*end of accordion pane*/

.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: 0px 0px 15px 0px #90c365;
  -moz-box-shadow: 0px 0px 15px 0px #90c365;
  box-shadow: 0px 0px 15px 0px #90c365;
  margin-bottom: 10px;
}
.dosingCalculator .InvalidMsg,
.dosingCalculator .OutOfRangeMsg {
  display: none;
  color: red;
  width: 430px;
}
.dosingCalculator .heading h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.dosingCalculator .title {
  height: 70px;
  width: 100%;
  float: left;
  background: #75c45e;
  border-bottom: 2px solid #557b2e;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
}
.dosingCalculator .title .heading {
  color: white;
  display: block;
  float: left;
  margin: 22px;
  width: 294px;
}
.dosingCalculator .calc {
  width: 225px;
  float: right;
  margin: 17px;
  border: 0px 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: bold;
  color: white;
}
.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: 0px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
  font-weight: bold;
  /* background: url(/img/Brands/Toujeo/HCP/submitbtn.png) no-repeat; */
  color: #375915;
  width: 92px;
}
.dosingCalculator .content {
  width: 100%;
  float: left;
}
.dosingCalculator .eq-c {
  text-align: center;
  width: 400px;
  margin: 15px auto;
  font-weight: bold;
  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: 0px solid #557b2e;
  }
  .dosingCalculator .eq-c {
    margin: 15px auto;
    color: #646464;
    font-size: 14px;
    display: block;
    float: none;
    text-align: center;
    width: 250px;
    font-weight: bold;
  }
  .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: #666666;
}
.A1C-CalcDiv .textboxA1Common {
  width: 55px;
  height: 28px;
  color: #547b2e;
  font-weight: bold;
  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: white;
  border: 0px;
}
.A1C-CalcDiv .a1CSubmitButtonColor {
  background-color: #90c365;
}
.A1C-CalcDiv .a1CClearButtonColor {
  background-color: #949397;
}
.A1C-CalcDiv .errormsg-a1c {
  color: red;
  font-weight: bold;
  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%;
  }
}
/*dynamic form component styling START*/

.dfc .anwser label {
  color: black;
}
.dfc .anwser input[type="radio"] {
  height: 15px;
  width: 15px;
}
.dfc #btnSubmit {
  margin-top: 0px;
}
.dfc #otherinputbox {
  display: none;
  width: 220px;
}
.dfc .ddlLabel {
  margin: 10px 0px 0px 0px;
}
.dfc .lblAnswerText {
  margin: 0px 0px 0px 10px;
}
.dfc .anwser input[type="checkbox"] {
  float: none;
  margin: 0px 5px 0px 0px;
  width: 20px;
  height: 20px;
}
.dfc .chkLabel {
  margin: 0px 0px 0px 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;
}
/*dynamic form component styling END*/

/* -------------------
BEGIN sitemap 
Sitecore Resource: 7d69b11a-5c84-4fa4-8d8f-83338b19e9ea
   -------------------*/

.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: normal;
  }
  .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;
  }
}
/* -------------------
BEGIN header 
Sitecore Resource: 7a389f7e-5f2e-43c8-9bd8-a88062c49529
   -------------------*/

/* Fonts */

@font-face {
  font-family: "ITC Avant Garde Gothic W01 Bk";
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/07413afc22804cfc8860184839a93fa4.eot@");
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/07413afc22804cfc8860184839a93fa4.eot@") format("eot"), url("../../../-/media/fonts/brands/lantus2hcp/new/6f1146c09c0b4949866d9affc396531f.woff2") format("woff2"), url("../../../-/media/fonts/brands/lantus2hcp/new/2c50f982bb7348918d0e587c1136c2e5.woff") format("woff"), url("../../../-/media/fonts/brands/lantus2hcp/new/abf065fea1ab40138c4945ce7f8ac828.ttf") format("truetype"), url("../../../-/media/fonts/brands/lantus2hcp/new/33f16cdfc09a434489cee17a5ecf4664.svg") format("svg");
}
@font-face {
  font-family: "ITC Avant Garde Gothic W01 Md";
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/94b3736a77b04279b365b3c70960549b.eot@");
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/94b3736a77b04279b365b3c70960549b.eot@") format("eot"), url("../../../-/media/fonts/brands/lantus2hcp/new/39dda6dbd5794a2eb67cabf7d732b97c.woff2") format("woff2"), url("../../../-/media/fonts/brands/lantus2hcp/new/6cf5eb52bda14506b1011cb1cb9ac146.woff") format("woff"), url("../../../-/media/fonts/brands/lantus2hcp/new/af9bc1b50bc54c5f82017652aeea386d.ttf") format("truetype"), url("../../../-/media/fonts/brands/lantus2hcp/new/9de5564a609248cc922977b0b96674b5.svg") format("svg");
}
@font-face {
  font-family: "ITC Avant Garde Gothic W01 Bd";
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/7882e98f91dc45629ae789142461ea7d.eot@");
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/7882e98f91dc45629ae789142461ea7d.eot@") format("eot"), url("../../../-/media/fonts/brands/lantus2hcp/new/4cadb55f822a4a358918becfc5a866a3.woff2") format("woff2"), url("../../../-/media/fonts/brands/lantus2hcp/new/af007af5dcfa465aa27847ab3eb9a589.woff") format("woff"), url("../../../-/media/fonts/brands/lantus2hcp/new/9a9365bbbc3747688d00df0bdf405665.ttf") format("truetype"), url("../../../-/media/fonts/brands/lantus2hcp/new/4443cc42374b40e5968cb29f549f0835.svg") format("svg");
}
@font-face {
  font-family: "ITC Avant Garde Gothic W01 Dm";
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/38de0cc0acad43e5b0d687171c0915f7.eot@");
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/38de0cc0acad43e5b0d687171c0915f7.eot@") format("eot"), url("../../../-/media/fonts/brands/lantus2hcp/new/8bfba69298b4401db187205f59d508cf.woff2") format("woff2"), url("../../../-/media/fonts/brands/lantus2hcp/new/29cf02ec9cbf449babff06b4ab9b1cc0.woff") format("woff"), url("../../../-/media/fonts/brands/lantus2hcp/new/d35364ca710c47128aed068488f4fdc1.ttf") format("truetype"), url("../../../-/media/fonts/brands/lantus2hcp/new/cf105897a984495fbfd0c5285f7a495e.svg") format("svg");
}
@font-face {
  font-family: "AvantGardeGothicDemi";
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/b74e5f864477435aabdf32d8215f21bc.eot@");
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/b74e5f864477435aabdf32d8215f21bc.eot@") format("eot"), url("../../../-/media/fonts/brands/lantus2hcp/new/7e915c3f253c4ce7ac607feecddafa80.woff2") format("woff2"), url("../../../-/media/fonts/brands/lantus2hcp/new/c18aee5775854a8b9a1c69d226301d73.woff") format("woff"), url("../../../-/media/fonts/brands/lantus2hcp/new/44ccbb2b0fbc4d95b1da0aa73bd26fb0.ttf") format("truetype"), url("../../../-/media/fonts/brands/lantus2hcp/new/f2de529c11d243b7be7c05c5aaeaf133.svg") format("svg");
}
@font-face {
  font-family: "ITC Avant Garde GothicW01DmObl";
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/111785b0b5554ac5b542ff792bc389e6.eot@");
  src: url("../../../-/media/fonts/brands/lantus2hcp/new/111785b0b5554ac5b542ff792bc389e6.eot@") format("eot"), url("../../../-/media/fonts/brands/lantus2hcp/new/082675ed18a74b5abff4d35a33d1dc99.woff2") format("woff2"), url("../../../-/media/fonts/brands/lantus2hcp/new/0bf5c92245db471abd44f23d0fc87e4b.woff") format("woff"), url("../../../-/media/fonts/brands/lantus2hcp/new/2a56deb323ac45278a2494fef6309187.ttf") format("truetype"), url("../../../-/media/fonts/brands/lantus2hcp/new/798b1475ad6c49dfa3596c14b054c569.svg") format("svg");
}
@font-face {
  font-family: "ITCAvantGardeStd-Bk";
  src: url("https://www.lantus.com/resources/css/page/-/media/86D1A535AAAA4F2482EF60508383047B.ashx") format("opentype");
}
@font-face {
  font-family: "ITCAvantGardeStd-Bold";
  src: url("https://www.lantus.com/resources/css/page/-/media/7C7BC2B6FC0340E1A1DB678973526C7F.ashx") format("opentype");
}
@font-face {
  font-family: "ITCAvantGardeStd-Demi";
  src: url("https://www.lantus.com/resources/css/page/-/media/3FDD3E5B9A3D4789831EC83ABAFC1FA3.ashx") format("opentype");
}
@font-face {
  font-family: "ITCAvantGardeStd-Md";
  src: url("https://www.lantus.com/resources/css/page/-/media/15EB083B90C64CE896BBAB719F266ABB.ashx") format("opentype");
}
a:focus {
  box-shadow: none !important;
}
.AvantGardeGothicITCW01Bk {
  font-family: 'ITC Avant Garde Gothic W01 Bk';
}
.AvantGardeGothicITCW02Md {
  font-family: 'ITC Avant Garde Gothic W01 Md';
}
.ITCAvantGardeW04-BD {
  font-family: 'ITC Avant Garde Gothic W01 Bd';
}
.AvantGardeGothicITCW02Dmb {
  font-family: 'AvantGardeGothicDemi';
}
.AvantGardeGothicITCW02DmBoOb {
  font-family: 'ITC Avant Garde GothicW01DmObl';
}
.ITCAvantGardeW04-Demi {
  font-family: 'ITCAvantGardeW04-Demi';
}
.AvantGardeGothicITCW02Dm {
  font-family: 'ITCAvantGardeW04-Demi';
}
.ArialBold {
  font-family: 'arial';
  font-weight: bold;
}
.ArialRegular {
  font-family: 'arial';
  font-weight: normal;
}
/*color codes*/
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
#conditionLogo img {
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
#brandUtilityLinksDT > div {
  font-family: 'arial';
  font-weight: normal;
  color: #4a4a49;
  float: right;
  text-transform: initial;
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
}
#globalNav {
  margin-top: -2px;
  margin-left: -2px;
}
.hcp .header-banner .row:nth-child(5) > .col-xs-12 {
  display: none;
}
.utility-links {
  text-align: right;
  background-color: transparent;
  padding: 8px 15px 3px 0;
}
.page-links a:focus {
  text-decoration: none;
}
#brandISI .isi-text .isi-full a {
  font-family: 'arial';
  font-weight: bold;
  text-decoration: none;
  color: #23135e;
  font-size: 16px;
  position: relative;
  top: 35px;
  z-index: 1;
}
#brandISI .isi-text .isi-full a:hover {
  text-decoration: none;
}
#emsHeader .row .header-banner .row .brand-logo .navbar-header {
  float: none;
}
.brand-logo .navbar-header .col-xs-12 {
  max-width: 246px;
}
header h1 {
  color: white;
  font-size: 36px;
}
.CoveoSearchButton {
  padding: 7px 0 9px;
  background: #f4f4f4;
  border: none;
}
.CoveoSearchButton:hover {
  background: #f4f4f4;
}
.CoveoSearchButton > .coveo-icon {
  background: url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/loading-icon.png') no-repeat center top;
  width: 30px;
  text-indent: 35px;
  height: 26px;
  background-size: 86% auto;
  background-position: 0px 0px;
}
.brand-logo .navbar-header .col-sm-6 {
  margin: 0;
  padding: 0 0 0 9%;
  text-align: left;
  width: 59.3%;
}
.brand-logo .brand-search.hidden-xs.col-sm-3 {
  width: 19.8%;
}
.banner-section sup {
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-weight: lighter;
}
.level-1.home-link {
  display: none;
}
.utility-links a:hover {
  text-decoration: underline;
}
.about-lantus .score-structural.score-column.ref-container .score-center {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: white;
  padding: 11px 16px;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  height: 48px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .navbar-default .navbar-nav > li > a {
    height: 50px;
  }
}
nav .navbar-nav > li {
  padding: 0 47px;
}
.navbar-default .navbar-nav > li > a:hover {
  background: white none repeat scroll 0 0;
}
/*ul.dropdown-menu .level-2 > a::after {
color: #ffc840;
content: "\25BA";
}*/

ul.dropdown-menu .level-2 > a::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/arrow-cta.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 15px;
  left: 1px;
  position: relative;
  vertical-align: middle;
  width: 8px;
  background-size: 60% auto;
  top: 3px;
  display: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: transparent;
  border: medium none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #edebf4;
}
header {
  position: relative;
  z-index: 1;
  background: transparent;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
nav.navbar-default {
  background: #23135e;
  border: medium none;
}
#emsHeader li.dropdown:hover > ul.dropdown-menu {
  background: #282771;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: 1px solid white;
  margin-top: 1px;
  padding: 0;
  text-align: center;
}
#emsHeader li.dropdown:hover > ul.dropdown-menu li.level-2 {
  border-bottom: 1px solid white;
}
.navbar {
  border-radius: 0;
}
#conditionLogo a img {
  position: relative;
  top: 7px;
}
.dropdown-menu > li > a {
  color: white;
  padding: 6px 15px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 12px;
  text-align: left;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent;
  color: white;
}
.dropdown-menu > li > a br {
  display: block;
}
body {
  background: #edebf4 url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/grey-bg.png') repeat-x scroll center top;
  padding: 0;
}
div#emsFooter {
  padding-bottom: 50px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: white;
  color: #282771;
}
.banner-logo {
  position: absolute;
  top: -55px;
  left: 23px;
}
.utility-links a {
  color: #23135e;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 16px;
  line-height: 14px;
  padding-right: 30px;
  font-weight: normal;
}
.navbar-default .navbar-nav > li:hover > a {
  color: #23135e;
}
.hcp .header-banner .row {
  margin-left: -28px;
  margin-right: -30px;
}
.header-banner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.hc-pro-copy {
  border: medium none;
  padding: 3px 15px 30px;
}
.navbar-header .isi-full > p {
  margin-top: 6px;
  cursor: pointer;
  margin-bottom: 0;
}
.footer-ref a:hover {
  text-decoration: none;
}
.navbar-header .isi-full > p:nth-child(1) {
  display: none;
}
.CoveoSearchInterface {
  max-width: 200px;
}
.navbar-default .navbar-nav > li:hover > a {
  background: #edebf4;
}
.utility-links a br {
  display: none;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: -1px !important;
}
.ft-date > span {
  margin-left: 10px;
}
.brandlogo-footer {
  display: none;
}
.CoveoSearchBox {
  border-radius: 0;
  float: left;
  height: 40px;
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid #c7cbca;
  margin-right: 10px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #282771;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #282771;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.CoveoSearchBox .CoveoQueryBox {
  border: medium none;
  background: #f4f4f4;
  border-radius: 0;
}
.navbar-header.score-navbar-header {
  padding-left: 10px;
  padding-right: 0px;
}
.navbar-default .navbar-nav > li:nth-child(2) a {
  padding-top: 16px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #edebf4;
  color: #23135e;
}
li.level-1.dropdown.consumer-menu3.open,
li.level-1.dropdown.open {
  background: white;
  color: #282771;
}
nav .navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret {
  pointer-events: none;
}
.caret {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/manu-down-arrow.png") no-repeat scroll 0 0;
  border-bottom: medium none;
  border-left: medium none;
  border-top: medium none;
  float: none;
  height: 7px;
  margin: 10px 0px 0 15px;
  width: 10px;
}
.score-megamenu .dropdown:hover .caret {
  background: url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/menu-up-arrow.png') no-repeat scroll 0 0;
  position: relative;
  left: 0px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: transparent;
}
.footer-sitemap .row1,
.footer-sitemap .row2,
.footer-sitemap .row3,
.footer-sitemap .row4,
.footer-sitemap .row5 {
  float: left;
  width: 20%;
}
.footer-sitemap li {
  list-style-type: none;
  color: #717dbc;
  font-family: Arial;
  padding: 1px 0;
}
.footer-sitemap li a {
  color: #717dbc;
  font-family: Arial;
}
.footer-sitemap ul {
  padding-left: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .footer-sitemap .row5 ul {
    float: right;
  }
}
.footer-sitemap .row5 li:last-child {
  margin-top: 12px;
}
.level-2 {
  border-bottom: 1px solid white;
}
nav .navbar-nav > li .dropdown-menu {
  background: #282771 none repeat scroll 0 0;
  border-color: white white -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  left: 0;
  padding: 0;
  text-align: center;
  transform: none;
  width: 100%;
}
.score-megamenu .dropdown {
  position: relative;
}
.score-megamenu .dropdown:hover {
  background: white none repeat scroll 0 0;
}
.ft-links a {
  color: #717dbc;
  float: none;
  padding: 0;
  text-decoration: underline;
  width: auto;
}
.ft-date {
  color: black;
}
.page-links a {
  color: #717dbc;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial;
}
.footer-subheading {
  font-size: 20px;
  color: #717dbc;
}
.footer-ref ol {
  margin-top: 0;
  padding: 0 0 0 15px;
}
.ref-title {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 0;
}
.footer-ref li {
  width: 820px;
  color: #4e4e4f;
  font-family: Arial;
}
.footer-ref li a {
  color: #333333;
}
.footer {
  width: 960px;
  padding: 0 0 0 40px;
}
.footer-sitemap .row1 {
  width: 15%;
}
.footer-sitemap .row3 {
  width: 24%;
}
.footer-sitemap .row4 {
  width: 21%;
}
#corpFooter span {
  font-size: 13px;
  color: #4e4e4f;
}
#corpFooter {
  text-align: center;
  width: 100%;
}
#emsFooter #floatingDesktopISI #isiCopyMobile .isi-main-copy {
  display: none;
}
#floatingDesktopISI #isiCopy .isi-text-blurb {
  border-top: 0 none;
  position: relative;
  top: -36px;
  padding-left: 0;
}
#floatingDesktopISI #isiCopy .isi-text-blurb p {
  margin: 0;
  font-size: 16px;
}
#floatingDesktopISI #isiCopy .footer-subheading {
  position: relative;
  top: -20px;
  margin-top: 0 !important;
}
#floatingDesktopISI #isiCopy .footer-subheading a {
  color: #717dbc;
  cursor: pointer;
  /*font-family: "ITC Avant Garde Gothic W01 Bk";*/
  font-family: "Arial";
}
#floatingDesktopISI #isiCopy .footer-subheading a:hover {
  text-decoration: none;
}
.utility-links a:last-child {
  padding-right: 29px;
}
#floatingDesktopISI #isiCopy {
  background-color: #edebf4;
  /* box-shadow: 0 8px 18px -20px rgba(0, 0, 0, 0.8) inset; */
  box-shadow: 0 -10px 15px -10px #333333;
  width: 100%;
  float: none;
  left: 50%;
  margin: 0 auto;
  padding-bottom: 12px;
  transform: translateX(-50%);
  z-index: 9;
  height: 15vh;
}
#floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb p:nth-child(1) {
  margin-top: 20px;
}
#floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb p:nth-child(2) {
  margin-bottom: 7px;
  line-height: normal;
}
#floatingDesktopISI #isiCopy .isi-main-copy {
  margin: 0 auto !important;
  padding-left: 21px;
  width: 1200px;
}
.plus-icon-floating-isi {
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  z-index: 1;
  position: relative;
  width: 37px;
  height: auto;
}
#floatingDesktopISI #isiCopy .isi-main-copy {
  margin-right: 0;
}
.page-links a:hover {
  color: #070f3a;
}
.ft-links a:hover {
  color: #070f3a;
}
a.header-cta:hover {
  color: #475fd6;
}
.container {
  width: 1150px;
}
.footer {
  padding: 0;
  width: 100%;
}
.isi-main-copy p {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 11px;
  margin-top: 0;
}
a.header-cta {
  font-size: 14px;
  line-height: 20px;
  color: #23135e;
  font-family: 'arial';
  font-weight: bold;
  margin-right: 8px;
}
div#quickLinks p {
  margin: 0;
  width: 100%;
  text-align: right;
}
div#quickLinks ul {
  margin: 6px 2px;
}
body .header-banner {
  padding-top: 0;
}
nav .navbar-nav > li.level-1.dropdown {
  padding: 0 0px;
  margin-right: 20px;
  margin-left: 20px;
}
.coveo-query-box-clear {
  margin-right: -15px;
}
.brand-logo img {
  margin-top: 26px;
}
input:focus {
  outline: 0;
}
.page-links {
  padding-top: 20px;
}
.score-structural.score-column.ref-container {
  padding-left: 12px;
}
body.search-results footer .ref-container .text-component p.ref-title,
body.hcp footer .ref-container .text-component p.ref-title {
  margin-left: 10px;
}
body .dropdown-menu {
  min-width: 110px;
}
body.search-results footer .ref-container .text-component p:nth-child(1),
body.hcp footer .ref-container .text-component p:nth-child(1) {
  margin-bottom: 0;
}
body.search-results footer .score-structural.score-column.ref-container .text-component p:nth-child(2),
body.hcp footer .score-structural.score-column.ref-container .text-component p:nth-child(2) {
  margin: 12px 0 5px 10px;
  font-size: 18px;
}
body.search-results footer .score-structural.score-column.ref-container .text-component .footer-ref p:nth-child(2),
body.hcp footer .score-structural.score-column.ref-container .text-component .footer-ref p:nth-child(2) {
  margin-left: 10px;
}
body.search-results footer .ref-container .text-component p:first-child {
  text-indent: -11px;
  margin-left: 5px;
}
body.hcp footer .ref-container .text-component p:first-child {
  text-indent: -8px;
}
body.search-results footer .ref-container .text-component p.ref-title,
body.hcp footer .ref-container .text-component p.ref-title {
  margin-top: 5px;
  text-indent: 0px;
}
body.search-results footer .ref-container .text-component p:nth-child(4),
body.hcp footer .ref-container .text-component p:nth-child(4) {
  margin-bottom: 0;
}
body.search-results footer .ref-container .text-component p:nth-child(5) {
  margin-top: 0;
  margin-bottom: 10px;
}
body.hcp footer .ref-container .text-component p:nth-child(5) {
  margin-top: 0;
}
body.search-results footer .ref-container .text-component p:nth-child(6),
body.hcp footer .ref-container .text-component p:nth-child(6) {
  margin-bottom: 0;
}
body.search-results footer .ref-container .text-component p:nth-child(7),
body.hcp footer .ref-container .text-component p:nth-child(7) {
  margin-top: 0;
}
body.hcp footer .ref-container .text-component p:nth-child(3) {
  margin-left: 10px;
  margin-bottom: 10px;
}
body.hcp .score-structural.score-column3-equal.home-cta-container .score-left .promo-box-cta > a:hover,
body.hcp .score-structural.score-column3-equal.home-cta-container .score-center .promo-box-cta > a:hover,
body.hcp .score-structural.score-column3-equal.home-cta-container .score-right .promo-box-cta > a:hover {
  background: #ffc845;
  color: white;
}
body.hcp .score-structural.score-column3-equal.home-cta-container .score-left .promo-box-cta > a:hover::after,
body.hcp .score-structural.score-column3-equal.home-cta-container .score-center .promo-box-cta > a:hover::after,
body.hcp .score-structural.score-column3-equal.home-cta-container .score-right .promo-box-cta > a:hover::after {
  content: "";
  width: 22px;
  height: 20px;
  background: url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png) no-repeat center top !important;
  position: relative;
  display: block;
  background-size: 45% auto !important;
  right: 4px;
  float: right;
  top: 5px;
}
.ref-container .score-center ol li,
.ref-section ol li {
  font-family: "Arial";
  counter-increment: item;
  list-style-type: none;
  text-indent: -1.2rem;
}
.injection-guide footer .ref-container .footer-ref p:first-child {
  font-weight: bold;
  font-family: Arial;
}
.ref-container .score-center ol li:before,
.ref-section ol li:before {
  content: counter(item) '.';
  display: inline-block;
  font-weight: bold;
  padding-right: 0.5rem;
  text-align: right;
  width: 1.5rem;
}
.ref-container .text-component ol,
.ref-section ol {
  counter-reset: item;
}
.ref-container p {
  font-family: "Arial";
  font-size: 14px;
  color: #4e4e4f;
}
#copay-footnote p,
#copay-footnote ul li {
  font-family: "Arial";
  color: #4e4e4f;
  font-size: 18px;
}
#copay-footnote p:nth-child(1) {
  margin-bottom: 0;
  text-indent: -8px;
  font-size: 18px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  margin-top: 22px;
}
#copay-footnote ul {
  margin-top: 0;
}
#copay-footnote p:nth-child(4) sup:nth-child(1),
#copay-footnote p:nth-child(5) sup:nth-child(1) {
  margin-left: -6px;
}
#copay-footnote p:nth-child(5),
#copay-footnote p:nth-child(6) {
  margin: 0;
}
.injection-guide .video-header h3 {
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  color: #63666e;
  margin-left: 15px;
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  font-family: "ITC Avant Garde Gothic W01 Bk";
}
:-ms-input-placeholder {
  font-family: "ITC Avant Garde Gothic W01 Bk";
}
.score-megamenu .active.dropdown .caret {
  background: url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/menu-up-arrow.png') no-repeat scroll 0 0;
  transform: rotate(180deg);
}
.improved-glycemic-control .ref-container p:nth-child(3) {
  font-weight: normal;
}
.isi-main-copy p sup {
  font-size: 62%;
}
.footer-subheading sup {
  font-size: 62%;
}
.page-links a sup {
  font-size: 62%;
}
footer .ref-container .text-component p:nth-child(2) {
  margin-top: 0;
}
footer .ref-container .text-component p:nth-child(4) {
  margin-bottom: 0;
}
footer .ref-container .text-component p:nth-child(5) {
  margin-top: 0;
}
footer .ref-container .text-component p:nth-child(6) {
  margin-bottom: 0;
}
footer .ref-container .text-component p:nth-child(7) {
  margin-top: 0;
}
.search-results .page-links a,
.hcp .page-links a {
  color: #717dbc;
  font-weight: bold;
  font-size: 18px;
  font-family: "Arial";
}
@media (max-width: 991px) {
  .search-results .page-links a,
  .hcp .page-links a {
    font-family: "Arial";
  }
}
/*.hcp .page-links a{
    font-size: 15px !important;
    font-family:"Arial" !important;
}*/

.search-results #lipsum > div.homepage-content > p:nth-child(1),
.hcp #lipsum > div.homepage-content > p:nth-child(1) {
  margin: 20px 0;
}
.search-results #lipsum > div.homepage-content > p:nth-child(1) a,
.hcp #lipsum > div.homepage-content > p:nth-child(1) a {
  color: #717dbc;
  font-weight: bold;
  font-size: 18px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  text-decoration: underline;
  /*&:after{
        content: "";
        border-bottom: 1px solid #717dbc;
        margin-left: 1px;
        display: block;
        width: 441px;
        @media (max-width: 991px){
            content: unset;
        }
    }*/

}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > p:nth-child(1) a,
  .hcp #lipsum > div.homepage-content > p:nth-child(1) a {
    text-decoration: underline;
    font-family: "ITC Avant Garde Gothic W01 Bk";
  }
}
.hcp #lipsum > div.homepage-content > p:nth-child(1) a,
.search-results #lipsum > div.homepage-content > p:nth-child(1) a {
  font-family: "Arial" !important;
}
.hcp #lipsum > div.homepage-content > p:nth-child(27) a,
.search-results #lipsum > div.homepage-content > p:nth-child(27) a {
  font-family: "Arial" !important;
}
.hcp #lipsum > div.homepage-content > p:nth-child(39) a,
.search-results #lipsum > div.homepage-content > p:nth-child(39) a {
  font-family: "Arial" !important;
}
.search-results #lipsum > div.homepage-content > p:nth-child(27) a,
.search-results #lipsum > div.homepage-content > p:nth-child(39) a,
.hcp #lipsum > div.homepage-content > p:nth-child(27) a,
.hcp #lipsum > div.homepage-content > p:nth-child(39) a {
  color: #717dbc;
  font-weight: bold;
  font-size: 18px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  text-decoration: underline;
}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > p:nth-child(27) a,
  .search-results #lipsum > div.homepage-content > p:nth-child(39) a,
  .hcp #lipsum > div.homepage-content > p:nth-child(27) a,
  .hcp #lipsum > div.homepage-content > p:nth-child(39) a {
    text-decoration: underline;
    font-family: "ITC Avant Garde Gothic W01 Bk";
  }
}
.search-results #floatingDesktopISI #isiCopy .footer-subheading a {
  font-weight: bold;
}
@media (max-width: 991px) {
  .hcp #isiCopy .isi-main-copy-mobile p.Mobile-isi-heading,
  .search-results #isiCopy .isi-main-copy-mobile p.Mobile-isi-heading {
    font-weight: bold;
  }
}
/*.hcp #lipsum > div.homepage-content > p:nth-child(27) a:after {
        content: "";
        border-bottom: 1px solid #717dbc;
        margin-left: 1px;
        display: block;
        width: 442px;
        @media (max-width: 991px){
            content: unset;
        }
}*/

/*.hcp #lipsum > div.homepage-content > p:nth-child(39) a:after{
        content: "";
        border-bottom: 1px solid #717dbc;
        margin-left: 1px;
        display: block;
        width: 527px;
        @media (max-width: 991px){
            content: unset;
        }
}*/

/*@-moz-document url-prefix(){
    .hcp #lipsum > div.homepage-content > p:nth-child(1) a:after{
	    width: 457px;
    }
    .hcp #lipsum > div.homepage-content > p:nth-child(27) a:after{
    	width: 458px;
    }
    .hcp #lipsum > div.homepage-content > p:nth-child(39) a:after{
    	width: 546px;
    }
}*/

/*_::-webkit-full-page-media, _:future, :root .hcp #lipsum > div.homepage-content > p:nth-child(1) a:after { 
    	width: 494px;
    }
_::-webkit-full-page-media, _:future, :root .hcp #lipsum > div.homepage-content > p:nth-child(27) a:after{
    	width: 495px;
    }
_::-webkit-full-page-media, _:future, :root .hcp #lipsum > div.homepage-content > p:nth-child(39) a:after{
    	width: 588px;
    }*/

.search-results #lipsum > div.homepage-content > p:nth-child(39),
.hcp #lipsum > div.homepage-content > p:nth-child(39) {
  margin-top: 0px;
  margin-bottom: 0px;
}
.search-results #lipsum > div.homepage-content > ul:nth-child(34) > p,
.hcp #lipsum > div.homepage-content > ul:nth-child(34) > p {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > ul:nth-child(34) > p,
  .hcp #lipsum > div.homepage-content > ul:nth-child(34) > p {
    font-size: 16px;
  }
}
.search-results #lipsum > div.homepage-content > p:nth-child(20),
.hcp #lipsum > div.homepage-content > p:nth-child(20) {
  margin-bottom: 0;
}
.search-results .footer .ref-container .text-component .ivspcontent p:nth-child(1) .hcp .footer .ref-container .text-component .ivspcontent p:nth-child(1) {
  font-size: 18px;
  color: #4e4e4f;
  margin-top: 15px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.hcp div#lipsum ul {
  padding: 0 0 0 18px;
}
.search-results div#lipsum ul {
  padding: 0 0 0 18px;
}
.search-results body footer .ref-container .text-component .ivspcontent ul.point,
.hcp body footer .ref-container .text-component .ivspcontent ul.point {
  padding: 0 0 0 25px;
}
.search-results #lipsum > div.homepage-content > p:nth-child(6),
.hcp #lipsum > div.homepage-content > p:nth-child(6) {
  margin-bottom: 9px;
}
.search-results #lipsum > div.homepage-content > ul:nth-child(34),
.search-results #lipsum > div.homepage-content > ul:nth-child(38),
.search-results #lipsum > div.homepage-content > ul:nth-child(32),
.hcp #lipsum > div.homepage-content > ul:nth-child(34),
.hcp #lipsum > div.homepage-content > ul:nth-child(38),
.hcp #lipsum > div.homepage-content > ul:nth-child(32) {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > ul:nth-child(34),
  .search-results #lipsum > div.homepage-content > ul:nth-child(38),
  .search-results #lipsum > div.homepage-content > ul:nth-child(32),
  .hcp #lipsum > div.homepage-content > ul:nth-child(34),
  .hcp #lipsum > div.homepage-content > ul:nth-child(38),
  .hcp #lipsum > div.homepage-content > ul:nth-child(32) {
    font-size: 16px;
  }
}
.search-results #lipsum > div.homepage-content > ul:nth-child(34) li,
.search-results #lipsum > div.homepage-content > ul:nth-child(38) li,
.search-results #lipsum > div.homepage-content > ul:nth-child(32) li,
.hcp #lipsum > div.homepage-content > ul:nth-child(34) li,
.hcp #lipsum > div.homepage-content > ul:nth-child(38) li,
.hcp #lipsum > div.homepage-content > ul:nth-child(32) li {
  margin-bottom: 6px;
}
@media (max-width: 991px) {
  .hcp #lipsum > div.homepage-content > ul:nth-child(32) {
    margin: 0px 0px !important;
    margin-left: 0px !important;
  }
}
.search-results #lipsum > div.homepage-content > ul:nth-child(32),
.hcp #lipsum > div.homepage-content > ul:nth-child(32) {
  margin: 8px 0;
  margin-top: -11px;
}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > ul:nth-child(32),
  .hcp #lipsum > div.homepage-content > ul:nth-child(32) {
    margin: 8px 2px;
  }
}
.search-results #lipsum > div.homepage-content > p:nth-child(33),
.hcp #lipsum > div.homepage-content > p:nth-child(33) {
  margin-bottom: 2px;
}
.search-results #lipsum > div.homepage-content > ul:nth-child(34),
.hcp #lipsum > div.homepage-content > ul:nth-child(34) {
  margin-top: 0;
}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > ul:nth-child(34),
  .hcp #lipsum > div.homepage-content > ul:nth-child(34) {
    margin-left: 0px;
  }
}
.search-results #lipsum > div.homepage-content > p:nth-child(37),
.hcp #lipsum > div.homepage-content > p:nth-child(37) {
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  #lipsum > div.homepage-content > p:nth-child(35) {
    margin-bottom: 0;
  }
}
.search-results #lipsum > div.homepage-content > ul:nth-child(38),
.hcp #lipsum > div.homepage-content > ul:nth-child(38) {
  margin-top: 0;
  margin-bottom: 9px;
}
@media (max-width: 991px) {
  .search-results #lipsum > div.homepage-content > ul:nth-child(38),
  .hcp #lipsum > div.homepage-content > ul:nth-child(38) {
    margin-left: 0px;
  }
}
body.search-results footer .ref-container .text-component p:nth-child(5),
body.hcp footer .ref-container .text-component p:nth-child(5) {
  margin-bottom: 7px;
}
body.search-results footer .ref-container .text-component p:nth-child(7),
body.hcp footer .ref-container .text-component p:nth-child(7) {
  margin-top: -5px;
}
body.hcp #lipsum > div.homepage-content > p:nth-child(27) {
  margin-bottom: 14px;
}
body.hcp #lipsum > div.homepage-content > p:nth-child(22) {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body.hcp #lipsum > div.homepage-content > p:nth-child(5) {
    margin-top: 9px;
    margin-bottom: 0;
  }
}
body.hcp #lipsum > p:nth-child(19) {
  margin-top: -5px;
}
.hcp div#quickLinks ul {
  margin: 6px 2px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .hcp div#quickLinks ul {
    margin: 5px 13px;
    padding-top: 0;
  }
}
.hcp .hc-pro-copy {
  padding: 14px 15px 47px !important;
}
.search-results .hc-pro-copy {
  padding: 14px 15px 47px !important;
}
.hcp #corpFooter span {
  font-size: 13px;
  font-family: "Arial Regular";
  font-weight: normal;
}
.hcp .footer-subheading,
.search-results .footer-subheading {
  font-family: "Arial";
  font-weight: bold;
}
@media (max-width: 991px) {
  .hcp div#lipsum {
    padding-right: 0;
  }
  .hcp .footer-subheading {
    font-size: 22px;
  }
  .hcp .footer-subheading a {
    font-size: 22px;
  }
  .hcp #isiCopyMobile .footer-subheading p:nth-child(2) {
    margin-bottom: 10px;
  }
  .hcp #lipsum > p:nth-child(1) {
    margin-top: -8px;
    margin-bottom: 9px;
  }
  .hcp .isi-main-copy p {
    margin-bottom: 10px;
  }
  .hcp #lipsum > p:nth-child(15) {
    margin-top: 10px;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(1) {
    margin: 10px 0;
  }
  .hcp #lipsum .homepage-content p:nth-child(7) {
    margin-bottom: 0;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(20) {
    margin-bottom: 0;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(23) {
    margin-bottom: 9px;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(25) {
    margin-top: 11px;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(31) {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .hcp #lipsum > div.homepage-content > ul:nth-child(38) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(39) {
    margin-top: 0px;
    margin-bottom: 11px;
  }
  .hcp #isiCopyMobile > div > div.isi-text-blurb > p:nth-child(3) {
    margin-bottom: 3px;
  }
  .hcp .footer .ref-container .text-component .ivspcontent p:nth-child(1) {
    margin-top: 0;
  }
  body.hcp footer .ref-container .text-component p:nth-child(7) {
    margin-top: -5px;
    margin-bottom: 0;
  }
  .hcp .hc-pro-copy,
  .about-generic-follow-on-biologic .hc-pro-copy {
    padding: 1px 15px 0 !important;
    margin-top: -30px;
  }
  .hcp .footer-sitemap .row1,
  .footer-sitemap .row2,
  .footer-sitemap .row3,
  .footer-sitemap .row4,
  .footer-sitemap .row5 {
    margin-bottom: -8px;
  }
  .hcp .page-links li {
    padding: 5px 0;
  }
  .hcp .footer-sitemap .row5 ul li {
    margin-bottom: 0;
  }
  .hcp .footer-sitemap .row5 li:last-child {
    margin-top: 0;
    margin-bottom: 18px;
  }
  .hcp #corpFooter {
    padding-bottom: 0;
  }
  body.hcp footer .ref-container .text-component p:nth-child(5) {
    margin: 10px 6px !important;
  }
  body footer .ref-container .text-component .ivspcontent ul {
    margin-left: 2px;
  }
  .hcp .footer-sitemap li a {
    font-size: 16px;
    line-height: 20px;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(35) {
    margin-left: 1px;
  }
  .hcp #lipsum > div.homepage-content > p:nth-child(36) {
    margin-left: 1px;
  }
}
/*-- update end --*/

@media (min-width: 992px) {
  .about-generic-follow-on-biologic .footer-sitemap .row1,
  .injection-guide .footer-sitemap .row1,
  .cv-safety-data .footer-sitemap .row1,
  .resources-for-patients .footer-sitemap .row1 {
    position: relative;
    left: 3px;
  }
  .injection-guide .ref-container .text-component > div {
    margin-left: 3px;
  }
  .injection-guide .ref-container .text-component > div.footer-ref {
    margin-left: 6px;
  }
  .hcp .pageWrapper > div > .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background: none;
  }
  /*.hcp .score-footer-wrapper > .score-footer > .container {
          background: transparent;
      }
      */
  
  .efficacy-safety .banner-section {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .basaglar-vs-lantus h1 {
    margin: 23px 0 26px 0;
  }
  .resource-head h1 {
    margin: 25px 0 26px 0;
  }
  #emsHeader li.dropdown:hover > ul.dropdown-menu li.level-2:last-child {
    border-bottom: none;
  }
  .score-header-wrapper {
    padding-right: 8px;
  }
  .pageWrapper > div > .container,
  .score-footer-wrapper > .score-footer > .container {
    width: 1210px;
    /*background: rgba(255,255,255,0.3);*/
    padding: 0 40px;
  }
  /*.about-generic-follow-on-biologic .container,
      .basaglar-vs-lantus .container, .efficacy-safety .container {
       padding: 0 30px;
      }*/
  
  .insulin-dose-and-dosing-calculator .pageWrapper > div > .container {
    padding: 0 50px;
  }
  .insulin-dose-and-dosing-calculator .score-footer-wrapper > .score-footer > .container {
    padding: 0 40px;
  }
  .footer-subheading {
    font-size: 24px;
    font-family: "ITC Avant Garde Gothic W01 Bk";
    line-height: 26px;
    padding: 0px 0 11px 0;
  }
  .about-generic-follow-on-biologic #floatingDesktopISI #isiCopy .footer-subheading,
  .basaglar-vs-lantus #floatingDesktopISI #isiCopy .footer-subheading {
    line-height: 34px;
    padding: 0;
    font-size: 24px;
  }
  .about-generic-follow-on-biologic #floatingDesktopISI #isiCopy,
  .basaglar-vs-lantus #floatingDesktopISI #isiCopy {
    box-shadow: 0 -5px 5px -5px #333333;
    width: 100%;
  }
  .about-generic-follow-on-biologic .footer-subheading sup,
  .basaglar-vs-lantus .footer-subheading sup {
    top: -0.55em;
  }
  .injection-guide .score-structural.score-column2-equal.footer-cta .score-right {
    padding-right: 0px;
  }
  .insulin-dose-and-dosing-calculator .score-footer-wrapper .container {
    padding-left: 4px;
  }
  .insulin-dose-and-dosing-calculator .text-component.footer-ref ul + p {
    margin-left: 4px;
  }
  #brandISI .isi-text .isi-full a#ImportantSafetyInfo:hover {
    text-decoration: underline;
  }
  nav .navbar-nav > li:last-child.active,
  nav .navbar-nav > li:last-child a:hover {
    background: #edebf4;
  }
  nav .navbar-nav > li:last-child.active,
  nav .navbar-nav > li:last-child {
    margin-left: 28px;
    padding: 0;
  }
  .navbar-default .navbar-nav > li:nth-child(3) > a {
    padding: 11px 20px;
  }
  #floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb #lipsum {
    width: 80%;
  }
  #floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb p:nth-child(4) {
    margin-bottom: 5px;
  }
  #floatingDesktopISI #isiCopy .isi-text-blurb {
    height: 63px;
  }
  .about-generic-follow-on-biologic #floatingDesktopISI #isiCopy,
  .basaglar-vs-lantus #floatingDesktopISI #isiCopy {
    padding-bottom: 12px;
  }
  .injection-guide .footer-ref {
    margin-left: 3px;
  }
  .injection-guide .video-iframe {
    width: 70% !important;
    padding: 0 30px;
  }
  body.resources-for-patients .about-lantus-cta .image-component a:last-child::after {
    display: inline-block;
  }
  .cta-bg a:hover,
  .footer-cta a:hover {
    background: #ffc845 !important;
    color: white !important;
  }
  .insulin-dose-and-dosing-calculator .calc-title h1 {
    margin-left: -10px;
  }
  .cta-bg a:hover::after,
  .footer-cta a:hover::after {
    content: "";
    background: url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png') no-repeat center top !important;
    background-size: 45% auto !important;
    top: 5px;
    width: 22px !important;
    height: 20px !important;
    left: auto;
  }
  .cta-bg h2:nth-child(3) a:hover,
  .footer-cta .score-right div.image-component h2:nth-child(3) a:hover {
    background: none !important;
    color: #717dbc !important;
  }
  .basaglar-vs-lantus .cta-bg a:hover::after,
  .footer-cta a:hover::after {
    top: -9px !important;
  }
  .footer-cta .score-right div#DosingCalculatorCTA h2:nth-child(4) a:hover::after {
    top: -1px !important;
    right: 0 !important;
  }
  .footer-cta .score-right div.image-component h2:nth-child(4) a:hover:after {
    top: -1px !important;
    right: 2px !important;
  }
  /*
      .cv-safety-data .footer-cta .score-right a:hover::after {
          top: 14px !important;
          right: 0 !important;
      }
      */
  
  .score-footer-wrapper .container .row .col-xs-12:nth-child(1) {
    padding-left: 0;
  }
  .basaglar-vs-lantus h1 {
    margin-left: -20px;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background-color: #428bca;
    color: #282771;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background-color: #b8adea;
  }
  ul.dropdown-menu .level-2 > a:hover {
    background: #b8adea none repeat scroll 0 0;
    color: #282771;
  }
  ul.dropdown-menu .level-2 > a:hover::after {
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/blue-nav-arrow.png") no-repeat scroll 0 0;
    background-size: 56% auto;
  }
  ul.dropdown-menu .level-2.active > a::after,
  ul.dropdown-menu .level-2.active > a:focus::after {
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/blue-nav-arrow.png") no-repeat scroll 0 0;
    background-size: 56% auto;
  }
  .score-structural.score-column > .score-center {
    padding-right: 4px;
    padding-left: 4px;
  }
  .score-structural.score-column2-equal.footer-cta .score-right {
    padding-right: 3px;
  }
  .score-structural.score-column2-equal.footer-cta {
    margin-left: -15px;
  }
  .score-structural.score-column2-equal.about-lantus-cta.cta-container {
    margin-left: -15px;
  }
  .score-structural.score-column.cta-bg .score-center {
    padding-right: 15px;
  }
  body .score-structural.score-column2-equal.footer-cta {
    margin-left: -10px;
  }
  .score-structural.score-column.dosing-section {
    margin-left: -25px;
    margin-right: -25px;
  }
  .score-structural.score-column.two-options-section {
    margin-left: -26px;
    margin-right: -25px;
  }
  .insulin-dose-and-dosing-calculator .score-structural.score-column2-equal.about-lantus-cta.cta-container {
    margin-left: -22px;
    margin-right: -41px;
  }
  .footer-sitemap .row5 {
    position: relative;
    left: 0;
  }
  .footer-sitemap .row4 {
    position: relative;
    left: 10px;
  }
  /* Navigation Home Icon Update */
  
  .navbar-default a#Home.navbar-brand {
    display: none;
  }
  .navbar-default .navbar-collapse ul.nav.navbar-nav li.level-1.home-link {
    display: block;
    padding: 0 3px;
  }
  .navbar-default .navbar-collapse ul.nav.navbar-nav li.level-1.home-link a {
    overflow: hidden;
    text-indent: -100px;
    width: 71px;
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/home_icon.png") no-repeat 50% 45%;
  }
  .navbar-default .navbar-collapse ul.nav.navbar-nav li.level-1.home-link a:hover {
    background: #edebf4 url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/home_icon-hover.png") no-repeat 50% 45%;
  }
  .navbar-default .navbar-collapse ul.nav.navbar-nav li.level-1.home-link.active {
    padding: 0;
  }
  .navbar-default .navbar-collapse ul.nav.navbar-nav li.level-1.home-link.active a {
    background: #edebf4 url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/home_icon-hover.png") no-repeat 50% 45%;
  }
  .navbar-default .navbar-nav > li:nth-child(2) a {
    padding-top: 17px;
    padding-left: 12px;
  }
  .navbar-default .navbar-collapse ul.nav.navbar-nav li.level-1.home-link a {
    width: 100px;
    position: relative;
    left: -10px;
  }
  nav .navbar-nav > li.level-1.dropdown {
    padding: 0;
  }
  nav .navbar-nav > li {
    padding: 0 47px;
  }
  .navbar-default .navbar-nav > li:nth-child(2) {
    padding-left: 0px;
    padding-right: 27px;
    margin-left: -2px;
  }
  .navbar-default .navbar-nav > li:nth-child(7) {
    position: relative;
    left: 0px;
  }
}
@media (min-width: 1025px) {
  div.collapse.navbar-collapse::before {
    content: "";
    background: #23135e;
    width: 100%;
    position: absolute;
    height: 50px;
    left: 0;
  }
  nav.navbar-default {
    position: static;
  }
  body .header-banner {
    position: static;
  }
  header {
    position: static;
  }
  .navbar-header.score-navbar-header {
    z-index: 1;
    position: relative;
  }
}
@media (max-width: 991px) {
  div#quickLinks p a span {
    display: none;
  }
  .about-generic-follow-on-biologic #isiCopy .isi-main-copy-mobile p,
  .basaglar-vs-lantus #isiCopy .isi-main-copy-mobile p {
    margin: 0;
  }
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) a:after {
    right: 3px;
    top: -2px;
  }
  .injection-guide .footer-cta .score-left a.btn-cta:after {
    top: -10px;
  }
  body.hcp footer .score-structural.score-column.ref-container .text-component p:nth-child(2) {
    text-indent: 0px;
    margin-left: 30px;
  }
  body.hcp footer .score-structural.score-column.ref-container .text-component .footer-ref p:nth-child(2) {
    margin-left: 4px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options .header-banner .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .CoveoSearchButton > .coveo-icon {
    text-indent: 55px;
  }
  div#lipsum {
    margin-left: -2px;
  }
  body h2.home-callout-button {
    line-height: 22px;
    font-size: 20px;
  }
  body .footer-cta .score-left div img {
    width: 90%;
  }
  .footer-cta .score-right div.image-component h2:nth-child(3) {
    margin-top: 28px;
  }
  nav .navbar-nav > li.level-1.dropdown.active a#DosingInjection,
  nav .navbar-nav > li.level-1.dropdown.active a#EfficacySafety {
    color: white;
  }
  .efficacy-safety .ref-section .score-page.score-column1 > .score-main {
    padding-left: 3px;
  }
  .efficacy-safety .ref-section ol {
    margin-left: 4px;
  }
  nav .navbar-nav > li.dropdown > a {
    padding-right: 0;
    padding-left: 0;
  }
  div#copay-footnote {
    width: 100%;
    padding: 0 30px 0 15px;
  }
  #copay-footnote ul {
    padding-left: 25px;
  }
  .isi-text-blurb > div {
    margin-top: 0;
  }
  .injection-guide .ref-container .text-component > div {
    margin-left: 8px;
  }
  div#lipsum {
    margin-top: -8px;
  }
  .score-structural.score-column.ref-container {
    padding-right: 0px;
    padding-left: 5px;
  }
  .hcp .score-structural.score-column.ref-container {
    padding-right: 20px;
  }
  .banner-logo {
    position: relative;
    top: 0;
    left: 0;
    float: none;
  }
  .plus-icon-floating-isi {
    display: none;
  }
  .navbar-collapse {
    margin-top: 44px;
  }
  .brand-search {
    margin-top: 10px;
  }
  .brand-logo img {
    max-width: 257px;
    width: 97%;
    margin-top: 7px;
  }
  .score-header-wrapper {
    padding-right: 10px;
  }
  header {
    background: white;
    background-size: 100% 92px;
  }
  .brand-logo .navbar-header .col-xs-12 {
    max-width: 200px;
    margin: 0 0 0 15px;
    float: none;
    position: relative;
    z-index: 111;
  }
  .utility-links a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'arial';
    font-weight: normal;
    font-size: 12px;
    color: white;
    line-height: 14px;
    text-align: center;
    padding: 6px 0;
  }
  .utility-links {
    text-align: right;
    background-color: transparent;
    padding: 20px 15px 8px 0;
    background: #23135e;
    padding: 3px 15px;
  }
  nav.navbar-default {
    background: none;
    border: medium none;
  }
  .header-banner.col-xs-12 > .row:last-child {
    display: none;
  }
  #globalNav {
    margin-top: 0;
    margin-left: 0;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #746c9f;
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 1px;
  }
  #globalHeader .col-xs-12.hidden-xs {
    display: block !important;
  }
  #globalHeader > .row .hidden-xs {
    display: block !important;
  }
  #brandUtilityLinksDT a {
    display: none;
  }
  #brandUtilityLinksDT {
    width: auto;
    padding: 0;
    float: left;
    background: none;
    margin-top: 6px;
  }
  #brandUtilityLinksDT > div {
    color: black;
    font-size: 14px;
    padding-left: 12px;
    padding-top: 0px;
    line-height: 16px;
  }
  #conditionLogo a img {
    position: relative;
    top: 7px;
    float: right;
    width: 80px;
  }
  #globalHeader .row:first-child {
    float: right;
  }
  #globalHeader .row:last-child {
    float: left;
  }
  .navbar-default .navbar-toggle {
    float: right;
    border: none;
  }
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  .level-1.home-link {
    display: block;
  }
  li.level-1.home-link a:before {
    content: " ";
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/mobile-home-icon.png") no-repeat 0 0;
    display: block;
    width: 22px;
    height: 20px;
    float: none;
    background-size: 100% auto;
    margin: 0 auto;
  }
  .navbar-default .navbar-brand {
    display: none;
  }
  .navbar-toggle {
    margin-right: 7px;
    padding: 9px 10px;
    margin-top: -20px;
    margin-bottom: 0;
  }
  .CoveoSearchButton {
    display: block;
    background: transparent;
    border: none;
  }
  .CoveoSearchInterface {
    max-width: 100% !important;
    width: 100% !important;
  }
  span.coveo-query-box-clear {
    display: block !important;
  }
  .coveo-sprites-searchButton-searchbutton,
  .ie8or9 .coveo-executing-query .CoveoSearchButton > .coveo-icon,
  .CoveoSearchButton > .coveo-icon,
  .CoveoPreferencesPanel .CoveoResultsFiltersPreferences .coveo-advanced-filters > .coveo-icon {
    display: block;
    transform: rotate(120deg);
    background-size: 100% auto;
    background-position: 5px 0;
  }
  #emsHeader .row .header-banner .row .brand-logo .navbar-header {
    position: relative;
  }
  .brand-search.hidden-xs.col-sm-3 {
    display: block !important;
    float: left;
    background: none;
    width: 100%;
    position: static;
    height: auto;
    margin-left: 0px;
    cursor: pointer;
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #cbcaca;
    border-top: 1px solid #cbcaca;
  }
  .coveo-query-box-clear {
    position: absolute;
    right: 0;
    z-index: 9;
  }
  .navbar-nav {
    background: #f1f1f1;
    background-size: 282px 540px;
    width: 100%;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: black;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 18px 30px;
    text-align: center;
    display: block;
    width: 100%;
    color: black;
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li:nth-child(2) a {
    padding-top: 20px;
  }
  nav .navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret {
    display: block;
    position: absolute;
    right: 0;
    width: auto;
  }
  .navbar-default .navbar-nav > li > a br {
    display: none;
  }
  nav .navbar-nav > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #cbcaca;
  }
  .CoveoSearchBox {
    border-radius: 0;
    float: left;
    height: 50px;
    overflow: hidden;
    position: static;
    top: 76px;
    left: 0;
    display: block;
    min-height: auto;
    background: #e1dfe4;
    width: 100%;
    z-index: 1;
  }
  .CoveoSearchButton {
    width: 40px;
  }
  .CoveoSearchButton > .coveo-icon {
    width: 30px;
    background-position: 0 0;
    height: 26px;
    margin-top: 5px;
  }
  nav .navbar-nav > li.level-1.dropdown {
    margin-right: 0;
    margin-left: 0;
  }
  .score-structural.score-column.banner-section .score-center {
    padding-left: 12px;
    padding-right: 12px;
  }
  .CoveoSearchButton:hover {
    background: none;
  }
  .hcp footer .container {
    width: 100%;
    max-width: 100%;
  }
  #emsHeader li.dropdown:hover > ul.dropdown-menu li.level-2 {
    text-align: left;
    padding-left: 20px;
  }
  footer .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .CoveoSearchBox .CoveoQueryBox {
    border: none;
    border-radius: 0;
    margin: 8px 0 0 9px;
    width: 100%;
    height: 73%;
  }
  .footer {
    width: 100%;
  }
  .footer-ref li {
    width: 100%;
  }
  #emsFooter #floatingDesktopISI #isiCopyMobile .isi-main-copy {
    display: block;
  }
  .footer-subheading a {
    color: #717dbc;
    font-size: 20px;
    line-height: 24px;
  }
  .isi-main-copy p {
    font-size: 16px;
  }
  #isiCopyMobile {
    margin-right: 25px;
    margin-left: 15px;
  }
  body .navbar-default .navbar-collapse {
    position: relative;
    z-index: 111;
  }
  .page-links {
    margin: 0 22px;
  }
  .footer-ref ol {
    margin: 0 24px;
    word-wrap: break-word;
  }
  .ref-title {
    margin-left: 9px;
  }
  #corpFooter > br {
    display: inherit;
  }
  .footer-sitemap .row1,
  .footer-sitemap .row2,
  .footer-sitemap .row3,
  .footer-sitemap .row4,
  .footer-sitemap .row5 {
    width: 100%;
  }
  .footer-sitemap .row1 {
    width: 100%;
  }
  .footer-sitemap .row3 {
    width: 100%;
  }
  .footer-sitemap .row4 {
    width: 100%;
  }
  .footer-sitemap.row {
    margin: 0;
  }
  .footer-sitemap ul {
    margin: 0 0 5px 0;
  }
  .footer-sitemap li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-sitemap .row3 li a,
  .footer-sitemap .row4 li a {
    margin-left: 30px;
  }
  #corpFooter {
    font-size: 12.5px !important;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  #corpFooter .ft-note.bold {
    margin-bottom: 10px !important;
  }
  #corpFooter span {
    font-size: 12.5px !important;
    font-size: 10px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  .isi-main-copy-mobile p br {
    display: none;
  }
  .isi-main-copy-mobile p {
    color: #7373a6;
    padding: 12px 33px 66px;
    font-size: 20px !important;
    font-family: "ITC Avant Garde Gothic W01 Bk";
  }
  .footer-sitemap .row5 ul {
    margin-bottom: 0;
  }
  #floatingDesktopISI #isiCopy {
    display: none !important;
  }
  .isi-button {
    display: none;
  }
  #isiCopy {
    background: #edebf4;
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: 0 8px 18px -20px rgba(0, 0, 0, 0.8) inset;
  }
  .glyphicon-plus:before {
    content: "\2b";
    position: absolute;
    top: 8px;
    right: 10px;
    color: white;
    font-weight: normal;
  }
  .glyphicon {
    position: static;
  }
  .glyphicon-minus:before {
    content: "\2212";
    position: absolute;
    top: 8px;
    left: 35px;
    color: white;
  }
  .isi-text-blurb {
    border-top: none;
  }
  #isiCopy {
    margin-left: 0;
    z-index: 11;
  }
  .container {
    width: 100%;
  }
  #mobISIQuickLinks ul.page-links {
    margin: 0;
  }
  body {
    background: none;
    background-color: #edebf4;
  }
  .utility-links a br {
    display: block;
  }
  #emsHeader li.dropdown:hover > ul.dropdown-menu {
    width: 100%;
    background: #e7e1f3;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: transparent;
  }
  nav .navbar-nav > li .dropdown-menu {
    background: #e7e1f3;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-top: none;
    margin-top: 1px;
    padding: 0;
    text-align: left;
    width: 100%;
    position: inherit;
  }
  #emsHeader li.dropdown > ul.dropdown-menu li.level-2 {
    border-bottom: 1px solid #f1f1f1;
    width: 100%;
    padding: 8px 15px;
  }
  #emsHeader li.dropdown > ul.dropdown-menu li.level-2:last-child {
    border-bottom: none;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    color: black;
  }
  .dropdown-menu > li > a br {
    display: none;
  }
  .footer-ref {
    margin-top: 0px;
  }
  .score-structural.score-column.ref-container {
    margin-bottom: 20px;
  }
  .navbar-nav > li {
    padding: 0;
  }
  .dropdown-menu > li > a {
    color: black;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 16px;
    padding: 6px 35px;
    text-align: center;
  }
  .footer-subheading {
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 25px;
  }
  nav .navbar-nav > li {
    padding: 0;
  }
  .hc-pro-copy {
    padding: 0 15px;
  }
  .page-links a {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
  }
  header {
    z-index: 11;
  }
  .brandlogo-footer {
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
  }
  body,
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .score-megamenu .dropdown:hover {
    background: transparent;
  }
  .navbar-default .navbar-nav > li:hover > a {
    background: transparent;
  }
  .home-cta-container .image-component a::after {
    top: 1px;
  }
  .ft-links .hidden-xs {
    display: inline !important;
  }
  .brandlogo-footer {
    display: block;
  }
  #corpFooter .ft-note.bold strong {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 260px;
  }
  #corpFooter .ft-note.bold {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  #EMSCoveoDesktopSearchBox {
    background: #f4f4f4;
    background-size: 100% auto;
  }
  .ref-container .text-component > div {
    margin-left: -3px;
  }
  .page-links li {
    padding: 3px 0;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background-color: #428bca;
    color: #282771;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    background-color: #b8adea;
  }
  ul.dropdown-menu .level-2.active > a::after,
  ul.dropdown-menu .level-2.active > a:focus::after {
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/blue-nav-arrow.png") no-repeat scroll 0 0;
  }
  ul.dropdown-menu .level-2.active {
    background: #b8adea none repeat scroll 0 0;
  }
  .brandlogo-footer {
    display: none;
  }
  body.hcp footer .score-structural.score-column.ref-container .text-component p:nth-child(2) {
    margin: 3px 0 15px 10px;
  }
  div#quickLinks ul {
    margin: 5px 13px;
    clear: both;
  }
  .isi-text-blurb > div {
    margin-top: 9px;
  }
  body.hcp .score-structural.score-column3-equal.home-cta-container .score-left,
  body.hcp .score-structural.score-column3-equal.home-cta-container .score-center {
    border: none;
  }
  .hcp footer .container {
    background: #edebf4;
  }
  body {
    padding: 0;
  }
  .navbar-toggle {
    margin-top: 0;
  }
  .header-banner .row:nth-child(2) .col-sm-12.hidden-xs {
    display: block !important;
  }
  .font-share {
    padding: 0px 10px 0;
  }
  .utility-links {
    margin-top: 0;
  }
  a.header-cta {
    font-weight: bold;
    position: relative;
    z-index: 111;
  }
  .navbar-default .navbar-toggle img {
    width: 55%;
    height: auto;
  }
  .navbar-toggle {
    margin-right: 0;
    padding: 0;
    margin-top: 3px;
  }
  .navbar-default .navbar-toggle img#close-img {
    width: 100%;
    position: relative;
    right: 16px;
  }
  .CoveoSearchBox input.CoveoQueryBox {
    background: none;
  }
  .navbar-default .navbar-nav .level-1.home-link a {
    line-height: 0;
    font-size: 0;
  }
  .navbar-nav {
    margin: 0 0;
  }
  nav .navbar-nav > li.level-1.dropdown {
    padding: 0 0px;
    position: relative;
  }
  .navbar-default .navbar-nav > li:hover > a {
    color: black;
  }
  .score-megamenu .dropdown .caret {
    background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/mobile-right-arrow.png') no-repeat scroll 0 0;
    height: 12px;
    margin: 0px 3px 0 5px;
    width: 12px;
  }
  .score-megamenu .dropdown:hover .caret {
    background: url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/mobile-right-arrow.png') no-repeat scroll 0 0;
    position: relative;
    left: 0;
    background-size: 100% auto;
  }
  .navbar-default .navbar-nav > .active > a {
    background: transparent;
  }
  .score-megamenu .dropdown.active .caret {
    background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/manu-down-arrow.png') no-repeat scroll 0 0;
    background-position: 5px 4px;
    width: 15px;
    transform: rotate(360deg);
  }
  .dropdown-menu {
    box-shadow: none;
  }
  li.level-1.dropdown.active {
    background: #23135e;
  }
  div#brandUtilityLinksMB {
    margin-left: 10px;
  }
  body.hcp footer .ref-container .text-component p.ref-title {
    margin-top: 20px;
  }
  .footer-sitemap li {
    padding-bottom: 10px;
  }
  .banner-section p {
    font-size: 18px;
    color: #23135e;
    margin-bottom: 0;
    font-family: "ITC Avant Garde Gothic W01 Md";
    padding-top: 0px;
  }
  .banner-section p sup:nth-child(1) {
    top: -4px;
  }
  .banner-section sup {
    top: -6px;
  }
  .banner-section sup:nth-child(2) {
    font-weight: bold;
  }
  .banner-section h1 {
    margin: 0;
    font-family: "ITC Avant Garde Gothic W01 Dm";
    font-size: 28px;
    color: #23135e;
  }
  .proven-subhead-txt h2.co {
    font-family: "ITC Avant Garde Gothic W01 Bk";
    color: #717dbc;
    margin-top: 0;
    padding-bottom: 8px;
    background: none;
  }
  h2.medicare::after {
    display: none;
  }
  .text-component.proven-subhead {
    background: white;
    border-top: 4px solid #ffc845;
    height: 190px;
    position: relative;
  }
  .text-component.proven-subhead .right + p {
    margin: 0;
    position: absolute;
    bottom: 28px;
    left: 20%;
    font-size: 16px;
    color: #4e4e4f;
    font-family: "ITC Avant Garde Gothic W01 Bk";
  }
  .left {
    float: left;
    margin-left: 20%;
    width: 25%;
    margin-top: 0;
  }
  .proven-subhead .left p {
    color: #717dbc;
    font-weight: bold;
    font-size: 22px;
    font-family: "ITC Avant Garde Gothic W01 Dm";
  }
  .proven-subhead img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .middle {
    display: block;
    width: 20%;
    margin-left: 19%;
    position: relative;
    top: -40px;
    float: initial;
  }
  .middle p {
    color: #717dbc;
    font-family: "ITC Avant Garde Gothic W01 Dm";
    font-size: 82px;
    margin: 0;
    padding: 0;
  }
  .middle p sup {
    top: -20px;
  }
  .right {
    float: right;
    display: block;
    width: 35%;
    position: absolute;
    top: 30%;
    right: 30%;
  }
  .right p {
    margin: 0 auto;
    display: block;
    font-size: 16px;
    color: #717dbc;
    font-family: "ITC Avant Garde Gothic W01 Bk";
  }
  .lantus-patient img {
    width: 65%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .text-component.proven-subhead-txt + .score-container {
    background: white;
    border-top: 4px solid #ffc845;
    padding: 40px 0 0;
  }
  .medicare.co.dosed {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .daily_dose p {
    font-size: 16px;
    color: #4e4e4f;
    margin: 0 0 0 25px;
    font-family: "ITC Avant Garde Gothic W01 Bk";
  }
  .se_result p {
    margin: 0;
    font-size: 16px;
    color: #4e4e4f;
    padding-left: 20px;
    font-family: "ITC Avant Garde Gothic W01 Bk";
    padding-bottom: 10px;
  }
  .se_result p:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
    padding-bottom: 0;
  }
  .se_result p:nth-child(3) {
    font-size: 14px;
    font-weight: bold;
    padding-left: 8px;
    padding-bottom: 0;
  }
  .pageWrapper sup {
    top: -4px;
  }
  .score-structural.score-column2-equal.footer-cta {
    line-height: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .score-structural.score-column2-equal.footer-cta .score-left {
    padding-left: 0;
    margin-left: 0;
  }
  .footer-cta .score-left .image-component {
    height: 100%;
    border: 2px solid #ffc845;
    min-height: 190px;
    background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/cta-bg.png') no-repeat scroll center top;
    background-size: 100% 100%;
    position: relative;
  }
  .footer-cta .score-left div img {
    width: 400px;
    height: auto;
    margin: 20px auto 0 auto;
    display: block;
  }
  .footer-cta .score-right div.image-component {
    border: 3px solid #ffc845;
    min-height: 190px;
    background: white;
    position: relative;
  }
  .footer-cta .score-right div.image-component div {
    float: left;
    margin: 39px 30px 0 30px;
  }
  .footer-cta .score-right div.image-component div img {
    width: 80px;
    height: auto;
  }
  .footer-cta .score-right div.image-component h2:nth-child(3) {
    float: left;
    margin: 0;
    font-size: 26px;
    line-height: 28px;
    color: #717dbc;
    width: 270px;
    font-family: "ITC Avant Garde Gothic W01 Dm";
    margin-top: 10px;
  }
  .footer-cta .score-right div.image-component h2:nth-child(3) a {
    color: #717dbc;
  }
  .footer-cta .score-right div.image-component h2:nth-child(4) {
    float: left;
    margin: 0;
  }
  .footer-cta .score-right div.image-component h2:nth-child(4) a {
    font-size: 16px;
    font-family: "AvantGardeGothicDemi";
    color: #717dbc;
    width: 290px;
    border: 2px solid #ffc845;
    height: 45px;
    padding: 12px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: white;
    text-transform: uppercase;
    clear: both;
    position: relative;
    top: 20px;
    left: 0;
  }
  .footer-cta .score-right div.image-component h2:nth-child(4) a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('https://www.lantus.com/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/lantus-hcp-101918-button-arrow-icon2x.png') no-repeat center top;
    position: relative;
    display: block;
    background-size: 45% auto;
    right: 4px;
    float: right;
    top: 0px;
  }
  h2.home-callout-button {
    text-align: center;
    margin-top: 10px;
    color: white;
    font-size: 26px;
    line-height: 18px;
    padding: 0px;
    font-family: "ITC Avant Garde Gothic W01 Dm";
  }
  a.btn-cta {
    font-size: 16px;
    font-family: "AvantGardeGothicDemi";
    color: #717dbc;
    width: 220px;
    border: 2px solid #ffc845;
    height: 45px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    background: white;
    text-transform: uppercase;
  }
  a.btn-cta:after {
    content: "";
    width: 22px;
    height: 20px;
    background: url('https://www.lantus.com/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/lantus-hcp-101918-button-arrow-icon2x.png') no-repeat center top;
    position: relative;
    display: block;
    background-size: 45% auto;
    right: 4px;
    float: right;
    top: -9px;
  }
  .study-design h4 {
    margin-bottom: 0;
    color: #4e4e4f;
    font-family: "ITC Avant Garde Gothic W01 Dm";
    font-size: 18px;
  }
  .study-design p {
    font-family: "ITC Avant Garde Gothic W01 Bk";
    font-size: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ref-section .container {
    padding-left: 0;
  }
  .ref-section p {
    margin-bottom: 0;
  }
  .ref-section ol {
    padding-left: 16px;
    margin-top: 0;
  }
  .injection-guide #DosingCalculatorCTA {
    padding-left: 0;
  }
  .score-structural.score-column.study-design {
    padding: 0 15px;
  }
  #isiCopy {
    box-shadow: 0 -5px 10px -5px #333333;
    background: #edebf4;
    height: 100px;
    background-size: 100% 100%;
  }
  #isiCopy .isi-main-copy-mobile {
    background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/plus-icon.png') no-repeat right top;
    float: right;
    position: relative;
    right: 10px;
    background-size: 11%;
    color: black;
    bottom: 0;
    top: 10px;
  }
  #isiCopy .isi-main-copy-mobile p {
    color: black;
    font-family: "ITC Avant Garde Gothic W01 Bk";
    font-size: 12px !important;
    line-height: normal;
    padding: 0 0 0 25px;
    max-width: 90%;
  }
  #isiCopy .isi-main-copy-mobile p.Mobile-isi-heading {
    font-size: 16px !important;
    margin: 0;
    /*font-family: "ITC Avant Garde Gothic W01 Dm";*/
    font-family: "Arial";
    padding: 3px 0 0 25px;
    /*text-transform: uppercase;*/
    color: #717dbc;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .banner-section {
    background: transparent;
    padding-bottom: 10px;
  }
  .banner-section p {
    margin-top: 20px;
    width: 100%;
    line-height: 20px;
  }
  .banner-section h1 {
    width: 100%;
    margin-top: 5px;
    line-height: 28px;
    font-size: 24px;
  }
  .middle {
    top: -22px;
    margin-left: 24%;
  }
  .proven-subhead .left p {
    font-size: 18px;
  }
  .proven-subhead .right {
    top: -40px;
    width: 80%;
    right: 30px;
    position: relative;
  }
  .proven-subhead img {
    width: 100%;
  }
  .text-component.proven-subhead {
    height: 330px;
  }
  .text-component.proven-subhead .right + p {
    width: 80%;
    bottom: 28px;
    left: 20px;
    position: relative;
    float: left;
  }
  .proven-subhead-txt h2.co {
    font-size: 22px;
  }
  .lantus-patient img {
    width: 100%;
  }
  .daily_dose p {
    margin: 0;
  }
  .se_result p:nth-child(2) {
    text-indent: -10px;
    margin-left: 10px;
  }
  .se_result p:nth-child(3) {
    text-indent: -10px;
    margin-left: 10px;
  }
  .footer-cta .score-left .image-component {
    margin-bottom: 30px;
  }
  .footer-cta .score-left div img {
    width: 94%;
  }
  .footer-cta .score-right div.image-component {
    min-height: 200px;
  }
  .footer-cta .score-right div.image-component div {
    margin: 30px 20px 0 20px;
  }
  .footer-cta .score-right div.image-component div img {
    width: 70px;
  }
  .footer-cta .score-right div.image-component h2:nth-child(3) {
    width: 190px;
    font-size: 20px;
    margin-top: 26px;
  }
  .footer-cta .score-right div.image-component h2:nth-child(4) a {
    padding: 14px 0;
    position: relative;
    top: 20px;
    left: 20px;
  }
  h2.home-callout-button {
    margin: 0 auto;
    padding: 8px 0 20px;
    width: 170px;
    line-height: 18px;
    font-size: 18px;
  }
  .score-structural.score-column2-equal.footer-cta {
    margin-bottom: 45px;
  }
  .score-structural.score-column2-equal.footer-cta .score-right {
    width: 100%;
    padding-left: 0;
  }
  .score-container.ref-section {
    padding: 0 25px;
  }
  .footer-cta .score-left div + p {
    display: none;
  }
  .injection-guide .score-structural.score-column2-equal.footer-cta {
    margin-bottom: 0;
  }
  .resources-for-patients .score-structural.score-column2-equal.about-lantus-cta {
    margin-bottom: 0;
  }
  .coveo-sprites-queryBox-clear,
  .coveo-query-box-clear .coveo-icon {
    width: 0;
  }
  .coveo-query-box-clear {
    position: relative;
  }
  .navbar-nav .dropdown.active > .dropdown-menu {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #floatingDesktopISI #isiCopy {
    left: unset;
  }
}
@media (width: 360px) {
  .about-lantus-cta-right div#DosingCalculatorCTA h2 a {
    width: 280px;
  }
}
@media (max-width: 991px) {
  .injection-guide .score-structural.score-column2-equal.footer-cta .score-left,
  .injection-guide .score-structural.score-column2-equal.footer-cta .score-right {
    padding-right: 0;
  }
  #isiCopy .isi-main-copy-mobile {
    background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/isi-plus.png') no-repeat right top;
    background-size: 10% auto;
  }
  .CoveoSearchBox input.CoveoQueryBox {
    background: #f4f4f4;
    background-size: 100% 100%;
  }
  .CoveoSearchBox input.CoveoQueryBox::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4a4a49;
    font-size: 16px;
    text-transform: capitalize !important;
  }
  .CoveoSearchBox input.CoveoQueryBox:-ms-input-placeholder {
    /* IE 10+ */
    color: #4a4a49;
    textfont-size: 16px;
    text-transform: capitalize !important;
  }
  .CoveoSearchBox input.CoveoQueryBox::-moz-placeholder {
    font-family: "ITC Avant Garde Gothic W01 Dm" !important;
    opacity: 0.9 !important;
    text-shadow: none !important;
    font-size: 16px !important;
  }
  /*mobile CTA Hover css*/
  
  div#DosingCalculatorCTA h2:nth-child(3) a:hover {
    background: transparent !important;
    color: #717dbc !important;
  }
  .cta-bg a:hover,
  .footer-cta a:hover {
    background: #ffc845 !important;
    color: white !important;
  }
  .cta-bg a:hover::after,
  .footer-cta a:hover::after {
    background: url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png') no-repeat center top !important;
    background-size: 45% auto !important;
    width: 22px !important;
    height: 20px !important;
  }
  .Insulins-valyou .score-right .image-component a#ValyouSavingsCTA:hover {
    color: white;
    background: #ffc845;
  }
  .Insulins-valyou .score-right .image-component a#ValyouSavingsCTA:hover:after {
    background: url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png) no-repeat center top !important;
    transform: none;
    background-size: 100% auto !important;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .image-component a:hover::after {
    left: 0;
  }
  body.cv-safety-data .footer-cta .score-right .image-component > a:hover:after {
    top: -7px;
  }
}
/* /* ----------- iPhone 6, 6S, 7 and 8 ----------- */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  .CoveoSearchBox input.CoveoQueryBox {
    padding-top: 10px;
  }
}
.CoveoSearchBox input.CoveoQueryBox::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4a4a49;
  font-size: 16px;
  text-transform: capitalize !important;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
body.CoveoSearchBox input.CoveoQueryBox::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a49 !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  font-family: "ITC Avant Garde Gothic W01 Dm" !important;
}
.CoveoSearchBox input.CoveoQueryBox:-ms-input-placeholder {
  /* IE 10+ */
  color: #4a4a49;
  textfont-size: 16px;
  text-transform: capitalize !important;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.CoveoSearchBox input.CoveoQueryBox:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a49;
  font-size: 16px;
  text-transform: capitalize !important;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.CoveoQueryBox::-moz-placeholder {
  font-family: "ITC Avant Garde Gothic W01 Dm";
  opacity: 0.9;
  text-shadow: none;
  font-size: 16px;
}
@-moz-document url-prefix() {
  #brandISI .isi-text .isi-full a {
    right: 4px;
  }
  
  #globalNav {
    margin-top: 0;
  }
  
  .CoveoQueryBox::-moz-placeholder {
    font-family: "ITC Avant Garde Gothic W01 Dm";
    opacity: 0.9;
    text-shadow: none;
    font-size: 16px;
  }
  
  nav .navbar-nav > li.active:last-child,
  nav .navbar-nav > li:last-child {
    margin-left: 47px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #globalNav {
    margin-top: 0px;
  }
  .efficacy-safety .footer-cta .score-right div.image-component h2:nth-child(4) a {
    top: 14px;
  }
  .efficacy-safety .banner-section h1 sup,
  .banner-section sup:nth-child(2) {
    top: -15px;
  }
  .about-generic-follow-on-biologic .cta-footnote p sup {
    padding-right: 1px;
  }
  nav .navbar-nav > li.active:last-child,
  nav .navbar-nav > li:last-child {
    margin-left: 47px;
  }
  #brandISI .isi-text .isi-full a {
    right: 4px;
  }
}
.copay-card .sub-link a:focus,
.ins-val-savings-prog a:focus,
.toujeo-section a:focus,
.samplectatxt a:focus,
.copay-card .sub-link a:active,
.ins-val-savings-prog a:active,
.toujeo-section a:active,
.samplectatxt a:active {
  text-decoration: none;
}
.btn-cta:focus,
.btn-cta:active {
  text-decoration: none;
}
.footer-cta a:focus,
.about-lantus-cta a:focus,
.footer-cta a:active,
.about-lantus-cta a:active {
  text-decoration: none;
}
@media (min-width: 1100px) {
  /* Safari browser 6.1-10.0 only */
  
  _::-webkit-full-page-media,
  _:future,
  :root #globalNav {
    width: 1175px;
    height: 50px;
    float: left;
  }
  _::-webkit-full-page-media,
  _:future,
  :root nav.navbar-default {
    height: 50px;
    float: left;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .navbar-nav {
    top: 0;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .navbar-header.score-navbar-header {
    display: none;
  }
}
.soliqua100 {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
}
@media (min-width: 992px) {
  .injection-guide .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button,
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button {
    display: block !important;
  }
  .injection-guide .bc-player-BJg9mgdH_default.vjs-mouse.vjs-playing .vjs-big-play-button,
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse.vjs-playing .vjs-big-play-button {
    display: none !important;
  }
  .vjs-big-play-button {
    background: white !important;
    border-radius: 50% !important;
    width: 60px !important;
    border: 1px solid white !important;
    height: 60px !important;
    left: 0 !important;
    right: 0 !important;
    top: 130px !important;
    opacity: 0.8;
    bottom: 0 !important;
    margin: auto !important;
  }
  .bc-player-BJg9mgdH_default .vjs-big-play-button:before {
    content: '\e001';
    color: #23135e;
    display: block;
    font-family: VideoJS;
    font-size: 36px;
    line-height: 23px;
    margin: 16px auto;
    opacity: 0.8;
    text-align: center;
    width: 28px;
  }
  .resources-for-patients .add-video-promo p span.playing-txt {
    top: 48px !important;
    left: 21.6% !important;
  }
  .resources-for-patients .add-video-promo p span.playing-txt.active {
    left: 2% !important;
    top: 61px !important;
  }
  .search-results .ref-container .text-component > div {
    margin-left: -15px;
  }
  .search-results .ivspcontent + p {
    margin-left: -10px;
  }
  .ivspcontent {
    padding-left: 3px;
  }
  .hcp .ivspcontent {
    padding-left: 0px;
    margin-left: -2px;
  }
}
.ivspcontent {
  padding-right: 80px;
}
.search-results .ivspcontent {
  padding-right: 60px;
}
/*HCP max cap*/

.hcp .hc-pro-copy,
.about-generic-follow-on-biologic .hc-pro-copy,
.basaglar-vs-lantus .hc-pro-copy,
.efficacy-safety .hc-pro-copy {
  padding: 14px 15px 30px;
}
.resources-for-patients .hc-pro-copy {
  padding: 15px 15px 30px;
}
.resources-for-patients footer .ref-container .text-component p:nth-child(8) {
  margin-bottom: 13px;
}
.insulin-dose-and-dosing-calculator .hc-pro-copy {
  padding: 3px 15px 30px;
}
.insulin-dose-and-dosing-calculator .text-component.footer-ref ul + p {
  margin-left: 0px;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(8) {
  margin-bottom: 0;
}
.about-generic-follow-on-biologic .score-structural.score-column.ref-container .score-center ol + p {
  margin-bottom: 0;
}
body footer .ref-container .text-component .ivspcontent p:nth-child(2) {
  margin: 12px 0 5px 0px;
}
body footer .ref-container .text-component .ivspcontent p:nth-child(1) {
  font-size: 18px;
  color: #4e4e4f;
  margin-top: 15px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
body footer .ref-container .text-component .ivspcontent p {
  font-size: 18px;
  margin-top: 0;
}
body footer .ref-container .text-component .ivspcontent ul li {
  font-size: 18px;
  /*margin-top: -10px;*/

}
body footer .ref-container .text-component .ivspcontent ul {
  margin-top: 0;
}
body footer .ref-container .text-component .ivspcontent p:nth-child(3) {
  margin-bottom: 10px;
}
body footer .ref-container .text-component p:first-child {
  text-indent: -10px;
}
body .ivspcontent {
  padding-left: 3px;
}
body footer .ref-container .footer-ref p:first-child {
  margin-left: 12px;
}
.ref-section .ivspcontent p:nth-child(1) {
  margin-left: -5px;
}
.ref-section .ivspcontent p:nth-child(2) {
  margin-top: 0;
}
.ref-section .ivspcontent p:nth-child(5) {
  margin-top: 0;
}
.ref-section .ivspcontent p:nth-child(7) {
  margin-top: 0;
}
.insulin-dose-and-dosing-calculator footer .ref-container .footer-ref p:first-child {
  margin-left: 2px;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(2) {
  margin-top: 10px;
  font-size: 18px;
  margin-bottom: 0;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(3) {
  margin-top: 0;
  margin-bottom: 10px;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(4) {
  margin-bottom: 0;
  margin-top: 0;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(6) {
  margin-top: 0px;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(5) {
  margin-top: 20px;
}
.basaglar-vs-lantus #copay-footnote p:nth-child(7) {
  margin-top: 0;
}
.insulin-dose-and-dosing-calculator .ref-container .text-component > div.footer-ref {
  margin-left: 4px;
  padding-top: 15px;
}
.resources-for-patients footer .ref-container .text-component p:nth-child(4) {
  margin-bottom: 0;
  padding-top: 10px;
}
.resources-for-patients footer .ref-container .text-component p:nth-child(7) {
  margin-bottom: 0;
}
.resources-for-patients footer .ref-container .text-component p:nth-child(5) {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .resources-for-patients footer .ref-container .text-component p:nth-child(5) {
    margin-bottom: 15px;
    margin-top: 0;
  }
}
.efficacy-safety .ref-section .ivspcontent p:nth-child(1) {
  margin-left: -10px;
  font-size: 18px;
  color: #4e4e4f;
  margin-top: 10px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.efficacy-safety .ref-section .ivspcontent p:nth-child(2) {
  margin: 12px 0 0px 0px;
  font-size: 18px;
  color: #4e4e4f;
  font-family: Arial;
}
.efficacy-safety .ref-section .ivspcontent p {
  font-size: 18px;
  margin-top: 0;
  color: #4e4e4f;
  font-family: Arial;
}
.efficacy-safety footer .ref-section .text-component .ivspcontent ul {
  margin-top: 0;
}
.efficacy-safety footer .ref-section .text-component .ivspcontent ul li {
  font-size: 18px;
  margin-top: 0;
  color: #4e4e4f;
  font-family: Arial;
  font-weight: normal;
}
@media (max-width: 991px) {
  .resources-for-patients .add-video-promo > img + p span.playing-txt {
    top: 20% !important;
    left: 41% !important;
  }
  .resources-for-patients .add-video-promo p span.playing-txt.active {
    top: 43% !important;
    left: 2% !important;
  }
  .injection-guide .bc-player-BJg9mgdH_default .vjs-big-play-button,
  .resources-for-patients .bc-player-BJg9mgdH_default .vjs-big-play-button {
    display: block !important;
  }
  .injection-guide .bc-player-BJg9mgdH_default.vjs-playing .vjs-big-play-button,
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-playing .vjs-big-play-button {
    display: none !important;
  }
  .injection-guide .bc-player-BJg9mgdH_default .vjs-big-play-button,
  .resources-for-patients .bc-player-BJg9mgdH_default .vjs-big-play-button {
    background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/play-video-icon.png") no-repeat 0 0;
    width: 60px !important;
    height: 60px !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    opacity: 0.8;
    bottom: 0 !important;
    margin: auto !important;
  }
  .bc-player-BJg9mgdH_default .vjs-big-play-button span {
    display: none;
  }
  .bc-player-BJg9mgdH_default .vjs-big-play-button:focus,
  .bc-player-BJg9mgdH_default .vjs-big-play-button:hover,
  .bc-player-BJg9mgdH_default .vjs-progress-holder:focus:before {
    box-shadow: none;
  }
  .ivspcontent {
    padding-right: 0px;
  }
  body #emsFooter .ivspcontent {
    margin-left: -3px;
  }
  body.hcp #emsFooter .ivspcontent {
    margin-left: -4px;
  }
  .cv-safety-data .score-structural.score-column.ref-container .footer-ref p {
    margin-left: 10px;
  }
  #copay-footnote p:nth-child(1) {
    font-size: 16px;
  }
  .basaglar-vs-lantus #copay-footnote p:nth-child(2) {
    font-size: 16px;
  }
  body footer .ref-container .text-component p:first-child {
    text-indent: -12px;
  }
  #copay-footnote p,
  #copay-footnote ul li {
    font-size: 16px;
  }
  body footer .ref-container .text-component .ivspcontent p:nth-child(1) {
    font-size: 16px;
  }
  body footer .ref-container .text-component .ivspcontent p {
    font-size: 16px;
  }
  body footer .ref-container .text-component .ivspcontent ul li {
    font-size: 16px;
  }
  .efficacy-safety .ref-section .ivspcontent p:nth-child(1) {
    font-size: 20px;
    text-indent: -10px;
    margin-left: 0px;
  }
  .efficacy-safety .ref-section .ivspcontent p:nth-child(2) {
    font-size: 16px;
  }
  .efficacy-safety .ref-section .ivspcontent p {
    font-size: 16px;
  }
  .efficacy-safety footer .ref-section .text-component .ivspcontent ul li {
    font-size: 16px;
  }
  body footer .ref-container .text-component .ivspcontent ul {
    padding-bottom: 20px;
  }
  .hcp .hc-pro-copy,
  .about-generic-follow-on-biologic .hc-pro-copy {
    padding: 1px 15px 0px;
  }
  .efficacy-safety .hc-pro-copy {
    padding: 10px 15px 0px;
  }
  .basaglar-vs-lantus .hc-pro-copy {
    padding: 15px 15px 0px;
  }
  .search-results footer .ref-container .text-component p:first-child {
    text-indent: 0px;
    margin-left: 0;
  }
  body.hcp footer .ref-container .text-component p:first-child {
    text-indent: -10px;
  }
  .insulin-dose-and-dosing-calculator .ref-container .text-component > div.footer-ref {
    margin-left: 2px;
  }
  .insulin-dose-and-dosing-calculator .hc-pro-copy {
    padding: 0px 15px 0px;
  }
  body.hcp footer .ref-container .text-component .ivspcontent p:nth-child(1).ref-title {
    font-size: 14px;
  }
  body.hcp .footer-ref {
    margin-left: 0px;
  }
  .resources-for-patients .hc-pro-copy {
    padding: 0px 15px 0;
  }
  .toujeo-soliqua100-33-insulin-treatment-options .score-footer-wrapper .ref-container .text-component .ref-title {
    margin-left: 20px !important;
  }
}
body.hcp footer .ref-container .text-component p:nth-child(2),
body.hcp footer .ref-container .text-component p:nth-child(3) {
  margin-bottom: 6px !important;
}
body.search-results footer .ref-container .text-component p:nth-child(2),
body.search-results .ref-container .text-component p:nth-child(3) {
  margin-bottom: 6px !important;
}
.insulin-dose-and-dosing-calculator .ref-container .text-component .ivspcontent p:nth-child(5),
.injection-guide .ref-container .text-component .ivspcontent p:nth-child(5) {
  margin-bottom: 10px;
}
.efficacy-safety .ref-section .ivspcontent p:nth-child(2) {
  margin-bottom: 5px;
}
.efficacy-safety .ref-section .ivspcontent p:nth-child(5) {
  margin-bottom: 10px;
  margin-top: 5px;
}
.cv-safety-data #eligibility-restriction > p:nth-child(2) {
  margin-bottom: 5px;
  margin-top: 10px;
}
.cv-safety-data #eligibility-restriction > p:nth-child(5) {
  margin-bottom: 10px;
}
.toujeo-soliqua100-33-insulin-treatment-options ul.point {
  margin-top: 12px !important;
}
/* Fixes for ISI spacing issue */

@media (max-width: 991px) {
  .about-generic-follow-on-biologic footer .ref-container .text-component .ivspcontent p:nth-child(1) {
    font-size: 16px;
    text-indent: -7px;
  }
  .about-generic-follow-on-biologic footer .ref-container .text-component .ivspcontent ul {
    padding-bottom: 0;
    margin-top: 10px;
  }
  .basaglar-vs-lantus #copay-footnote p:nth-child(5) {
    margin-bottom: 10px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options footer .ref-container .ivspcontent p:nth-child(1) {
    margin-left: 4px;
  }
}
@media (min-width: 992px) {
  .basaglar-vs-lantus #copay-footnote p:nth-child(2) {
    margin-bottom: 10px;
  }
  .basaglar-vs-lantus #copay-footnote p:nth-child(5) {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .about-generic-follow-on-biologic body footer .ref-container .text-component .ivspcontent p:nth-child(5) {
    margin-bottom: 10px;
  }
}
@-moz-document url-prefix() {
  .navbar-default .navbar-nav > li > a {
    height: 50px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .navbar-default .navbar-nav > li > a {
    height: 50px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ul.navbar-nav {
    float: left;
    margin: -2px 0 0 0;
  }
  .navbar-default .navbar-nav > li > a {
    height: 50px;
  }
}
@-moz-document url-prefix() {
  ul.navbar-nav {
    float: left;
    margin: 0 0 0 0;
  }
}
@media (min-width: 1025px) {
  #lipsum > p:nth-child(17) {
    margin-bottom: 10px;
  }
  .about-generic-follow-on-biologic .score-structural.score-column.ref-container {
    margin-top: 0;
  }
  .hcp #lipsum > p:nth-child(19),
  .about-generic-follow-on-biologic #lipsum > p:nth-child(19),
  .basaglar-vs-lantus #lipsum > p:nth-child(19),
  .insulin-dose-and-dosing-calculator #lipsum > p:nth-child(19),
  .injection-guide #lipsum > p:nth-child(19),
  .efficacy-safety #lipsum > p:nth-child(19),
  .improved-glycemic-control #lipsum > p:nth-child(19),
  .cv-safety-data #lipsum > p:nth-child(19),
  .resources-for-patients #lipsum > p:nth-child(19) {
    margin-bottom: 0;
  }
  .hcp #isiCopy > div.isi-main-copy > div > p:nth-child(3),
  .about-generic-follow-on-biologic #isiCopy > div.isi-main-copy > div > p:nth-child(3),
  .basaglar-vs-lantus #isiCopy > div.isi-main-copy > div > p:nth-child(3) {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-generic-follow-on-biologic div#quickLinks ul,
  .basaglar-vs-lantus div#quickLinks ul {
    padding-top: 0;
    margin-bottom: -8px;
  }
  .about-generic-follow-on-biologic .score-structural.score-column.ref-container,
  .basaglar-vs-lantus .score-structural.score-column.ref-container {
    margin-top: 0;
  }
  .basaglar-vs-lantus #copay-footnote p:nth-child(1) {
    margin-top: 15px;
  }
  .insulin-dose-and-dosing-calculator .ref-container .text-component .ivspcontent p:nth-child(1),
  .injection-guide .ref-container .text-component .ivspcontent p:nth-child(1),
  .improved-glycemic-control .ref-container .text-component .ivspcontent p:nth-child(1),
  .resources-for-patients .ref-container .text-component .ivspcontent p:nth-child(1) {
    margin-top: 0;
  }
  .toujeo-soliqua100-33-insulin-treatment-options .ref-container .text-component .ivspcontent p:nth-child(1) {
    margin-top: 8px;
  }
  .efficacy-safety .ref-section .ivspcontent p:nth-child(1) {
    margin-top: 0;
  }
  .cv-safety-data #copay-footnote p:nth-child(1) {
    margin-top: 0;
  }
  .toujeo-soliqua100-33-insulin-treatment-options #lipsum > p:nth-child(2) strong:nth-child(1),
  .about-generic-follow-on-biologic #lipsum > p:nth-child(2) strong:nth-child(1),
  .hcp #lipsum > p:nth-child(2) strong:nth-child(1),
  .basaglar-vs-lantus #lipsum > p:nth-child(2) strong:nth-child(1),
  .insulin-dose-and-dosing-calculator #lipsum > p:nth-child(2) strong:nth-child(1),
  .injection-guide #lipsum > p:nth-child(2) strong:nth-child(1),
  .efficacy-safety #lipsum > p:nth-child(2) strong:nth-child(1),
  .improved-glycemic-control #lipsum > p:nth-child(2) strong:nth-child(1),
  .cv-safety-data #lipsum > p:nth-child(2) strong:nth-child(1),
  .resources-for-patients #lipsum > p:nth-child(2) strong:nth-child(1) {
    margin-bottom: 3px;
    display: inline-block;
  }
  .hcp #lipsum > p:nth-child(2) strong:nth-child(1) {
    margin-bottom: 0px !important;
  }
  .toujeo-soliqua100-33-insulin-treatment-options .other-insulin-isi > .pageSpecificISI > .lantusISILink {
    margin-bottom: 5px;
    display: block;
    margin-top: 15px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options .other-insulin-isi #lipsum > p.toujeoISI-content {
    display: none;
  }
  .toujeo-soliqua100-33-insulin-treatment-options p.boldpara.last + .toujeoISILink.tsl3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options #lipsum > ul:nth-child(37) > li {
    margin-bottom: 4px;
  }
}
/*Covid 19 popup css*/

body div#corona-popup p.headline {
  font-size: 20px;
  line-height: 26px;
  color: #525ca3;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  padding: 0 40px;
}
body div#corona-popup.modal .modal-dialog .modal-content {
  box-shadow: none;
  border-radius: 10px;
  width: 700px;
  border: 3px solid #959595;
  height: auto;
  max-width: initial;
}
body div#corona-popup p.content-txt {
  font-size: 16px;
  color: black;
  font-family: Arial;
  text-align: left;
  margin-bottom: 0;
  line-height: 22px;
}
body div#corona-popup p.content-txt a.phone.ignore-popup {
  color: black;
  font-family: Arial;
  font-weight: bold;
}
body div#corona-popup p.content-txt a#link {
  color: #525ca3;
  font-family: Arial;
  text-decoration: underline;
}
body button.btn.Coronabutton {
  width: 203px;
  height: 48px;
  background: #525ca3;
  color: white;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
body div#corona-popup .modal-footer {
  display: initial;
  padding: 0;
  margin: 0;
}
body div#corona-popup p.job-txt {
  font-size: 14px;
  color: #333333;
  font-family: Arial;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-right: 10px;
}
body button.btn.Coronabutton:after {
  content: "";
  position: relative;
  left: 9px;
  background: url(https://www.lantus.com/resources/css/page/-/media/CE57EFE659724A7C975840A02DFB784A.ashx);
  width: 29px;
  height: 9px;
  background-size: 100% auto;
  display: inline-block;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  top: 6px;
}
body #corona-popup button.close.CoronaCloseX:before {
  content: "X";
  display: block;
  color: #201756;
  font-size: 20px;
  font-family: Arial;
}
body #corona-popup button.close.CoronaCloseX {
  position: absolute;
  right: 10px;
  float: none;
  opacity: 1;
  top: 10px;
}
body div#corona-popup.modal .modal-dialog {
  margin-top: 12%;
}
body div#corona-popup .modal-content .modal-body {
  padding: 0px 30px 0 27px !important;
}
body div#corona-popup .modal-content .modal-header {
  padding: 27px 30px 0px 30px;
}
body div#corona-popup p.content-txt:nth-child(1) {
  margin-bottom: 18px;
  padding-right: 20px;
}
body div#corona-popup p.content-txt:nth-child(2) {
  width: 470px;
  margin-bottom: 15px;
}
body div#corona-popup.modal .modal-dialog {
  margin-top: 12%;
}
body div#corona-popup p.headline {
  margin: 0;
}
body div#corona-popup p.headline + p {
  display: none;
}
@media (min-width: 992px) {
  body div#corona-popup p.content-txt a.phone.ignore-popup {
    pointer-events: none;
  }
  body .carousel-content a.btn-cta {
    z-index: auto;
  }
  body div#corona-popup .modal-footer {
    border: none;
  }
  #corona-popup .modal-dialog {
    width: 700px;
  }
  .modal-open {
    height: 100vh;
  }
}
@media (max-width: 991px) {
  body div#corona-popup.modal .modal-dialog .modal-content {
    width: 100%;
  }
  body div#corona-popup p.headline {
    padding: 0 20px;
    margin: 0;
  }
  body div#corona-popup p.headline + p {
    display: none;
  }
  body div#corona-popup .modal-content .modal-header {
    padding: 45px 15px 10px 0;
  }
  body div#corona-popup p.content-txt:nth-child(2) {
    width: 260px;
  }
  body div#corona-popup .modal-footer {
    display: block;
    padding: 0;
    margin: 17px auto 5px;
    border: none;
  }
  body div#corona-popup p.job-txt {
    margin-top: 0;
  }
  body button.btn.Coronabutton {
    margin: 25px auto 0;
  }
  body div#corona-popup .modal-content .modal-body {
    padding: 0px 27px 0 27px;
  }
}
body.search-results #lipsum > p:nth-child(19) {
  margin-top: -5px;
}
.search-results .ivspcontent ul.point {
  padding: 0px 0 0 18px;
}
.search-results #lipsum > p:nth-child(19) {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .search-results #lipsum > p:nth-child(19) {
    margin-bottom: 0px;
  }
}
.body.search-results footer .ref-container .text-component p:first-child {
  text-indent: -3px;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  html,
  body {
    overflow-x: hidden;
  }
}
/* -------------------
BEGIN brand 
Sitecore Resource: e6bdd64d-36ed-44da-8399-6705f04456e3
   -------------------*/

/*Home-page*/

body .videoContainer .video-player .video-item .video-iframe .vjs-control-bar:hover {
  display: flex !important;
}
.injection-guide .videoContainer .video-player .video-item .video-iframe .vjs-control-bar:hover {
  display: flex !important;
}
.vjs-poster:focus {
  outline: 0;
}
div#vjs_video_3:focus {
  outline: 0;
}
video {
  cursor: pointer;
}
.additional-link {
  top: 86%;
  padding: 0;
  position: relative;
  z-index: 4;
  width: 100%;
  right: 0;
  text-align: right;
}
.additional-link a {
  padding: 20px 16px 0 0;
  text-indent: -9999px;
  display: inline-block;
  font-size: 0px;
  width: 80px;
  height: 20px;
}
.add-video-promo p:nth-child(3) {
  cursor: pointer;
}
.additional-section .text-component p.video-sub-copy a:hover,
.additional-section .text-component p.video-sub-copy a:focus {
  text-decoration: none;
}
/*about-us*/

.score-structural.score-column2-equal.about-lantus-cta .score-left,
.score-structural.score-column2-equal.about-lantus-cta .score-right {
  background: white none repeat scroll 0 0;
  height: 90px;
  margin-right: 30px;
  width: 47.9%;
}
.about-lantus-cta-left.cta-bg .image-component p:nth-child(2),
.about-lantus-cta-left.cta-bg .image-component p:nth-child(5) {
  display: none;
}
.about-lantus-txt-right .btn.btn-default {
  margin-top: 13px;
}
.about-lantus-cta-left .score-center .image-component img {
  height: auto;
  margin: 11px 0 0;
  width: 100%;
}
.cta-bg .image-component img {
  height: auto;
  padding: 23px 0 0;
  width: 65px;
}
.cta-bg .image-component div {
  float: left;
  padding-bottom: 18px;
  width: 95px;
}
.cta-bg .image-component h2 {
  float: right;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 18px;
  line-height: 21px;
  margin: 15px 0 0;
  padding: 0;
  width: 320px;
  color: #7373af;
}
.text-component > h2 {
  color: #746c9f;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 24px;
  margin: 48px 0 0;
}
.cta-bg .image-component p.sub-note {
  color: #4e4e4f;
  font-size: 10px;
  margin-top: 0;
  font-family: arial;
  width: 320px;
  float: right;
}
.cta-bg .image-component p a {
  color: #7373a6;
  font-size: 12px;
}
.about-lantus .score-right .cta-bg .score-center .image-component h2 {
  width: 352px;
}
.cta-bg .image-component h2 {
  width: 320px;
}
.about-lantus-txt-left .text-component > h2 {
  color: #4e4e4f;
  font-family: 'AvantGardeGothicDemi';
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 28px;
}
.about-lantus-txt-left .text-component > p {
  color: #746c9f;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 35px;
}
.about-lantus .ref-container .text-component li {
  padding-bottom: 3px;
  word-wrap: break-word;
}
.about-lantus-txt-left li {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bulleticon.png") no-repeat scroll 0 2px;
  color: #4e4e4f;
  font-family: 'arial';
  font-weight: normal;
  font-size: 18px;
  list-style-type: none;
  padding-left: 35px;
  background-position: 20px auto;
  background-position: 0 14px;
}
.about-lantus-txt-left li:last-child {
  background-position: 0 3px;
}
.about-lantus-txt-left li {
  padding-bottom: 18px;
}
.cta-footnote > p {
  font-family: 'arial';
  font-weight: normal;
  margin: 5px 0;
  color: #4e4e4f;
  font-size: 12px;
}
.about-lantus .cta-footnote {
  width: 104%;
}
.about-lantus-txt-left .text-component > ul {
  padding-left: 0;
}
.about-lantus-txt-right .text-component > p {
  color: #717ebd;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 27px;
  width: 425px;
  margin-top: 38px;
  padding-top: 55px;
  line-height: 29px;
}
.other-insulin-toujeo-txt h2:nth-child(1) {
  margin-bottom: 30px;
  position: relative;
  top: 20px;
}
.about-lantus-txt-right .text-component {
  padding-top: 3%;
  padding-left: 20px;
}
.about-lantus-txt-right .text-component > p::before {
  background-image: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/border-line.png");
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  position: relative;
  top: -10px;
  width: 140%;
  float: left;
  left: -28px;
}
.btn.btn-default {
  background: white none repeat scroll 0 0;
  border-color: #7d79ae;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 3px;
  color: #7373a5;
  font-family: 'AvantGardeGothicDemi';
  font-size: 16px;
  padding: 7px 40px;
  font-weight: normal;
}
.about-lantus-cta {
  margin-top: 30px;
  margin-left: 3px;
}
.guide-container sup {
  font-size: 12px;
}
.cta-footnote > p sup {
  margin-left: -7px;
  padding-right: 2px;
}
.about-lantus-cta-right.cta-bg .image-component img {
  margin: 9px 0 0;
  width: 60%;
}
.about-lantus-cta-right.cta-bg .image-component p:nth-child(2),
.about-lantus-cta-right.cta-bg .image-component p:nth-child(4) {
  display: none;
}
.ref-container .text-component > div {
  color: #4e4e4f;
  margin-left: 3px;
  font-family: Arial;
}
.text-component span#star {
  margin-left: -10px;
  padding-right: 4px;
}
.about-lantus-cta-right.cta-bg .image-component p {
  margin: 16px 0 0;
  width: 340px;
}
.about-lantus-cta-left.cta-bg .image-component h2 a {
  color: #7373a6;
  font-size: 18px;
}
.about-lantus-cta-right.cta-bg .image-component a {
  color: #7373af;
  font-size: 18px;
}
.about-lantus .cta-bg .image-component img {
  padding: 10px 0 0;
}
.guide-container .text-component p a {
  color: #746c9f;
  text-decoration: underline;
}
body.injection-guide .guide-container sup {
  font-size: 70%;
  top: -5px;
}
.injection-guide .text-component h1.co sup {
  font-size: 62%;
  top: -8px;
}
.injection-guide .pageWrapper sup {
  top: -7px;
  font-size: 62%;
}
.ref-container .text-component ol {
  padding-left: 16px;
  margin-top: 0;
}
.ref-container {
  margin-top: 12px;
}
.page-link a {
  color: #746c9f;
  float: right;
  font-size: 18px;
  font-weight: normal;
  margin-right: -6px;
  margin-top: 3px;
  text-decoration: none;
  width: auto;
  font-family: 'Arial';
  font-weight: bold;
}
.page-link span {
  border-bottom: 2px solid;
}
.btn.btn-default:hover {
  background: #e5e3ee none repeat scroll 0 0;
}
.page-link a::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/blue-cta-arrow.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: 4px;
  position: relative;
  top: 2px;
  width: 6px;
}
.origin p:nth-child(2) {
  padding: 20px 0;
  color: #4e4e4f;
  font-family: Arial;
}
.about-lantus #popup-showmore .modal-content {
  height: auto;
}
#popup-showmore .modal-content {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/pop-up-bg.png") no-repeat scroll 0 0;
  background-size: 100% 100%;
}
.about-lantus-txt-right .btn.btn-default.btn.btn-default > span {
  left: 20px;
  position: relative;
}
.about-lantus .ref-container {
  margin-top: 18px;
}
.about-lantus .modal-dialog {
  width: 630px;
}
.about-lantus .ref-container .text-component ol {
  margin-bottom: 8px;
}
.about-lantus .cta-bg .image-component div {
  width: 80px;
}
.about-lantus #popup-showmore .modal-header .close {
  opacity: 0;
}
#popup-showmore .modal-body li {
  padding-bottom: 15px;
  word-wrap: break-word;
}
#popup-showmore .modal-body h2 {
  color: #746c9f;
  font-family: arial;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}
#popup-showmore .modal-body {
  padding: 0 40px;
}
#popup-showmore .modal-body p {
  color: #4e4e4f;
  font-family: arial;
  font-size: 16px;
  margin: 0 0 22px;
}
#popup-showmore .modal-body ol {
  margin-bottom: 45px;
  margin-top: 10px;
  padding-left: 18px;
  color: #4e4e4f;
}
#popup-showmore .modal-header .close {
  color: white;
  font-size: 33px;
  left: 11px;
  position: relative;
  top: -15px;
  z-index: 111;
  opacity: 0.1;
}
.close:hover,
.close:focus {
  opacity: 0;
}
.cv-safety .cta-bg .image-component div {
  width: 65px;
}
/* insurance-coverage-and-savings page*/

.arm-promo .image-component div,
.cv-safety-promo .image-component div {
  float: left;
  width: 85px;
}
.efficacy-safety .ref-container {
  margin-left: -22px;
}
.arm-promo .image-component p,
.cv-safety-promo .image-component p {
  color: #7373a6;
  float: right;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 18px;
  line-height: 18px;
  margin: 10px 0 0;
  padding: 0;
  width: 346px;
}
.arm-promo .image-component img {
  height: auto;
  margin: 20px 0 0 -5px;
  width: 80px;
}
.cv-safety-promo .image-component img {
  height: auto;
  margin: 27px 10px 0;
  width: 50%;
}
.arm-promo .image-component a,
.cv-safety-promo .image-component a {
  color: #7373a6;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 12px;
  line-height: 15px;
}
.arm-promo .image-component p:nth-child(4),
.cv-safety-promo .image-component p:nth-child(4) {
  margin-top: 0;
}
.insurance-coverage-and-savings h2.medicare::after {
  display: none;
}
.insurance-coverage-and-savings .text-component > h2.co {
  margin-top: 7%;
}
.insurance-coverage-and-savings .text-component > h2 {
  margin-top: 28px;
}
.txt-comp-2 .FR p {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
}
.about-lantus-cta .image-component a::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/arrow-cta.png") no-repeat scroll 0 0;
  color: #ffc840;
  content: "";
  display: inline-block;
  height: 15px;
  left: 6px;
  padding-left: 8px;
  position: relative;
  vertical-align: middle;
  width: 8px;
  background-size: 85% 85%;
  top: 2px;
}
.txt-comp-2 .text-component {
  background: white none repeat scroll 0 0;
  height: 225px;
  padding: 0;
  width: 100%;
}
.txt-comp-2 .FL {
  float: left;
  width: 36%;
}
.summary .about-lantus-cta {
  margin-top: 37px;
}
.txt-comp-2 .FR {
  float: right;
  width: 63%;
}
.txt-comp-2 .FL h3 {
  color: #746c9f;
  font-family: 'AvantGardeGothicDemi';
  font-size: 110px;
  font-weight: bold;
  margin: 25px 0 0;
  padding: 22px 0 0;
  text-align: center;
}
.txt-comp-2 .FL h3 sup {
  font-size: 60px;
}
.txt-comp-2 .FR h3 {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 18px;
  width: 420px;
}
.txt-comp-2 .FR h3:nth-child(1) {
  color: #7373a5;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 40px;
  margin-bottom: 25px;
  padding-top: 35px;
}
.txt-comp-2 .FR h3:nth-child(3) {
  font-size: 12px;
}
h2.medicare {
  color: #746c9f;
  padding: 15px 0;
}
.co-pay-coverage {
  background: white none repeat scroll 0 0;
  padding: 0;
  margin: 0;
  height: 270px;
}
h2.co {
  margin-top: 10%;
}
h2.medicare::after {
  border-bottom: 3px solid white;
  content: "";
  display: inline-block;
  float: right;
  height: 5px;
  max-width: 100%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.medicare {
  background: #edebf4 none repeat scroll 0 0;
  overflow: hidden;
}
.copay-card img {
  margin: 40px 0 0 25px;
  padding: 0;
}
.value2 > p {
  font-family: arial;
  font-size: 17px;
  width: 350px;
}
.value2 > h3 {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 18px;
}
.value1 {
  float: left;
  width: 100%;
}
.cvsafety-promo-left a:hover,
.cvsafety-promo-right a:hover {
  text-decoration: underline;
}
.value2 {
  bottom: 60px;
  float: right;
  left: 50px;
  position: relative;
  width: 77%;
}
.insurance-coverage-and-savings .ref-container .text-component ul {
  padding-left: 14px;
  color: #4e4e4f;
  font-family: Arial;
}
.insurance-coverage-and-savings .ref-container .text-component div p {
  margin-bottom: 10px;
  color: #4e4e4f;
  font-family: Arial;
}
.co-pay-coverage a {
  bottom: 40px;
  left: 50px;
  position: relative;
}
.value2 p:nth-child(1) {
  bottom: 19px;
  color: #7373a5;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 60px;
  margin: 20px 0 0;
  line-height: 40px;
}
.image-component.graph_img > p {
  bottom: 200px;
  color: #4e4e4f;
  font-family: Arial;
  font-size: 14px;
  left: 110px;
  margin: 0;
  position: absolute;
}
.copay-txt-right {
  margin-top: 30px;
  padding-top: 30px;
}
.dosingCalculator sup {
  vertical-align: 0;
}
.cvsafety-promo-left a,
.cvsafety-promo-right a {
  font-size: 12px;
}
.cvsafety-promo-left a:hover,
.cvsafety-promo-right a:hover {
  text-decoration: none;
}
.cvsafety-promo-left.cta-bg .image-component h3:nth-child(3) {
  margin-top: 0px;
}
.cvsafety-promo-right.cta-bg .image-component h3:nth-child(3) {
  margin-top: -4px;
}
.cv-safety .cvsafety-promo-left.cta-bg .image-component div {
  width: 50px;
}
.cv-safety .cvsafety-promo-left.cta-bg .image-component img {
  padding: 30px 0 0;
  width: 42px;
  margin-left: -6px;
}
/*injection-guide page*/

.video-item h2 {
  margin: 15px 0 0 15px;
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
}
.video-item p {
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-weight: normal;
  color: #4e4e4f;
  margin: 22px 0px 30px 0px;
  font-size: 16px;
}
.injection-guide .viewBtn,
.injection-guide .viewBtn:hover {
  text-decoration: underline;
}
.guide-container p {
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-size: 16px;
  line-height: 18px;
  padding: 0 26px;
}
.guide-container + .text-component {
  background: white;
  margin: 30px -15px 0;
  border-top: 4px solid #ffc845;
}
.injection-guide-bullets {
  padding: 20px 22px 50px;
}
.injection-guide-bullets li {
  background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bullet-point.png') no-repeat scroll;
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-size: 18px;
  list-style-type: none;
  padding-left: 24px;
  background-position: 4px 8px;
  padding-bottom: 18px;
}
.image-component.man-arm {
  padding-bottom: 20px;
}
.image-component.man-arm p {
  display: none;
}
.image-component.man-arm img {
  position: relative;
  top: 23px;
  left: 60px;
  width: 63%;
  height: auto;
}
.guide-container .score-left .text-component p:nth-child(1) {
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  margin: 14px 0 0 0;
  padding-right: 0;
}
.guide-container {
  background: white;
  border-top: 4px solid #ffc845;
  padding-left: 10px;
  margin-right: 15px;
}
.image-component.calculator-cta img,
.image-component.lantus-cta img {
  float: left;
}
.image-component.calculator-cta img {
  height: auto;
  margin: 14px 0 0 3px;
  width: 13%;
}
.image-component.calculator-cta p,
.image-component.lantus-cta p {
  color: #7373af;
  float: right;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 18px;
  line-height: 21px;
  margin: 35px 0 0 0;
}
.image-component.lantus-cta img {
  height: auto;
  margin: 20px 0 0 -10px;
  width: 80px;
}
.image-component.lantus-cta > p {
  width: 325px;
  margin: 0;
  padding-top: 25px;
}
.do-dont-bullets {
  background: white;
  margin-right: 15px;
}
.score-structural.score-column.insulin-video-container {
  margin-right: 25px;
  margin-top: 30px;
  margin-left: -2px;
}
.injection-guide .text-component.page-link {
  display: none;
}
.do-dont-title {
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  padding-left: 25px;
  margin: 15px 0 0px;
}
.do-dont-bullets ul {
  padding: 0;
  margin-top: 0;
}
ul.do-bullets:after {
  content: "";
  width: 3px;
  height: 95%;
  color: #ffc845;
  display: block;
  position: absolute;
  border-right: 2px solid #ffc845;
  top: 0;
  right: -35px;
}
.do-dont-bullets ul li {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  list-style-type: none;
  padding: 17px 0;
  position: relative;
  left: 20px;
  width: 90%;
}
.do-dont-bullets ul li:nth-child(2) {
  width: 100%;
}
.do-bullets li::before {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/30graphicdo2x.png") no-repeat scroll 0 2px;
  content: "";
  float: left;
  height: 26px;
  padding: 0;
  position: relative;
  width: 100%;
  left: -18px;
  background-size: auto 90%;
  top: 0;
}
.dont-bullets li::before {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/30graphicdont2x.png") no-repeat scroll 0 2px;
  content: "";
  float: left;
  height: 25px;
  padding: 0;
  position: relative;
  width: 100%;
  left: -20px;
  background-size: auto 98%;
}
.score-left .do-dont-bullets {
  background: transparent none repeat scroll 0 0;
}
.do-dont-bullets ul li {
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  list-style-type: none;
  padding: 17px 20px 5px 25px;
  position: relative;
}
.res-promo-container .box-content img {
  cursor: pointer;
}
.dont-bullets > li {
  margin-left: 25px;
}
.dont-bullets > li {
  margin-left: 35px;
}
/*Other Insulin Options page*/

.other-insulin-toujeo-txt h2,
.other-insulin-soliqua-txt h2 {
  color: #746c9f;
  font-size: 24px;
  padding: 0 0 20px;
  width: 90%;
}
.score-structural.score-column.other-insulin-cta-left {
  margin-top: 50px;
}
.other-insulin-toujeo-txt h2:nth-child(1),
.other-insulin-soliqua-txt h2:nth-child(1) {
  font-size: 14px;
  padding-bottom: 0;
  padding-top: 0px;
}
.other-insulin-toujeo-txt h2:nth-child(2),
.other-insulin-soliqua-txt h2:nth-child(2) {
  margin-top: 10px;
}
.score-structural.score-column.other-insulin-cta-left {
  background: white;
  float: left;
  padding: 25px 25px 12px;
  text-align: center;
  margin-left: 1px;
}
.score-structural.score-column.other-insulin-cta-right {
  background: white;
  float: left;
  margin-top: 0px;
  padding: 21% 10px 11px;
  text-align: center;
  margin-left: 1px;
}
.other-img-left a,
.other-img-right a {
  background: #edebf4;
  border-color: #7d79ae;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 1px 7px;
  color: #7373a5;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 16px;
  padding: 7px 20px;
  font-weight: normal;
  text-decoration: none;
}
.graph_img img {
  max-width: 100%;
  height: auto;
}
.cvsafety-promo-left a,
.cvsafety-promo-right a {
  color: #7373a6;
  text-decoration: none;
}
.image-component.graph_img {
  position: relative;
}
.study_sec p {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
  margin: 0 auto;
  width: 100%;
}
.cv-safety h2.medicare::after,
.reduce-hba1c-levels h2.medicare::after {
  display: none;
}
.cvsafety-img2 .image-component > p {
  display: none;
}
.study_sec + p {
  display: none;
}
.cvsafety-subhead-txt2 h2 {
  margin-top: 10px;
  padding-bottom: 5px;
}
.cv-safety .about-lantus-cta {
  margin-top: 10px;
}
.cv-safety .image-component.graph_img > p:nth-child(2) {
  margin: 0;
}
.hba1c-img1 img,
.hba1c-img2 img,
.glycemic-img1 img,
.glycemic-img2 img,
.glycemic-img3 img {
  max-width: 100%;
  height: auto;
}
.insurance-coverage-and-savings .co-pay-coverage .score-left {
  width: 43%;
}
.hba1c-promo-right.cta-bg .image-component div {
  width: 46px;
}
.resources-left-promo .score-center .image-component img {
  margin: 14px 0 0 -15px;
  padding: 10px;
}
.resources-left-promo .score-center h3,
.resources-right-promo .score-center h3 {
  color: #7373a6;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.resources-right-promo .score-center h3 a {
  color: #7373a6;
}
.dosing-content .text-component {
  margin-left: -15px;
  margin-right: 15px;
}
.image-component.lantus-cta > p:nth-child(2) {
  display: none;
}
.image-component.calculator-cta p a,
.image-component.lantus-cta p a {
  color: #7373a6;
}
.image-component.lantus-cta p a {
  font-size: 12px;
}
.image-component.lantus-cta > p:nth-child(4) {
  padding-top: 0;
}
.injection-guide .container {
  width: 100%;
}
.injection-guide .score-footer-wrapper .container {
  padding: 0 40px;
}
.cvsafety-subhead-txt1 h2.medicare::after {
  top: 67%;
}
.cv-safety .banner-section p:nth-child(6) {
  display: none;
}
.cv-safety .banner-section p:nth-child(5) {
  font-size: 12px;
  position: relative;
  top: 25px;
}
.cvsafety-promo-left.cta-bg .image-component h3,
.cvsafety-promo-right.cta-bg .image-component h3 {
  color: #7373a6;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 18px;
  line-height: 15px;
  margin: 0px 0 0;
  width: 440px;
}
.cvsafety-promo-left.cta-bg .image-component p:nth-child(3) {
  margin-top: 8px;
}
.cvsafety-promo-right.cta-bg .image-component p:nth-child(3) {
  margin-top: 10px;
}
.cvsafety-promo-right.cta-bg .image-component img {
  width: 55%;
  padding-top: 12px;
}
.score-structural.score-column2-equal.about-lantus-cta .score-right {
  margin-right: 0;
}
.cv-safety h2.co {
  margin-top: 8%;
}
.cv-safety .cvsafety-img1 .image-component:nth-child(2) {
  display: none;
}
.cv-safety .cta-bg .image-component img {
  padding: 20px 0 0;
  width: 49px;
}
.cv-safety .ref-container .text-component > div {
  margin-left: 0;
}
.hba1c-img {
  background-image: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png");
  background-color: white;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
.hba1c-img1 img,
.hba1c-img2 img {
  padding: 30px 30px 0;
  width: 85%;
  margin: 0 auto;
  display: block;
}
.image-component.hba1c-img1 > p {
  display: none;
}
.hba1c-img1 img,
.hba1c-img2 img {
  padding-bottom: 10px;
}
.hba1c-img1 ul {
  margin: 0 auto;
  width: 85%;
}
.image-component.hba1c-img1 li {
  color: #4e4e4f;
  font-family: Arial;
  padding-bottom: 6px;
  font-size: 18px;
}
.origin {
  margin: 0 auto;
  width: 79%;
}
.hba1c-img2 a.btn.btn-default {
  width: 100%;
}
.origin div p:nth-child(2) {
  margin-bottom: 0;
}
p#s-design {
  margin-top: 0;
  padding-bottom: 30px;
}
.hba1c-promo-left .image-component a,
.hba1c-promo-right .image-component a {
  font-size: 18px;
  color: #7373a6;
  margin: 0 0 0 0;
  font-family: 'ITC Avant Garde Gothic W01 Md';
}
.hba1c-promo-left .image-component p:nth-child(2) {
  display: none;
}
.hba1c-promo-left .image-component h3 {
  margin: -4px 0 0;
  width: 340px;
  float: left;
}
.hba1c-promo-left .image-component h3 span {
  white-space: nowrap;
}
.hba1c-promo-left .image-component p {
  padding-top: 3px;
}
.hba1c-promo-left .image-component p,
.hba1c-promo-right .image-component p {
  color: #4e4e4f;
  float: left;
  font-family: Arial;
  font-size: 10px;
  font-weight: normal;
  margin: 0;
  width: auto;
}
.hba1c-promo-right .image-component h3 {
  color: #7373af;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 18px;
  margin: 9px 0 0;
}
.hba1c-promo-right .image-component img {
  padding-top: 25px;
  width: 55px;
}
.hba1c-promo-right .image-component img {
  margin-left: -8px;
  padding: 28px 0 0;
  width: 46px;
}
h2.banner-title {
  font-family: 'AvantGardeGothicDemi';
  font-size: 30px;
  margin: 0;
  padding-top: 2px;
  color: white;
}
.calc-title h1 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 20px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  color: #23135e;
  font-weight: normal;
}
.origin-subnote p {
  margin: 0;
  color: #4e4e4f;
  font-size: 18px;
  line-height: 20px;
}
.origin-subnote {
  margin-top: 30px;
}
p#s-design {
  padding-bottom: 0;
}
.hba1c-promo-left .image-component a:hover,
.hba1c-promo-right .image-component a:hover {
  text-decoration: none;
}
.hba1c-promo-right .image-component a {
  font-size: 12px;
}
.dosingCalculator .title .heading {
  width: 100%;
  float: none;
  text-align: left;
  margin: 0;
  padding-left: 30px;
}
.dosingCalculator .heading h6 {
  color: #4e4e4f;
  padding-bottom: 30px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: normal;
}
.dosingCalculator {
  box-shadow: none;
  border-top: 4px solid #ffc845;
  border-radius: 0;
  background: white;
  height: 220px;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}
.dosingCalculator h2 {
  margin-top: 0;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  color: #4e4e4f;
  padding: 15px 30px 0;
  margin-bottom: 0;
  line-height: 18px;
}
.dosingCalculator .title {
  background: white none repeat scroll 0 0;
  border-bottom: medium none;
  border-radius: 0;
  float: none;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.dosingCalculator .calc {
  float: none;
  margin: 0;
  width: 620px;
  padding-left: 30px;
}
.image-component.injection-cta > h3 a:hover,
.image-component.efficacy-cta > h3 a:hover {
  text-decoration: none;
}
.dosingCalculator input[type="button"] {
  float: left;
  font-family: 'AvantGardeGothicDemi' !important;
  font-size: 16px !important;
  padding: 8px 17px;
  margin-top: 3px;
}
.equal-to {
  float: left;
  padding: 0px 28px;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 30px;
  color: #888888;
  line-height: 30px;
  margin-top: 6px;
}
#txtResult::placeholder {
  color: white;
  opacity: 1;
}
#txtResult {
  background: #737dbd none repeat scroll 0 0;
  border: 0 none;
  box-shadow: unset;
  color: white;
  font-size: 30px;
  height: 40px;
  width: 125px;
  margin-top: 2px;
}
.txtUnit {
  color: #737dbd;
  font-size: 30px;
  padding-left: 8px;
}
.fup > strong {
  font-weight: normal;
}
.dosingCalculator .content {
  background: white;
  margin-bottom: 0px;
  margin-top: 0;
  float: left;
}
span.displayLabel {
  font-weight: bold;
  font-size: 16px;
  color: #7d79ae;
  text-align: left;
  clear: both;
  width: 100%;
  padding: 20px 0 0 30px;
  display: block;
}
.injection-guide .text-component h1.co {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  color: #23135e;
  font-size: 30px;
  margin-left: 0;
  padding: 15px 0;
  z-index: auto !important;
}
.dosingCalculator .title,
.dosingCalculator .content {
  clear: both;
}
.dosingCalculator input[type="button"] {
  background: white none repeat scroll 0 0;
  border-color: #ffc845;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 3px 3px 2px;
  color: #ffc845;
  font-family: 'AvantGardeGothicDemi';
  font-size: 16px;
  font-weight: bold;
  padding: 7px 17px;
  width: 145px;
  margin-top: 4px;
  font-weight: normal;
}
.dosingCalculator .calc h6 {
  color: #888888;
  font-weight: normal;
  position: relative;
  top: 7px;
  left: -30px;
}
.dosingCalculator .calc input[type="text"] {
  border: 1px solid #888888;
  box-shadow: 1px 1px 1px #888888 inset;
  font-size: 24px;
  height: 45px;
  width: 115px;
  color: #4e4e4f;
}
.injection-guide h1.co {
  margin-top: 10%;
}
.injection-guide h1.medicare {
  padding-left: 0px;
  color: #717ebd;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 24px;
  margin: 48px 0 0;
  background: transparent;
}
.calc-unit-txt {
  color: #4e4e4f;
  text-align: center;
}
h2.dosing-title,
.two-options-section .two-options-title {
  margin-top: 10px;
}
.dosing-copy {
  background: white url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png") no-repeat scroll center bottom;
  background-size: 100% auto;
  height: 470px;
  margin: 15px 0;
  padding: 30px 20px;
}
.dosing-copy > ul {
  padding: 50px 65px;
}
.dosing-copy li {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bulleticon.png") no-repeat scroll 0 2px;
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 23px;
  list-style-type: none;
  padding-left: 35px;
  width: 90%;
  padding-bottom: 10px;
}
.dosing-FL {
  float: left;
  width: 50%;
}
.dosing-FR {
  float: right;
  width: 50%;
}
.init-lantus-section .image-component img {
  height: auto;
  width: 100%;
  padding: 0 15px;
  display: none;
}
.init-lantus-section .image-component {
  background: white none repeat scroll 0 0;
  padding: 40px 60px 0;
}
.significant-a1c-reduction .ref-container p {
  margin: 0;
  font-family: Arial;
  color: #4e4e4f;
  font-weight: bold;
}
.significant-a1c-reduction .ref-container li {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: normal;
  margin-left: -2px;
}
h2.init-lantus-title {
  padding-bottom: 15px;
  margin-top: 49px;
}
#txtResult::placeholder {
  font-size: 30px;
  font-weight: normal;
}
#txtweight::moz-placeholder {
  color: black;
  font-size: 21px;
  font-weight: normal;
}
#txtResult::placeholder {
  font-size: 30px;
  font-weight: normal;
  color: white;
}
#txtResult::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 30px;
  font-weight: normal;
  color: white;
}
#txtResult::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 30px;
  font-weight: normal;
  color: white;
}
#txtResult:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 30px;
  font-weight: normal;
  color: white;
}
#txtResult:-moz-placeholder {
  /* Firefox 18- */
  font-size: 30px;
  font-weight: normal;
  color: white;
}
#txtweight::placeholder {
  color: #4e4e4f;
  font-size: 21px;
  font-weight: normal;
}
#txtweight::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #4e4e4f;
  font-size: 21px;
  font-weight: normal;
}
#txtweight::-moz-placeholder {
  /* Firefox 19+ */
  color: #4e4e4f;
  font-size: 21px;
  font-weight: normal;
}
#txtweight:-ms-input-placeholder {
  /* IE 10+ */
  color: #4e4e4f;
  font-size: 21px;
  font-weight: normal;
}
#txtweight:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-size: 21px;
  font-weight: normal;
}
.dosingCalculator .InvalidMsg,
.dosingCalculator .OutOfRangeMsg {
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.dosingCalculator .OutOfRangeMsg {
  text-align: left;
}
/*.dosingCalculator .OutOfRangeMsg {
    display: none !important;
}*/

.start-lantus-txt h3.start-lantus-title {
  color: #746c9f;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
  clear: both;
  padding-top: 20px;
}
.start-lantus-copy > p {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  padding-bottom: 10px;
}
.copy-big {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/two-option-bg.png") no-repeat scroll center bottom;
  float: left;
  background-size: 100% auto;
  padding: 1% 11% 7%;
  margin-top: 11px;
}
.or-txt {
  display: none;
}
.option1 {
  color: #717ebb;
  float: left;
  font-family: 'AvantGardeGothicDemi';
  font-size: 41px;
  line-height: 40px;
  margin-top: 3%;
  text-align: center;
  width: 36%;
}
.option2 {
  color: #717ebb;
  float: right;
  font-family: 'AvantGardeGothicDemi';
  font-size: 41px;
  left: 40px;
  line-height: 40px;
  margin-top: 5%;
  position: relative;
  text-align: center;
  width: 48%;
}
.injection-guide .image-component.calculator-cta p a:hover,
.injection-guide .image-component.lantus-cta p a:hover {
  text-decoration: none;
}
.other-img-left a:hover,
.other-img-right a:hover {
  background: #e5e3ee none repeat scroll 0 0;
}
.resources-for-patients .promo-text a:hover {
  text-decoration: underline;
}
.option1 > span {
  color: #4e4e4f;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 24px;
  line-height: 50px;
}
.tab-content .score-right .box-content img {
  height: auto;
  margin-top: 0px;
  width: 85%;
}
.image-component.injection-cta > div {
  float: left;
  width: 20%;
}
.image-component.injection-cta img {
  height: auto;
  width: 400px;
  margin: 20px auto 0 auto;
  display: block;
}
.insulin-dose-and-dosing-calculator .cta-copy > a {
  left: 156px;
}
.image-component.efficacy-cta > div {
  float: left;
  width: 11%;
}
.image-component.efficacy-cta img {
  height: auto;
  width: 80%;
  margin: 27px 0 0;
}
.image-component.injection-cta > h3,
.image-component.efficacy-cta > h3 {
  color: #7373af;
  float: right;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 18px;
  line-height: 21px;
  margin: 22px 0 0;
  padding: 0;
  width: 340px;
}
.image-component.efficacy-cta > h3 {
  width: 380px;
  margin-top: 25px;
}
.image-component.injection-cta a {
  color: #7373a6;
  font-size: 12px;
}
.img > h2 {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 9px;
}
.resources-print-promo1 .promo-text a {
  position: relative;
  top: 20px;
}
.resources-for-patients .score-tab-pane .score-column3-equal .score-center,
.resources-for-patients .score-tab-pane .score-column3-equal .score-right,
.resources-for-patients .score-tab-pane .score-column3-equal .score-left {
  float: left;
  padding: 0;
  width: 30%;
}
.resources-for-patients .score-tab-pane .score-column3-equal .score-center {
  margin: 0 38px;
}
.promo-text a,
.promo-text p {
  color: #4e4e4f;
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
}
.promo-text a:hover {
  text-decoration: none;
}
.resources-for-patients .tab-content .score-structural.score-column3-equal {
  margin: 0 auto;
  width: 80%;
}
.image-component.injection-cta span,
.image-component.efficacy-cta span {
  float: left;
}
.image-component.injection-cta > p,
.image-component.efficacy-cta > p {
  display: none;
}
.cta-copy > a {
  color: #7373a6;
  font-size: 12px;
}
.dosingCalculator .fraction {
  color: #717ebb;
  padding: 0 10px;
  width: 160px;
}
.dosingCalculator .fraction span.fdn i {
  font-style: normal;
}
.dosingCalculator .fraction span.fdn {
  border-top: 2px solid #717ebb;
}
.dosingCalculator .eq-c span.equal {
  color: #888888;
  font-weight: bold;
  font-size: 30px;
}
.dosingCalculator .eq-c sup {
  font-size: 16px;
  right: 10px;
}
.image-component.hba1c-img3 li {
  display: none;
}
.image-component.hba1c-img3 img {
  height: auto;
  width: 80%;
}
.hba1c-img2 img {
  margin-top: -10px;
  padding-top: 0;
  width: 89%;
}
.image-component.hba1c-img3 {
  margin: 0 auto;
  padding: 40px 0 20px;
  text-align: center;
}
.wrapText {
  padding: 0 10px;
}
span.wrapText:nth-child(6) {
  padding-right: 0;
}
.dosingCalculator .eq-c {
  color: #717ebb;
  font-size: 24px;
  font-weight: normal;
  width: 500px;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #746c9f;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
  outline: none;
}
.info-links {
  display: none;
}
.tab-content .score-right .box-content img {
  height: auto;
  width: 100%;
}
.tab-content .score-left.box-content {
  padding: 0 40px;
  text-align: center;
  float: left;
}
.box-content {
  padding: 0;
}
.co-pay-coverage a::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/arrow-cta.png") no-repeat scroll 0 0;
  color: #ffc840;
  content: "";
  display: inline-block;
  height: 13px;
  left: 10px;
  position: relative;
  width: 7px;
  background-size: 100% auto;
}
.co-pay-coverage .btn.btn-default {
  padding: 7px 20px;
  font-weight: normal;
}
.resources-subhead h1 {
  color: #7373a5;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 10%;
}
.resources-subhead-right {
  float: right;
  margin-top: -30px;
}
.resources-subhead-right p:nth-child(2),
.resources-subhead-right p:nth-child(4) {
  display: none;
}
.resources-subhead-right > p {
  margin-top: -20px;
  text-align: center;
}
.resources-subhead-right p a {
  color: #7373a6;
  font-family: 'AvantGardeGothicDemi';
  font-size: 16px;
  margin: 0;
  text-decoration: underline;
}
.resources-subhead-right p a::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/blue-cta-arrow.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 12px;
  width: 6px;
}
.resources-for-patients .about-lantus-cta .image-component a:last-child::after {
  display: inline;
}
.resources-for-patients .about-lantus-cta .image-component a::after {
  display: none;
}
.resources-left-promo .score-center a {
  color: #7373af;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 12px;
}
.resources-left-promo .score-center h3:nth-child(3) {
  margin-top: 9px;
}
.resources-right-promo .score-center .image-component img {
  padding-right: 15px;
}
.resources-right-promo .score-center p {
  color: #4e4e4f;
  font-family: arial;
  font-size: 10px;
  margin: 0;
}
.tab-content > .active {
  background: white url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png") no-repeat scroll center bottom;
  background-size: 100% auto;
  clear: both;
}
.print-save-lantus-promo p {
  margin-top: 30px;
}
.resources-for-patients .tab-content .score-structural.score-column3-equal:nth-child(4) {
  padding-bottom: 20px;
}
.resources-video .info-links {
  display: block !important;
  margin: 15px auto;
  padding: 0;
  width: 70%;
}
.resources-video .info-links li {
  display: inline-block;
  margin: 0;
}
.resources-video .info-links li a,
.resources-video .info-links li a:hover {
  font-weight: normal !important;
  text-decoration: underline;
  color: #717dbc;
  font-family: Arial;
  font-size: 16px;
}
.samples-print-subhead {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 30px 15px;
}
.samples-print-subhead p {
  color: #717ebd;
  font-family: "AvantGardeGothicDemi";
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 0;
}
.resources-for-patients .score-tab-pane .score-left {
  float: left;
}
.resources-for-patients .score-tab-pane .score-center {
  float: left;
}
.hba1c-img2 a::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/arrow-cta.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 15px;
  margin-left: 15px;
  width: 8px;
}
.significant-a1c-reduction .medicare.co::after {
  top: 68%;
}
.proven-row1 .FL {
  bottom: 8%;
  float: left;
  left: 40px;
  position: absolute;
  width: 45%;
}
.proven-row1 .FR {
  bottom: 9%;
  float: right;
  position: absolute;
  right: 0;
  width: 48%;
}
.significant-a1c-reduction .image-component img {
  height: auto;
  width: 100%;
}
.proven-row1 .FL li,
.daily-dose li {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bulleticon.png") no-repeat scroll 0 2px;
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 20px;
  list-style-type: none;
  padding-bottom: 16px;
  padding-left: 35px;
}
.medicare.co.dosed {
  margin-top: 0;
}
.daily-dose {
  bottom: 220px;
  position: absolute;
}
.daily-dose li {
  line-height: 30px;
}
.daily-dose-note {
  margin: -12px auto;
  width: 92%;
}
.daily-dose-note p {
  color: #4e4e4f;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  font-family: Arial;
  font-weight: normal;
  line-height: 20px;
}
.proven-row1 .FR > p {
  font-size: 12px;
  margin: 0;
  width: 430px;
}
.injection-insulin-title h2.medicare.co {
  margin-top: 10px;
}
.injection-insulin-title h2.medicare.co::after {
  display: none;
}
.proven-promo-left h3,
.proven-promo-right h3 {
  font-family: 'ITC Avant Garde Gothic W01 Md';
  float: right;
  font-size: 18px;
  color: #7373a6;
  line-height: 21px;
  width: 360px;
  margin: -23px 0 0 0;
}
.about-lantus-cta .cta-bg.proven-promo-left .image-component img {
  width: 80%;
  padding: 25px 0 0 0;
}
.proven-promo-left a,
.proven-promo-right a {
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 15px;
  color: #7373a6;
  padding: 0 0;
}
.about-lantus-cta .cta-bg.proven-promo-right .image-component img {
  width: 60%;
  margin: 4px 0 0 0;
}
.proven-promo-right h3 {
  margin: -9px 0 0 0;
  position: relative;
  right: 12px;
}
.se-result p:nth-child(2) {
  margin-bottom: 20px;
}
.significant-a1c-reduction .about-lantus-cta {
  margin-left: 3px;
  margin-top: 30px;
}
.proven-promo-left a:hover,
.proven-promo-right a:hover {
  text-decoration: none;
}
.significant-a1c-reduction .image-component.proven-row3 div + p {
  display: none;
}
.significant-a1c-reduction .cta-bg .image-component div {
  width: 70px;
}
.se-result {
  position: absolute;
  bottom: 11%;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  left: 7%;
}
.significant-a1c-reduction .se-result {
  position: inherit;
}
.se-result p {
  margin: 5px 0;
  font-size: 15px;
  font-family: arial;
  color: #4e4e4f;
}
.se-result p:first-child,
.se-result p:nth-child(2) {
  font-size: 16px;
}
.summary .banner-section p {
  margin-top: 25px;
}
.summary h2.medicare::after {
  display: none;
}
.summary h2.co {
  margin-top: 8%;
  line-height: 30px;
  padding-right: 45px;
}
.efficacy-row1-txt p {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  padding-bottom: 20px;
}
.efficacy-arm-promo h3,
.efficacy-card-promo h3 {
  color: #7373a6;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 18px;
  line-height: 18px;
  margin: -4px 0 0;
}
.efficacy-card-promo h3 a {
  color: #7373a6;
}
.efficacy-arm-promo h3 a {
  color: #7373a6;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 12px;
  line-height: 15px;
}
.efficacy-card-promo h3 a:hover,
.efficacy-arm-promo h3 a:hover {
  text-decoration: none;
}
.efficacy-card-promo h3 {
  margin-top: -15px;
  width: 345px;
}
.efficacy-card-promo h3 a span {
  display: inline-block;
}
.efficacy-safety .ref-container ol li {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: normal;
}
.efficacy-safety .ref-container p {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 0;
  margin-left: 9px;
}
.efficacy-safety .ref-container .text-component ol {
  padding-left: 24px;
}
.improved-glycemic-control .ref-container p {
  color: #4e4e4f;
  font-family: Arial;
}
.improved-glycemic-control .ref-container li {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: normal;
}
.summary .cta-bg .image-component p.sub-note {
  float: none;
  padding-top: 3px;
}
.efficacy-txt-row2,
.efficacy-txt-row3,
.efficacy-txt-row4,
.efficacy-txt-row5 {
  background: white url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png") no-repeat scroll center bottom;
  background-size: 100% auto;
  margin: 0 auto;
  width: 80%;
}
.summary .btn.btn-default {
  bottom: 115px;
  float: right;
  padding: 6px 20px;
  position: relative;
  right: 130px;
}
.efficacy-txt-row2 h2,
.efficacy-txt-row3 h2,
.efficacy-txt-row4 h2,
.efficacy-txt-row5 h2 {
  margin: 15px 0 30px;
  padding: 40px 35px 55px;
  width: 560px;
  font-size: 30px;
}
.summary a.btn.btn-default::after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/arrow-cta.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 15px;
  left: 13px;
  position: relative;
  vertical-align: middle;
  width: 8px;
}
.efficacy-txt-row5 > h2 {
  margin-bottom: 0;
  padding: 40px 35px 0;
  width: 440px;
  line-height: 37px;
}
.efficacy-txt-row5 > p {
  color: #4e4e4f;
  font-size: 18px;
  line-height: 20px;
  margin: 15px 45px 0;
  padding-bottom: 40px;
  width: 448px;
  font-weight: bold;
}
.text-component.efficacy-txt-row5 p sup {
  left: 2px;
  margin-left: -12px;
  position: relative;
}
.significant-a1c-reduction h2.medicare::after {
  display: none;
}
.significant-a1c-reduction h2.medicare {
  margin-top: 8%;
  width: 90%;
}
.middle {
  display: inline-block;
  width: 210px;
}
.middle p {
  color: #746c9f;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 94px;
  margin: 0;
  padding: 0;
}
.glycemic-heading h2.medicare::after {
  display: none;
}
.glycemic-heading h2.co {
  margin-top: 8%;
}
.image-component.glycemic-img1 > p {
  display: none;
}
.image-component.glycemic-img2 ul {
  bottom: 202px;
  color: #63666e;
  font-family: arial;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
}
.image-component.glycemic-img2 p {
  margin: 0;
  color: #4e4e4f;
  font-family: Arial;
  font-size: 18px;
  line-height: 20px;
}
.image-component.glycemic-img2 {
  position: relative;
}
.text-component.glycemic-subhead h2 {
  margin: 20px 0;
}
.image-component.glycemic-img3 p {
  display: none;
}
.glycemic-cta-left .image-component > div,
.glycemic-cta-right .image-component > div {
  float: left;
  margin: 3px 0 0 10px;
  padding-bottom: 18px;
  width: 55px;
}
.glycemic-cta-left .image-component > div img,
.glycemic-cta-right .image-component > div img {
  height: auto;
  padding: 20px 0 0;
  width: 35px;
}
.glycemic-cta-right .image-component > div {
  margin-top: 6px;
}
.glycemic-cta-left .image-component h3,
.glycemic-cta-right .image-component h3 {
  color: #7373af;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 18px;
  line-height: 15px;
  margin: 0;
}
.glycemic-cta-left .image-component h3 a,
.glycemic-cta-right .image-component h3 a {
  color: #7373af;
  font-family: arial;
  font-size: 12px;
}
.glycemic-cta-left .image-component h3 a:hover,
.glycemic-cta-right .image-component h3 a:hover {
  text-decoration: none;
}
.resources-for-patients .tab-content .score-structural.score-column3-equal:nth-child(3) {
  margin-top: 42px;
}
.injection-guide .info-links {
  color: #717dbc;
  display: block;
  margin: 0 auto;
  padding: 15px 30px 35px;
  width: 70%;
  text-align: center;
}
.injection-guide span.video-sub-header {
  width: 64.8%;
  margin: 0 auto;
}
.injection-guide .bc-player-BJg9mgdH_default .vjs-poster {
  background-size: 100% auto;
}
.video-iframe {
  height: auto !important;
  margin: 0 auto;
  width: 80% !important;
  padding-top: 50px;
}
.video-transcript-details {
  position: relative;
  width: 90%;
  z-index: 9;
}
.injection-guide .video-transcript-btn {
  float: right;
  color: #737dbd;
  margin-top: 20px;
}
.video-transcript-btn {
  cursor: pointer;
  float: right;
  font-weight: bold;
  color: #737dbd;
}
.additional-section .img > img {
  height: auto;
  width: 100%;
}
.additional-section .img {
  width: 30%;
}
.additional-section .text-component > h2::after {
  border-bottom: 2px solid #cccccc;
  content: "";
  display: inline-block;
  float: right;
  height: 5px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 5px;
}
.additional-section .text-component > h2 {
  color: #717dbc;
  font-family: Arial;
  margin: 0 auto;
  width: 100%;
  padding-top: 52px;
  font-size: 24px;
  font-weight: bold;
}
.vjs-big-play-button {
  bottom: 0;
  left: 0 !important;
  margin: auto;
  right: 0;
  top: 0 !important;
}
.additional-section .text-component p.inj-video-head {
  padding: 20px 0;
  width: 270px;
  font-family: Arial;
  font-weight: bold;
}
.inj-video-copy {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 18px;
  padding-bottom: 35px;
  text-align: left;
}
.inj-video-copy {
  text-align: left;
}
.injection-guide .videoContainer {
  background: white;
  margin: 0 -15px 0px;
  padding-bottom: 1px;
  border-top: 4px solid #ffc845;
}
.insulin-video-copy {
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  margin: 0 auto;
  padding: 10px 0 30px;
  width: 770px;
}
.additional-section .text-component p.video-sub-copy {
  margin-top: 10px;
}
.video-sub-header .video-desc {
  width: 50%;
  margin-left: 10%;
  display: inline-block;
}
.resources-for-patients p.video-title {
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  margin: 24px 0 10px;
  width: auto;
  font-weight: normal;
  line-height: 24px;
}
.resources-for-patients p.video-copy,
.resources-for-patients p.video-copy a,
.resources-for-patients p.video-copy a:hover {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 18px;
  margin: 0;
  width: 100%;
  line-height: 22px;
  text-decoration: none;
}
#add-video1,
#add-video2 {
  float: left;
  width: 35%;
  margin: 0 7%;
  padding: 0 0 40px;
}
#add-video1 img,
#add-video2 img {
  cursor: pointer;
}
.viewBtn {
  color: #7373a6;
}
.viewBtn:hover {
  text-decoration: underline;
  color: #7373a6;
}
.video-transcript-details .btn.btn-primary.websiteBtn {
  display: none;
}
.video-transcript-details .modal-footer .btn.btn-default {
  display: none;
}
.video-transcript-details .modal-footer {
  border-top: medium none;
  padding: 0;
  text-align: right;
}
.video-transcript-details .modal-content {
  border-color: #7272a3;
  border-image: none;
  border-radius: 0;
  border-style: solid;
  border-width: 2px 2px 8px;
}
.video-transcript-details .modal-body {
  bottom: 20px;
  padding: 0 35px;
  position: relative;
  max-height: 600px;
  overflow-y: auto;
}
.video-transcript-details .modal-dialog {
  margin: 30px auto;
  width: 770px;
}
.video-transcript-details .close:hover,
.close:focus {
  color: #cccccc;
}
.video-transcript-details .close:hover,
.close:focus {
  opacity: 1;
}
.about-lantus .mCustomScrollBox {
  height: 400px;
  width: 100%;
}
.CoveoSearchInterface {
  max-width: 100%;
}
.search-container > h2 {
  color: white;
  font-family: "AvantGardeGothicDemi";
  font-size: 30px;
  margin-bottom: 14%;
  margin-top: 10%;
}
.CoveoSearchInterface {
  background-color: transparent;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column {
  background-color: transparent;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header {
  background-color: transparent;
}
.search-results .banner-section .score-center .text-component {
  display: none;
}
.coveo-results-section .coveo-results-column .CoveoQueryBox {
  display: none;
}
.CoveoPager:nth-child(6) {
  display: none;
}
/****/

.CoveoQuerySummary > span,
.CoveoQueryDuration > span {
  color: #2f333d;
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
}
.CoveoResult {
  margin: 10px 0 0;
  border-bottom: medium none;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column .coveo-results-header {
  padding: 0;
}
.CoveoResult .coveo-excerpt {
  color: #4e4e4f;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  max-width: 80%;
  padding: 12px 0 8px;
}
.CoveoResultLink:link,
.CoveoResult a:hover {
  color: #2b2156;
  text-decoration: underline;
}
.CoveoResult .coveo-title {
  font-size: 18px;
}
.CoveoSearchInterface .coveo-results-section .coveo-results-column {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.CoveoPager ul li.coveo-active:first-child > a {
  border-left: medium none;
}
.CoveoPager ul li.coveo-active > a {
  background: transparent none repeat scroll 0 0;
  border-bottom: medium none;
  border-left: medium none;
  border-top: medium none;
  color: #2b2156;
}
.CoveoPager ul li > a,
.CoveoPager ul li:hover > a {
  background: transparent none repeat scroll 0 0;
  border-bottom: medium none;
  border-left: medium none;
  border-top: medium none;
  color: #2b2156;
  min-width: 16px;
}
.CoveoPager ul li:last-child > a {
  border-bottom-right-radius: 0;
  border-right: medium none;
  border-top-right-radius: 0;
}
.CoveoPager ul li:hover:last-child > a {
  border-right: medium none;
}
.CoveoPager ul li.coveo-active:last-child > a {
  border-right: medium none;
}
.coveo-next > span {
  color: #2b2156;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.coveo-previous > span {
  color: #2b2156;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.CoveoPager ul li:hover:first-child > a {
  border-left: medium none;
}
.search-container > h2 {
  display: block;
}
.CoveoPager {
  font-size: 12px;
  margin: 30px 0 0;
}
.CoveoResult .coveo-title .CoveoResultLink {
  color: #746c9f;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}
.CoveoPager ul li > a {
  text-decoration: underline;
}
.CoveoPager ul li.coveo-active > a {
  text-decoration: none;
}
.about-lantus-cta-right.cta-bg .image-component a:hover,
.about-lantus-cta-left.cta-bg .image-component h2 a:hover {
  text-decoration: none;
}
.toujeo-soliqua-insulin-treatment-options .isi-main-copy ul li {
  color: #4e4e4f;
  font-family: arial;
  line-height: 20px;
  padding-bottom: 10px;
}
.toujeo-soliqua-insulin-treatment-options .isi-main-copy p {
  margin-top: 0;
}
.toujeo-soliqua-insulin-treatment-options .isi-main-copy ul {
  padding: 0 0 0 16px;
  margin-bottom: 0;
}
.toujeo-soliqua-insulin-treatment-options .banner-section h1 {
  font-weight: normal;
  text-transform: uppercase;
}
.arm-promo .image-component a:hover,
.cv-safety-promo .image-component a:hover {
  text-decoration: none;
}
.toujeo-soliqua-insulin-treatment-options .ref-container .text-component li {
  color: #4e4e4f;
  font-family: Arial;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0;
}
.CoveoSearchBox .CoveoQueryBox {
  border: medium none;
  border-radius: 0;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(2) {
  margin-top: -8px;
  margin-bottom: 10px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(6) {
  margin-top: -8px;
}
@media (max-width: 991px) {
  .toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(6) {
    margin-top: 0px;
  }
}
.toujeo-soliqua-insulin-treatment-options .pageSpecificISI p:nth-child(2) {
  margin-top: 10px !important;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29) {
  margin-top: 15px;
}
.toujeo-soliqua-insulin-treatment-options .ref-container .text-component {
  margin-left: 2px;
}
.toujeo-soliqua-insulin-treatment-options .ref-container .text-component > p {
  margin-bottom: 0;
  margin-top: 0;
  font-family: Arial;
}
.toujeo-soliqua-insulin-treatment-options .ref-container .text-component ol {
  margin-bottom: 7px;
  margin-top: 0;
  padding-left: 18px;
}
.toujeo-soliqua-insulin-treatment-options .isi-main-copy ul li {
  color: #4e4e4f;
  font-family: arial;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(31) {
  text-decoration: underline;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29) {
  color: #746c9f;
  margin-bottom: 0;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29),
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(33),
.toujeo-soliqua-insulin-treatment-options .pageSpecificISI p:nth-child(2) {
  color: #746c9f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  margin-bottom: 0;
  font-size: 20px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(32) strong,
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(28) strong {
  font-weight: normal;
}
.resources-for-patients .resources-right-promo .score-center p {
  color: #4e4e4f;
  margin-top: 3px;
}
.resources-for-patients .resources-right-promo .score-center h3 {
  margin-top: -2px;
}
.resources-for-patients .additional-section #ImportantSafetyInfo,
.additional-txt .bold {
  color: #7373a6;
  margin-top: 11px;
  display: inline-block;
  margin-left: 0px;
  text-decoration: underline;
  padding-right: 20px;
}
#add-video1,
#add-video2 {
  margin: 20px 7% 0;
}
p.add-video-copy,
p.add-video-copy a {
  font-family: Arial !important;
  font-size: 14px !important;
  line-height: 18px;
  font-weight: normal;
  color: #63666e !important;
  text-align: center;
}
.add-video-promo p span.playing-txt {
  display: none !important;
}
.add-video-promo {
  position: relative;
}
.add-video-promo p span.playing-txt {
  text-indent: -9999px;
  background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/play-video-icon.png") no-repeat 0 0;
  position: absolute;
  top: 110px;
  width: 52px;
  height: 53px;
  left: 40%;
  background-size: 100%;
  /*display:block !important;*/

}
.add-video-promo.now-playing p span.playing-txt {
  display: block !important;
  background: none !important;
  text-indent: 0px !important;
  left: 2%;
  top: 120px;
}
.add-video-promo.now-playing {
  position: relative;
  display: block !important;
}
.now-playing p span.playing-txt {
  position: absolute;
  top: 120px;
  text-align: center;
  width: 100%;
  color: white;
  text-shadow: 0 1px 2px black;
  font-size: 22px;
  line-height: 22px;
}
.isi-text-blurb #lipsum + p {
  display: none;
}
.toujeo-soliqua-insulin-treatment-options a.soliquaISILink {
  font-size: 18px;
  font-weight: bold;
}
.toujeo-soliqua-insulin-treatment-options .page-links {
  margin-top: 0;
}
.toujeo-soliqua-insulin-treatment-options a.soliquaISILink:hover {
  text-decoration: underline;
}
.resources-for-patients .additional-txt #ImportantSafetyInfo {
  margin-left: 0;
}
.injection-guide .page-link a {
  margin-top: 16px;
}
.resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button {
  display: none;
}
.resources-for-patients .modal-header .close {
  margin-top: -10px;
  opacity: 1;
}
.resources-for-patients .video-transcript-details .modal-body {
  bottom: 0;
  padding: 0 0px 0 35px;
}
.resources-for-patients .video-transcript-details .modal-content {
  border-width: 1px;
}
.resources-for-patients .modal-header span {
  color: #746c9f;
  opacity: 1;
  font-weight: normal;
  position: relative;
  left: 7px;
  display: none;
}
.resources-for-patients .videoContainer .modal-header .close {
  font: icon;
  font-size: 32px;
  height: 30px;
  left: 11px;
  margin-top: -19px;
  opacity: 1;
  padding-top: 0;
  position: relative;
  width: 19px;
  top: 22px !important;
  z-index: 999;
  background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-close-icon-mobile.png") no-repeat 0 0;
}
.resources-for-patients .mCSB_inside > .mCSB_container > p {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  font-family: Arial;
  color: #4e4e4f;
  line-height: 18px;
}
.resources-for-patients .mCSB_inside > .mCSB_container ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.resources-for-patients .mCSB_inside > .mCSB_container ul li {
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  font-family: Arial;
  color: #4e4e4f;
  line-height: 18px;
}
.resources-for-patients .video-transcript-details {
  top: 19px;
}
.reduce-hba1c-levels .ref-container .text-component li {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: normal;
}
.reduce-hba1c-levels .ref-container .text-component p {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.hba1c-img2 a.btn.btn-default br {
  display: none;
}
.cvsafety-subhead-txt2 .medicare.co {
  margin-top: 5px;
}
.cvsafety-img2 .image-component:nth-child(2) {
  display: none;
}
.cv-safety .ref-container .text-component li {
  color: #4e4e4f;
  font-family: Arial;
  font-weight: normal;
}
.coveo-next > a::after {
  color: #746c9f;
  content: "Next";
  width: auto;
}
.coveo-previous > a::before {
  color: #746c9f;
  content: "Previous";
  width: auto;
}
.coveo-next span,
.coveo-previous span {
  display: none !important;
}
.injection-guide .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button {
  display: none;
}
.injection-guide .info-links > li {
  list-style-type: none;
  padding: 2px 0;
  display: inline;
  text-align: center;
  margin: 0 auto;
}
.injection-guide .info-links > li:nth-child(1) {
  float: left;
}
.injection-guide .info-links > li:nth-child(2) {
  float: right;
}
.injection-guide .video-transcript-btn {
  bottom: 66px;
  color: #737dbd;
  float: right;
  font-weight: normal;
}
span.video-sub-header {
  display: block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 59%;
  cursor: pointer;
}
.dosing-content span.video-sub-header {
  border: 2px solid #ffc845;
  clear: both;
}
/*span.video-sub-header a:after {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    background: transparent url('/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/y-plus.png') no-repeat scroll;
    background-size: 100% auto;
    right: 20px;
    float: right;
    top: 3px;
    z-index: 9;
}
span.video-sub-header.video-transcript-sect a:after {
    content: "";
    width: 15px;
    height: 5px;
    display: inline-block;
    position: relative;
    background: transparent url('/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/y-minus.png') no-repeat scroll;
    background-size: 100% auto;
    right: 20px;
    float: right;
    top: 3px;
}*/

.dosing-content span.video-sub-header a:after {
  content: "\2b";
  font-family: 'Glyphicons Halflings';
  float: right;
  height: 10px;
  width: 10px;
  color: #ffc845;
  position: relative;
  right: 20px;
}
span.video-sub-header.video-transcript-sect a:after {
  color: #ffc845;
  content: "\2212";
  font-family: 'Glyphicons Halflings';
  float: right;
  height: 10px;
  width: 10px;
}
.text-component.injection-insulin-title {
  display: none;
}
span.video-sub-header a {
  color: #4e4e4f;
  padding: 10px 0 10px 20px;
  display: block;
}
.injection-guide .info-links > li {
  list-style-type: none;
  padding: 2px 0;
}
.injection-guide .info-links li a {
  color: #717dbc;
  text-decoration: underline;
  font-weight: normal;
  font-size: 16px;
}
.insurance-coverage-and-savings #OnlyOneLantusCTA {
  float: left;
}
.injection-guide .insulin-video-copy {
  padding: 24px 0 0;
  max-width: 410px;
  width: 100%;
  margin: 0 0 0 167px;
  display: inline-block;
  line-height: 18px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
}
.toujeo-soliqua-insulin-treatment-options .soliquaISILink {
  color: #746c9f;
  font-family: Arial;
}
.toujeo-soliqua-insulin-treatment-options .toujeoISILink,
.toujeo-soliqua-insulin-treatment-options #FullPrescribingInfo {
  color: #746c9f;
  font-family: Arial;
  font-size: 16px;
  bottom: 6px;
  position: relative;
}
.toujeo-soliqua-insulin-treatment-options #FullPrescribingInfo:hover,
.toujeo-soliqua-insulin-treatment-options .toujeoISILink:hover,
.toujeo-soliqua-insulin-treatment-options .soliquaISILink:hover {
  color: #746c9f;
  text-decoration: none;
}
.glycemic-cta-left .image-component h3 a,
.glycemic-cta-right .image-component h3 a {
  color: #7373af;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 12px;
}
.resources-for-patients .video-item {
  padding-top: 50px;
  width: 100%;
}
.resources-for-patients .video-iframe {
  height: auto !important;
  margin: 0 auto;
  padding-top: 0;
  position: relative;
  width: 70% !important;
}
.additional-section #ImportantSafetyInfo,
.insulin-video-container #ImportantSafetyInfo {
  cursor: pointer;
}
#CopayCardCTA a:hover {
  text-decoration: none;
}
.resources-for-patients #CopayCardCTA a::after {
  background-size: 50% auto;
}
.resources-for-patients .about-lantus-cta .score-right .score-center > .image-component .ctacopy {
  padding: 11px 18px 9px 10px;
}
.resources-for-patients .about-lantus-cta .score-right .score-center > .image-component .ctacopy:after {
  height: 20px;
  width: 20px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(5) {
  margin-top: 10px;
}
.toujeo-soliqua-insulin-treatment-options .footer-subheading:nth-child(21) {
  padding: 5px 0 10px;
}
.toujeo-soliqua-insulin-treatment-options .footer-subheading:nth-child(6) {
  margin-bottom: 5px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29) {
  padding-bottom: 7px;
  width: 85%;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(33) {
  padding-bottom: 8px;
}
#LongTermSafetyCTA {
  float: left;
  height: 100%;
  cursor: pointer;
}
.about-lantus #CopayCardCTA {
  cursor: pointer;
  float: left;
}
.resources-for-patients .cta-bg .image-component div {
  padding-bottom: 0;
}
.resources-for-patients .resources-left-promo .score-center .image-component img {
  padding-bottom: 0;
}
.insurance-coverage-and-savings .score-structural.score-column.arm-promo .score-center {
  padding: 0;
}
.insurance-coverage-and-savings #OnlyOneLantusCTA {
  float: left;
  padding: 0 15px;
}
.score-structural.score-column .cv-safety-promo .score-center {
  padding: 0;
}
.insurance-coverage-and-savings #LongTermSafetyCTA {
  padding: 0 15px;
}
.injection-guide .score-structural.score-column2-equal.about-lantus-cta .score-left,
.injection-guide .score-structural.score-column2-equal.about-lantus-cta .score-right {
  padding: 0;
}
.injection-guide #OnlyOneLantusCTA {
  cursor: pointer;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}
.injection-guide .image-component.calculator-cta p a {
  left: -20px;
  position: relative;
}
.insulin-dose-and-dosing-calculator #InjectionGuideCTA,
.insulin-dose-and-dosing-calculator #EfficacySafetyCTA {
  height: 100%;
  padding: 0 15px;
}
.insulin-dose-and-dosing-calculator .score-structural.score-column2-equal.about-lantus-cta .score-left,
.insulin-dose-and-dosing-calculator .score-structural.score-column2-equal.about-lantus-cta .score-right {
  padding: 0;
}
.significant-a1c-reduction #HbA1cControlCTA {
  float: left;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.significant-a1c-reduction #GlycemicControlCTA {
  float: left;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.improved-glycemic-control .glycemic-cta-left .image-component > p:last-child,
.improved-glycemic-control .glycemic-cta-right .image-component > p:last-child {
  display: none;
}
.improved-glycemic-control #A1cReductionCTA {
  cursor: pointer;
}
.improved-glycemic-control #HbA1cControlCTA {
  cursor: pointer;
}
.summary #OnlyOneLantusCTA img {
  margin-top: 9px;
}
.reduce-hba1c-levels #CopayCardCTA {
  cursor: pointer;
  float: left;
  height: 100%;
  width: 100%;
}
.cv-safety #GlycemicControlCTA > p:last-child {
  display: none;
}
.cv-safety #HbA1cControlCTA p:last-child {
  display: none;
}
.summary .cta-bg .image-component div {
  padding-bottom: 0;
}
.summary #OnlyOneLantusCTA > p:last-child {
  display: none;
}
.insurance-coverage-and-savings .cv-safety-promo .image-component img {
  padding-bottom: 24px;
  margin: 23px 10px 0 20px;
}
.insurance-coverage-and-savings .cv-safety-promo .image-component h3 {
  color: #7373a6;
  float: left;
  font-family: 'ITC Avant Garde Gothic W01 Md';
  font-size: 18px;
  line-height: 18px;
  margin: 8px 0 0;
  padding: 0;
  width: 346px;
}
.reduce-hba1c-levels #GlycemicControlCTA {
  line-height: normal;
}
.injection-guide-bullets span#mobile {
  display: none;
}
.cv-safety .banner-section sup {
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-weight: lighter;
}
.cv-safety .banner-section h1 sup:nth-child(1) {
  top: -9px;
}
.cv-safety .banner-section h1 sup:nth-child(3) {
  top: -6px;
}
.print-copay-promo .promo-text p {
  margin: 0 auto 10px;
  width: 145px;
}
.print-coverage-promo .promo-text > p {
  margin: 0 auto 10px;
  width: 170px;
}
/*custom pop*/

.resources-for-patients .modal-backdrop.in {
  display: none;
}
.resources-for-patients.modal-open {
  overflow-y: auto;
}
.resources-for-patients.modal-open .modal {
  clear: both;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 76%;
  z-index: 1;
}
.resources-for-patients .resources-video .modal-content {
  box-shadow: none;
}
.resources-for-patients .resources-video .video-transcript-details .modal-dialog {
  margin: 42px auto 0;
  width: 94%;
}
.resources-for-patients .resources-video .video-transcript-details {
  position: relative;
  width: 100%;
  z-index: 9;
}
.resources-for-patients .resources-video .video-transcript-btn {
  display: block;
  float: none;
  text-align: right;
  width: 90%;
  position: relative;
  z-index: 1;
  top: -120px;
  font-weight: normal;
  color: #737dbd;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
}
.resources-for-patients .resources-video .video-transcript-btn.secondScript {
  top: -96px;
}
.resources-for-patients .resources-video .modal-header .close {
  font: icon;
  font-size: 32px;
  height: 30px;
  left: 11px;
  margin-top: -19px;
  opacity: 1;
  padding-top: 0;
  position: relative;
  width: 19px;
}
.resources-for-patients .resources-video .modal-header span {
  color: #746c9f;
  font-weight: normal;
  left: 2px;
  opacity: 1;
  position: relative;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-size: 28px;
}
.resources-for-patients .resources-video .modal.in .modal-dialog {
  box-shadow: none;
  transform: none !important;
}
.resources-for-patients .resources-video .modal.fade .modal-dialog {
  transform: none;
  transition: none !important;
}
.resources-for-patients .resources-video .video-transcript-details {
  position: static;
  width: 100%;
  z-index: 9;
}
.resources-for-patients .resources-video .videoContainer {
  position: relative;
}
.resources-for-patients #mCSB_1_container > p:first-child {
  margin-top: 0;
}
.modal-header {
  padding: 5px 15px;
}
.resources-for-patients .mCustomScrollBox {
  height: 288px;
}
.resources-for-patients .modal-content {
  height: 322px;
}
*::-ms-backdrop,
.resources-for-patients .modal-content {
  height: 342px;
}
*::-ms-backdrop,
.resources-for-patients .mCustomScrollBox {
  height: 314px;
}
.resources-for-patients #mCSB_1_container > p {
  margin: 10px 0;
}
.resources-for-patients .mCSB_scrollTools .mCSB_draggerContainer {
  top: 20px;
  right: 8px;
}
/* ============ Increased height of ISI tray - start of code ============ */

#floatingDesktopISI #isiCopy .isi-text-blurb {
  height: 63px;
}
#floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb #lipsum {
  width: 80%;
}
#floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb p:nth-child(4) {
  margin-bottom: 5px;
}
/* ============ Increased height of ISI tray - end of code ============ */

#floatingDesktopISI #isiCopy {
  box-shadow: 0 -5px 5px -5px #333333;
  width: 100%;
}
hr.calc-separator {
  display: none;
}
body .score-container .video-item .video-iframe .vjs-captions-button {
  display: none !important;
}
.resources-for-patients #mCSB_1_container > p {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  color: #4e4e4f;
}
.additional-section .text-component > h2 {
  padding-top: 20px;
}
.efficacy-safety.summary .score-structural.score-column2-equal.about-lantus-cta .score-right {
  margin-top: -31px;
}
.text-component.study_sec {
  margin: 20px 0 0;
}
.se-result p:nth-child(3),
.se-result p:nth-child(4) {
  margin-left: -9px;
}
.text-component.efficacy-row1-txt > p:nth-child(2) {
  padding-top: 2px;
}
.footer-subheading {
  font-size: 24px;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  line-height: 26px;
  padding: 0px 0 10px 0;
}
#floatingDesktopISI #isiCopy .footer-subheading {
  line-height: 34px;
  padding: 0;
}
.toujeo-soliqua-insulin-treatment-options .text-component.other-insulin-isi div#lipsum p:nth-child(2) {
  font-size: 24px;
  line-height: 26px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29) {
  padding-bottom: 7px;
  width: 100%;
  font-size: 24px;
  line-height: 26px;
}
.toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(33) {
  padding-bottom: 8px;
  font-size: 24px;
  line-height: 26px;
}
.dosing-txt h2 {
  margin: 0;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  color: #4e4e4f;
  padding: 30px 0 0 0;
  line-height: 18px;
}
.text-component.dosing-txt {
  background: white;
  padding: 0 30px 1px;
}
.dosing-txt img {
  margin: 40px auto 25px;
  display: block;
  width: 70%;
}
.first-ops,
.second-ops,
.third-ops {
  background: white;
  border-top: 4px solid #ffc845;
  margin: 30px 0 0;
  padding-left: 20px;
  padding-bottom: 0px;
}
.two-options-section h2 {
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 18px;
  color: #4e4e4f;
  line-height: 18px;
}
.two-options-section ul {
  padding-left: 0;
  margin-left: 0;
}
.two-options-section ul li {
  background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bullet-point.png') no-repeat scroll;
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-weight: normal;
  font-size: 16px;
  list-style-type: none;
  padding-left: 20px;
  background-position: 0 6px;
  padding-bottom: 20px;
  padding-right: 40px;
}
.two-options-section ul li:last-child {
  padding-bottom: 30px;
}
/* Footer CTA CSS*/

.insulin-dose-and-dosing-calculator #InjectionGuideCTA {
  border: 2px solid #ffc845;
  min-height: 190px;
  background: transparent url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/cta-bg.png) no-repeat scroll center top;
  background-size: 100% 100%;
  position: relative;
}
.image-component.injection-cta > div {
  float: none;
  width: auto;
}
h2.home-callout-button {
  text-align: center;
  margin-top: 10px;
  color: white;
  font-size: 26px;
  line-height: 18px;
  padding: 0px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.score-structural.score-column2-equal.about-lantus-cta .score-left,
.score-structural.score-column2-equal.about-lantus-cta .score-right {
  height: auto;
}
.image-component.injection-cta a {
  font-size: 16px;
  font-family: "AvantGardeGothicDemi";
  color: #717dbc;
  width: 230px;
  border: 2px solid #ffc845;
  height: 45px;
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
  background: white;
  text-transform: uppercase;
}
.about-lantus-cta .image-component a::after {
  background: url('https://www.lantus.com/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/lantus-hcp-101918-button-arrow-icon2x.png') no-repeat center top;
  color: #ffc840;
  content: "";
  display: inline-block;
  height: 20px;
  left: 20px;
  padding-left: 8px;
  position: relative;
  vertical-align: middle;
  width: 20px;
  background-size: 45% auto;
  top: -1px;
  left: 14px;
}
.about-lantus-cta .score-left .image-component a:hover::after {
  left: 19px;
}
.about-lantus-cta .score-right .image-component a:hover::after {
  left: 20px;
}
.about-lantus-cta {
  line-height: 0;
  margin-top: 17px;
  margin-bottom: 20px;
}
.insulin-dose-and-dosing-calculator #EfficacySafetyCTA {
  border: 3px solid #ffc845;
  min-height: 190px;
  background: white;
  position: relative;
  padding: 0;
}
@media (max-width: 991px) {
  .insulin-dose-and-dosing-calculator #EfficacySafetyCTA {
    min-height: 250px;
  }
}
.image-component.efficacy-cta > div {
  float: left;
  width: 20%;
  margin: 18px 0 0 25px;
}
.image-component.efficacy-cta > h3 {
  float: left;
  margin: 40px 0 0 0;
  font-size: 26px;
  line-height: 28px;
  color: #717dbc;
  width: 320px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.image-component.efficacy-cta > h3 span:nth-child(2) {
  font-size: 14px;
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
}
.cta-copy > a {
  font-size: 16px;
  font-family: "AvantGardeGothicDemi";
  color: #717dbc;
  width: 300px;
  border: 2px solid #ffc845;
  height: 45px;
  padding: 7px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
  background: white;
  text-transform: uppercase;
  clear: both;
  position: absolute;
  top: 100px;
  left: 150px;
}
.ref-container {
  margin-top: 0;
}
.score-structural.score-column.ref-container .score-center {
  padding: 0;
}
footer .ref-container .text-component p:first-child {
  text-indent: -8px;
  margin-bottom: 0;
  margin-left: 2px;
}
.text-component.footer-ref ul {
  margin-top: 0;
}
.video-item {
  width: 100%;
}
.dosing-content + .score-container {
  background: white;
}
.dosing-content + .score-container .score-page.score-column1 > .score-main {
  padding-left: 0;
}
.dosing-content + .score-container .container .score-page.score-column1 {
  margin-right: 0;
}
div#injectionTranscripttext {
  width: 66.6%;
  margin: 0 auto 40px;
  border: 2px solid #ffc845;
  padding: 0 22px;
  margin-top: -37px;
  border-top: none;
}
span.video-sub-header.video-transcript-sect {
  border-bottom: none;
}
.injection-guide .score-structural.score-column2-equal.footer-cta {
  margin-top: 30px;
  margin-right: -10px;
  margin-left: -10px;
}
.dosing-content + .score-container {
  background: white;
}
div#injectionTranscripttext p {
  font-family: Arial;
  font-size: 16px;
  color: #4e4e4f;
}
div#injectionTranscripttext p.do-dont-title {
  padding-left: 0;
  padding-bottom: 25px;
}
footer .ref-container .footer-ref p:first-child {
  margin-left: 8px;
  margin-bottom: 0;
}
footer .ref-container .footer-ref p:nth-child(2) {
  margin-top: 0;
}
body .dosingCalculator .eq-c {
  margin: 15px 0;
  padding-left: 30px;
}
.samplefooterisi ul {
  font-family: Arial;
  margin-top: 0;
}
.samplefooterisi ul li {
  color: #4e4e4f;
  font-family: inherit;
}
.text-component.samplefooterisi {
  margin-left: -10px;
}
.image-component.efficacy-cta > h3 span:nth-child(2) sup {
  top: -2px;
  left: -1px;
}
body.insulin-dose-and-dosing-calculator .cta-copy > a {
  left: 141px;
}
.middle p span {
  padding-left: 10px;
}
.middle p {
  letter-spacing: -10px;
}
@media only screen and (min-width: 992px) {
  _::-webkit-full-page-media,
  _:future,
  :root .resources-for-patients .resources-video .modal-header .close {
    top: 8px;
  }
  .insulin-dose-and-dosing-calculator .pageWrapper sup {
    font-size: 62%;
    top: -6px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .image-component a::after {
    left: 10px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .image-component a:hover::after {
    left: 10px;
    top: -2px;
    background: url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png) no-repeat center top !important;
    transform: none;
    background-size: 45% !important;
  }
  .insulin-dose-and-dosing-calculator .efficacy-cta .cta-copy > a {
    width: 195px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta a:hover::after {
    left: 10px;
    top: -2px;
    background: url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png) no-repeat center top !important;
    transform: none;
    background-size: 45% !important;
  }
  .insulin-dose-and-dosing-calculator .pageWrapper h1 sup {
    font-size: 62%;
    top: -8px;
  }
  .dosing-content + .score-container {
    margin-left: 2px;
    margin-right: -1px;
  }
  /*.injection-guide span.video-sub-header {
      width: 678px;
  }*/
  
  .insulin-dose-and-dosing-calculator .image-component.efficacy-cta > h3 span:nth-child(2) sup {
    font-size: 84% !important;
  }
  .image-component.efficacy-cta > h3 {
    margin: 40px 0 0 2px;
  }
  .image-component.efficacy-cta > h3 span:nth-child(2) {
    margin-left: -3px;
  }
  /*new code for calc page*/
  
  .injection-guide span.video-sub-header a {
    font-size: 16px;
    font-family: "Arial";
  }
  body.injection-guide > .pageWrapper > .score-container > .container {
    width: 1210px;
  }
  body.injection-guide .score-page.score-column1 > .score-main {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  /*
  .injection-guide > .pageWrapper .container {
      width: 100%;
  }
  */
  
  .injection-guide .score-structural.score-column.insulin-video-container {
    margin-right: 0;
    margin-left: 0;
  }
  .injection-guide .dosing-content + .score-container {
    margin-left: 0;
    margin-right: 0;
  }
  .injection-guide .score-structural.score-column > .score-center {
    padding-right: 0;
    padding-left: 0;
  }
  .injection-guide .dosing-content + .score-container .score-page.score-column1 > .score-main {
    padding-left: 15px;
  }
  .injection-guide .dosing-content + .score-container .container .score-page.score-column1 {
    margin-right: -15px;
  }
  .injection-guide .do-dont-bullets {
    margin-right: -15px;
  }
  .injection-guide .dosing-content .text-component {
    margin-right: -15px;
  }
  .injection-guide .guide-container {
    margin-right: -15px;
  }
  .do-dont-bullets ul li:nth-child(2) {
    width: 97%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .resources-for-patients .resources-video .modal-header .close {
    top: 8px;
  }
  /*.resources-for-patients #mCSB_1_container > p {
        margin: 14px 0;
    }*/
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .resources-for-patients #mCSB_1_container > p {
    margin: 14px 0;
  }
}
.injection-guide .modal-backdrop.in {
  display: none;
}
.injection-guide.modal-open {
  overflow-y: auto;
}
.injection-guide.modal-open .modal {
  clear: both;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 71%;
  z-index: 1;
}
.injection-guide .videoContainer .modal-content {
  box-shadow: none;
}
.injection-guide .videoContainer .video-transcript-details .modal-dialog {
  margin: 42px auto 0;
  width: 76%;
}
.injection-guide .videoContainer .video-transcript-details {
  position: relative;
  width: 100%;
  z-index: 9;
}
.injection-guide .videoContainer .video-transcript-btn {
  display: block;
  float: none;
  text-align: right;
  width: 83%;
  position: relative;
  bottom: 144px;
  right: 0;
  z-index: 1;
}
.injection-guide .videoContainer .modal-header .close {
  font: icon;
  font-size: 32px;
  height: 30px;
  left: 11px;
  margin-top: -19px;
  opacity: 1;
  padding-top: 0;
  position: relative;
  width: 19px;
  top: 22px !important;
  z-index: 999;
  background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-close-icon.png") no-repeat 0 0;
}
.injection-guide .videoContainer .modal-header span {
  display: none;
  color: #746c9f;
  font-weight: normal;
  left: 2px;
  opacity: 1;
  position: relative;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  font-size: 28px;
}
.injection-guide .videoContainer .modal.in .modal-dialog {
  box-shadow: none;
  transform: none !important;
}
.injection-guide .videoContainer .modal.fade .modal-dialog {
  transform: none;
  transition: none !important;
}
.injection-guide .videoContainer .video-transcript-details {
  position: static;
  width: 100%;
  z-index: 9;
}
.injection-guide .videoContainer {
  position: relative;
}
.injection-guide #mCSB_1_container > p:first-child {
  margin-top: 0;
}
.modal-header {
  padding: 5px 15px;
}
.injection-guide .mCustomScrollBox {
  height: 244px;
}
.injection-guide .modal-content {
  height: 274px;
}
.injection-guide #mCSB_1_container > p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  color: #4e4e4f;
}
.injection-guide .mCSB_scrollTools .mCSB_draggerContainer {
  top: 20px;
}
.injection-guide .video-transcript-details .modal-body {
  bottom: 0;
  padding: 0 6px 0 40px;
}
.injection-guide .video-transcript-details .modal-content {
  border-width: 1px;
  border-bottom: 10px solid #7272a4;
}
.injection-guide .modal-header span {
  color: #746c9f;
  opacity: 1;
  font-weight: normal;
  position: relative;
  left: 7px;
}
.injection-guide .video-transcript-details {
  top: 19px;
}
.image-component.hidden-xs.hidden-sm.proven-row3.proven-subhead {
  padding: 40px 50px 20px;
}
.reduce-hba1c-levels .image-component.origin-trail.proven-subhead {
  padding: 40px 100px 0;
  margin-top: 20px;
}
.reduce-hba1c-levels .image-component.hypo-safety.proven-subhead {
  padding: 40px 100px 0;
  margin-top: 20px;
}
.initiate-lantus h4 {
  color: #606161;
  font-size: 20px;
  line-height: 20px;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-weight: 900;
  margin: 5px 0 5px 30px;
}
.initiate-lantus h3 {
  color: #746c9f;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-size: 24px;
  margin-top: 0;
  font-weight: 900;
}
.initiate-lantus > p {
  margin: 10px 0 40px;
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background: #aba4d1;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-weight: bold;
  font-size: 18px;
  color: #606161;
}
.initiate-lantus .footnote p {
  color: #606161;
  font-size: 15px;
  line-height: 20px;
  font-family: 'ITC Avant Garde Gothic W01 Bk';
  font-weight: 900;
}
.image-component.hidden-xs.hidden-sm.glycemic-img3 {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 992px) {
  _::-webkit-full-page-media,
  _:future,
  :root .injection-guide .videoContainer .modal-header .close {
    top: 8px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .injection-guide .videoContainer .modal-header .close {
    top: 8px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .injection-guide #mCSB_1_container > p {
    margin: 10px 0;
  }
}
@media (max-width: 768px) {
  span.video-sub-header.video-transcript-sect a:after {
    top: 0px;
  }
  body.insulin-dose-and-dosing-calculator .cta-copy > a {
    left: 20px;
  }
  .injection-guide .video-header h3 {
    margin-left: 0;
  }
  .text-component.samplefooterisi {
    margin-left: 0;
  }
  .cv-safety-data footer .ref-container .text-component p:nth-child(3) {
    margin-left: 0px;
  }
  .cv-safety-data footer .ref-container .text-component p:first-child {
    margin-left: 0px;
  }
  .cv-safety-data footer .ref-container .text-component p:first-child {
    text-indent: -10px;
  }
  .cv-safety-data .score-structural.score-column.ref-container .footer-ref ol li {
    margin-left: 4px;
  }
  .cv-safety-data footer .ref-container .text-component .footer-ref p:first-child {
    margin-left: 20px;
  }
  body.cv-safety-data #emsFooter .ivspcontent {
    margin-left: 8px;
  }
  .injection-guide .score-footer-wrapper .container {
    padding: 0;
  }
  .two-options-section ul li {
    background-position: 0 4px;
    background-size: 4% auto;
  }
  .additional-link {
    display: none;
  }
  .injection-guide .ref-container .text-component ol {
    padding-left: 0px !important;
  }
  .insulin-dose-and-dosing-calculator .ref-container .text-component ol {
    padding-left: 0 !important;
  }
  .toujeo-soliqua-insulin-treatment-options .ref-container .text-component {
    margin-left: 6px;
  }
  .toujeo-soliqua-insulin-treatment-options .ref-container .text-component ol {
    padding-left: 16px !important;
  }
  .text-component.proven-subhead li {
    background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bulleticon.png") no-repeat 0 5px;
  }
  .image-component.hidden-md.hidden-lg.safety-mob-chart.proven-subhead div img {
    margin-top: 20px;
  }
  .reduce-hba1c-levels .image-component.hypo-safety.proven-subhead p:nth-child(2) {
    display: none;
  }
  .insulin-dose-and-dosing-calculator .init-lantus-section .image-component div {
    margin-top: 0 !important;
  }
  .efficacy-safety.summary .score-structural.score-column2-equal.about-lantus-cta .score-right {
    margin-top: 0;
  }
  .cv-safety-promo .image-component a {
    max-width: 80%;
    display: inline-block;
  }
  .initiate-lantus > p {
    margin: 10px 0 20px;
    padding: 5px 0;
    text-align: center;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background: #aba4d1;
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-weight: bold;
    font-size: 13px;
    color: #606161;
    line-height: 13px;
  }
  .initiate-lantus h3 {
    color: #746c9f;
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
    line-height: 20px;
  }
  .initiate-lantus h4 {
    color: #606161;
    font-size: 16px;
    line-height: 16px;
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-weight: 900;
    margin: 5px 0 5px 20px;
  }
  .initiate-lantus .footnote p {
    color: #606161;
    font-size: 12px;
    line-height: 16px;
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-weight: 900;
    margin: 0;
    padding: 0;
  }
  .reduce-hba1c-levels .image-component.origin-trail.proven-subhead {
    padding: 0;
    margin-top: 20px;
    background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/origin-charting-mob") no-repeat 0 0;
    min-width: 301px;
    height: 708px;
    padding: 0 !important;
    margin: 20px 0 0 !important;
    width: 100%;
    background-size: 100% 100%;
  }
  .reduce-hba1c-levels .image-component.origin-trail.proven-subhead p:nth-child(3) {
    margin-top: 610px;
    margin-left: 10px;
    position: relative;
    bottom: 0px;
  }
  .reduce-hba1c-levels .image-component.origin-trail.proven-subhead img {
    display: none;
  }
  .reduce-hba1c-levels .image-component.hypo-safety.proven-subhead {
    padding: 0;
    margin-top: 20px;
    background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/mobile/hypo-safety-img") no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 214px;
  }
  .reduce-hba1c-levels .image-component.hypo-safety.proven-subhead img {
    width: 100%;
    height: auto;
    display: none;
  }
  .injection-guide .video-transcript-details .modal-content {
    border-bottom: 1px solid #7272a4;
  }
  .injection-guide .mCustomScrollBox {
    height: 406px;
  }
  .injection-guide .modal-content {
    height: 436px;
  }
  .injection-guide .videoContainer .modal-header .close {
    background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-close-icon-mobile.png") no-repeat 0 0;
  }
  hr.calc-separator {
    margin: 20px -15px;
    border-top: 20px solid #edebf4;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc-unit-txt {
    text-align: center !important;
    padding: 0 30px !important;
  }
  .resources-for-patients .modal-content {
    height: 380px;
  }
  .injection-guide-bullets span#desktop {
    display: none;
  }
  .injection-guide-bullets span#mobile {
    display: inline-block;
    margin-left: 5px;
  }
  .cv-safety .banner-section {
    background-size: 100% auto;
  }
  .cv-safety .banner-section p:nth-child(5) {
    font-size: 10px;
    top: 15px;
    width: 100%;
    max-width: 280px;
    z-index: 0 !important;
    left: 4px;
  }
  .cv-safety .banner-section .image-component p span {
    margin-left: -4px;
  }
  h2.medicare {
    z-index: 0 !important;
  }
  .cv-safety .image-component img {
    width: 100%;
    height: auto;
  }
  .cv-safety .cta-bg .image-component img {
    height: auto;
    padding: 10px 0 0;
    width: 50px;
  }
  .cvsafety-promo-left.cta-bg .image-component h3,
  .cvsafety-promo-right.cta-bg .image-component h3 {
    font-size: 15px;
    margin: 0;
    width: 100%;
  }
  .resources-for-patients .mCustomScrollBox {
    height: 350px;
  }
  .cv-safety .banner-section p {
    margin-top: 0;
  }
  .cv-safety .cta-bg .image-component p {
    display: none;
  }
  .score-structural.score-column.cvsafety-promo-left.cta-bg {
    margin-bottom: 20px;
    float: left;
    width: auto;
  }
  .cv-safety .cta-bg .image-component {
    padding: 10px 0 0;
  }
  .cvsafety-promo-right.cta-bg .image-component h3:nth-child(3) {
    margin-top: -12px;
  }
  .resources-for-patients .additional-section .img {
    width: 100%;
    padding: 0 30px;
  }
  .insurance-coverage-and-savings .arm-promo .image-component p,
  .insurance-coverage-and-savings .cv-safety-promo .image-component p {
    width: 215px;
  }
  .insurance-coverage-and-savings h2.medicare.co {
    margin-top: 0;
  }
  .copay-txt-right .text-component {
    width: 250px;
    margin: 0 auto;
  }
  .resources-for-patients .score-tab-pane .additional-section .score-center {
    float: unset;
    margin: 0 auto;
    width: 94%;
    padding: 0 3%;
    clear: both;
  }
  #add-video1,
  #add-video2 {
    width: 94% !important;
    margin: 20px 3% 0;
  }
  #add-video1 img,
  #add-video2 img {
    cursor: pointer;
    margin: 0 auto 10px;
    max-width: 236px;
    width: 100%;
    display: block;
  }
  #add-video2 {
    margin-top: 0 !important;
  }
  .resources-for-patients .additional-section .text-component p:nth-child(1) {
    padding: 0 0 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #4e4e4f;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .injection-guide .image-component.calculator-cta p a {
    left: 0;
  }
  .about-lantus-txt-left .text-component > p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 16px;
    padding: 10px 0;
  }
  .resources-for-patients .additional-section .text-component p.inj-video-head {
    padding: 20px 0;
    width: 100%;
    padding: 20px 30px;
    text-align: center;
  }
  .resources-for-patients .inj-video-copy {
    width: 100%;
    text-align: center;
    padding: 0 15px 15px;
  }
  .resources-for-patients .score-structural.score-column.resources-right-promo.about-lantus-cta-left.cta-bg {
    margin-top: 30px;
  }
  .about-lantus-txt-left .text-component > h2 {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 15px;
    width: 320px;
  }
  .about-lantus-txt-right .text-component > p::before {
    left: -7px;
    top: -15px;
    height: 7px;
    width: 112%;
  }
  .about-lantus-txt-right .score-center .text-component p {
    font-size: 20px;
    line-height: 27px;
    width: 330px;
    padding-top: 15px;
  }
  .btn.btn-default {
    font-size: 16px;
  }
  .about-lantus-txt-left li {
    font-size: 16px;
    padding-left: 33px;
    padding-bottom: 14px;
    line-height: 18px;
  }
  .about-lantus-txt-left li:last-child {
    padding-top: 5px;
  }
  .cta-footnote > p {
    font-size: 12px;
    line-height: 14px;
  }
  .score-structural.score-column2-equal.about-lantus-cta .score-left,
  .score-structural.score-column2-equal.about-lantus-cta .score-right {
    width: 100%;
    clear: both;
  }
  .about-lantus-cta-left.cta-bg .image-component h2 a {
    font-size: 16px;
    line-height: 17px;
  }
  .cta-bg .image-component p.sub-note {
    font-size: 16px;
  }
  #popup-showmore .modal-body li {
    padding-left: 0;
    list-style-type: decimal;
    background: none;
  }
  .cta-bg .image-component h2 {
    width: 220px;
    margin: 10px 0 0;
  }
  .cta-bg .image-component p.sub-note {
    width: 300px;
  }
  .about-lantus-cta-right.cta-bg .image-component a {
    font-size: 16px;
    line-height: 17px;
  }
  .about-lantus .score-right .cta-bg .score-center .image-component h2 {
    width: 250px;
    margin-top: 14px;
  }
  .about-lantus .cta-bg .image-component h2 {
    margin: -10px 0 0;
    width: 235px;
  }
  .plus-icon-floating-isi {
    display: none;
  }
  .cta-footnote sup {
    left: -3px;
  }
  .cta-footnote > p:nth-child(2) {
    margin-left: 7px;
  }
  .ref-container li {
    width: 100%;
    word-wrap: break-word;
    padding-bottom: 0;
  }
  .text-component.page-link > p {
    margin: 0px 6px 0 0;
  }
  .ref-container .text-component {
    padding: 0 16px;
  }
  .insulin-dose-and-dosing-calculator .ref-container .text-component {
    padding: 0 30px 0 25px;
  }
  footer .container {
    padding: 0;
  }
  .about-lantus .cta-bg .image-component p.sub-note {
    width: 240px;
  }
  .copay-card img {
    width: 200px;
    height: auto;
    margin: 25px auto 0;
    display: block;
    text-align: center;
  }
  .value1 img {
    width: 270px !important;
    height: auto !important;
    left: -20px;
    position: relative;
  }
  .value2 {
    left: 94px;
    width: 60%;
    float: left;
  }
  .co-pay-coverage a {
    left: 0;
  }
  .copay-txt-right {
    margin-top: 0;
    padding-top: 0;
  }
  h2.co {
    margin-top: 4%;
  }
  .txt-comp-2 .FL {
    float: left;
    width: 100%;
  }
  .txt-comp-2 .FR {
    float: left;
    width: 100%;
  }
  .txt-comp-2 .FR {
    float: left;
    width: 100%;
  }
  .txt-comp-2 .FR h3:nth-child(1) {
    font-size: 30px;
    margin-bottom: 0;
    padding-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .txt-comp-2 .FL h3 {
    margin: 0 0 0;
    padding: 10px 0 0;
  }
  .txt-comp-2 .FR h3 {
    width: 290px;
    margin-left: 30px;
  }
  .txt-comp-2 .FR h3 {
    font-size: 16px;
  }
  .FR p {
    width: 320px;
    margin-left: 30px;
  }
  .arm-promo .image-component p,
  .cv-safety-promo .image-component p {
    width: 230px;
  }
  h2.medicare::after {
    display: none;
  }
  .FR p sup {
    margin-left: -8px;
    padding-right: 0px;
  }
  .summary .banner-section p {
    margin-top: 0;
  }
  .banner-section p {
    margin-top: 30px;
  }
  .efficacy-txt-row2,
  .efficacy-txt-row3,
  .efficacy-txt-row4,
  .efficacy-txt-row5 {
    width: 100%;
    margin-top: 24px;
  }
  .efficacy-txt-row2.text-component > h2,
  .efficacy-txt-row3.text-component > h2,
  .efficacy-txt-row4.text-component > h2,
  .efficacy-txt-row5.text-component > h2 {
    padding: 36px 0px 55px;
    width: 100%;
    text-align: center;
    height: 150px;
    font-size: 18px;
  }
  .about-lantus .banner-section .image-component:nth-child(2) {
    display: none;
  }
  .about-lantus-txt-right .btn.btn-default {
    margin-top: 13px;
    margin-bottom: 13px;
    font-weight: normal;
    line-height: 16px;
  }
  .about-lantus .cta-bg .image-component div {
    width: 60px;
  }
  .about-lantus .cta-bg .image-component img {
    padding: 6px 0 0;
  }
  .about-lantus-cta-right.cta-bg .image-component img {
    margin: 10px 0 0;
  }
  .page-link a {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    margin: 17px 0;
    position: relative;
    z-index: 1;
  }
  .efficacy-txt-row5 > p {
    margin: 0 15px 5px;
    padding-bottom: 80px;
    width: 280px;
    font-size: 16px;
  }
  .efficacy-txt-row5.text-component > h2 {
    padding-bottom: 0;
    height: 93px;
    padding: 0 42px;
    line-height: 22px;
  }
  .summary .btn.btn-default {
    bottom: 70px;
    padding: 10px 20px;
    width: 200px;
    position: inherit;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    float: left;
    margin-left: 50%;
    transform: translateX(-50%);
    line-height: 16px;
    font-weight: normal;
  }
  .about-lantus-cta {
    margin-left: 0;
    margin-right: 0;
  }
  .proven-subhead .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .middle {
    width: 100%;
    text-align: center;
  }
  .proven-subhead .right {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }
  .cta-bg .image-component div {
    width: 70px;
  }
  .significant-a1c-reduction h2.medicare {
    margin-top: 0;
    width: 100%;
  }
  .proven-subhead .left p {
    padding: 0 0 0 30px;
    margin-bottom: 0;
  }
  .text-component.proven-subhead > ul {
    padding: 10px 0 60px 20px;
  }
  .daily-dose ul {
    padding: 0 10px;
  }
  .daily-dose li {
    line-height: 20px;
  }
  .daily-dose-note p {
    font-size: 14px;
  }
  .daily-dose {
    bottom: 360px;
  }
  .daily-dose-note {
    width: 100%;
  }
  .se-result {
    position: absolute;
    bottom: 80px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    left: 0;
    padding: 0 15px;
  }
  .proven-promo-left h3,
  .proven-promo-right h3 {
    width: 235px;
    font-size: 16px;
    line-height: 18px;
    margin: -20px 0 30px 0;
  }
  .image-component.safety-mob-chart div + p {
    display: none;
  }
  .arm-promo .image-component div,
  .cv-safety-promo .image-component div {
    width: 75px;
  }
  .insurance-coverage-and-savings .about-lantus-cta .score-right {
    margin-top: 10px;
  }
  .summary .cta-bg .image-component div {
    width: 85px;
  }
  .hba1c-img1 img,
  .hba1c-img2 img {
    padding: 30px 0px 0;
    width: 100%;
  }
  .hba1c-img1 ul {
    width: 100%;
    padding-left: 30px;
  }
  .image-component.hba1c-img3 img {
    height: auto;
    width: 90%;
  }
  .hba1c-img2 img {
    width: 96%;
  }
  .origin {
    margin: 0 auto;
    width: 90%;
  }
  .reduce-hba1c-levels .cta-bg .image-component img {
    width: 50px;
  }
  .reduce-hba1c-levels .about-lantus-cta .score-right {
    margin-top: 10px;
  }
  #popup-showmore .modal-body h2 {
    font-size: 15px;
  }
  #popup-showmore .modal-body {
    padding: 0 7px 0 20px;
    width: 100%;
    word-wrap: break-word;
  }
  #popup-showmore .modal-body p {
    padding-top: 5px;
    line-height: 16px;
    font-size: 15px;
  }
  #popup-showmore .modal-content {
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/mobile/isi-bottom-bg.png") no-repeat scroll 0 bottom;
    background-size: 100% auto;
  }
  .about-lantus .modal-dialog {
    background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/mobile/isi-top-bg.png") no-repeat scroll 0 top;
    width: auto;
    background-size: 100% 100%;
  }
  .toujeo-soliqua-insulin-treatment-options .banner-section p {
    width: 200px;
    margin-top: 0px;
  }
  .toujeo-soliqua-insulin-treatment-options .banner-section h1 {
    width: 180px;
    margin-top: 5px;
  }
  .toujeo-soliqua-insulin-treatment-options .other-insulin-toujeo-txt h2 {
    width: 100%;
  }
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-left {
    margin-top: 0;
    width: 100%;
  }
  .toujeo-soliqua-insulin-treatment-options .other-insulin-cta-left .other-img-left img,
  .toujeo-soliqua-insulin-treatment-options .other-insulin-cta-right .other-img-right img {
    width: 100%;
    height: auto;
  }
  .toujeo-soliqua-insulin-treatment-options .other-img-left a,
  .toujeo-soliqua-insulin-treatment-options .other-img-right a {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 14px;
  }
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-left,
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-right {
    float: none;
    width: 100%;
  }
  .toujeo-soliqua-insulin-treatment-options .other-insulin-toujeo-txt h2,
  .toujeo-soliqua-insulin-treatment-options .other-insulin-soliqua-txt h2 {
    width: 100%;
  }
  #popup-showmore .modal-header .close {
    opacity: 0;
  }
  .insurance-coverage-and-savings .banner-section p {
    margin-top: 15px;
  }
  .insurance-coverage-and-savings .banner-section h1 {
    width: 160px;
  }
  .insurance-coverage-and-savings .banner-section h1 br {
    display: none;
  }
  .insurance-coverage-and-savings h2.co {
    margin-top: 0;
  }
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-right {
    padding: 12% 10px 0;
    height: 210px;
    margin-bottom: 30px;
  }
  .other-insulin-toujeo-txt h2:nth-child(1),
  .other-insulin-soliqua-txt h2:nth-child(1) {
    padding-top: 10px;
  }
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-right p:last-child {
    display: none;
  }
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-left p:last-child {
    display: none;
  }
  .toujeo-soliqua-insulin-treatment-options .score-structural.score-column.other-insulin-cta-left {
    padding: 25px 25px 0;
    height: 240px;
  }
  h2.medicare {
    color: #746c9f;
  }
  .insurance-coverage-and-savings .co-pay-coverage .score-left {
    width: 100%;
  }
  .copay-card .image-component p {
    display: none;
  }
  .value2 {
    width: 200px;
  }
  .co-pay-coverage .btn.btn-default {
    padding: 7px 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    text-align: center;
    left: 0px;
    line-height: 16px;
  }
  .co-pay-coverage {
    height: 335px;
  }
  .txt-comp-2 .text-component {
    height: 310px;
  }
  .arm-promo .image-component p {
    margin-top: 1px;
  }
  .insurance-coverage-and-savings h2.medicare {
    width: 100%;
    margin-top: 60px;
  }
  .arm-promo .image-component p,
  .cv-safety-promo .image-component p {
    font-size: 16px;
    line-height: 17px;
  }
  .resources-for-patients .banner-section p {
    margin-top: 0px;
  }
  .resources-for-patients .resources-subhead-right {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
  .resources-for-patients .resources-subhead-right img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .resources-for-patients .text-component.resources-subhead {
    clear: both;
  }
  .resources-for-patients .resources-subhead h1 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .resources-for-patients .nav-tabs > li {
    padding: 20px 10px;
  }
  .resources-for-patients .nav.nav-tabs > li a {
    font-size: 14px;
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .resources-for-patients .nav.nav-tabs > li:first-child {
    margin: 7px 0 0;
    padding: 8px 30px;
  }
  .resources-for-patients .nav.nav-tabs > li:last-child {
    margin: 7px 0 0 -50px;
    padding: 8px 43px;
  }
  .resources-for-patients .nav.nav-tabs > li.active:last-child {
    left: -26px;
    top: 3px;
  }
  .resources-for-patients .nav-tabs::after {
    bottom: 10px;
    height: 5px;
    left: -15px;
    bottom: 2px;
  }
  .resources-for-patients .nav.nav-tabs > li.active {
    padding: 14px 26px !important;
    margin: 0 !important;
  }
  .injection-guide .container {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  h2.banner-title {
    line-height: 16px;
    width: 150px;
    margin-top: 5px;
    font-size: 15px;
  }
  .injection-guide .banner-section {
    padding-bottom: 0;
  }
  .injection-guide h1.medicare {
    color: #716c9d;
    font-size: 15px;
    line-height: 16px;
  }
  .injection-guide .text-component h1.co {
    margin-top: 0;
  }
  .guide-container p {
    font-size: 16px;
    line-height: 17px;
    padding: 0 13px;
    margin-bottom: 0;
  }
  .guide-container a {
    color: #716c9d;
  }
  .injection-guide-bullets li {
    font-size: 16px;
    padding-left: 30px;
    line-height: 18px;
  }
  .injection-guide-bullets {
    padding: 12px 12px 0;
  }
  .image-component.man-arm img {
    top: 3px;
    width: 100%;
    height: auto;
    left: 0px;
  }
  .do-dont-bullets ul li {
    font-size: 16px;
    line-height: 19px;
    padding: 17px 0 0px 10px;
  }
  .dont-bullets > li {
    margin-left: 0;
  }
  .do-dont-bullets {
    background: transparent;
    margin-right: 0;
  }
  .do-dont-bullets .score-left,
  .do-dont-bullets .score-right {
    background: white;
    padding-bottom: 10px;
  }
  .injection-guide .score-structural.score-column.insulin-video-container .score-center {
    padding: 0;
  }
  .injection-insulin-title h2.medicare.co {
    margin-left: 20px;
  }
  .injection-guide .video-iframe {
    width: 94% !important;
  }
  .video-iframe {
    width: 90% !important;
    padding-top: 0;
  }
  .resources-for-patients .video-iframe {
    width: 100% !important;
  }
  .insulin-video-copy {
    font-size: 14px;
    padding: 10px 0 50px;
    width: 310px;
  }
  .video-transcript-details {
    width: 100%;
  }
  .injection-guide .video-transcript-btn {
    float: left;
  }
  .video-transcript-btn {
    float: left;
    margin-left: 0px;
  }
  .dosing-content .text-component {
    margin-right: 0;
  }
  span.video-sub-header {
    width: 100%;
    cursor: pointer;
    clear: both;
  }
  div#injectionTranscripttext {
    width: 100%;
  }
  .dosing-content span.video-sub-header {
    width: 94%;
  }
  .video-transcript-details .modal-dialog {
    width: 100%;
  }
  .image-component.calculator-cta p,
  .image-component.lantus-cta p {
    font-size: 16px;
    line-height: 17px;
    margin: 5px 0 0 0;
    width: 230px;
  }
  .injection-guide .image-component.lantus-cta > p {
    width: 220px;
    margin: -1px;
  }
  .injection-guide .score-structural.score-column2-equal.about-lantus-cta .score-right {
    margin-top: 10px;
  }
  .image-component.calculator-cta img {
    width: 50px;
  }
  .resources-for-patients .samples-print-subhead {
    padding: 15px 10px 0 10px;
  }
  .resources-for-patients .score-tab-pane .text-component p {
    margin-top: 0;
    width: 100%;
  }
  .dosingCalculator .heading h6 {
    padding: 35px 45px;
    line-height: 20px;
  }
  .dosingCalculator .calc {
    width: 100%;
  }
  .resources-for-patients .samples-print-subhead div {
    line-height: 18px;
    font-weight: normal;
  }
  .resources-for-patients .score-tab-pane .score-column3-equal .score-center,
  .resources-for-patients .score-tab-pane .score-column3-equal .score-right,
  .resources-for-patients .score-tab-pane .score-column3-equal .score-left {
    width: 100%;
  }
  .resources-for-patients .score-tab-pane .score-column3-equal .score-center {
    margin: 0 0;
  }
  .resources-for-patients .score-tab-pane .score-column3-equal .score-left img,
  .resources-for-patients .score-tab-pane .score-column3-equal .score-right img,
  .resources-for-patients .score-tab-pane .score-column3-equal .score-center img {
    width: auto;
    height: auto;
    margin-top: 0;
  }
  .resources-for-patients .score-tab-pane .score-column3-equal .score-right img {
    width: 70%;
  }
  .resources-for-patients .tab-content .score-structural.score-column3-equal {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
  }
  .calc-title h1 {
    margin-top: 12px;
    font-size: 15px;
    line-height: 16px;
  }
  .summary .banner-section h1 {
    width: 170px;
    margin-top: 5px;
  }
  .efficacy-row1-txt p {
    font-size: 16px;
    line-height: 17px;
    padding-bottom: 10px;
  }
  .efficacy-arm-promo h3,
  .efficacy-card-promo h3 {
    margin: -6px 0 0;
  }
  .efficacy-card-promo h3 {
    margin-top: -27px;
  }
  .summary h2.co {
    margin-top: 4%;
    line-height: 16px;
  }
  .dosingCalculator .calc input[type="text"] {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .dosingCalculator .calc {
    position: relative;
  }
  .dosingCalculator .calc h6 {
    top: 13px;
    left: 55%;
    position: absolute;
  }
  .dosingCalculator .calc input[type="button"] {
    float: none;
    margin: 15px auto 0;
    display: block;
  }
  .equal-to {
    float: none;
    padding: 12px 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .summary .efficacy-arm-promo h3,
  .efficacy-card-promo h3 {
    font-size: 16px;
    line-height: 17px;
  }
  .summary .efficacy-card-promo h3 {
    margin-top: -18px;
  }
  .dosingCalculator .title {
    height: auto;
  }
  .dosingCalculator .fraction {
    display: block;
    width: 160px;
    float: none;
    margin: 0 auto;
  }
  .dosingCalculator .eq-c {
    width: 100%;
  }
  .wrapText {
    padding: 0 10px;
    display: block;
    width: 111px;
    margin: 0 auto;
  }
  .dosingCalculator .content {
    border-top: none;
    margin-top: 0;
    margin-bottom: -10px;
  }
  .score-structural.score-column.calc-white-box {
    background: white url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png") no-repeat scroll center bottom;
    background-size: 100% auto;
    margin-left: 0;
    margin-right: 0;
  }
  .dosing-copy > ul {
    padding: 40px 15px;
  }
  .dosing-copy li {
    width: 100%;
  }
  .about-lantus-cta .cta-bg.proven-promo-right .image-component img {
    margin: 0px 0 0 0;
  }
  .proven-row1 .FL li,
  .daily-dose li {
    font-size: 16px;
  }
  .insulin-dose-and-dosing-calculator .calc-title h1 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator {
    font-family: 'AvantGardeGothicDemi' !important;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .heading h6 {
    padding: 0px 10px;
    margin-bottom: 20px;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-weight: 300;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc {
    position: relative;
    width: 300px;
    margin: 0 auto;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc input[type="text"] {
    font-weight: 600;
    font-size: 24px;
    border: 1px solid #888888;
    box-shadow: 1px 1px 5px #888888 inset;
    padding-left: 0px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc h6 {
    top: 7px;
    left: 160px;
    position: absolute;
    color: #888888;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator input[type="button"] {
    font-family: 'AvantGardeGothicDemi' !important;
    font-size: 18px !important;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .fraction span.fdn {
    border-top: 2px solid #717ebb;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .fraction span.fdn i {
    font-style: normal;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .eq-c {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    position: relative;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .eq-c span.equal {
    color: #646464;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .eq-c sup {
    top: -40px;
    left: 40px;
    font-size: 16px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .wrapText {
    width: 130px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc-unit-txt {
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 40px 0;
    text-indent: -5px;
    padding: 0 15px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc-unit-txt sup {
    font-size: 10px;
  }
  .insulin-dose-and-dosing-calculator .equal-to {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 28px;
    color: #888888;
  }
  .insulin-dose-and-dosing-calculator .dosing-section .dosing-txt h2.dosing-title {
    margin: 38px 0 20px 0;
  }
  .insulin-dose-and-dosing-calculator .dosing-section .dosing-txt .dosing-copy > ul {
    padding: 30px 15px;
  }
  .insulin-dose-and-dosing-calculator .dosing-section .dosing-txt .dosing-copy ul li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .insulin-dose-and-dosing-calculator .dosing-section .dosing-txt .dosing-copy ul li:nth-child(4) {
    background-position: 0 93%;
  }
  .insulin-dose-and-dosing-calculator .two-options-section .copy-big {
    background: white url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png") no-repeat scroll center bottom;
    background-size: 100% auto;
    margin-bottom: 10px;
  }
  .insulin-dose-and-dosing-calculator .two-options-section .copy-big span.or-txt {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    color: #4e4e4f;
  }
  .insulin-dose-and-dosing-calculator .two-options-section .copy-big .option1 {
    width: 100%;
    font-size: 22px;
    font-family: 'AvantGardeGothicDemi';
  }
  .insulin-dose-and-dosing-calculator .two-options-section .copy-big .option1 > span {
    color: #717ebb;
    font-family: 'AvantGardeGothicDemi';
    font-size: 22px;
    display: block;
    line-height: normal;
  }
  .insulin-dose-and-dosing-calculator .two-options-section .copy-big .option2 {
    width: 100%;
    left: 0;
    font-size: 22px;
    line-height: normal;
    margin-top: 10px;
  }
  .insulin-dose-and-dosing-calculator .two-options-section h2.two-options-title {
    margin: 20px 0 5px 0;
  }
  .insulin-dose-and-dosing-calculator .two-options-section .start-lantus-txt h3.start-lantus-title {
    font-size: 16px;
    margin: 10px 0;
  }
  .insulin-dose-and-dosing-calculator .two-options-section .start-lantus-txt .start-lantus-copy > p {
    font-size: 14px;
  }
  .insulin-dose-and-dosing-calculator .init-lantus-section .image-component {
    padding: 10px;
    position: relative;
    background: white url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/bottom-bg.png") no-repeat scroll center bottom;
    background-size: 100% auto;
  }
  .insulin-dose-and-dosing-calculator .init-lantus-section .image-component div {
    margin-top: 45px;
  }
  .insulin-dose-and-dosing-calculator .init-lantus-section .image-component p.chart-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    color: #746c9f;
    position: absolute;
    top: 0;
  }
  .insulin-dose-and-dosing-calculator .banner-section .banner-img {
    height: 155px;
  }
  .insulin-dose-and-dosing-calculator .banner-section p {
    margin-top: 0;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left {
    margin-bottom: 20px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .injection-cta.cta-bg > div {
    width: 35%;
    float: left;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .injection-cta.cta-bg > h3 {
    float: left;
    width: 65%;
    margin: 0;
    line-height: 16px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right {
    margin-bottom: 16px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta.cta-bg > div {
    width: 15%;
    float: left;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta.cta-bg > div img {
    margin: 25px 0 0;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta.cta-bg > h3 {
    float: left;
    width: 75%;
    margin: 10px 0 0 20px;
    line-height: 16px;
    padding-right: 15px;
  }
  .improved-glycemic-control .glycemic-heading h2.medicare.co {
    margin-top: 0;
  }
  .improved-glycemic-control .insulin-mob-chart img {
    width: 100%;
    height: auto;
  }
  .improved-glycemic-control .insulin-mob-chart > p {
    margin: 0;
  }
  .improved-glycemic-control .insulin-mob-chart > p:nth-child(2) {
    display: none;
  }
  .improved-glycemic-control .insulin-mob-chart > ul {
    margin-top: 0;
  }
  .improved-glycemic-control .safety-mob-chart img {
    width: 100%;
    height: auto;
  }
  .improved-glycemic-control .safety-mob-chart p {
    margin: 0;
    text-indent: -10px;
    padding-left: 10px;
  }
  .improved-glycemic-control .about-lantus-cta {
    margin-top: 10px;
  }
  .improved-glycemic-control .about-lantus-cta .glycemic-cta-left.cta-bg p {
    display: none;
  }
  .improved-glycemic-control .about-lantus-cta .score-left {
    margin-bottom: 10px;
  }
  .improved-glycemic-control .about-lantus-cta .glycemic-cta-right p {
    display: none;
  }
  .improved-glycemic-control .about-lantus-cta h3 a {
    line-height: normal;
  }
  .improved-glycemic-control .about-lantus-cta .cta-bg .image-component div {
    width: 51px;
  }
  .improved-glycemic-control .glycemic-subhead h2 {
    margin: 15px 0 20px 0;
  }
  .improved-glycemic-control .page-link a {
    margin: 17px 0;
  }
  .significant-a1c-reduction .banner-section h1 {
    width: 180px;
    margin-top: 5px;
  }
  .significant-a1c-reduction .banner-section p {
    margin-top: 0;
  }
  .about-lantus-cta .cta-bg .image-component {
    padding: 10px 0 0;
  }
  .about-lantus-cta .cta-bg.proven-promo-left .image-component img {
    width: 50px;
    padding: 10px 0 0;
  }
  .proven-promo-left a,
  .proven-promo-right a {
    font-size: 12px;
    line-height: 12px;
  }
  .proven-promo-right h3 {
    font-size: 15px;
    margin-top: -30px;
  }
  .proven-promo-left h3 {
    font-size: 15px;
    margin-top: -30px;
  }
  .proven-subhead .left p {
    padding: 0;
    margin-bottom: 0;
  }
  .about-lantus-cta .cta-bg.proven-promo-right .image-component img {
    padding: 10px 0 0;
  }
  .about-lantus-cta {
    margin-top: 20px;
  }
  .about-lantus #popup-showmore .modal-header .close {
    opacity: 1;
    font-size: 40px;
    font-family: icon;
    font-weight: normal;
    left: 7px;
    top: -6px;
  }
  .search-results .banner-section .score-center .text-component {
    color: white;
    display: block;
    font-size: 15px;
    padding: 50px 0;
    font-weight: bold;
  }
  .CoveoResult .coveo-title .CoveoResultLink {
    font-size: 16px;
  }
  .search-container > h2 {
    display: none;
  }
  .ref-container .text-component ul {
    margin: 6px 0 0;
    padding: 0 10px 0 40px;
  }
  .ref-container li:last-child {
    padding-bottom: 0;
  }
  .insurance-coverage-and-savings .cv-safety-promo .image-component p {
    left: -10px;
    position: relative;
    width: 236px;
  }
  .about-lantus #popup-showmore .modal-content {
    height: 500px;
  }
  .about-lantus-txt-right .btn.btn-default.btn.btn-default > span {
    left: 12px;
  }
  .about-lantus-txt-left li {
    background-position: 0 0px;
  }
  .about-lantus-txt-right .text-component {
    padding-left: 0;
  }
  .cta-footnote > p sup {
    left: 0;
    margin-left: -6px;
    position: relative;
  }
  .about-lantus .ref-container .text-component ol {
    margin-left: 0;
    padding-top: 10px;
    padding-left: 23px !important;
  }
  .ref-container .text-component > strong {
    margin-left: 6px;
  }
  .about-lantus .modal-dialog {
    width: auto;
  }
  .about-lantus .cta-footnote {
    margin-left: 6px;
    width: 100%;
  }
  .about-lantus .ref-container .text-component li {
    padding-bottom: 10px;
  }
  #popup-showmore .modal-body ol {
    margin-left: 5px;
    margin-bottom: 0;
  }
  .ref-container .text-component > div {
    margin-left: 0px;
  }
  .resources-for-patients .cta-bg .image-component div {
    width: 85px;
  }
  .do-dont-title {
    font-size: 15px;
    line-height: 16px;
    margin: 15px 0 0px;
    padding-left: 10px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left {
    margin-bottom: 30px;
  }
  .ref-container .text-component ol {
    padding-left: 0 !important;
    width: 100%;
  }
  .dosingCalculator .eq-c {
    margin: 15px auto !important;
  }
  #txtResult {
    text-align: center;
    margin: 0 auto;
  }
  .eq-c br {
    display: none;
  }
  #HowToVideoViewTranscript {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .resources-left-promo .score-center h3:nth-child(3) {
    margin-top: -13px;
  }
  .resources-left-promo .score-center .image-component img {
    margin: 12px 0 0 -15px;
  }
  .resources-right-promo .score-center .image-component img {
    margin: -5px 0 0 0;
    padding: 15px 20px 0 0;
  }
  .now-playing p span.playing-txt {
    top: 104px;
  }
  .add-video-promo p span.playing-txt {
    top: 92px;
    left: 43%;
  }
  .add-video-promo.now-playing p span.playing-txt {
    left: 1%;
    top: 104px;
  }
  .promo-text a,
  .promo-text p {
    display: block !important;
    font-size: 16px !important;
  }
  .resources-for-patients .score-tab-pane .score-column3-equal .score-left,
  .resources-for-patients .score-tab-pane .score-column3-equal .score-center,
  .resources-for-patients .score-tab-pane .score-column3-equal .score-right {
    background: url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/61gradientbox2xm.png") no-repeat;
    background-size: 100%;
    padding: 0 10px;
  }
  .resources-for-patients .score-tab-pane .print-insulin-promo-mob .box-content img {
    width: 100%;
    padding: 40px;
  }
  .print-connection-mob h2 {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .resources-for-patients .score-tab-pane .print-vial-promo-mob .box-content img {
    width: 70%;
  }
  .print-sanofi-connect-mob h2 {
    padding: 30px 0;
  }
  a#CopayFAQ {
    width: 145px;
    margin: 0 auto 30px;
  }
  a#CoverageComparison {
    width: 180px;
    margin: 0 auto 30px;
  }
  .resources-for-patients #ImportantSafetyInfo,
  .additional-txt .bold {
    display: block;
  }
  .resources-for-patients .modal-dialog {
    padding: 0 10px;
  }
  .summary .cta-bg .image-component img {
    width: 70px;
  }
  .summary .efficacy-card-promo h3 {
    margin-top: -25px;
  }
  .efficacy-safety .ref-container {
    margin-left: 10px;
  }
  .efficacy-card-promo h3 {
    width: 300px;
  }
  .summary .efficacy-arm-promo h3 {
    position: relative;
    bottom: 15px;
  }
  .summary .cta-bg.efficacy-arm-promo .image-component img {
    padding: 18px 0 0 0px;
  }
  .summary .score-structural.score-column2-equal.about-lantus-cta .score-left {
    margin-bottom: 20px;
  }
  .summary .cta-bg.efficacy-card-promo .image-component img {
    padding: 14px 0 0;
  }
  .summary .ref-container p {
    margin-left: -16px;
  }
  .summary .ref-container .text-component ol {
    margin-bottom: 0;
    padding-left: 2px !important;
  }
  .summary .score-structural.score-column.ref-container {
    margin-bottom: 10px;
  }
  .improved-glycemic-control .insulin-mob-chart > p {
    margin: 0;
    padding: 0 15px;
  }
  .image-component.hidden-md.hidden-lg.insulin-mob-chart {
    position: relative;
  }
  .improved-glycemic-control .insulin-mob-chart > ul {
    bottom: 300px;
    margin-top: 0;
    padding: 0 22px 0 28px;
    position: absolute;
  }
  .glycemic-cta-left .image-component > div img,
  .glycemic-cta-right .image-component > div img {
    padding: 11px 0 0;
  }
  .improved-glycemic-control .about-lantus-cta .cta-bg .image-component div {
    width: 65px;
  }
  .improved-glycemic-control .glycemic-cta-left .image-component h3,
  .glycemic-cta-right .image-component h3 {
    position: relative;
    bottom: 2px;
  }
  .improved-glycemic-control .glycemic-cta-right .image-component h3 {
    bottom: 16px;
  }
  .improved-glycemic-control .ref-container li {
    padding: 4px 0 0;
  }
  .improved-glycemic-control .ref-container .text-component ol {
    padding: 0;
  }
  .improved-glycemic-control .ref-container {
    margin-left: -5px;
  }
  .dosing-copy {
    margin: 15px 0;
    padding: 20px 0;
  }
  .dosing-FL {
    float: left;
    width: 100%;
  }
  .dosing-FR {
    float: right;
    width: 100%;
  }
  .dosing-FL > ul,
  .dosing-FR > ul {
    padding-left: 20px;
  }
  .dosing-FR > ul {
    margin-top: 0;
  }
  .insulin-dose-and-dosing-calculator .dosing-section .dosing-txt .dosing-copy ul li {
    margin-bottom: 2px;
  }
  .dosing-copy {
    height: 560px;
    margin: 15px 0;
    padding: 20px 0;
  }
  .reduce-hba1c-levels .banner-section {
    padding-bottom: 0;
  }
  .origin-subnote p {
    font-size: 14px;
  }
  .hba1c-promo-left .image-component h3 {
    margin: -14px 0 0;
    width: 252px;
  }
  .reduce-hba1c-levels .cta-bg .image-component img {
    height: auto;
    padding: 18px 0 0;
    width: 50px;
  }
  .reduce-hba1c-levels .cta-bg .image-component div {
    width: 60px;
  }
  .hba1c-promo-right .image-component h3 {
    margin: -15px 0 0;
  }
  .reduce-hba1c-levels .ref-container .text-component ol {
    padding-left: 18px !important;
  }
  .reduce-hba1c-levels .ref-container .text-component li {
    padding-bottom: 6px;
  }
  .reduce-hba1c-levels .ref-container .text-component {
    padding: 0 22px;
  }
  .image-component.hba1c-img3 {
    padding: 0;
  }
  .image-component.hba1c-img3 p:nth-child(4),
  .image-component.hba1c-img3 p:nth-child(2),
  .image-component.hba1c-img3 ul {
    display: none;
  }
  .hba1c-img1 img,
  .hba1c-img2 img {
    padding: 10px 5px 0 5px;
  }
  .summary .cta-bg .image-component p.sub-note {
    font-size: 10px;
  }
  .hba1c-img2 a.btn.btn-default br {
    display: inline;
  }
  .image-component.hidden-md.hidden-lg.graph-img-mob > p {
    bottom: 99px;
    left: 15px;
    position: relative;
  }
  .significant-a1c-reduction .ref-container li {
    margin-left: 16px;
    width: 90%;
  }
  .significant-a1c-reduction .ref-container .text-component {
    padding: 0 10px 0 22px;
  }
  .study_sec p {
    font-size: 14px;
  }
  .cv-safety .image-component.hidden-md.hidden-lg.graph-img-mob > p {
    bottom: 250px;
    left: 35px;
    position: absolute;
  }
  .cv-safety .ref-container li {
    margin-left: 14px;
  }
  .cv-safety .ref-container .text-component > div {
    margin-left: 9px;
  }
  .coveo-sprites-queryBox-clear,
  .coveo-query-box-clear .coveo-icon {
    display: none;
  }
  span.coveo-query-box-clear::after {
    color: #746c9f;
    content: "×";
    font-family: icon;
    font-size: 40px;
    left: 6px;
    position: relative;
    top: -20px;
  }
  .resources-for-patients .resources-right-promo .score-center h3 {
    margin-top: -14px;
  }
  .resources-left-promo .score-center h3,
  .resources-right-promo .score-center h3 {
    font-size: 16px;
  }
  .injection-guide .info-links {
    width: 100%;
  }
  .injection-guide .info-links {
    padding-left: 20px;
    width: 100%;
  }
  .injection-guide .video-transcript-details {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
  .injection-guide .video-transcript-btn {
    left: 129px;
    margin-left: 0px;
    position: relative;
    top: -16px;
    width: 100%;
  }
  .resources-for-patients .videoContainer {
    padding-top: 10px;
  }
  .resources-for-patients .video-sub-header .video-desc {
    width: 100%;
    margin-left: 0;
  }
  .isi-main-copy-mobile h2 {
    margin-bottom: 0;
  }
  .isi-main-copy-mobile p {
    color: #4e4e4f;
    padding: 0 22px;
    font-size: 16px !important;
    font-family: Arial;
    line-height: 20px;
    margin: 0;
    max-width: 80%;
  }
  .isi-main-copy-mobile p:first-child {
    color: #7373a6;
    padding: 5px 22px 0;
    font-size: 16px !important;
    font-family: "ITC Avant Garde Gothic W01 Bk";
    line-height: 20px;
    margin: 10px 0;
  }
  .isi-main-copy-mobile p:first-child strong {
    font-weight: normal;
  }
  .isi-main-copy {
    margin-left: 15px;
    float: left;
    margin-right: 15px;
    padding-top: 18px;
    display: none;
    margin-top: -48px;
  }
  .resources-for-patients .isi-main-copy,
  .injection-guide .isi-main-copy {
    margin-top: 0;
  }
  .footer-subheading {
    font-size: 20px;
    color: #717dbc;
    line-height: 28px;
    padding: 0;
  }
  .isi-text-blurb {
    width: 100%;
    float: left;
    margin-top: 0;
  }
  div#lipsum {
    padding-right: 20px;
  }
  .isi-main-copy p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .injection-guide .banner-section p {
    margin-top: 0;
  }
  .injection-guide h2.banner-title {
    padding-bottom: 23px;
  }
  .insulin-dose-and-dosing-calculator .banner-section p {
    margin-top: 10px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .heading h6 sup {
    position: relative;
    top: -4px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc-unit-txt sup {
    font-size: 10px;
    margin-left: 0px;
  }
  .insulin-dose-and-dosing-calculator .dosing-section .dosing-txt .dosing-copy ul li {
    margin-bottom: 2px;
    padding-right: 15px;
  }
  .improved-glycemic-control .safety-mob-chart p {
    display: none;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc-unit-txt sup:nth-child(1) {
    position: relative;
    left: 1px;
    margin-left: -4px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right {
    margin-bottom: 0;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .eq-c sup {
    left: 33px;
  }
  p.chart-footer {
    display: block;
    color: #4e4e4f;
  }
  .init-lantus-section .image-component img {
    padding: 0 5px;
  }
  .about-lantus .modal-content {
    border: none;
    border-radius: 0;
  }
  .about-lantus-txt-right .score-center .text-component p {
    width: 100%;
  }
  .injection-guide .video-play-btn,
  .resources-for-patients .video-play-btn {
    display: none !important;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum p:nth-child(1) strong {
    font-weight: bold;
  }
  .insulin-dose-and-dosing-calculator .ref-title {
    margin-left: 8px;
  }
  .injection-guide .ref-title {
    margin-left: 8px;
  }
  .footer-subheading a:hover {
    text-decoration: none;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum p:nth-child(1) strong {
    font-size: 16px;
  }
}
@media (max-width: 768px) and only screen and (max-width: 768px) and (orientation: landscape) {
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta.cta-bg > div img {
    margin: 10% 0 0 0;
  }
}
@media (width: 360px) {
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc h6 {
    top: 6px;
  }
  .do-dont-bullets ul li {
    left: 13px;
  }
  .about-lantus .score-right .cta-bg .score-center .image-component h2 {
    width: 240px;
    margin-top: 3px;
  }
  .hba1c-img2 a.btn.btn-default {
    width: 100%;
    padding: 6px 12px;
  }
  .hba1c-promo-left .image-component h3 {
    margin: -11px 0 0;
    width: 252px;
  }
  .hba1c-promo-right .image-component h3 {
    margin: -21px 0 0;
  }
  body.insulin-dose-and-dosing-calculator .dosingCalculator .calc input[type="text"] {
    border-radius: 0;
    padding-top: 1px;
  }
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) a {
    width: 275px;
  }
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) a:after {
    right: 1px;
  }
}
@media (min-width: 640px) and (max-width: 667px) {
  .hba1c-img2 a.btn.btn-default {
    width: 100%;
    padding: 6px 12px;
  }
  .hba1c-promo-left .image-component h3 {
    margin: 10px 0 0;
    width: 530px;
  }
  .hba1c-promo-right .image-component h3 {
    margin: -21px 0 0;
  }
  .score-structural.score-column2-equal.about-lantus-cta .score-right {
    margin-top: 10px;
  }
  .about-lantus .cta-bg .image-component h2 {
    margin: 11px 0 0;
    width: 307px;
  }
  .about-lantus .score-right .cta-bg .score-center .image-component h2 {
    width: 310px;
    margin-top: 36px;
  }
  .about-lantus-txt-right .btn.btn-default {
    margin-top: 13px;
    margin-bottom: 13px;
    width: 340px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .about-lantus .cta-bg .image-component p.sub-note {
    width: 310px;
  }
  .txt-comp-2 .FR h3 {
    margin-left: 26%;
  }
  .FR p {
    margin-left: 26%;
  }
  .insurance-coverage-and-savings .arm-promo .image-component p,
  .insurance-coverage-and-savings .cv-safety-promo .image-component p {
    width: 345px;
    float: right;
    margin-top: 4px;
  }
  .insulin-video-copy {
    width: 90%;
  }
  .injection-guide .video-transcript-details {
    width: 100%;
  }
  .video-transcript-btn {
    margin-left: 30px;
  }
  .injection-guide .image-component.calculator-cta p,
  .image-component.lantus-cta p {
    margin: 17px 0 0 0;
    width: 54%;
  }
  .injection-guide .image-component.lantus-cta > p {
    width: 54%;
    margin: 3px 0 0 0;
  }
  .summary .efficacy-txt-row5.text-component > h2 {
    padding: 36px 0px 55px;
  }
  .summary .efficacy-arm-promo h3,
  .efficacy-card-promo h3 {
    margin: 0px 0 0;
    width: 52%;
    float: right;
  }
  .summary .cta-bg .image-component p.sub-note {
    float: right;
    width: 52%;
  }
  .daily-dose {
    bottom: 345px;
  }
  .proven-promo-left h3,
  .proven-promo-right h3 {
    width: 313px;
    margin: -15px 0 30px 0;
  }
}
@media (max-width: 768px) {
  body .dosingCalculator .eq-c {
    padding-left: 15px;
  }
  .insurance-coverage-and-savings .cv-safety-promo .image-component h3 {
    color: #7373a6;
    float: left;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 77%;
  }
  div#emsFooter {
    float: none;
  }
  .resources-for-patients div#emsFooter {
    float: inherit;
  }
  .injection-guide div#emsFooter {
    float: inherit;
  }
  .insurance-coverage-and-savings .ref-container .text-component {
    padding: 0 25px;
  }
  .about-lantus .score-structural.score-column.ref-container {
    padding-right: 30px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .injection-cta.cta-bg > div {
    width: 25%;
    margin: 0px 10px 0 0;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .injection-cta.cta-bg > h3 {
    margin: 20px 0 0 0;
    width: 70%;
  }
  .hba1c-img2 a.btn.btn-default {
    padding: 7px 0;
  }
  .injection-guide .videoContainer {
    margin: 0;
  }
  .resources-for-patients .samples-print-subhead {
    padding: 15px 0px 0 10px;
  }
  .do-bullets li::before {
    left: -20px;
  }
  .efficacy-safety .efficacy-arm-promo .score-center #OnlyOneLantusCTA img {
    margin-top: 0;
  }
  .ref-title {
    margin-left: 23px;
  }
  .cta-bg .image-component p.sub-note {
    font-size: 14px;
  }
  .injection-guide footer .container {
    padding: 0;
  }
  .summary .efficacy-arm-promo h3 {
    margin-bottom: 4px;
  }
  .improved-glycemic-control .insulin-mob-chart > p {
    padding: 0;
  }
  .improved-glycemic-control .about-lantus-cta .cta-bg .image-component div {
    width: 57px;
  }
  .improved-glycemic-control .glycemic-cta-right .image-component h3 {
    line-height: 18px;
  }
  .glycemic-cta-left .image-component > div,
  .glycemic-cta-right .image-component > div {
    padding-bottom: 25px;
  }
  .glycemic-cta-left .image-component h3 a,
  .glycemic-cta-right .image-component h3 a {
    font-family: "ITC Avant Garde Gothic W01 Md";
  }
  .improved-glycemic-control .glycemic-cta-left .image-component h3,
  .glycemic-cta-right .image-component h3:nth-child(4),
  .improved-glycemic-control .glycemic-cta-right .image-component h3:nth-child(4) {
    line-height: 12px;
    padding-bottom: 4px;
  }
  p#s-design {
    line-height: 17px;
    padding-bottom: 0;
  }
  .study_sec p {
    line-height: 17px;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum p:nth-child(1) strong {
    color: #4e4e4f;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(2) {
    color: #4e4e4f;
    font-family: arial;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29) {
    margin-bottom: 10px;
  }
  .toujeo-soliqua-insulin-treatment-options a.soliquaISILink {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
  }
  .injection-guide .video-iframe {
    padding-top: 0;
  }
  .se-result p:nth-child(3) sup,
  .se-result p:nth-child(4) sup,
  .se-result p:nth-child(5) sup {
    margin-left: -9px;
  }
  .se-result p:nth-child(3),
  .se-result p:nth-child(4),
  .se-result p:nth-child(5) {
    padding-left: 10px;
  }
  /*.se-result p:nth-child(4){
          padding-left: 0; 
      }*/
  
  .cv-safety .cvsafety-promo-left.cta-bg .image-component img {
    padding: 20px 0 0;
  }
  .cvsafety-promo-left.cta-bg .image-component h3:nth-child(3) {
    margin-top: -8px;
  }
  .cvsafety-promo-right.cta-bg .image-component h3:nth-child(3) {
    margin-top: -7px;
  }
  .nav.nav-tabs > li.active:last-child a {
    top: 2px;
  }
  .resources-for-patients.modal-open .modal {
    height: 450px;
    z-index: 1;
    margin-top: 50px;
  }
  .resources-for-patients .modal-dialog {
    padding: 0;
  }
  .resources-for-patients .resources-video .video-transcript-details .modal-dialog {
    width: 100%;
  }
  span.displayLabel {
    font-weight: bold;
    font-size: 20px;
    color: #7d79ae;
    text-align: center;
    clear: both;
    width: 60%;
    padding: 10px 0 0;
    display: block;
    margin: 0 auto;
  }
  .injection-guide .video-item {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .guide-container .score-left .text-component p:nth-child(1) {
    line-height: 20px;
  }
  body.injection-guide .guide-container sup {
    top: -4px;
  }
  .injection-guide .info-links {
    padding: 10px 0;
    width: 94%;
  }
  .injection-guide .text-component h1.co {
    font-size: 22px;
    line-height: 22px;
  }
  .guide-container {
    margin-right: 0;
    padding-left: 0;
  }
  .dosing-content .score-page.score-column1 > .score-main {
    padding-right: 0;
  }
  ul.dont-bullets:before {
    border-top: 2px solid #ffc845;
    margin: 0 auto;
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    left: 5px;
  }
  .video-item h2 {
    margin: 15px 0 20px 0;
  }
  .injection-guide .video-item h2 {
    padding-left: 12px;
  }
  .video-item p {
    margin: 20px 0 5px 0;
  }
  .video-item br {
    display: none;
  }
  .injection-guide .info-links > li:nth-child(2) {
    float: left;
    margin-bottom: 15px;
  }
  .dosing-content + .score-container .score-page.score-column1 > .score-main {
    padding-left: 0px;
    padding-right: 0px;
  }
  .score-structural.score-column.insulin-video-container {
    margin-right: 0;
  }
  .dosing-content + .score-container .container .score-page.score-column1 {
    margin-right: -5px;
    margin-left: -5px;
  }
  /*.injection-guide #DosingCalculatorCTA {
          padding: 0;
      }*/
  
  .injection-guide .insulin-video-copy {
    margin: 0;
    padding: 10px 0 0;
  }
  .injection-guide .videoContainer .video-transcript-btn {
    text-align: left;
    left: 3%;
  }
  .injection-guide .video-transcript-details .modal-body {
    bottom: 0;
    padding: 0 6px 0 20px;
  }
  .injection-guide .videoContainer .modal-header .close {
    top: 22px;
  }
  .injection-guide .videoContainer .video-transcript-details .modal-dialog {
    margin: 42px auto 0;
    width: 100%;
  }
  .injection-guide.modal-open .modal {
    z-index: 9999;
    top: 86%;
    min-height: 478px;
  }
  .resources-for-patients .video-item {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .resources-for-patients .info-links {
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
  }
  .resources-video .info-links li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .resources-for-patients .resources-video .video-transcript-details {
    position: unset;
    width: 100%;
    z-index: 9;
    clear: both;
    float: left;
  }
  .resources-for-patients p.video-title {
    color: #63666e;
    font-family: Arial;
    font-size: 16px;
    margin: 24px 0 10px;
    width: auto;
    font-weight: bold;
    line-height: 18px;
  }
  .resources-for-patients p.video-copy,
  .resources-for-patients p.video-copy a,
  .resources-for-patients p.video-copy a:hover {
    color: #63666e;
    font-family: Arial;
    font-size: 14px;
    margin: 0;
    width: 100%;
    line-height: 18px;
    text-decoration: none;
  }
  .resources-video .info-links li {
    display: block;
    margin: 0;
    padding: 5px 0;
  }
  .resources-video .info-links li a,
  .resources-video .info-links li a:hover {
    font-weight: normal !important;
    text-decoration: underline;
    color: #746c9f;
    font-family: Arial;
    font-size: 16px;
  }
  .resources-for-patients .insulin-video-copy {
    margin: 0;
    padding: 10px 0 0;
  }
  .resources-for-patients .videoContainer .video-transcript-btn {
    text-align: left;
    margin: 0 3%;
    width: 94%;
    position: unset;
    float: left;
    clear: both;
    padding: 0;
  }
  .resources-for-patients .videoContainer .video-transcript-btn a,
  .resources-for-patients .videoContainer .video-transcript-btn a:hover {
    font-weight: normal !important;
    text-decoration: underline;
    color: #746c9f;
    font-family: Arial;
    font-size: 14px;
    margin-top: 0px !important;
  }
  .resources-for-patients .video-transcript-details .modal-body {
    bottom: 0;
    padding: 0 6px 0 20px;
  }
  .resources-for-patients .videoContainer .modal-header .close {
    top: 22px;
  }
  .resources-for-patients .videoContainer .video-transcript-details .modal-dialog {
    margin: 42px auto 0;
    width: 100%;
  }
  .resources-for-patients.modal-open .modal {
    z-index: 10;
    top: 66.5%;
    min-height: 478px;
  }
  .resources-for-patients .mCSB_scrollTools .mCSB_draggerContainer {
    left: 6px;
  }
  .resources-for-patients .mCSB_inside > .mCSB_container > p {
    padding: 0;
    margin: 10px 0;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right #CopayCardCTA {
    margin-bottom: 13px;
  }
}
@media (min-width: 360px) and (max-width: 370px) {
  .about-lantus .score-right .cta-bg .score-center .image-component h2 {
    margin-top: -6px;
  }
  .insurance-coverage-and-savings .cv-safety-promo .image-component p {
    width: 214px;
  }
  .arm-promo .image-component p,
  .cv-safety-promo .image-component p {
    margin: 8px 0 0;
  }
  .do-dont-bullets ul li {
    padding: 17px 15px 0;
  }
  .proven-promo-left h3,
  .proven-promo-right h3 {
    width: 226px;
  }
  .resources-for-patients .score-right .about-lantus-cta-left.cta-bg .image-component div {
    width: 70px;
  }
}
@media (max-width: 991px) {
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) {
    width: 90%;
  }
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) a {
    width: 100%;
  }
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) a:after {
    right: 5px;
  }
  .injection-guide span.video-sub-header a {
    padding: 10px 0 10px 22px;
    font-size: 16px;
    font-weight: bold;
  }
  #txtResult {
    letter-spacing: 5px;
    text-indent: 4px;
  }
  .txtUnit {
    padding-left: 0;
  }
  .injection-guide-bullets li {
    background-position: 0 3px;
    padding-left: 20px;
    background-size: 4% auto;
  }
  .injection-guide .score-structural.score-column.insulin-video-container {
    margin-left: -15px;
  }
  .image-component.injection-cta a {
    width: 220px;
    padding: 15px 0;
  }
  .cta-copy > a {
    padding: 10px 0;
  }
  .about-lantus-cta .image-component a::after {
    background-size: 90% 85%;
    left: 10px;
    padding-left: 8px;
  }
  .image-component.hba1c-img1 li {
    font-size: 14px;
  }
  #isiCopy {
    box-shadow: 0 -5px 10px -5px #333333;
  }
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button,
  .injection-guide .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button {
    display: block;
    background: none;
  }
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button:before,
  .injection-guide .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button:before {
    display: none;
  }
  .toujeo-soliqua-insulin-treatment-options .footer-subheading {
    font-size: 20px;
    color: #746c9f;
    line-height: 28px;
    padding: 0;
  }
  .isi-text-blurb > div {
    margin-top: 21px;
  }
  /* body .vjs-big-play-button {
          display:block !important;
          background:none !important;
      } */
  
  body .vjs-big-play-button:before {
    display: none !important;
  }
  .toujeo-soliqua-insulin-treatment-options #floatingDesktopISI #lipsum p:nth-child(2) strong {
    font-family: "ITC Avant Garde Gothic W01 Bk";
    font-size: 20px;
    color: #746c9f;
    line-height: 28px;
    padding: 0;
    font-weight: normal;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(29) {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
  .toujeo-soliqua-insulin-treatment-options #lipsum > p:nth-child(33) {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
  }
  /*updated css*/
  
  .insulin-dose-and-dosing-calculator .calc-title h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 24px;
    font-size: 20px;
  }
  .score-structural.score-column.calc-white-box {
    background: none;
  }
  .dosingCalculator {
    height: auto;
  }
  .score-structural.score-column.calc-white-box .score-center {
    padding-left: 0;
    padding-right: 0;
  }
  .dosingCalculator h2 {
    padding: 15px 15px 10px;
  }
  .dosingCalculator .title .heading {
    padding-left: 5px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc {
    width: 260px;
    padding-left: 0;
  }
  span.displayLabel {
    width: 82%;
    padding: 10px 0 0 15px;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
  .dosing-txt img {
    margin: 30px auto;
    display: initial;
    width: 100%;
    height: auto;
  }
  .text-component.dosing-txt {
    padding-left: 15px;
    padding-right: 15px;
  }
  .two-options-section h2 {
    width: 90%;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-left .injection-cta.cta-bg > div {
    width: 100%;
    margin: 0;
    float: none;
  }
  .image-component.injection-cta img {
    height: auto;
    width: 90%;
    margin: 15px auto 0 auto;
    display: block;
  }
  h2.home-callout-button {
    margin: 0 auto;
    font-size: 20px;
    width: 170px;
    line-height: 22px;
    padding: 8px 0 20px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta.cta-bg > div {
    width: 25%;
    float: left;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .efficacy-cta.cta-bg > h3 {
    width: 65%;
    margin: 24px 0 0 1px;
    line-height: 22px;
    padding-right: 15px;
    font-size: 20px;
  }
  .insulin-dose-and-dosing-calculator .cta-copy > a {
    left: 20px;
    width: 190px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc input[type="text"] {
    border-radius: 0;
    padding-top: 9px;
  }
  .insulin-dose-and-dosing-calculator .dosingCalculator .calc h6 {
    top: 4px;
  }
  #txtResult {
    padding: 0px 0px 0 8px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .image-component a::after {
    background-size: 50% auto;
    left: 0px;
    top: -10px;
  }
  .insulin-dose-and-dosing-calculator .image-component.injection-cta a {
    padding: 22px 0;
  }
  .insulin-dose-and-dosing-calculator .insulin-dose-and-dosing-calculator .cta-copy > a {
    left: 25px;
  }
  .insulin-dose-and-dosing-calculator .about-lantus-cta .score-right .image-component a::after {
    left: 7px;
    top: -2px;
  }
  .cta-copy > a {
    width: 270px;
    top: 120px;
    left: 23px;
  }
  .about-lantus-cta .score-right .image-component a::after {
    left: 10px;
  }
  .about-lantus-cta {
    margin-bottom: 40px;
  }
  .image-component.efficacy-cta > div {
    margin: 0 0 0 20px;
  }
  .efficacy-safety .footer-cta .score-right div.image-component h2:nth-child(4) a:after {
    top: -1px;
  }
  .injection-guide .score-structural.score-column2-equal.footer-cta {
    margin-right: 0px;
    margin-left: 0;
  }
}
@media (min-width: 371px) and (max-width: 420px) {
  .footer-ref ol {
    margin: 0 15px;
  }
}
/* 3.9 update */

.resources-for-patients .resources-subhead-right a.reg-order-pen p {
  font-family: "ITC Avant Garde Gothic W01 Dm";
  font-size: 16px;
  display: block;
  margin: 0px 0 5px 0;
  padding: 0;
  text-align: center;
  color: #7373a5;
  text-decoration: underline;
}
.resources-for-patients .resources-subhead-right a.reg-order-pen p:after {
  background: transparent url("../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/link-arrow-blue.png") no-repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 15px;
  width: 10px;
  margin: 0 0 -3px 10px;
}
.footer-ref {
  color: #4e4e4f;
  font-family: Arial;
}
.insurance-coverage-and-savings .co-pay-coverage a#HelpPatientsRegisterCTA {
  font-size: 20px;
  margin-left: -6px;
  background: #330d73;
  color: white;
  border-color: #cdc7e3;
  border-width: 1px 1px 4px;
  padding-right: 30px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .co-pay-coverage a#HelpPatientsRegisterCTA {
    margin: 0 auto;
    width: auto;
    font-size: 16px;
  }
}
.insurance-coverage-and-savings .co-pay-coverage a#HelpPatientsRegisterCTA::after {
  left: 15px;
}
.insurance-coverage-and-savings .co-pay-coverage a#HelpPatientsRegisterCTA:hover {
  color: #ffc845;
  background: #330d73;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .co-pay-coverage > .score-right {
    padding: 0 5px;
  }
}
.insurance-coverage-and-savings .co-pay-coverage .copay-txt-right {
  padding-top: 10px;
}
.insurance-coverage-and-savings .co-pay-coverage .copay-txt-right .text-component .value2 h3 {
  margin-bottom: 0;
}
.insurance-coverage-and-savings .over-70-per {
  background: white;
  margin: 0;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .over-70-per {
    margin: -60px 0 0 0;
    float: left;
  }
}
.insurance-coverage-and-savings .over-70-per .score-center {
  margin-top: -10px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .over-70-per .score-center {
    margin-top: 60px;
    float: left;
  }
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .over-70-per .Sec-over-comp {
    float: left;
    margin-top: 20px;
  }
}
.insurance-coverage-and-savings .over-70-per .Sec-over-comp img.percentage-img {
  margin: 0 0 20px 25%;
  padding: 0;
  float: left;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .over-70-per .Sec-over-comp img.percentage-img {
    margin: 20px auto 0 auto;
    float: none;
    display: block;
    width: 170px;
    height: auto;
  }
}
.insurance-coverage-and-savings .over-70-per .Sec-over-comp p.MedCare-cov-text {
  float: left;
  width: 40%;
  font-family: Arial;
  color: #4e4e4f;
  font-size: 18px;
  margin: 8.5% 0 0 15px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .over-70-per .Sec-over-comp p.MedCare-cov-text {
    float: none;
    width: 85%;
    margin: 20px auto;
    text-align: center;
    line-height: normal;
  }
}
.insurance-coverage-and-savings .over-70-per .Sec-over-comp p.footnote {
  float: left;
  width: 100%;
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #4e4e4f;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .over-70-per .Sec-over-comp p.footnote {
    margin: 0;
    text-indent: -8px;
  }
}
.insurance-coverage-and-savings .over-70-per .Sec-over-comp p.footnote sup {
  margin-right: 3px;
}
.insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block {
  padding: 34px 30px 30px 30px;
  height: auto;
  float: left;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block {
    padding: 20px 20px 10px 20px;
  }
}
.insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block img.img-compre-cov {
  margin: 0 5% 0 9%;
  float: left;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block img.img-compre-cov {
    margin: 0 auto;
    float: none;
    display: block;
    width: 80%;
  }
}
.insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block h3.txt-compre-cov {
  float: left;
  width: 45%;
  font-family: "ITC Avant Garde Gothic W01 Md";
  font-size: 48px;
  color: #746c9f;
  margin: 0;
  line-height: 44px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block h3.txt-compre-cov {
    width: auto;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
.insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block span.medCare-cov-text {
  float: left;
  font-family: Arial;
  color: #4e4e4f;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .txt-comp-2 .medCare-cmpr-block span.medCare-cov-text {
    font-size: 16px;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients {
  background: white;
  max-height: 241px;
  margin: 0;
  padding: 5px 20px 0 0;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients {
    float: left;
    width: 100%;
    max-height: 100%;
    padding: 5px;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients {
  padding: 0;
  float: left;
}
.insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .eligible-cashpay-pat-terms {
  margin: 10px 40px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .eligible-cashpay-pat-terms {
    margin: 10px auto 0 auto;
    width: 263px;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .score-variable-column {
  padding: 0;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .score-variable-column {
    width: 100%;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .ins-val-savings-prog {
  margin: 20px 0 0 0;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .ins-val-savings-prog img.insulin-value-logo {
    width: 100%;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .ins-val-savings-prog p.insulin-value-txt {
  margin: 0;
  font-family: Arial;
  color: #4e4e4f;
  font-size: 18px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .ins-val-savings-prog p.insulin-value-txt {
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: normal;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .ins-val-savings-prog ul.ins-valtext-Listitem {
  margin: 5px 0 0 0;
  padding-left: 20px;
  font-family: Arial;
  color: #4e4e4f;
  font-size: 18px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .secNested-eligi-patients .ins-val-savings-prog ul.ins-valtext-Listitem {
    margin: 5px 0 25px 0;
    font-size: 15px;
    line-height: normal;
  }
}
.insurance-coverage-and-savings .sec-eligi-patients .score-center > .eligible-cashpay-pat-terms {
  float: left;
  margin: 0;
  padding: 0;
}
.insurance-coverage-and-savings .sec-eligi-patients .score-center > .eligible-cashpay-pat-terms p.cashpay-eligible-text {
  margin: 0 0 20px 5px;
  font-size: 11px;
  text-indent: -5px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .score-center > .eligible-cashpay-pat-terms p.cashpay-eligible-text {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .sec-eligi-patients .score-center > .eligible-cashpay-pat-terms p.cashpay-eligible-text br {
    display: none;
  }
}
.insurance-coverage-and-savings .text-component.eligible-cashpay-pat {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .insurance-coverage-and-savings .about-lantus-cta {
    float: left;
    margin-top: 10px;
  }
}
.insurance-coverage-and-savings .ref-container .text-component ul + p + br {
  display: none;
}
.insurance-coverage-and-savings .ref-container .text-component ul + p + br + p {
  text-indent: -8px;
}
.copay-card .sub-link a:focus,
.ins-val-savings-prog a:focus,
.toujeo-section a:focus,
.samplectatxt a:focus,
.copay-card .sub-link a:active,
.ins-val-savings-prog a:active,
.toujeo-section a:active,
.samplectatxt a:active {
  text-decoration: none;
}
.footer-cta a:focus,
.about-lantus-cta a:focus,
.footer-cta a:active,
.about-lantus-cta a:active {
  text-decoration: none;
}
@media (max-width: 1024px) and (min-width: 992px) {
  #floatingDesktopISI #isiCopy .footer-subheading a {
    font-size: 22px;
  }
}
/* Mozilla Firefox browser only */

@-moz-document url-prefix() {
  #floatingDesktopISI #isiCopy .isi-text-blurb {
    height: 63px !important;
  }
}
/* Media query for IE 10+ Browser */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.reduce-hba1c-levels h2.co {
    margin-top: 96px;
  }
  /*body.search-results .search-container > h2 {
          margin-top: 96px;
          margin-bottom: 134px;
      }
      body.insulin-dose-and-dosing-calculator .calc-title h1 {
          margin-top: 84px;
      }*/
  
  .insulin-dose-and-dosing-calculator .pageWrapper h1 sup {
    top: -12px;
  }
  .injection-guide .text-component h1.co sup {
    top: -12px;
  }
  .injection-guide .footer-cta .score-right div.image-component h2:nth-child(4) a {
    top: 14px;
  }
  #floatingDesktopISI #isiCopy .isi-text-blurb p sup {
    top: -4px;
  }
}
/* iPad Tablet Portrait */

@media (min-width: 768px) and (max-width: 991px) {
  .hba1c-promo-left .image-component h3 {
    margin: 5px 0 0;
    width: 90%;
  }
}
/* Samsung S5 and S6 */

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  .reduce-hba1c-levels #CopayCardCTA {
    width: 104%;
  }
  .do-dont-bullets ul li br {
    display: none;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
  .reduce-hba1c-levels #CopayCardCTA {
    width: 104%;
  }
  .do-dont-bullets ul li br {
    display: none;
  }
}
@media (min-width: 992px) {
  body.injection-guide .score-page.score-column1 > .score-main .score-container.dosing-content {
    margin: 0 -5px;
  }
  body.injection-guide .score-page.score-column1 > .score-main .score-container.dosing-content + .score-container {
    margin: 0 -10px;
  }
  body.injection-guide .score-page.score-column1 > .score-main .score-container.dosing-content + .score-container .score-main {
    padding: 0 16px;
  }
}
.soliqua100 {
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
}
@media (width: 414px) {
  div#injectionTranscripttext {
    width: 99%;
  }
}
.insulin-dose-and-dosing-calculator .image-component.efficacy-cta span:nth-child(3) {
  font-size: 14px;
  color: #4e4e4f;
  font-family: "ITC Avant Garde Gothic W01 Bk";
  position: relative;
  top: 0;
}
.insulin-dose-and-dosing-calculator .image-component.efficacy-cta span:nth-child(3) sup {
  font-size: 75%;
  top: -2px;
}
.insulin-dose-and-dosing-calculator .image-component.efficacy-cta > h3 span:nth-child(2) {
  margin-left: 2px;
  line-height: 15px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .insulin-dose-and-dosing-calculator .image-component.efficacy-cta > h3 span:nth-child(2) {
    font-size: 11px;
    margin-left: 0;
  }
}
.insulin-dose-and-dosing-calculator .cta-copy > a {
  top: 120px;
}
@media (max-width: 991px) {
  .insulin-dose-and-dosing-calculator .cta-copy > a {
    top: 180px;
  }
}
@media (width: 360px) {
  .insulin-dose-and-dosing-calculator .cta-copy > a {
    top: 190px;
  }
}
.insulin-dose-and-dosing-calculator .score-right .image-component.efficacy-cta > h3 {
  font-size: 24px;
  width: 400px;
  margin: 8px 0 0 -4px;
}
@media (max-width: 991px) {
  .insulin-dose-and-dosing-calculator .image-component.efficacy-cta span:nth-child(3) {
    top: 4px;
    font-size: 11px;
    line-height: 15px;
  }
  .insulin-dose-and-dosing-calculator .cta-copy > a {
    left: 20px;
    width: 150px;
  }
  .injection-guide #emsFooter .ref-container .text-component .ivspcontent {
    margin-left: 8px;
  }
  .injection-guide .score-structural.score-column.ref-container {
    padding-right: 15px;
  }
}
#EfficacySafetyCTA > h3 > span:nth-child(3) > a::after {
  display: none;
}
/* Fixes for ISI spacing issue */

@media (max-width: 991px) {
  .about-generic-follow-on-biologic footer .ref-container .text-component .ivspcontent p:nth-child(1) {
    font-size: 16px;
    text-indent: -7px;
  }
}
@media (min-width: 992px) {
  .basaglar-vs-lantus #copay-footnote p:nth-child(2) {
    margin-bottom: 10px;
  }
  .basaglar-vs-lantus #copay-footnote p:nth-child(5) {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cv-safety-data #eligibility-restriction > p:nth-child(3) {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .cv-safety-data #eligibility-restriction > p:nth-child(4) {
    display: none;
  }
  .resources-for-patients footer .ref-container .text-component p:nth-child(4) {
    margin-bottom: 0;
    padding-top: 10px;
    display: none;
  }
  .resources-for-patients footer .ref-container .text-component p:nth-child(5) {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .toujeo-soliqua100-33-insulin-treatment-options footer .ref-container .text-component .ivspcontent p:nth-child(5) {
    margin-bottom: 10px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options footer .ref-container .text-component .ivspcontent ul {
    margin-top: 10px;
  }
  .about-generic-follow-on-biologic body footer .ref-container .text-component .ivspcontent p:nth-child(5) {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .basaglar-vs-lantus #copay-footnote p:nth-child(2) {
    margin-bottom: 10px;
  }
  .about-generic-follow-on-biologic .ref-container .text-component .ivspcontent p:nth-child(2) {
    margin-bottom: 10px;
  }
  .basaglar-vs-lantus #copay-footnote p:nth-child(2) {
    margin-bottom: 10px;
  }
  .insulin-dose-and-dosing-calculator .ref-container .text-component .ivspcontent p:nth-child(2) {
    margin-bottom: 10px;
  }
  .improved-glycemic-control .ref-container .text-component .ivspcontent p:nth-child(2) {
    margin-bottom: 10px;
  }
  .resources-for-patients .ref-container .text-component .ivspcontent p:nth-child(2) {
    margin-bottom: 12px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options .ref-container .text-component .ivspcontent p:nth-child(2) {
    margin-bottom: 12px;
  }
  .efficacy-safety .ref-section .ivspcontent p:nth-child(2) {
    margin-bottom: 12px;
  }
}
.print-material-part1 .score-right .print-save-lantus-promo .box-content .img img {
  height: 92%;
  width: 100%;
}
@media (min-width: 1025px) {
  .score-structural.score-column.ref-container {
    padding-left: 12px;
    margin-top: 7px;
  }
  #lipsum > p:nth-child(25) {
    margin-bottom: 6px;
  }
  .toujeo-soliqua100-33-insulin-treatment-options #lipsum > p:nth-child(17) {
    margin-bottom: 5px;
  }
  .footer-subheading.toujeofoothead.ft1 {
    margin-top: -3px;
    margin-bottom: 0;
  }
  /*#important-safety-information-last {
      margin-top: 17px;
      margin-bottom: 16px;
      }*/
  
  .efficacy-safety .ref-section .ivspcontent p:nth-child(1) {
    margin-top: 15px;
  }
  .about-generic-follow-on-biologic .score-structural.score-column.ref-container {
    margin-top: 0;
  }
  .hcp #lipsum > p:nth-child(19) {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  body.hcp footer .ref-container .text-component .ivspcontent p:nth-child(1) {
    margin-top: 0;
  }
}
/* -------------------
BEGIN tablet-landscape 
Sitecore Resource: 6b8b8833-1dd2-45c6-af24-c4dd15fcc763
   -------------------*/

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .score-header-wrapper {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .score-header-wrapper .brand-logo .banner-logo {
    width: 135px;
    left: 10px;
  }
  .score-header-wrapper .brand-logo .navbar-header .col-sm-6 {
    width: 56%;
  }
  .score-header-wrapper .utility-links {
    padding: 20px 30px 8px 0;
  }
  .score-header-wrapper .header-banner .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .score-header-wrapper nav .navbar-nav > li {
    padding: 0 18px;
  }
  .hcp .banner-section .image-component img {
    right: 0;
  }
  .hcp .banner-section .banner-sub {
    display: inline;
  }
  .hcp .banner-section h1 {
    display: inline;
    float: none;
    top: unset;
  }
  .score-structural.score-column3-equal.home-cta-container {
    margin: 0 auto 56px;
  }
  .score-structural.score-column3-equal.home-cta-container .score-center {
    margin: 0 20px 0 20px;
  }
  .score-structural.score-column3-equal.home-cta-container .image-component img {
    margin: 0;
    max-width: 100%;
  }
  .score-structural.score-column3-equal.home-cta-container .image-component.image-component.cta-bg.copay-cta > h2 {
    margin: 25px 10px 0;
  }
  .score-structural.score-column3-equal.home-cta-container .image-component.image-component.cta-bg.calc-cta > h2 {
    left: 0;
  }
  .text-component h2 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 30px;
  }
  .injection-guide h1.medicare {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 30px;
  }
  .do-dont-title {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 30px;
  }
  .calc-title h1 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 30px;
  }
  .image-component.injection-cta > h3 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
    font-size: 18px;
    margin-top: 14px;
  }
  .image-component.injection-cta a {
    font-size: 16px;
  }
  .image-component.efficacy-cta > h3 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
    font-size: 18px;
    margin-top: 16px;
  }
  .cta-copy > a,
  .image-component.injection-cta a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .injection-guide .image-component.calculator-cta p {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .injection-guide .image-component.calculator-cta p a {
    left: 0;
  }
  .image-component.lantus-cta p {
    padding-top: 14px;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .image-component.lantus-cta p a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .efficacy-arm-promo h3 {
    margin-top: -15px;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .efficacy-arm-promo h3 a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.25;
    display: block;
  }
  .efficacy-card-promo h3 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .efficacy-card-promo h3 a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .cta-bg .image-component p.sub-note {
    font-size: 12px;
  }
  .proven-promo-left h3,
  .proven-promo-right h3 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .proven-promo-left h3 a,
  .proven-promo-right h3 a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .proven-promo-right h3 {
    margin: -18px 0 0 0;
  }
  .glycemic-cta-left .image-component h3,
  .glycemic-cta-right .image-component h3 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
    margin: -14px 0 0;
  }
  .glycemic-cta-left .image-component h3 a,
  .glycemic-cta-right .image-component h3 a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
    display: block;
    line-height: 1.25;
    margin: 16px 0 0;
  }
  .hba1c-promo-left .image-component p {
    font-size: 12px;
  }
  .hba1c-promo-right .image-component h3 {
    margin: 0;
  }
  .hba1c-promo-right .image-component h3 a {
    font-size: 16px;
  }
  .cvsafety-promo-left.cta-bg .image-component h3,
  .cvsafety-promo-right.cta-bg .image-component h3 {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .cvsafety-promo-left.cta-bg .image-component h3 span a,
  .cvsafety-promo-right.cta-bg .image-component h3 span a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .cvsafety-promo-right.cta-bg .image-component h3:nth-child(3),
  .cvsafety-promo-left.cta-bg .image-component h3:nth-child(3) {
    margin-top: -10px;
  }
  .resources-right-promo .score-center h3 a,
  .resources-left-promo .score-center h3:nth-child(3) {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
    margin-top: 0;
  }
  .resources-left-promo .score-center a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .resources-for-patients .resources-right-promo .score-center p {
    font-size: 12px;
  }
  .score-structural.score-column.other-insulin-cta-left {
    margin-top: 61px;
  }
  .arm-promo .image-component p,
  .cv-safety-promo .image-component p {
    margin: 1px 0 0;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
  }
  .arm-promo .image-component p a,
  .cv-safety-promo .image-component p a {
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
  }
  .cv-safety-promo .image-component img {
    margin: 25px 10px 0;
  }
  .image-component.efficacy-cta > h3 {
    margin-top: 14px;
  }
  .resources-for-patients .resources-right-promo .score-center h3 {
    margin-top: -4px;
  }
  .resources-left-promo .score-center h3:nth-child(3) {
    margin: -2px 0 0;
  }
  #DosingCalculatorCTA h3 {
    margin: -1px 0 0;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 20px;
    color: #7373a6;
    padding: 0;
  }
  #DosingCalculatorCTA h3 a {
    display: block;
    font-family: 'ITC Avant Garde Gothic W01 Bk';
    font-size: 16px;
    line-height: 1.1;
  }
  .proven-promo-right h3 {
    margin: -20px 0 0;
  }
  .CoveoSearchBox {
    height: 26px;
    margin-top: 4px;
    background: white;
  }
  .CoveoSearchBox > div .CoveoQueryBox {
    height: 14px;
    margin: 6px 0 0;
    padding: 0 0 0 5px;
  }
  .about-lantus-txt-right .text-component > p {
    padding-left: 28px;
  }
  .about-lantus-txt-right .text-component > p:before {
    width: 100%;
  }
  footer footer.footer {
    width: 970px;
  }
  .ref-container .text-component ol {
    padding-left: 18px;
  }
  #floatingDesktopISI #isiCopy {
    left: 0;
    -webkit-transform: translateX(0);
    width: 1024px;
  }
  #floatingDesktopISI #isiCopy .isi-main-copy {
    padding-left: 30px;
    width: 1024px;
  }
  .footer-ref {
    margin-left: 3px;
  }
  .bc-player-BJg9mgdH_default .vjs-big-play-button {
    display: none;
  }
  .efficacy-card-promo h3,
  .efficacy-card-promo h3 a {
    font-family: 'ITC Avant Garde Gothic W01 Md';
    font-size: 18px;
  }
  .videoContainer br.hidden-lg {
    display: none;
  }
  .resources-for-patients .additional-section .text-component p:nth-child(1) {
    width: 91%;
  }
  .efficacy-safety .ref-container {
    margin-left: -12px;
  }
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button,
  .injection-guide .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button {
    display: block;
    background: none;
  }
  .resources-for-patients .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button:before,
  .injection-guide .bc-player-BJg9mgdH_default.vjs-mouse .vjs-big-play-button:before {
    display: none;
  }
  #floatingDesktopISI #isiCopy .isi-main-copy .isi-text-blurb #lipsum {
    width: 81%;
  }
  .efficacy-safety .ref-container p {
    margin-left: 0;
  }
  .ref-container .text-component ol {
    padding-left: 19px;
  }
  .efficacy-safety .ref-container .text-component ol {
    padding-left: 19px;
  }
  .significant-a1c-reduction .ref-container .text-component ol {
    padding-left: 21px;
  }
  .hcp #CopayCardCTA p:nth-child(4) {
    display: block;
    top: -13px;
    text-align: left;
    font-size: 10px;
    text-indent: 142px;
    font-family: 'ITC Avant Garde Gothic W01 Md';
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .defaultISI {
    display: none;
  }
  .navbar-header {
    float: none;
  }
  #brandUtilityLinksMB {
    display: block !important;
  }
  .navbar {
    min-height: 0;
    border: none;
    position: absolute;
    top: 25px;
    left: -9px;
    display: block;
    width: 100%;
    z-index: 99;
  }
  .navbar-toggle {
    display: block !important;
    float: right;
  }
  .navbar-nav {
    margin: 12px 0;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
}
/* -------------------
BEGIN global-var 
Sitecore Resource: 35fa5320-b6b5-4e3c-96f5-b444d4f5cdd5
   -------------------*/
h1 {
  color: #23135e;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  color: #717dbc;
  font-size: 18px;
  line-height: 18px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  color: #63666e;
  font-size: 16px;
  line-height: 20px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
@media (min-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  color: #717dbc;
  font-size: 16px;
  line-height: 16px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
p {
  color: #4e4e4f;
  font-size: 16px;
  font-family: "ITC Avant Garde Gothic W01 Bk";
}
h1 > sup {
  font-size: 67%;
  top: -0.37em;
}
h2 > sup {
  font-size: 62%;
  top: -0.45em;
}
p > sup,
li > sup {
  font-size: 65%;
  top: -0.35em;
}
a:focus {
  box-shadow: none !important;
}
/* -------------------
BEGIN reduce-hba1c-levels 
Sitecore Resource: 170a8673-4364-4f70-b5a2-146e5b4a7535
   -------------------*/

.cv-safety-data h2 {
  color: #717dbc;
  line-height: 1em;
}
.cv-safety-data p > sup,
.cv-safety-data li > sup {
  top: -0.65em;
}
.cv-safety-data h2 > sup {
  top: -0.78em;
}
.cv-safety-data .score-structural.score-column.ref-container {
  padding-right: 15px;
}
@media (min-width: 992px) {
  .cv-safety-data .score-structural.score-column.ref-container .footer-ref {
    margin-left: 7px;
  }
}
.cv-safety-data .score-structural.score-column.ref-container .footer-ref ol {
  padding-left: 12px !important;
}
@media (min-width: 992px) {
  .cv-safety-data .score-structural.score-column.ref-container .footer-ref ol {
    margin-left: 8px !important;
  }
}
.cv-safety-data .score-structural.score-column.ref-container .footer-ref ol li {
  text-indent: -1.5rem;
}
.eyebrowtxt {
  color: #23135e;
  font-size: 18px;
  font-family: "ITC Avant Garde Gothic W01 Md";
  line-height: 20px;
  margin-bottom: 5px;
}
.eyebrowtxt + h1 {
  margin: 0;
}
@media (min-width: 992px) {
  .eyebrowtxt + h1 {
    padding-right: 30px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eyebrowtxt + h1 > sup {
    top: -0.55em;
  }
}
.eyebrowtxt + h2 {
  margin-top: 30px;
}
.eyebrowtxt + h2 + p {
  margin-top: 10px;
}
.cvdata-first .eyebrowtxt {
  margin-bottom: 5px;
  margin-top: 28px;
}
.cvdata-first h1 {
  margin-top: 0;
  line-height: 30px;
}
@media (max-width: 991px) {
  .cvdata-first h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.cvdata-first h1 + p {
  font-family: Arial;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 6px;
}
.cvdata-first h1 + p:before {
  content: "*";
  position: absolute;
  margin-left: -6px;
}
.cvdata-firstsection .subhead-evaluation > h2 {
  margin: 15px 0 10px;
}
@media (max-width: 991px) {
  .cvdata-firstsection .subhead-evaluation > h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.cvdata-firstsection .cvdata-primary-img {
  background-color: white;
  border-top: 4px solid #ffc845;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  .cvdata-firstsection .cvdata-primary-img {
    padding-top: 45px;
    padding-bottom: 55px;
  }
}
.cvdata-firstsection .cvdata-primary-img p {
  display: none;
}
.cvdata-firstsection .cvdata-primary-img img {
  margin: 0 auto;
}
.cvdata-no-stat > h2 {
  margin: 30px 0 10px;
}
@media (max-width: 991px) {
  .cvdata-no-stat > h2 {
    font-size: 20px;
    margin: 30px 0 10px;
  }
}
.origin-trail {
  background-color: white;
  border-top: 4px solid #ffc845;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .origin-trail {
    padding-top: 45px;
  }
}
.origin-trail > div {
  text-align: center;
}
.origin-trail > div img {
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .origin-trail > div img {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.origin-trail ul {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .origin-trail ul {
    padding: 0 35px 0px 15px;
    margin-top: -7px;
  }
}
.origin-trail ul li {
  list-style: none;
  position: relative;
}
.origin-trail ul li:before {
  content: "•";
  margin-left: -4px;
  position: absolute;
  left: -5px;
}
.origin-trail > p {
  display: none;
}
.origin-trail.mobile-sec-trail {
  border-top: 0;
}
.cvdata-thirdsection .image-component,
.cvdata-fourthsection .image-component {
  background-color: white;
  border-top: 4px solid #ffc845;
  padding-top: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .cvdata-thirdsection .image-component,
  .cvdata-fourthsection .image-component {
    padding-top: 45px;
  }
}
.cvdata-thirdsection .image-component p,
.cvdata-fourthsection .image-component p {
  display: none;
}
.cvdata-thirdsection .image-component {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .cvdata-thirdsection .image-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cvdata-thirdsection .text-component h2 {
  margin: 30px 0 10px;
}
@media (max-width: 991px) {
  .cvdata-thirdsection .text-component h2 {
    font-size: 20px;
    margin: 30px 0 10px;
  }
}
.cvdata-thirdsection .median > div {
  padding-bottom: 60px;
}
.cvdata-fourthsection .image-component {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .cvdata-fourthsection .image-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cvdata-fourthsection .text-component h2 {
  margin: 30px 0 10px;
}
@media (max-width: 991px) {
  .cvdata-fourthsection .text-component h2 {
    font-size: 20px;
    margin: 30px 0 15px;
  }
}
.cvdata-fourthsection .hypo-safety > div {
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .cvdata-fourthsection .hypo-safety > div {
    padding-bottom: 5px;
  }
}
.study-section-cvdata p:first-child {
  font-size: 18px;
  margin-bottom: 0;
}
.study-section-cvdata p:last-child {
  margin-top: 0;
}
.cv-safety-data .score-structural.score-column2-equal.footer-cta {
  line-height: 0;
  margin-top: 13px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cv-safety-data .score-structural.score-column2-equal.footer-cta {
    margin-bottom: 15px;
    margin-left: -11px;
  }
}
.cv-safety-data .score-structural.score-column2-equal.footer-cta .score-left {
  padding-left: 0;
  margin-left: 0;
}
.cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right {
  width: 50%;
  float: left;
}
.cv-safety-data .footer-cta .score-left > .image-component {
  height: 100%;
  border: 2px solid #ffc845;
  min-height: 190px;
  background: transparent url('../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/cta-bg.png') no-repeat scroll center top;
  background-size: 100% 100%;
  position: relative;
}
.cv-safety-data .footer-cta .score-left div img {
  width: 400px;
  height: auto;
  margin: 20px auto 0 auto;
  display: block;
}
.cv-safety-data .footer-cta .score-right .image-component {
  border: 3px solid #ffc845;
  min-height: 195px;
  background: white;
  position: relative;
}
@media (max-width: 991px) {
  .cv-safety-data .footer-cta .score-right .image-component {
    min-height: 240px;
  }
}
.cv-safety-data .footer-cta .score-right .image-component > h2 {
  float: left;
  font-size: 24px;
  line-height: 28px;
  color: #717dbc;
  width: 400px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
  margin-top: 0;
  margin-bottom: 5px;
}
.cv-safety-data .footer-cta .score-right .image-component > h2 + p {
  font-size: 14px;
  /*float: left;*/
  float: none;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 2px;
}
.cv-safety-data .footer-cta .score-right .image-component > div {
  float: left;
  margin: 33px 20px 0 30px;
}
.cv-safety-data .footer-cta .score-right .image-component > div img {
  height: auto;
  width: 100px;
}
.cv-safety-data .footer-cta .score-right .image-component > a {
  float: left;
  font-size: 16px;
  font-family: "AvantGardeGothicDemi";
  height: 48px;
  color: #717dbc;
  border: 2px solid #ffc845;
  padding: 22px 0;
  text-align: center;
  display: block;
  background: white;
  text-transform: uppercase;
  clear: both;
  position: relative;
  top: -5px;
  left: 158px;
  width: 140px;
}
.cv-safety-data .footer-cta .score-right .image-component > a:hover:after {
  content: "";
  background: url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png) no-repeat center top !important;
  background-size: 45% auto !important;
  transform: none;
  top: 5px;
  left: -4px;
  width: 20px !important;
  height: 20px !important;
}
.cv-safety-data .footer-cta .score-right .image-component > a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://www.lantus.com/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/lantus-hcp-101918-button-arrow-icon2x.png) no-repeat center top;
  position: relative;
  display: block;
  background-size: 45% auto;
  right: 4px;
  float: right;
  top: -10px;
}
.cv-safety-data h2.home-callout-button {
  text-align: center;
  margin-top: 0;
  color: white;
  font-size: 26px;
  line-height: 18px;
  font-family: "ITC Avant Garde Gothic W01 Dm";
}
.cv-safety-data a.btn-cta {
  font-size: 16px;
  font-family: "AvantGardeGothicDemi";
  color: #717dbc;
  width: 230px;
  border: 2px solid #ffc845;
  height: 48px;
  padding: 22px 0;
  text-align: center;
  margin: 0 auto;
  display: block;
  float: none;
  background: white;
  text-transform: uppercase;
}
.cv-safety-data a.btn-cta:after {
  content: "";
  width: 22px;
  height: 20px;
  background: url('https://www.lantus.com/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/lantus-hcp-101918-button-arrow-icon2x.png') no-repeat center top;
  position: relative;
  display: block;
  background-size: 44% auto;
  right: 4px;
  float: right;
  top: -10px;
}
.cv-safety-data .footer-cta .score-right .image-component > h2 + p + p {
  float: left;
  font-size: 14px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right {
    margin-top: 0px;
    width: 100%;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right #CopayCardCTA {
    margin-left: 0px;
    height: 190px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component {
    margin-left: -15px;
    height: 190px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > div {
    float: left;
    margin: 16px 20px 30px 15px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > div img {
    height: auto;
    width: 90px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > h2 {
    float: left;
    font-size: 20px;
    line-height: 22px;
    color: #717dbc;
    width: 190px;
    font-family: "ITC Avant Garde Gothic W01 Dm";
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > p {
    line-height: 14px;
    font-size: 14px;
    color: #4e4e4f;
    font-family: "ITC Avant Garde Gothic W01 Bk";
    width: 100%;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > a {
    font-size: 16px;
    font-family: "AvantGardeGothicDemi";
    color: #717dbc;
    border: 2px solid #ffc845;
    text-align: center;
    display: block;
    background: white;
    text-transform: uppercase;
    clear: both;
    position: relative;
    padding: 22px 0;
    left: 17px;
    top: 20px;
    width: 55%;
  }
  .cv-safety-data a.btn-cta {
    font-size: 16px;
    font-family: "AvantGardeGothicDemi";
    color: #717dbc;
    width: 250px;
    border: 2px solid #ffc845;
    height: 45px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    float: none;
    background: white;
    text-transform: uppercase;
  }
  .cv-safety-data a.btn-cta:after {
    content: "";
    width: 22px;
    height: 20px;
    background: url('https://www.lantus.com/-/media/EMS/Conditions/Diabetes/Brands/LantusHCP2/Desktop/lantus-hcp-101918-button-arrow-icon2x.png') no-repeat center top;
    position: relative;
    display: block;
    background-size: 45% auto;
    right: 5px;
    float: right;
    top: -10px;
  }
  .cv-safety-data .footer-cta .score-left div img {
    width: 94%;
  }
  .cv-safety-data .score-structural.score-column .image-component img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  .cv-safety-data .footer-cta .score-left div img {
    width: 90%;
  }
  .cv-safety-data h2.home-callout-button {
    font-size: 20px;
    line-height: 22px;
  }
  .cv-safety-data .footer-cta .score-left div + p {
    display: none;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > div img {
    width: 70px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right #CopayCardCTA {
    height: 40px;
    padding-top: 10px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right {
    margin-bottom: 40px;
  }
  .cv-safety-data .footer-cta .score-right .image-component > a::after {
    top: -9px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right a#CopayCardCTA {
    padding-top: 18px;
  }
  .cv-safety-data .footer-cta .score-right .image-component > h2 + p + p {
    margin-top: 5px;
    float: right;
    width: 63% !important;
    margin-right: 21px;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > a {
    top: 4px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > p {
    font-size: 11px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > a {
    width: 45%;
  }
}
.cv-safety-data a.btn-cta:hover:after {
  background: url(../../../-/media/ems/conditions/diabetes/brands/lantushcp2/desktop/lantus-hcp-101918-button-arrow-icon2x-white.png) no-repeat center top !important;
  transform: none;
  background-size: 45% auto !important;
  top: -10px !important;
  left: -4px;
}
@media (min-width: 667px) {
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > h2 {
    width: 100%;
    float: none;
  }
  .cv-safety-data .score-structural.score-column2-equal.footer-cta .score-right .image-component > p {
    float: none;
    width: 100%;
  }
  .cv-safety-data .footer-cta .score-right .image-component > h2 + p + p {
    float: left;
  }
}
