/* -------------------
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 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%;
  }
}
/* -------------------
BEGIN media-variable 
Sitecore Resource: 59f40f3c-0257-4de5-93d8-08e4968e87b0
   -------------------*/
/*Media Queries*/
/** PATHS **/
/** Fonts delcartion **/

/**OpenSans**/

@font-face {
  font-family: "OpenSans Regular";
  font-display: swap;
  src: url("../../../-/media/6f5bef7221174eae93ff3637ae53add4.ashx") format("opentype");
}
@font-face {
  font-family: "OpenSans Italic";
  font-display: swap;
  src: url("../../../-/media/2c4bbea84867427b95a0fe5b15fe33d2.ashx") format("opentype");
}
@font-face {
  font-family: "OpenSans SemiBold";
  font-display: swap;
  src: url("../../../-/media/5d1d15f7532a4e019ca2952e04fc111d.ashx") format("opentype");
}
@font-face {
  font-family: "OpenSans SemiBoldItalic";
  font-display: swap;
  src: url("../../../-/media/9e22620bb7b046e9ae4217ab3200511d.ashx") format("opentype");
}
@font-face {
  font-family: "OpenSans Bold";
  font-display: swap;
  src: url("../../../-/media/73329cfefbc040fba0594e58a536ba9b.ashx") format("opentype");
}
@font-face {
  font-family: "OpenSans BoldItalic";
  font-display: swap;
  src: url("../../../-/media/86386cea475c416ea302b9796bf62327.ashx") format("opentype");
}
@font-face {
  font-family: "OpenSans ExtraBold";
  font-display: swap;
  src: url("../../../-/media/788f25bcd8e24356a288c44ed7d2db72.ashx") format("opentype");
}
/**Lato**/

@font-face {
  font-family: "Lato Regular";
  font-display: swap;
  src: url("../../../-/media/1cae0f05b07540e5b2cb776fece1b8b3.ashx") format("opentype");
}
@font-face {
  font-family: "Lato Italic";
  font-display: swap;
  src: url("../../../-/media/726a21e3e88c4d4fa97215df35e58804.ashx") format("opentype");
}
@font-face {
  font-family: "Lato Black";
  font-display: swap;
  src: url("../../../-/media/af5e339134cc455c8832a80245596095.ashx") format("opentype");
}
@font-face {
  font-family: "Lato BlackItalic";
  font-display: swap;
  src: url("../../../-/media/4e47537887ab493db9940cdc1eb40120.ashx") format("opentype");
}
@font-face {
  font-family: "Lato Bold";
  font-display: swap;
  src: url("../../../-/media/cf1bfa530fe449bfaa56723d647b5902.ashx") format("opentype");
}
@font-face {
  font-family: "Lato BoldItalic";
  font-display: swap;
  src: url("../../../-/media/7ffce6b34689468cae33fa9d242b015c.ashx") format("opentype");
}
/*COLOR CODE*/
/*Font Names*/
/*Font Sizes*/
/*VARIABLES*/

/*GLOBAL STYLING*/

.H_H1 {
  font-family: "Lato Black";
  font-size: 86px;
  font-weight: normal;
  line-height: 1.07;
  letter-spacing: normal;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  .H_H1 {
    font-size: 48px;
    line-height: 1.04;
  }
}
.H_H2 {
  font-family: "Lato Black";
  font-size: 48px;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  .H_H2 {
    font-size: 36px;
    line-height: 1.06;
  }
}
@media only screen and (max-width: 767px) {
  .M_H2_Green {
    font-size: 20px;
    line-height: 1.3;
    font-family: "Lato Bold";
  }
}
.H_H4 {
  font-family: "Lato Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 0.2px;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  .H_H4 {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: 0.1px;
    font-family: "Lato Black";
  }
}
.Carousel-Reviews_H1 {
  font-family: "OpenSans Bold";
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
@media only screen and (max-width: 767px) {
  .Carousel-Reviews_H1 {
    font-size: 20px;
    line-height: 0.95;
  }
}
.SymptomChecker_Button {
  font-family: "OpenSans Bold";
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  
}
.Hero_BC {
  font-family: "OpenSans Regular";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  .Hero_BC {
    font-size: 14px;
    line-height: 1.29;
  }
}
.BC_grey {
  font-family: "OpenSans Regular";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #555555;
}
@media only screen and (max-width: 767px) {
  .BC_grey {
    font-size: 16px;
    line-height: 1.38;
  }
}
.Carousel_reviews_BC {
  font-family: "OpenSans Regular";
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: white;
}
@media only screen and (max-width: 767px) {
  .Carousel_reviews_BC {
    font-size: 14px;
    line-height: 1.29;
  }
}
.Carousel_Reviews_Product_Name {
  font-family: "Lato Bold";
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
@media only screen and (max-width: 767px) {
  .Carousel_Reviews_Product_Name {
    font-size: 12px;
  }
}
.D_category_title {
  font-family: "Lato Bold";
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: normal;
  color: #555555;
}
.Secondary_CTA {
  font-family: "OpenSans Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  .Secondary_CTA {
    font-size: 14px;
  }
}
.Primary_CTA {
  font-family: "OpenSans Bold";
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 767px) {
  .Primary_CTA {
    font-size: 14px;
    line-height: 0.91;
  }
}
.Carousel_Review_Customer_Details {
  font-family: "OpenSans SemiBold";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #ddf192;
}
@media only screen and (max-width: 767px) {
  .Carousel_Review_Customer_Details {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .M_BC_green_semi {
    font-family: "OpenSans SemiBold";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.38;
    letter-spacing: normal;
    color: #076333;
  }
}
.D_Hint_text {
  font-family: "OpenSans Regular";
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  .M_Article_Category {
    font-family: "Lato Bold";
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 1.17;
    letter-spacing: normal;
    color: #555555;
  }
}
@media only screen and (max-width: 767px) {
  .M_Carousel_Selected {
    font-family: "OpenSans Bold";
    font-size: 12px;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: normal;
    color: #076333;
  }
}
@media only screen and (max-width: 767px) {
  .M_Carousel_not_selected {
    font-family: "OpenSans Regular";
    font-size: 12px;
    font-weight: normal;
    line-height: 1.28;
    letter-spacing: normal;
    color: #076333;
  }
}
.paragaraph {
  font-family: "OpenSans Regular";
  font-size: 20px;
  color: #555555;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .paragaraph {
    font-size: 14px;
    line-height: 1.43;
  }
}
/*Button*/

._darkgreen_btn {
  width: 181px;
  height: 50px;
  border-radius: 51px;
  background-color: #076333;
  padding: 17px 25px;
  color: white;
  font-size: 16px;
  font-family: "OpenSans Bold";
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  ._darkgreen_btn {
    width: 171px;
    height: 40px;
    border-radius: 41px;
    padding: 14px 25px;
    font-size: 14px;
    line-height: 0.86;
  }
}
._darkgreen_btn:hover {
  background-color: #054424;
  color: white;
  text-decoration: none;
}
._review_button {
  width: 217px;
  height: 50px;
  border-radius: 51px;
  background-color: #076333;
  padding: 12px 25px;
  line-height: 1;
  text-align: center;
  font-family: "OpenSans Bold";
  font-size: 16px;
  color: white;
  border: 2px solid white;
}
._review_button:hover {
  background-color: #054424;
  color: white;
  text-decoration: none;
}
/*Main container code for all pages*/

.pageWrapper {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .pageWrapper {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .pageWrapper .container {
    width: 100%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .pageWrapper .container {
    width: 100%;
  }
}
@media only screen and (min-width:992px) and (max-width:1399px) {
  .pageWrapper .container {
    width: 100%;
  }
}
@media only screen and (min-width:1400px) and (max-width:1600px) {
  .pageWrapper .container {
    width: 100%;
  }
}
@media only screen and (min-width:1601px) {
  .pageWrapper .container {
    background: white;
    width: 1600px;
  }
}
@media only screen and (min-width:1601px) {
  .score-header-wrapper {
    background: white;
  }
}
@media only screen and (min-width:1601px) {
  body {
    background-color: whitesmoke;
  }
}
/* display none the chat bot */

div#open-toggle,
.chat-intro-message {
  display: none !important;
}
input[disabled],
button[disabled] {
  cursor: not-allowed !important;
}
/* -------------------
BEGIN  
Sitecore Resource: b76a6174-9207-4105-8522-ca299eade2f3
   -------------------*/

html,
body {
  padding: 0;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
.desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none;
  }
}
/*Hamberug NAV*/

#globalNav .desktopNav.navbar {
  z-index: 99;
  background-color: white;
  border: none;
}
#globalNav .desktopNav .navbar-toggle {
  display: block;
  position: absolute;
  width: 100px;
  top: 6px;
  height: 40px;
  border: none;
  left: 5%;
}
#globalNav .desktopNav .navbar-toggle:hover,
#globalNav .desktopNav .navbar-toggle:focus {
  background-color: initial;
}
#globalNav .desktopNav .navbar-toggle .icon-bar {
  display: none;
}
#globalNav .desktopNav .toggle-caret,
#globalNav .desktopNav .caret {
  display: none;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav {
  margin-top: -90px;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown {
  width: 300px;
  height: 21px;
  font-family: "OpenSans Bold";
  font-size: 20px;
  line-height: 1;
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown:nth-child(1) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  #globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown:nth-child(1) {
    margin-right: 0%;
  }
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown:nth-child(2) {
  display: none;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown a {
  width: 100%;
  color: #076333;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown a:hover {
  text-decoration: underline;
  text-decoration-color: #b3d234;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown li.score-menu-link-item {
  width: 250px;
  height: 25px;
  font-size: 14px;
  font-family: "OpenSans Regular";
  line-height: 2.21;
  text-align: justify;
  float: left;
  margin-left: -20px;
  margin-bottom: 10px;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown li.score-menu-link-item a {
  padding-left: 5px;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown li.score-menu-link-item a:hover {
  text-decoration: none;
  font-weight: bold;
  background: #004d07;
  color: white;
  padding: 10px;
}
#globalNav .desktopNav .navbar-collapse .navbar-nav > li.score-megamenu-dropdown li.score-menu-link-item a:hover:before {
  color: #b3d234;
  font-size: 24px;
  float: left;
  position: relative;
  top: -14px;
  /*right: 3px;*/
  cursor: none;
  z-index: 2;
}
#globalNav .desktopNav .navbar-collapse.collapse .navbar-nav {
  width: 100%;
  margin-top: 0px;
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #globalNav .desktopNav .navbar-collapse.collapse .navbar-nav {
    width: 95%;
    left: 4%;
  }
}
#globalNav .desktopNav .navbar-collapse.in {
  display: block !important;
  visibility: visible !important;
  min-height: 380px;
  -webkit-box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.15);
}
#globalNav .desktopNav .navbar-collapse.collapsing {
  height: 0 !important;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
#globalNav .desktopNav .navbar-header.score-navbar-header {
  width: 100%;
  padding-bottom: 100px;
}
#globalNav .desktopNav .navbar-header.score-navbar-header:before {
  display: none;
}
#globalNav .desktopNav .navbar-header.score-navbar-header button {
  display: none;
  background: url("../../../-/media/ems/conditions/consumer healthcare/brands/dulcolaxuk/global-items/d-hamburger.png") no-repeat 100%;
  background-position: 0 100%;
}
#globalNav .desktopNav .navbar-header.score-navbar-header button span {
  padding-left: 30px;
  width: 54px;
  height: 19px;
  font-family: "Lato Bold";
  font-size: 18px;
  line-height: 1.06;
  color: #076333;
  text-transform: uppercase;
  z-index: 999999;
  position: relative;
  top: 5px;
}
#globalNav .desktopNav .navbar-header.score-navbar-header .navbar-brand {
  display: none;
}
#globalNav .mobileNav .navbar-header.score-navbar-header button {
  background: url("../../../-/media/ems/conditions/consumer healthcare/brands/dulcolaxuk/global-items/d-hamburger.png") no-repeat 100%;
}
#globalNav .mobileNav .navbar-nav {
  margin: 0;
  background-color: white;
  height: 465px;
}
#globalNav .mobileNav .navbar-nav.in {
  -webkit-box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 6px -3px rgba(0, 0, 0, 0.15);
}
#globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  #globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown {
    padding-top: 7px;
  }
}
#globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown li.score-menu-link-item a {
  font-family: "Lato Regular";
  font-size: 16px;
  line-height: 2.38;
  color: #076333;
}
@media only screen and (max-width: 767px) {
  #globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown li.score-menu-link-item a {
    padding: 0px 15px 0px 25px;
  }
}
#globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown a {
  background-color: white;
  color: #076333;
  font-family: "OpenSans Bold";
  line-height: 1;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown a {
    font-family: "OpenSans SemiBold";
    padding-bottom: 5px;
  }
}
#globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown.open .dropdown-toggle {
  /*background: url('@{root}/home/mobile/uncollapsed.png') 0 0 no-repeat;*/
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  padding-left: 0;
}
#globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown .dropdown-toggle {
  background: url("../../../-/media/ems/conditions/consumer healthcare/brands/dulcolaxuk/home/mobile/uncollapsed.png") no-repeat 100%;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 6%;
  padding-left: 100%;
  float: right;
  margin-top: 15px;
}
#globalNav .mobileNav .navbar-nav > li.score-megamenu-dropdown .dropdown-toggle span {
  display: none;
}
#globalNav .mobileNav .navbar-toggle {
  display: block;
  position: absolute;
  width: 37px;
  top: -10px;
  height: 40px;
  border: none;
  left: 0%;
}
#globalNav .mobileNav .navbar-toggle:hover,
#globalNav .mobileNav .navbar-toggle:focus {
  background-color: initial;
}
#globalNav .mobileNav .navbar-toggle .icon-bar {
  display: none;
}
#globalNav .mobileNav .navbar-toggle span {
  display: none;
}
/*header section*/

@media only screen and (max-width: 767px) {
  header .score-header-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header .score-header-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width:992px) and (max-width:1399px) {
  header .score-header-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width:1400px) and (max-width:1600px) {
  header .score-header-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width:1601px) {
  header .score-header-wrapper {
    width: 1600px;
    margin: auto;
  }
}
header .score-header-wrapper #emsHeader .desktopNav .navbar-header {
  border-bottom: 15px solid #ddf192;
  background: #f6f9ed;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper #emsHeader .desktopNav .navbar-header {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper #emsHeader .mobileNav .navbar-header {
    border-bottom: 15px solid #ddf192;
    height: 65px;
  }
  header .score-header-wrapper #emsHeader .mobileNav .navbar-header .navbar-brand {
    display: none;
  }
}
header .score-header-wrapper #emsHeader #globalHeader {
  width: 90%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper #emsHeader #globalHeader .col-xs-12.condSec {
    padding: 0;
  }
}
header .score-header-wrapper #emsHeader #brandUtilityLinksDT {
  display: none !important;
}
header .score-header-wrapper .header-banner #brandUtilityLinksMB {
  display: none !important;
}
header .score-header-wrapper .header-banner #globalNav {
  position: absolute;
  width: 100%;
  top: 0;
}
header .score-header-wrapper .header-banner #brandHeaderTools {
  visibility: hidden !important;
  position: absolute;
  right: 5%;
  top: -40px;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper .header-banner #brandHeaderTools {
    width: 20%;
    right: 0;
    padding: 3px 5px !important;
  }
}
header .score-header-wrapper .header-banner #brandHeaderTools #quickLinks {
  float: right;
}
header .score-header-wrapper .header-banner .brand-logo .navbar-header {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper .header-banner .brand-logo .navbar-header .banner-logo {
    float: none;
  }
}
header .score-header-wrapper .header-banner .brand-logo .navbar-header .banner-logo a img {
  display: block;
  position: relative;
  z-index: 999;
  width: auto;
  padding-top: 15px;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper .header-banner .brand-logo .navbar-header .banner-logo a img {
    width: 161px;
    margin: auto;
  }
}
header .score-header-wrapper .top-bar {
  float: right;
  width: 170px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper .top-bar {
    float: left;
    width: 100%;
  }
}
header .score-header-wrapper .top-bar #conditionLogo {
  float: right;
}
header .score-header-wrapper .top-bar #conditionLogo img {
  width: 81px;
  height: 19px;
  object-fit: contain;
  margin-right: 0px;
}
header .score-header-wrapper .top-bar #locationText {
  float: right;
  width: 130px;
  height: 17px;
  font-family: "OpenSans Regular";
  font-size: 12px;
  color: #8e9191;
  text-align: right;
  position: absolute;
  top: 38px;
  z-index: 1000;
  right: 18px;
}
@media only screen and (max-width: 767px) {
  header .score-header-wrapper .top-bar #locationText {
    float: left;
    font-size: 10px;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 10px;
  }
}
/*Cookie Header banner*/

.cookie_w {
  margin: 0px -15px;
}
.cookie_w .score-page {
  margin: 0px;
}
.cookie_w .score-page .score-main {
  padding: 0px;
}
.cookie_w .cookie-div {
  width: 90%;
  margin: 0 auto;
  background: #555555;
  border: none;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cookie_w .cookie-div {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cookie_w .cookie-component {
  background: #555555;
}
.cookie_w .cookie-content {
  width: 87%;
  float: left;
  padding-bottom: 10px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .cookie_w .cookie-content {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .cookie_w .cookie-content {
    width: 100%;
    padding-bottom: 0px;
  }
}
.cookie_w .cookie-content p {
  font-family: "OpenSans SemiBold";
  font-size: 16px;
  line-height: 1.38;
  color: white;
}
@media only screen and (max-width: 767px) {
  .cookie_w .cookie-content p {
    font-size: 14px;
    margin: 0px;
  }
}
.cookie_w .cookie-content p a {
  color: #ddf192;
  text-decoration: underline;
}
.cookie_w .cookie-close:hover {
  text-decoration: none;
}
.cookie_w .cookie-close {
  color: #555555;
  width: 85px;
  height: 50px;
  line-height: 50px;
  float: left;
  margin: 0 auto;
  text-align: center;
  background: white;
  font-size: 16px;
  font-family: "Lato Black";
  margin-top: 15px;
  margin-left: 43px;
}
@media only screen and (max-width: 767px) {
  .cookie_w .cookie-close {
    font-size: 14px;
    float: right;
    margin-top: 10px;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
.card-notification a {
  display: inline-block;
  cursor: pointer;
}
#cartCount {
  color: white;
}
/*#cartCount{
  background-color: @orange;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  font-family: @openSansSemi;
  font-size: @12px;
  color: @pureWhite;
  }
  sup#cartCount{
  top: -1.2em;
  left: -1.0em;
  }*/

/* ADD TO CART AND YOUR CART */

.container .score-page.score-column1 > .score-main {
  position: static;
}
.container .score-page.score-column1 > .score-main #addtocartmodal,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ {
  width: 461px;
  position: absolute;
  top: 0;
  right: 43px;
  margin: 0 !important;
  background: white;
}
@media only screen and (max-width: 767px) {
  .container .score-page.score-column1 > .score-main #addtocartmodal,
  .container .score-page.score-column1 > .score-main #yourcartitemsmodal {
    width: 100%;
    right: 0;
  }
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog {
  width: 100%;
  margin: 0;
  transition: transform 0s ease-out;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body #cartEmpty p,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body #cartEmpty p {
  font-family: "OpenSans Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  color: #555555;
  margin-top: 0px;
  padding-left: 4px;
  height: 150px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body #yourCartProducts,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body #yourCartProducts {
  height: 300px;
  overflow: auto;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac {
  padding-bottom: 30px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section.productItems,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-body .cart-section.productItems,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac.productItems,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-body .cart-sectionac.productItems {
  padding-bottom: 30px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-left,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-left,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-left,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-left {
  float: left;
  width: 120px;
  height: 120px;
  background: #f6f5f5;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-left img,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-left img,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-left img,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-left img {
  width: 100px;
  height: 110px;
  padding-top: 10px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-right,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-right,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-right,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-right {
  float: left;
  width: 50%;
  padding-left: 10px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-right h4,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-right h4,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-right h4,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-right h4 {
  font-family: "Lato Bold";
  color: #076333;
  font-size: 20px;
  margin-top: 0;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-right p,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-right p,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-right p,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-right p {
  font-family: "OpenSans Regular";
  font-size: 14px;
  color: #555555;
  cursor: pointer;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-right p span.close,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-right p span.close,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-right p span.close,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-right p span.close {
  float: left;
  padding-right: 5px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-section .cart-right .dltremovefromcart,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-section .cart-right .dltremovefromcart,
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-body .cart-sectionac .cart-right .dltremovefromcart,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-body .cart-sectionac .cart-right .dltremovefromcart {
  cursor: pointer;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-header,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-header {
  background: white;
  border-bottom: 1px solid #ddf192;
  padding-bottom: 30px;
  margin-left: 18px;
  margin-right: 18px;
  padding-left: 0px;
  color: #555555;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-header h2,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-header h2 {
  float: left;
  font-family: "OpenSans Bold";
  margin-top: 0;
  font-size: 20px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-header h2 .orange-check,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-header h2 .orange-check {
  background: url("-/media/b48083b65d4c44089421e93e3bb4a0db.ashx");
  width: 22px;
  height: 22px;
  margin-right: 10px;
  float: left;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-header .close,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-header .close {
  float: right;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-footer {
  border-top: none;
  padding-bottom: 40px;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer a:first-child,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer a:first-child {
  float: left;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer a:first-child button,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer a:first-child button {
  width: 181px;
  height: 50px;
  border-radius: 51px;
  background-color: white;
  padding: 17px 25px;
  color: #076333;
  font-size: 16px;
  font-family: "OpenSans Bold";
  text-align: center;
  line-height: 1;
  border: 1px solid #076333;
}
@media only screen and (max-width: 767px) {
  .container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer a:first-child button,
  .container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer a:first-child button {
    width: 163px;
    font-size: 14px;
  }
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer a:last-child,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer a:last-child {
  float: right;
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer a:last-child button,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer a:last-child button {
  width: 181px;
  height: 50px;
  border-radius: 51px;
  background-color: #076333;
  padding: 17px 25px;
  color: white;
  font-size: 16px;
  font-family: "OpenSans Bold";
  text-align: center;
  line-height: 1;
  border: none;
}
@media only screen and (max-width: 767px) {
  .container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer a:last-child button,
  .container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer a:last-child button {
    width: 163px;
    font-size: 14px;
  }
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer #keepshoppingyourcart,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-footer #keepshoppingyourcart {
  width: 181px;
  height: 50px;
  border-radius: 51px;
  background-color: white;
  padding: 17px 25px;
  color: #076333;
  font-size: 16px;
  font-family: "OpenSans Bold";
  text-align: center;
  line-height: 1;
  border: 1px solid #076333;
}
@media only screen and (max-width: 767px) {
  .container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer #keepshoppingyourcart,
  .container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer #keepshoppingyourcart {
    font-size: 14px;
    width: 163px;
  }
}
.container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer #checkoutyourcart,
.container .score-page.score-column1 > .score-main #yourcartitemsmodal/*,#dulcolaxlaxativemodal,#dulcolaxpinklaxativemodal,#dulcolaxPinkStoolSoftenermodal,#dulcolaxStoolSoftenermodal,#dulcolaxSuppositoriesmodal*/ .modal-dialog .modal-footer #checkoutyourcart {
  width: 181px;
  height: 50px;
  border-radius: 51px;
  background-color: #076333;
  padding: 17px 25px;
  color: white;
  font-size: 16px;
  font-family: "OpenSans Bold";
  text-align: center;
  line-height: 1;
  border: none;
}
@media only screen and (max-width: 767px) {
  .container .score-page.score-column1 > .score-main #addtocartmodal .modal-dialog .modal-footer #checkoutyourcart,
  .container .score-page.score-column1 > .score-main #yourcartitemsmodal .modal-dialog .modal-footer #checkoutyourcart {
    font-size: 14px;
    width: 163px;
  }
}
#keepshoppingaddtocart:hover {
  background: #054424 !important;
  color: white !important;
}
#yourcartitemsmodal .modal-footer #checkoutyourcart:disabled {
  background: whitesmoke !important;
  color: #8e9191 !important;
}
#yourcartitemsmodal .modal-footer #keepshoppingyourcart:hover {
  background: #054424 !important;
  color: white !important;
}
.score-megamenu-dropdown {
  width: 15% !important;
}
.menu-everything-about-constipation {
  width: 25% !important;
}
/* none the download coupon */

@media only screen and (min-width:768px) and (max-width:991px) {
  div#1b40fecd-d048-41a5-9cc3-a4ed502cd2e0 ul.nav.navbar-nav li.score-megamenu-dropdown.dropdown.dulcolaxMenu {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  div#1b40fecd-d048-41a5-9cc3-a4ed502cd2e0 ul.nav.navbar-nav li.score-megamenu-dropdown.dropdown.dulcolaxMenu {
    margin-right: 0%;
  }
}
div#1b40fecd-d048-41a5-9cc3-a4ed502cd2e0 ul.nav.navbar-nav li.score-megamenu-dropdown.dropdown:nth-child(2) {
  display: none;
}
/* cookie-policy  */

body.cookie-policy div#termsofuse .terms-txt table {
  width: 100% !important;
}
td {
  vertical-align: middle !important;
}
.main-menu-top {
  z-index: 1000;
  position: absolute;
  left: 36%;
  top: 4%;
}
.main-menu-top ul {
  list-style: none;
}
.main-menu-top ul li {
  display: inline-block;
  padding: 20px;
  margin-right: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #076333;
  font-family: OpenSans Bold;
  font-weight: 900;
  font-size: 20px;
}
.main-menu-top ul li a {
  color: #076333;
}
.main-menu-top ul li:hover {
  text-decoration: underline;
}
@media (max-width: 2000px) {
  .main-menu-top {
    left: 34%;
  }
}
@media (max-width: 1800px) {
  .main-menu-top {
    left: 32%;
  }
}
@media (max-width: 1400px) {
  .main-menu-top {
    left: 30%;
  }
}
@media (max-width: 1300px) {
  .main-menu-top {
    left: 28%;
  }
}
@media (max-width: 1200px) {
  .main-menu-top {
    left: 26%;
  }
}
@media (max-width: 1100px) {
  .main-menu-top {
    left: 24%;
  }
}
@media (max-width: 1000px) {
  .main-menu-top {
    left: 24%;
  }
  .main-menu-top ul li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main-menu-top {
    display: none;
  }
}
.show-menu {
  height: 320px;
}
.desktopNav .dulcolaxMenu,
.desktopNav .menu-everything-about-constipation {
  display: none;
}
.active-menu {
  display: block !important;
}
.navbar-nav > li.dropdown > a {
  padding: 15px 25px 15px 25px;
}
.faq p {
  margin-bottom: 10px !important;
}
.faq table {
  width: 100%;
}
.faq table th,
.faq table td {
  padding: 10px;
}
.article-disclaimers {
  padding: 40px 0px;
}
.article-disclaimers h3 span {
  font-family: Lato Bold !important;
}
p.note {
  background: #eff8f2;
  color: #86959e;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.mobileNav .caret {
  display: none;
}
.icon-list {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .icon-list {
    margin-top: 15px;
  }
}
.icon-list li {
  color: #555555 !important;
  padding-left: 0px;
  margin-bottom: 20px;
}
.icon-list li img {
  position: absolute;
  width: 8%;
  margin: 0;
  height: auto;
  margin-left: -52px;
  margin-right: 0px;
  padding-right: 9px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .icon-list li img {
    margin-left: -40px;
    margin-top: 0px;
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .icon-list {
    padding-left: 0px;
    margin-left: 40px;
  }
}
.home .quiz-bg .symptoms .score-main {
  background: #f9f9f9 !important;
}
.babylon-symptom-checker .article-title {
  padding: 1rem 1rem 0rem 3rem !important;
}
#symptoms {
  height: unset !important;
  box-shadow: unset !important;
  width: 100% !important;
  border-radius: unset !important;
  margin: 0 auto !important;
  display: none;
}
#symptoms .container {
  width: 100% !important;
}
#symptom_checker_section_intro {
  display: block;
}
.section-block {
  background: #46777a;
  background: -moz-linear-gradient(top, #46777a 0, #2f615f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #46777a), color-stop(100%, #2f615f));
  background: -webkit-linear-gradient(top, #46777a 0, #2f615f 100%);
  background: -o-linear-gradient(top, #46777a 0, #2f615f 100%);
  background: -ms-linear-gradient(top, #46777a 0, #2f615f 100%);
  background: linear-gradient(to bottom, #46777a 0, #2f615f 100%);
}
.section-block {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.section-block-sub {
  padding: 30px 20px;
}
#result.section-block h2,
#result.section-block h3,
#result.section-block p,
#symptom_checker .section-block h2,
#symptom_checker .section-block h3,
#symptom_checker .section-block p {
  color: white;
}
#symptom_checker .section-block .progress {
  display: block;
  width: 668px;
  height: 20px;
  margin: 0 auto 20px auto;
  background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/progress-bar-668.png);
  background-repeat: no-repeat;
}
#symptom_checker .section-block h2 {
  font-size: 24px;
  line-height: 32px;
}
#symptom_checker .section-block h3 {
  font-size: 16px;
  line-height: 36px;
  margin-top: 36px;
  margin-bottom: 0;
  color: #9de583;
}
#symptom_checker .section-block h3 span.question-number {
  float: left;
  color: white;
  margin-right: 12px;
  display: block;
  width: 36px;
  height: 36px;
  background: #316361;
  text-align: center;
  line-height: 36px;
}
#symptom_checker .section-block h3 span.question-number {
  -webkit-border-radius: 100px;
  -moz-border-radius: 10px;
  border-radius: 100px;
  behavior: url(https://www.dulcolax.co.uk/resources/PIE.htc);
  zoom: 1;
  position: relative;
}
#symptom_checker .section-block h3 span.question-text {
  display: block;
  width: 80%;
  margin-bottom: 20px;
  line-height: 20px;
  float: left;
  margin-top: 8px;
}
#symptom_checker .section-block p {
  margin-right: 80px;
}
#symptom_checker .section-block p.note {
  background: #065054;
  margin-right: 16px;
  padding: 16px;
  font-size: 12px;
  line-height: 14px;
}
#symptom_checker .section-block p.note strong {
  color: #df6f27;
}
#symptom_checker .section-block .actions {
  margin: 0;
  padding: 0;
}
#symptom_checker .section-block ul {
  margin-left: 64px;
  list-style: none;
}
#symptom_checker .section-block ul li {
  display: block;
  height: 50px;
  width: 300px;
  padding: 6px 0 6px 58px;
  float: left;
  line-height: 36px;
  margin-right: 10px;
  font-size: 13px;
  color: white;
  background-color: #477779;
  background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/checkbox.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  cursor: pointer;
}
#symptom_checker .section-block ul li.full-width {
  width: 610px;
}
#result .result-buttons,
#symptom_checker .nownext-buttons {
  text-align: right;
  border-top: 1px solid #477779;
  margin-top: 16px;
  padding-top: 16px;
}
#symptom_checker_start {
  display: block;
  width: 300px;
  margin: 30px auto 50px auto;
}
#gender.section-block-question ul li {
  display: block;
  height: 82px;
  width: 160px;
  padding: 6px 0 6px 92px;
  float: left;
  line-height: 80px;
  margin-right: 10px;
  background-color: #477779;
  cursor: pointer;
}
#gender.section-block-question ul li#gender_male {
  background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/checkbox-male.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#gender.section-block-question ul li#gender_female {
  background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/checkbox-female.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
}
#symptom_checker .section-block select {
  margin-left: 64px;
  width: 170px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #cccccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/select.png) top right no-repeat #eeeeee;
  background-size: 40px 34px;
}
.sc-background {
  background: #f9f9f9;
  border-top: 10px solid #ddf092;
  border-bottom: 10px solid #ddf092;
}
.sc-background .score-main {
  background: #f9f9f9 !important;
}
.new-section-block {
  color: #57594e !important;
  margin-top: 4%;
  margin-bottom: 5%;
}
.sc-redirect {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sc-redirect {
    width: 100%;
  }
  .sc-redirect img {
    width: 100%;
  }
}
.poweredby {
  text-align: left;
  margin: 4% 4%;
  margin-left: 35px;
}
.poweredby span {
  position: relative;
  top: 2px;
  font-weight: 600;
}
.new-section-block h2 {
  font-size: 45px !important;
  font-family: Lato Black !important;
  line-height: 48px !important;
  color: #1a4e15 !important;
  margin-left: 35px !important;
  margin-bottom: 30px !important;
}
.new-section-block p {
  font-weight: 700 !important;
  font-size: 13px !important;
  margin: 0 35px 0 35px !important;
  line-height: 22px !important;
  color: #400099 !important;
}
#symptom_checker_start {
  display: block;
  width: 275px;
  margin: 30px auto 30px 35px;
  /*text-transform: uppercase;*/
  padding: 10px 8px;
  font-size: 18px !important;
  font-weight: bold !important;
  border-radius: 25px !important;
  background: #1a4e15 !important;
  border: unset !important;
}
#symptom_checker_intro ul {
  list-style: none;
}
#symptom_checker_intro ul li {
  background: none;
}
#symptom_checker_intro ul li img {
  width: 40px;
  margin-right: 25px;
}
.new-btn {
  border: 1px solid #400099;
  border-radius: 10px;
  text-align: center;
  padding: 5px 0 5px 0;
  color: white;
  background: #400099;
}
.new-btn a {
  color: white !important;
}
.new-btn a:link {
  text-decoration: none;
  /*color: white !important;*/

}
.section-block2 p.note {
  background: #eff8f2;
  margin: 5% 0 0 0 !important;
  color: #86959e;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
@media screen and (min-width: 0\0) {
  #symptom_checker .section-block select {
    background: white;
    padding: 5px;
  }
}
.sweet-alert {
  background: #407173;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.sweet-alert p {
  color: white;
  margin: 0 16px;
}
.sweet-alert .sa-icon.sa-error {
  border-color: white;
  background: #065054;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  background-color: white;
}
.sweet-alert button {
  background: #18a81e !important;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  margin-top: 16px;
}
.sweet-alert button:hover {
  background: #065054 !important;
}
#content ul.further-information {
  background: #f7f9ed;
  padding: 16px 16px 20px 16px;
  margin-right: 20px;
}
#content ul.further-information li {
  margin-bottom: 6px;
  margin-top: 0;
}
#content ul.further-information li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #symptom_checker .section-block .progress {
    width: 534px;
    height: 16px;
    background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/progress-bar-534.png);
    background-repeat: no-repeat;
  }
  #symptom_checker .section-block ul li.full-width {
    width: 300px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #symptom_checker .section-block .progress {
    width: 416px;
    height: 12px;
    background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/progress-bar-416.png);
    background-repeat: no-repeat;
  }
  #symptom_checker .section-block ul li.full-width {
    width: 300px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 767px) {
  #symptom_checker .section-block .progress {
    width: 218px;
    height: 12px;
    background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/progress-bar-218.png);
    background-repeat: no-repeat;
  }
  #symptom_checker .section-block .actions {
    margin-top: -22px;
  }
  #symptom_checker .section-block h2 {
    font-size: 16px;
    line-height: 20px;
  }
  #symptom_checker .section-block h3 {
    font-size: 12px;
    line-height: 14px;
    margin-left: 23px;
  }
  #symptom_checker .section-block h3 span.question-number {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #symptom_checker .section-block h3 span.question-text {
    margin-top: 3px;
    line-height: 16px;
    margin-bottom: 12px;
  }
  #symptom_checker .section-block p {
    font-size: 12px;
    line-height: 16px;
    margin-right: 16px;
  }
  #symptom_checker .section-block ul {
    margin-left: 16px;
  }
  #symptom_checker .section-block ul li {
    background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/checkbox-mobile.png);
    width: 94%;
    font-size: 13px;
    padding: 2px 0 2px 38px;
    height: auto;
    margin-bottom: 4px;
  }
  #symptom_checker .section-block ul li.full-width {
    width: 94%;
    line-height: 18px;
    min-height: 50px;
  }
  #symptom_checker_start {
    display: block;
    width: 250px;
    /*margin: 10px auto 20px auto*/
  
  }
  #symptom_checker .btn {
    font-size: 12px;
    padding: 0 0 0 10px;
  }
  #gender.section-block-question ul li#gender_female,
  #gender.section-block-question ul li#gender_male {
    padding-left: 58px;
    line-height: 50px;
  }
  #gender.section-block-question ul li#gender_male {
    background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/checkbox-male-mobile.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
  }
  #gender.section-block-question ul li#gender_female {
    background-image: url(https://www.dulcolax.co.uk/resources/css/img/symptom-checker/checkbox-female-mobile.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
  }
  #result .result-buttons .btn,
  #symptom_checker .nownext-buttons .btn {
    font-size: 12px;
    line-height: 34px;
    padding: 0 54px 0 18px;
  }
  #content ul.further-information li {
    font-size: 12px;
  }
  .new-section-block {
    border-radius: 0;
    margin: 0 -19px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .section-block2 {
    margin-bottom: 20px;
  }
}
.H_H4 span {
  font-family: Lato Black !important;
}
.articles h2 a {
  font-family: Lato Bold !important;
}
.articles .text-component p span {
  font-family: Lato Bold !important;
  font-style: normal !important;
}
h2 span {
  font-family: Lato Bold !important;
}
p span {
  font-family: Lato Bold !important;
  font-style: normal !important;
}
.constipation-myths .banner-container p span {
  font-family: Lato Black !important;
}
.constipation-myths .banner-container p span em strong {
  font-style: italic !important;
}
header .score-structural.score-column.cookie-control {
  width: 70px;
  height: 70px;
  display: block !important;
  z-index: 99;
  bottom: 0;
  left: 15px;
  background-color: transparent;
  position: fixed;
  background-image: url("https://www.dulcolax.co.uk/-/media/EMS/Conditions/Consumer Healthcare/Brands/Opticrom/Opticrom UK/ccc-icons.png");
  background-position: -71px 360px;
}
header .score-structural.score-column.cookie-control a {
  background-color: transparent;
  border: 0 none;
  height: 70px;
  width: 70px;
  padding: 25px;
  position: absolute;
  bottom: -70px;
  left: 0;
}
header .score-structural.score-column.cookie-control a span {
  visibility: hidden;
}
.cookie-component {
  display: block;
  position: absolute;
  z-index: 99;
  width: 230px;
  bottom: 45px;
  left: 88px;
  overflow: hidden;
  position: fixed;
  padding-top: 20px;
}
.cookie-component .cookie-div {
  background: transparent;
  border-bottom: 0px solid #d3d7dc;
  z-index: 99;
  width: 230px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 15px;
  background-color: #3e3e3e;
  border-radius: 5px;
  position: relative;
}
.cookie-component .cookie-div img.cookie-img {
  width: 30px !important;
  height: auto !important;
}
.cookie-component .cookie-div h2 {
  color: white;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 50px;
  font-family: AndyStd-Bold, sans-serif;
  line-height: 1.5em;
}
.cookie-component .cookie-div a.cookie-close {
  position: absolute;
  top: 22px;
  right: 10px;
  background-color: transparent;
  background-position: -278px 2px;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 3px;
  display: block;
  text-indent: -999em;
  width: 18px;
  background-image: url("../../../-/media/ems/conditions/consumer healthcare/brands/syndol/desktop-images/ccc-icons png");
  height: 18px;
}
.cookie-component .cookie-div a.cookie-close:hover {
  background-color: #f0942b;
}
.cookie-component .cookie-div a.first-button {
  box-shadow: 0 0 1px 1px black inset;
  border-radius: 4px;
  border: 0 none;
  color: white;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #90c944 none repeat scroll 0 0;
}
.cookie-component .cookie-div a.second-button {
  box-shadow: 0 0 1px 1px black inset;
  border-radius: 4px;
  border: 0 none;
  color: white;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #f0942b none repeat scroll 0 0;
}
.cookie-component .cookie-div a.permanent {
  color: #f0942b;
  display: block;
  margin: 0;
  position: relative;
  text-align: right;
  top: 5px;
  font-size: 12px;
  text-decoration: none;
}
.cookie-component .cookie-div a {
  font-size: 12px;
  color: #f0942b;
}
.cookie-component .small-text p,
.cookie-component .expand-text p {
  font: 12px BPreplayRegular, sans-serif;
  color: white;
}
.cookie-component .unsupported-browser-div p a {
  color: #0081c5;
  text-decoration: underline;
}
.sc-box {
  border-radius: 20px;
  width: 100%;
  background: #f3f7fa;
  border: 1px solid #707070;
  display: block;
  position: relative;
}
.sc-box .new-section-block {
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 8%;
  margin-bottom: 8%;
}
@media only screen and (max-width: 767px) {
  .sc-box .new-section-block {
    margin-left: unset;
    margin-right: unset;
    margin: 0 auto !important;
  }
}
.sc-box .new-section-block h2 {
  color: #400099 !important;
  width: unset;
}
.sc-box .new-section-block #symptom_checker_start {
  background: #400099 !important;
}
.sc-box .new-section-block ul li:before {
  display: none !important;
}
.productMain {
  min-height: 450px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .productMain {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .productMain {
    min-height: 390px;
  }
}
.products .overnight_relief_con h2 {
  padding-right: 33%;
}
@media only screen and (max-width: 767px) {
  .products .overnight_relief_con h2 {
    padding-right: unset;
  }
}
.products .overnight_relief_con h2:after {
  width: 33% !important;
}
@media only screen and (max-width: 767px) {
  .products .overnight_relief_con h2:after {
    width: 100% !important;
  }
}
.quiz-bg .score-main {
  border-top: 10px solid #ddf192;
  border-bottom: 10px solid #ddf192;
  background: #f9f9f9 !important;
}
.mobileNav .score-megamenu-basic-item a {
  padding-bottom: 5px;
  background-color: white;
  color: #076333 !important;
  font-family: "OpenSans SemiBold";
  line-height: 1;
  font-size: 20px;
  margin-left: 10px;
  margin-top: 20px;
}
/* -------------------
BEGIN footer 
Sitecore Resource: ed045d5b-c09e-4d4a-9ce4-735c84384f6a
   -------------------*/
footer {
  display: inline-block;
  width: 100%;
}
footer .score-footer-wrapper {
  width: 100%;
  margin: 0 auto;
}
footer .score-footer-wrapper .score-footer .container {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .container {
    width: 100%;
    float: none;
  }
}
footer .score-footer-wrapper .score-footer .container #quickLinks {
  text-align: right;
  display: none;
}
footer .score-footer-wrapper .score-footer .container .page-links {
  padding: 0;
  margin: 20px 0px 15px;
  text-align: right;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .container .page-links {
    margin: 35px 0px 0px;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .container .page-links {
    text-align: center;
    margin: 43px 0px 0px;
  }
}
footer .score-footer-wrapper .score-footer .container .page-links li {
  display: inline-block;
  font-family: "OpenSans Regular";
  font-size: 14px;
}
footer .score-footer-wrapper .score-footer .container .page-links li a {
  color: #555555;
}
@media only screen and (max-width: 767px), only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .container .page-links li {
    font-size: 12px;
  }
}
footer .score-footer-wrapper .score-footer .container .page-links li:first-child {
  padding-right: 10px;
  border-right: 1px solid #555555;
  line-height: 12px;
}
footer .score-footer-wrapper .score-footer .container .page-links li:nth-child(2) {
  padding-left: 10px;
}
footer .score-footer-wrapper .score-footer .container div#hcProCopy {
  display: none;
}
footer .score-footer-wrapper .score-footer .container #corpFooter {
  text-align: right;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .container #corpFooter {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .container #corpFooter {
    text-align: center;
  }
}
footer .score-footer-wrapper .score-footer .container #corpFooter br {
  display: none;
}
footer .score-footer-wrapper .score-footer .container #corpFooter .ft-date {
  display: none;
}
footer .score-footer-wrapper .score-footer .container #corpFooter span.ft-pNumber {
  font-family: "OpenSans Regular";
  font-size: 12px;
  color: #555555;
}
footer .score-footer-wrapper .score-footer .footer-logo-link {
  width: 50%;
  padding-left: 6%;
  float: left;
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .footer-logo-link {
    width: 100%;
    padding-left: 0;
    float: none;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .score-footer-wrapper .score-footer .footer-logo-link .foot-logo {
  float: left;
  padding-right: 50px;
  margin-top: 4px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .footer-logo-link .foot-logo {
    float: left;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .footer-logo-link .foot-logo {
    float: right;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .footer-logo-link .foot-logo .score-center {
    padding-right: 0px;
  }
}
footer .score-footer-wrapper .score-footer .footer-logo-link .foot-logo img {
  width: 30%;
}
footer .score-footer-wrapper .score-footer .footer-logo-link .score-menu-list {
  float: left;
  margin: 0px;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .footer-logo-link .score-menu-list {
    padding-left: 20px;
  }
}
footer .score-footer-wrapper .score-footer .footer-logo-link .score-menu-list li.score-menu-link-item {
  list-style: none;
  padding-bottom: 18px;
}
footer .score-footer-wrapper .score-footer .footer-logo-link .score-menu-list li.score-menu-link-item a {
  font-family: "OpenSans SemiBold";
  font-size: 14px;
  /* font-weight: 600;*/
  color: #076333;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  line-height: normal;
}
footer .score-footer-wrapper .score-footer .full-width {
  margin-top: 20px;
}
footer .score-footer-wrapper .score-footer .full-width .container {
  width: 100%;
}
@media only screen and (min-width:1400px) and (max-width:1600px) {
  footer .score-footer-wrapper .score-footer .full-width .container {
    width: 100%;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page {
  margin: 0px;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter {
  background: white;
  border-bottom: 15px solid #ddf192;
  border-top: 6px solid #ddf192;
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border-top: 14px solid #ddf192;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .hasError {
  border: none !important;
  border-left: 4px solid #c80606 !important;
  background: #f4fbdd !important;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .errorLb {
  color: #c80606 !important;
  font-family: "OpenSans Regular" !important;
  font-size: 14px !important;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter ::placeholder {
  color: #076333;
  opacity: 1;
  /* Firefox */
  font-family: "OpenSans Regular";
  font-weight: normal;
  font-style: italic;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #076333;
  font-family: "OpenSans Regular";
  font-weight: normal;
  font-style: italic;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #076333;
  font-family: "OpenSans Regular";
  font-weight: normal;
  font-style: italic;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-right,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side2 {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-right,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side2 {
    width: 50%;
    float: left;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-right img,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side2 img {
  float: right;
  width: 130%;
  height: auto;
  padding: 60px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-right img,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side2 img {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-right img,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side2 img {
    position: relative;
    width: 100%;
    padding: unset;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-right,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side2 {
    order: 2;
    width: 100%;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left {
  left: 6%;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left {
    order: 1;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con {
  width: 56%;
  margin-top: 68px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con {
    width: 80%;
    margin-top: 20px;
  }
}
@media only screen and (min-width:992px) and (max-width:1024px), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con {
    width: 80%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1189px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con {
    width: 80%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con .findoutmore,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con .findoutmore {
  background: white;
  border: 1px solid #076333;
  border-radius: 50px;
  color: #076333;
  margin-top: 0;
  width: 181px;
  height: 50px;
  margin-bottom: 0;
  line-height: 36px;
  font-family: "OpenSans Bold";
  font-size: 16px;
  text-align: center;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side .newsletter-con .findoutmore:hover,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left .newsletter-con .findoutmore:hover {
  background: #076333;
  color: white;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side h3,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left h3 {
  font-family: "Lato Black";
  font-size: 48px;
  /* font-weight: 900;*/
  color: #076333;
  line-height: 1.13;
  margin: 0px 0px 20px;
}
@media only screen and (max-width: 767px), only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side h3,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left h3 {
    font-size: 36px;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side p,
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left p {
  font-family: "OpenSans Regular";
  font-size: 20px;
  line-height: 1.3;
  color: #555555;
}
@media only screen and (max-width: 767px), only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-side p,
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter .score-left p {
    font-size: 14px;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent pre {
  display: none;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .signup-form-header {
  display: none;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-description {
  display: none;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .alert-danger {
  display: none;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal label {
  margin: 0px;
  padding: 0px;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal span {
  margin: 0px;
  padding: 0;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .col-xs-12 {
  width: 48%;
  float: left;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .col-xs-12 {
    width: 80%;
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .col-xs-12 {
    width: 100%;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .col-xs-6 {
  width: 100%;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal input {
  background: #f4fbdd;
  border: none;
  border-left: 2px solid #076333;
  height: 50px;
  font-size: 14px;
  font-family: "OpenSans SemiBold";
  color: #076333;
}
@media screen and (min-device-width: 1025px) and (max-device-width: 1143px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal input {
    width: 100%;
  }
}
@media only screen and (min-width:992px) and (max-width:1024px), only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal input {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal input {
    width: 100%;
  }
}
@media desktop, only screen and (min-width:1400px) and (max-width:1600px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal input {
    width: 304px;
  }
}
@media only screen and (min-width:1601px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal input {
    width: 275px;
  }
}
@media only screen and (min-width:992px) and (max-width:1024px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .signup-button {
    padding-left: 0px;
  }
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .signup-button button {
  background: white;
  border: 1px solid #076333;
  border-radius: 50px;
  color: #076333;
  margin-top: 0px;
  width: 181px;
  height: 50px;
  margin-bottom: 0px;
  line-height: 50px;
  font-family: "OpenSans Bold";
  font-size: 16px;
}
footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .signup-button button:hover {
  background: #054424;
  color: white;
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .signup-button button {
    font-size: 14px;
    margin-top: 20px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .signup-button button {
    font-size: 14px;
    margin-top: 15px !important;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width:768px) and (max-width:991px) {
  footer .score-footer-wrapper .score-footer .full-width .container .score-page .newletter #mainContent .form-horizontal .signup-button {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  #emsFooter {
    padding-bottom: 20px;
  }
}
#emsFooter footer {
  display: block;
}
#emsFooter #indicationCopy {
  width: 1200px;
  margin: 0 auto;
  margin-top: -50px;
  padding-left: 15%;
}
@media only screen and (max-width: 767px) {
  #emsFooter #indicationCopy {
    width: 100%;
    margin-top: unset;
    padding-left: unset;
  }
}
#emsFooter #indicationCopy ul {
  list-style: none;
  padding-left: 0px;
}
#emsFooter #corpFooter {
  background: #f6f9ec;
  padding: 40px 20px;
}
#emsFooter #corpFooter .copyrights {
  font-size: 14px;
}
#emsFooter #corpFooter .footer-quick-menu {
  position: absolute;
  margin-top: -12px;
}
@media only screen and (max-width: 767px) {
  #emsFooter #corpFooter .footer-quick-menu {
    position: relative;
  }
}
#emsFooter #corpFooter .footer-quick-menu ul {
  list-style: none;
}
#emsFooter #corpFooter .footer-quick-menu ul li {
  display: inline-block;
  padding-right: 40px;
  font-size: 14px;
}
#emsFooter #corpFooter .footer-quick-menu ul li a {
  color: #3f3f49;
}
.newsSuccess p {
  font-family: 'Lato Black' !important;
  font-size: 48px !important;
  color: #076333 !important;
  line-height: 1.13 !important;
  width: 63% !important;
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .newsSuccess p {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  footer .score-footer-wrapper {
    width: 750px;
  }
}
@media (min-width: 992px) {
  footer .score-footer-wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  footer .score-footer-wrapper {
    width: 1170px;
  }
}
@media only screen and (max-width: 767px) {
  footer .score-footer-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer .score-footer-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  footer .score-footer-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  footer .score-footer-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width:1601px) {
  footer .score-footer-wrapper {
    width: 1600px;
    margin: auto;
  }
}
.social-icons-container {
  margin: 0px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .social-icons-container {
    float: right;
  }
}
.social-icons-container .social-buttons {
  display: inline-block;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .social-icons-container .social-buttons {
    margin-top: 30px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .social-icons-container .score-center {
    text-align: center;
  }
}
.social-btns {
  position: absolute;
  right: 50px;
  top: -50px;
}
@media only screen and (max-width: 991px) {
  .social-btns {
    position: relative;
    right: unset;
    top: unset;
    display: block;
    padding: 40px;
    text-align: center;
  }
}
#thirdPartyMod .modal-header .modal-title {
  font-size: 22px;
  font-family: Lato Black;
  margin-top: 10px;
  color: #076333;
}
#thirdPartyMod .modal-body {
  padding-top: 0px;
}
#thirdPartyMod .modal-body p {
  font-family: "OpenSans Regular";
  font-size: 16px;
}
#thirdPartyMod .modal-footer {
  text-align: left;
}
#thirdPartyMod .modal-footer .btn {
  background: none;
  color: #076333;
  border: none;
  text-decoration: underline;
  outline: none;
  font-size: 16px;
}
.ot-pc-footer-logo a{
  display: none !important;
}