﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "../../Shared/fonts/MyFontsWebfontsKit.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  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;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*a[href]:after {
      content: " (" attr(href) ")";
  }

  abbr[title]:after {
      content: " (" attr(title) ")";
  }*/
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar, .score-main-menu-spider, .score-megamenu {
    display: none;
  }
  .btn > .caret, .score-button > .caret,
  .dropup > .btn > .caret,
  .dropup > .score-button > .caret {
    border-top-color: #000 !important;
  }
  .label, .field-validation-error, .select-validation-error {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #565a5c;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #bb5802;
  text-decoration: none;
}
a:hover, a:focus {
  color: #954a09;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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, .score-lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead, .score-lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left, .score-left-text {
  text-align: left;
}

.text-right, .score-right-text {
  text-align: right;
}

.text-center, .score-center-text {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted, .news-container .news-date {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header, .score-document-header-with-subtitle, .score-document-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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%;
}

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: "— ";
}

.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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 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: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@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;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
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 > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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, .score-comment-container .score-comment-area, .score-comment-container .score-reply-area {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aeaeae;
  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, .score-comment-container .score-comment-area:focus, .score-comment-container .score-reply-area: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, .score-comment-container .score-comment-area::-moz-placeholder, .score-comment-container .score-reply-area::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .score-comment-container .score-comment-area:-ms-input-placeholder, .score-comment-container .score-reply-area:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .score-comment-container .score-comment-area::-webkit-input-placeholder, .score-comment-container .score-reply-area::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .score-comment-container .score-comment-area::-ms-expand, .score-comment-container .score-reply-area::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .score-comment-container [disabled].score-comment-area, .score-comment-container [disabled].score-reply-area, .form-control[readonly], .score-comment-container [readonly].score-comment-area, .score-comment-container [readonly].score-reply-area, fieldset[disabled] .form-control, fieldset[disabled] .score-comment-container .score-comment-area, .score-comment-container fieldset[disabled] .score-comment-area, fieldset[disabled] .score-comment-container .score-reply-area, .score-comment-container fieldset[disabled] .score-reply-area {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], .score-comment-container [disabled].score-comment-area, .score-comment-container [disabled].score-reply-area, fieldset[disabled] .form-control, fieldset[disabled] .score-comment-container .score-comment-area, .score-comment-container fieldset[disabled] .score-comment-area, fieldset[disabled] .score-comment-container .score-reply-area, .score-comment-container fieldset[disabled] .score-reply-area {
  cursor: not-allowed;
}

textarea.form-control, .score-comment-container textarea.score-comment-area, .score-comment-container textarea.score-reply-area {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .score-comment-container input[type=date].score-comment-area, .score-comment-container input[type=date].score-reply-area,
  input[type=time].form-control,
  .score-comment-container input[type=time].score-comment-area,
  .score-comment-container input[type=time].score-reply-area,
  input[type=datetime-local].form-control,
  .score-comment-container input[type=datetime-local].score-comment-area,
  .score-comment-container input[type=datetime-local].score-reply-area,
  input[type=month].form-control,
  .score-comment-container input[type=month].score-comment-area,
  .score-comment-container input[type=month].score-reply-area {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .input-group-sm > .input-group-btn > input[type=date].score-button, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm > .input-group-btn > input[type=time].score-button,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm > .input-group-btn > input[type=datetime-local].score-button,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm > .input-group-btn > input[type=month].score-button,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .input-group-lg > .input-group-btn > input[type=date].score-button, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg > .input-group-btn > input[type=time].score-button,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg > .input-group-btn > input[type=datetime-local].score-button,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg > .input-group-btn > input[type=month].score-button,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .score-comment-container .input-group-lg > .form-control-static.score-comment-area, .score-comment-container .input-group-lg > .form-control-static.score-reply-area,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-lg > .input-group-btn > .form-control-static.score-button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .score-comment-container .input-group-sm > .form-control-static.score-comment-area, .score-comment-container .input-group-sm > .form-control-static.score-reply-area,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.input-group-sm > .input-group-btn > .form-control-static.score-button {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .score-comment-container .input-group-sm > .score-comment-area, .score-comment-container .input-group-sm > .score-reply-area,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .score-button {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control, .score-comment-container .input-group-sm > select.score-comment-area, .score-comment-container .input-group-sm > select.score-reply-area,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.score-button {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .score-comment-container .input-group-sm > textarea.score-comment-area, .score-comment-container .input-group-sm > textarea.score-reply-area,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.score-button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.score-comment-container .input-group-sm > select[multiple].score-comment-area,
.score-comment-container .input-group-sm > select[multiple].score-reply-area,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].score-button {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .score-comment-container .score-comment-area, .score-comment-container .form-group-sm .score-comment-area, .form-group-sm .score-comment-container .score-reply-area, .score-comment-container .form-group-sm .score-reply-area {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control, .form-group-sm .score-comment-container select.score-comment-area, .score-comment-container .form-group-sm select.score-comment-area, .form-group-sm .score-comment-container select.score-reply-area, .score-comment-container .form-group-sm select.score-reply-area {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm .score-comment-container textarea.score-comment-area, .score-comment-container .form-group-sm textarea.score-comment-area, .form-group-sm .score-comment-container textarea.score-reply-area, .score-comment-container .form-group-sm textarea.score-reply-area,
.form-group-sm select[multiple].form-control,
.form-group-sm .score-comment-container select[multiple].score-comment-area,
.score-comment-container .form-group-sm select[multiple].score-comment-area,
.form-group-sm .score-comment-container select[multiple].score-reply-area,
.score-comment-container .form-group-sm select[multiple].score-reply-area {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .score-comment-container .input-group-lg > .score-comment-area, .score-comment-container .input-group-lg > .score-reply-area,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .score-button {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control, .score-comment-container .input-group-lg > select.score-comment-area, .score-comment-container .input-group-lg > select.score-reply-area,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.score-button {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .score-comment-container .input-group-lg > textarea.score-comment-area, .score-comment-container .input-group-lg > textarea.score-reply-area,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.score-button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.score-comment-container .input-group-lg > select[multiple].score-comment-area,
.score-comment-container .input-group-lg > select[multiple].score-reply-area,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].score-button {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .score-comment-container .score-comment-area, .score-comment-container .form-group-lg .score-comment-area, .form-group-lg .score-comment-container .score-reply-area, .score-comment-container .form-group-lg .score-reply-area {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control, .form-group-lg .score-comment-container select.score-comment-area, .score-comment-container .form-group-lg select.score-comment-area, .form-group-lg .score-comment-container select.score-reply-area, .score-comment-container .form-group-lg select.score-reply-area {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg .score-comment-container textarea.score-comment-area, .score-comment-container .form-group-lg textarea.score-comment-area, .form-group-lg .score-comment-container textarea.score-reply-area, .score-comment-container .form-group-lg textarea.score-reply-area,
.form-group-lg select[multiple].form-control,
.form-group-lg .score-comment-container select[multiple].score-comment-area,
.score-comment-container .form-group-lg select[multiple].score-comment-area,
.form-group-lg .score-comment-container select[multiple].score-reply-area,
.score-comment-container .form-group-lg select[multiple].score-reply-area {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .score-comment-container .score-comment-area, .score-comment-container .has-feedback .score-comment-area, .has-feedback .score-comment-container .score-reply-area, .score-comment-container .has-feedback .score-reply-area {
  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, .input-group-lg > .form-control + .form-control-feedback, .score-comment-container .input-group-lg > .score-comment-area + .form-control-feedback, .score-comment-container .input-group-lg > .score-reply-area + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .score-button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .score-comment-container .score-comment-area + .form-control-feedback,
.score-comment-container .form-group-lg .score-comment-area + .form-control-feedback,
.form-group-lg .score-comment-container .score-reply-area + .form-control-feedback,
.score-comment-container .form-group-lg .score-reply-area + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .score-comment-container .input-group-sm > .score-comment-area + .form-control-feedback, .score-comment-container .input-group-sm > .score-reply-area + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .score-button + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .score-comment-container .score-comment-area + .form-control-feedback,
.score-comment-container .form-group-sm .score-comment-area + .form-control-feedback,
.form-group-sm .score-comment-container .score-reply-area + .form-control-feedback,
.score-comment-container .form-group-sm .score-reply-area + .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, .has-success .score-comment-container .score-comment-area, .score-comment-container .has-success .score-comment-area, .has-success .score-comment-container .score-reply-area, .score-comment-container .has-success .score-reply-area {
  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, .has-success .score-comment-container .score-comment-area:focus, .score-comment-container .has-success .score-comment-area:focus, .has-success .score-comment-container .score-reply-area:focus, .score-comment-container .has-success .score-reply-area: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, .has-warning .score-comment-container .score-comment-area, .score-comment-container .has-warning .score-comment-area, .has-warning .score-comment-container .score-reply-area, .score-comment-container .has-warning .score-reply-area {
  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, .has-warning .score-comment-container .score-comment-area:focus, .score-comment-container .has-warning .score-comment-area:focus, .has-warning .score-comment-container .score-reply-area:focus, .score-comment-container .has-warning .score-reply-area: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, .has-error .score-comment-container .score-comment-area, .score-comment-container .has-error .score-comment-area, .has-error .score-comment-container .score-reply-area, .score-comment-container .has-error .score-reply-area {
  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, .has-error .score-comment-container .score-comment-area:focus, .score-comment-container .has-error .score-comment-area:focus, .has-error .score-comment-container .score-reply-area:focus, .score-comment-container .has-error .score-reply-area: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: 36px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959a9c;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .score-comment-container .score-comment-area, .score-comment-container .form-inline .score-comment-area, .form-inline .score-comment-container .score-reply-area, .score-comment-container .form-inline .score-reply-area {
    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,
  .form-inline .input-group .score-comment-container .score-comment-area,
  .score-comment-container .form-inline .input-group .score-comment-area,
  .form-inline .input-group .score-comment-container .score-reply-area,
  .score-comment-container .form-inline .input-group .score-reply-area {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .score-comment-container .input-group > .score-comment-area, .score-comment-container .form-inline .input-group > .score-comment-area, .form-inline .score-comment-container .input-group > .score-reply-area, .score-comment-container .form-inline .input-group > .score-reply-area {
    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;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .score-button {
  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, .score-button:focus, .btn.focus, .focus.score-button, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .score-button:hover, .btn:focus, .score-button:focus, .btn.focus, .focus.score-button {
  color: #565a5c;
  text-decoration: none;
}
.btn:active, .score-button:active, .btn.active, .active.score-button {
  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, .disabled.score-button, .btn[disabled], [disabled].score-button, fieldset[disabled] .btn, fieldset[disabled] .score-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, a.disabled.score-button, fieldset[disabled] a.btn, fieldset[disabled] a.score-button {
  pointer-events: none;
}

.btn-default, .score-button {
  color: #565a5c;
  background-color: #fff;
  border-color: #565a5c;
}
.btn-default:focus, .score-button:focus, .btn-default.focus, .focus.score-button {
  color: #565a5c;
  background-color: #e6e6e6;
  border-color: #181a1a;
}
.btn-default:hover, .score-button:hover {
  color: #565a5c;
  background-color: #e6e6e6;
  border-color: #383b3c;
}
.btn-default:active, .score-button:active, .btn-default.active, .active.score-button, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.score-button {
  color: #565a5c;
  background-color: #e6e6e6;
  border-color: #383b3c;
}
.btn-default:active:hover, .score-button:active:hover, .btn-default:active:focus, .score-button:active:focus, .btn-default:active.focus, .score-button:active.focus, .btn-default.active:hover, .active.score-button:hover, .btn-default.active:focus, .active.score-button:focus, .btn-default.active.focus, .active.focus.score-button, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.score-button:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.score-button:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.score-button {
  color: #565a5c;
  background-color: #d4d4d4;
  border-color: #181a1a;
}
.btn-default:active, .score-button:active, .btn-default.active, .active.score-button, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.score-button {
  background-image: none;
}
.btn-default.disabled:hover, .disabled.score-button:hover, .btn-default.disabled:focus, .disabled.score-button:focus, .btn-default.disabled.focus, .disabled.focus.score-button, .btn-default[disabled]:hover, [disabled].score-button:hover, .btn-default[disabled]:focus, [disabled].score-button:focus, .btn-default[disabled].focus, [disabled].focus.score-button, fieldset[disabled] .btn-default:hover, fieldset[disabled] .score-button:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .score-button:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.score-button {
  background-color: #fff;
  border-color: #565a5c;
}
.btn-default .badge, .score-button .badge {
  color: #fff;
  background-color: #565a5c;
}

.btn-primary {
  color: #ffffff;
  background-color: #cf7000;
  border-color: #cf7000;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #9c5400;
  border-color: #502b00;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #9c5400;
  border-color: #924f00;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #9c5400;
  border-color: #924f00;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #784100;
  border-color: #502b00;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #cf7000;
  border-color: #cf7000;
}
.btn-primary .badge {
  color: #cf7000;
  background-color: #ffffff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link, .score-comment-container .score-comment-body .reply, .score-comment-container .score-reply-body .reply {
  color: #bb5802;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .score-comment-container .score-comment-body .reply, .score-comment-container .score-reply-body .reply, .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, .score-comment-container .score-comment-body .reply, .score-comment-container .score-reply-body .reply, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .score-comment-container .score-comment-body .reply:hover, .score-comment-container .score-reply-body .reply:hover, .btn-link:focus, .score-comment-container .score-comment-body .reply:focus, .score-comment-container .score-reply-body .reply:focus {
  color: #954a09;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .score-comment-container .score-comment-body [disabled].reply:hover, .score-comment-container .score-reply-body [disabled].reply:hover, .btn-link[disabled]:focus, .score-comment-container .score-comment-body [disabled].reply:focus, .score-comment-container .score-reply-body [disabled].reply:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .score-comment-container .score-comment-body .reply:hover, .score-comment-container .score-comment-body fieldset[disabled] .reply:hover, fieldset[disabled] .score-comment-container .score-reply-body .reply:hover, .score-comment-container .score-reply-body fieldset[disabled] .reply:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .score-comment-container .score-comment-body .reply:focus, .score-comment-container .score-comment-body fieldset[disabled] .reply:focus, fieldset[disabled] .score-comment-container .score-reply-body .reply:focus, .score-comment-container .score-reply-body fieldset[disabled] .reply:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .score-button {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .score-button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .score-button {
  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;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown,
.score-megamenu-dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 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: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.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,
.navbar-fixed-bottom .score-megamenu-dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu,
.navbar-fixed-bottom .score-megamenu-dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .score-split-button-menu, .score-button-menu, .score-button-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .score-split-button-menu > .btn, .score-button-menu > .btn, .score-button-group > .btn, .btn-group > .score-button, .score-split-button-menu > .score-button, .score-button-menu > .score-button, .score-button-group > .score-button,
.btn-group-vertical > .btn,
.btn-group-vertical > .score-button {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .score-split-button-menu > .btn:hover, .score-button-menu > .btn:hover, .score-button-group > .btn:hover, .btn-group > .score-button:hover, .score-split-button-menu > .score-button:hover, .score-button-menu > .score-button:hover, .score-button-group > .score-button:hover, .btn-group > .btn:focus, .score-split-button-menu > .btn:focus, .score-button-menu > .btn:focus, .score-button-group > .btn:focus, .btn-group > .score-button:focus, .score-split-button-menu > .score-button:focus, .score-button-menu > .score-button:focus, .score-button-group > .score-button:focus, .btn-group > .btn:active, .score-split-button-menu > .btn:active, .score-button-menu > .btn:active, .score-button-group > .btn:active, .btn-group > .score-button:active, .score-split-button-menu > .score-button:active, .score-button-menu > .score-button:active, .score-button-group > .score-button:active, .btn-group > .btn.active, .score-split-button-menu > .btn.active, .score-button-menu > .btn.active, .score-button-group > .btn.active, .btn-group > .active.score-button, .score-split-button-menu > .active.score-button, .score-button-menu > .active.score-button, .score-button-group > .active.score-button,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .score-button:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .score-button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .score-button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.score-button {
  z-index: 2;
}

.btn-group .btn + .btn, .score-split-button-menu .btn + .btn, .score-button-menu .btn + .btn, .score-button-group .btn + .btn, .btn-group .score-button + .btn, .score-split-button-menu .score-button + .btn, .score-button-menu .score-button + .btn, .score-button-group .score-button + .btn, .btn-group .btn + .score-button, .score-split-button-menu .btn + .score-button, .score-button-menu .btn + .score-button, .score-button-group .btn + .score-button, .btn-group .score-button + .score-button, .score-split-button-menu .score-button + .score-button, .score-button-menu .score-button + .score-button, .score-button-group .score-button + .score-button,
.btn-group .btn + .btn-group,
.score-split-button-menu .btn + .btn-group,
.btn-group .btn + .score-split-button-menu,
.score-split-button-menu .btn + .score-split-button-menu,
.score-button-menu .btn + .btn-group,
.score-button-menu .btn + .score-split-button-menu,
.btn-group .btn + .score-button-menu,
.score-split-button-menu .btn + .score-button-menu,
.score-button-menu .btn + .score-button-menu,
.score-button-group .btn + .btn-group,
.score-button-group .btn + .score-split-button-menu,
.score-button-group .btn + .score-button-menu,
.btn-group .btn + .score-button-group,
.score-split-button-menu .btn + .score-button-group,
.score-button-menu .btn + .score-button-group,
.score-button-group .btn + .score-button-group,
.btn-group .score-button + .btn-group,
.score-split-button-menu .score-button + .btn-group,
.btn-group .score-button + .score-split-button-menu,
.score-split-button-menu .score-button + .score-split-button-menu,
.score-button-menu .score-button + .btn-group,
.score-button-menu .score-button + .score-split-button-menu,
.btn-group .score-button + .score-button-menu,
.score-split-button-menu .score-button + .score-button-menu,
.score-button-menu .score-button + .score-button-menu,
.score-button-group .score-button + .btn-group,
.score-button-group .score-button + .score-split-button-menu,
.score-button-group .score-button + .score-button-menu,
.btn-group .score-button + .score-button-group,
.score-split-button-menu .score-button + .score-button-group,
.score-button-menu .score-button + .score-button-group,
.score-button-group .score-button + .score-button-group,
.btn-group .btn-group + .btn,
.score-split-button-menu .btn-group + .btn,
.btn-group .score-split-button-menu + .btn,
.score-split-button-menu .score-split-button-menu + .btn,
.score-button-menu .btn-group + .btn,
.score-button-menu .score-split-button-menu + .btn,
.btn-group .score-button-menu + .btn,
.score-split-button-menu .score-button-menu + .btn,
.score-button-menu .score-button-menu + .btn,
.score-button-group .btn-group + .btn,
.score-button-group .score-split-button-menu + .btn,
.score-button-group .score-button-menu + .btn,
.btn-group .score-button-group + .btn,
.score-split-button-menu .score-button-group + .btn,
.score-button-menu .score-button-group + .btn,
.score-button-group .score-button-group + .btn,
.btn-group .btn-group + .score-button,
.score-split-button-menu .btn-group + .score-button,
.btn-group .score-split-button-menu + .score-button,
.score-split-button-menu .score-split-button-menu + .score-button,
.score-button-menu .btn-group + .score-button,
.score-button-menu .score-split-button-menu + .score-button,
.btn-group .score-button-menu + .score-button,
.score-split-button-menu .score-button-menu + .score-button,
.score-button-menu .score-button-menu + .score-button,
.score-button-group .btn-group + .score-button,
.score-button-group .score-split-button-menu + .score-button,
.score-button-group .score-button-menu + .score-button,
.btn-group .score-button-group + .score-button,
.score-split-button-menu .score-button-group + .score-button,
.score-button-menu .score-button-group + .score-button,
.score-button-group .score-button-group + .score-button,
.btn-group .btn-group + .btn-group,
.score-split-button-menu .btn-group + .btn-group,
.btn-group .score-split-button-menu + .btn-group,
.score-split-button-menu .score-split-button-menu + .btn-group,
.btn-group .btn-group + .score-split-button-menu,
.score-split-button-menu .btn-group + .score-split-button-menu,
.btn-group .score-split-button-menu + .score-split-button-menu,
.score-split-button-menu .score-split-button-menu + .score-split-button-menu,
.score-button-menu .btn-group + .btn-group,
.score-button-menu .score-split-button-menu + .btn-group,
.score-button-menu .btn-group + .score-split-button-menu,
.score-button-menu .score-split-button-menu + .score-split-button-menu,
.btn-group .score-button-menu + .btn-group,
.score-split-button-menu .score-button-menu + .btn-group,
.btn-group .score-button-menu + .score-split-button-menu,
.score-split-button-menu .score-button-menu + .score-split-button-menu,
.score-button-menu .score-button-menu + .btn-group,
.score-button-menu .score-button-menu + .score-split-button-menu,
.btn-group .btn-group + .score-button-menu,
.score-split-button-menu .btn-group + .score-button-menu,
.btn-group .score-split-button-menu + .score-button-menu,
.score-split-button-menu .score-split-button-menu + .score-button-menu,
.score-button-menu .btn-group + .score-button-menu,
.score-button-menu .score-split-button-menu + .score-button-menu,
.btn-group .score-button-menu + .score-button-menu,
.score-split-button-menu .score-button-menu + .score-button-menu,
.score-button-menu .score-button-menu + .score-button-menu,
.score-button-group .btn-group + .btn-group,
.score-button-group .score-split-button-menu + .btn-group,
.score-button-group .btn-group + .score-split-button-menu,
.score-button-group .score-split-button-menu + .score-split-button-menu,
.score-button-group .score-button-menu + .btn-group,
.score-button-group .score-button-menu + .score-split-button-menu,
.score-button-group .btn-group + .score-button-menu,
.score-button-group .score-split-button-menu + .score-button-menu,
.score-button-group .score-button-menu + .score-button-menu,
.btn-group .score-button-group + .btn-group,
.score-split-button-menu .score-button-group + .btn-group,
.btn-group .score-button-group + .score-split-button-menu,
.score-split-button-menu .score-button-group + .score-split-button-menu,
.score-button-menu .score-button-group + .btn-group,
.score-button-menu .score-button-group + .score-split-button-menu,
.btn-group .score-button-group + .score-button-menu,
.score-split-button-menu .score-button-group + .score-button-menu,
.score-button-menu .score-button-group + .score-button-menu,
.score-button-group .score-button-group + .btn-group,
.score-button-group .score-button-group + .score-split-button-menu,
.score-button-group .score-button-group + .score-button-menu,
.btn-group .btn-group + .score-button-group,
.score-split-button-menu .btn-group + .score-button-group,
.btn-group .score-split-button-menu + .score-button-group,
.score-split-button-menu .score-split-button-menu + .score-button-group,
.score-button-menu .btn-group + .score-button-group,
.score-button-menu .score-split-button-menu + .score-button-group,
.btn-group .score-button-menu + .score-button-group,
.score-split-button-menu .score-button-menu + .score-button-group,
.score-button-menu .score-button-menu + .score-button-group,
.score-button-group .btn-group + .score-button-group,
.score-button-group .score-split-button-menu + .score-button-group,
.score-button-group .score-button-menu + .score-button-group,
.btn-group .score-button-group + .score-button-group,
.score-split-button-menu .score-button-group + .score-button-group,
.score-button-menu .score-button-group + .score-button-group,
.score-button-group .score-button-group + .score-button-group {
  margin-left: -1px;
}

.btn-toolbar, .score-button-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .score-button-toolbar:before, .btn-toolbar:after, .score-button-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after, .score-button-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .score-button-toolbar .btn, .btn-toolbar .score-button, .score-button-toolbar .score-button,
.btn-toolbar .btn-group,
.btn-toolbar .score-split-button-menu,
.btn-toolbar .score-button-menu,
.btn-toolbar .score-button-group,
.score-button-toolbar .btn-group,
.score-button-toolbar .score-split-button-menu,
.score-button-toolbar .score-button-menu,
.score-button-toolbar .score-button-group,
.btn-toolbar .input-group,
.score-button-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .score-button-toolbar > .btn, .btn-toolbar > .score-button, .score-button-toolbar > .score-button,
.btn-toolbar > .btn-group,
.btn-toolbar > .score-split-button-menu,
.btn-toolbar > .score-button-menu,
.btn-toolbar > .score-button-group,
.score-button-toolbar > .btn-group,
.score-button-toolbar > .score-split-button-menu,
.score-button-toolbar > .score-button-menu,
.score-button-toolbar > .score-button-group,
.btn-toolbar > .input-group,
.score-button-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .score-split-button-menu > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .score-button-menu > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .score-button-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .score-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .score-split-button-menu > .score-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .score-button-menu > .score-button:not(:first-child):not(:last-child):not(.dropdown-toggle), .score-button-group > .score-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .score-split-button-menu > .btn:first-child, .score-button-menu > .btn:first-child, .score-button-group > .btn:first-child, .btn-group > .score-button:first-child, .score-split-button-menu > .score-button:first-child, .score-button-menu > .score-button:first-child, .score-button-group > .score-button:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .score-split-button-menu > .btn:first-child:not(:last-child):not(.dropdown-toggle), .score-button-menu > .btn:first-child:not(:last-child):not(.dropdown-toggle), .score-button-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .score-button:first-child:not(:last-child):not(.dropdown-toggle), .score-split-button-menu > .score-button:first-child:not(:last-child):not(.dropdown-toggle), .score-button-menu > .score-button:first-child:not(:last-child):not(.dropdown-toggle), .score-button-group > .score-button: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), .score-split-button-menu > .btn:last-child:not(:first-child), .score-button-menu > .btn:last-child:not(:first-child), .score-button-group > .btn:last-child:not(:first-child), .btn-group > .score-button:last-child:not(:first-child), .score-split-button-menu > .score-button:last-child:not(:first-child), .score-button-menu > .score-button:last-child:not(:first-child), .score-button-group > .score-button:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child),
.score-split-button-menu > .dropdown-toggle:not(:first-child),
.score-button-menu > .dropdown-toggle:not(:first-child),
.score-button-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group, .score-split-button-menu > .btn-group, .btn-group > .score-split-button-menu, .score-split-button-menu > .score-split-button-menu, .score-button-menu > .btn-group, .score-button-menu > .score-split-button-menu, .btn-group > .score-button-menu, .score-split-button-menu > .score-button-menu, .score-button-menu > .score-button-menu, .score-button-group > .btn-group, .score-button-group > .score-split-button-menu, .score-button-group > .score-button-menu, .btn-group > .score-button-group, .score-split-button-menu > .score-button-group, .score-button-menu > .score-button-group, .score-button-group > .score-button-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .score-split-button-menu > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .score-split-button-menu:not(:first-child):not(:last-child) > .btn, .score-split-button-menu > .score-split-button-menu:not(:first-child):not(:last-child) > .btn, .score-button-menu > .btn-group:not(:first-child):not(:last-child) > .btn, .score-button-menu > .score-split-button-menu:not(:first-child):not(:last-child) > .btn, .btn-group > .score-button-menu:not(:first-child):not(:last-child) > .btn, .score-split-button-menu > .score-button-menu:not(:first-child):not(:last-child) > .btn, .score-button-menu > .score-button-menu:not(:first-child):not(:last-child) > .btn, .score-button-group > .btn-group:not(:first-child):not(:last-child) > .btn, .score-button-group > .score-split-button-menu:not(:first-child):not(:last-child) > .btn, .score-button-group > .score-button-menu:not(:first-child):not(:last-child) > .btn, .btn-group > .score-button-group:not(:first-child):not(:last-child) > .btn, .score-split-button-menu > .score-button-group:not(:first-child):not(:last-child) > .btn, .score-button-menu > .score-button-group:not(:first-child):not(:last-child) > .btn, .score-button-group > .score-button-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .score-button, .score-split-button-menu > .btn-group:not(:first-child):not(:last-child) > .score-button, .btn-group > .score-split-button-menu:not(:first-child):not(:last-child) > .score-button, .score-split-button-menu > .score-split-button-menu:not(:first-child):not(:last-child) > .score-button, .score-button-menu > .btn-group:not(:first-child):not(:last-child) > .score-button, .score-button-menu > .score-split-button-menu:not(:first-child):not(:last-child) > .score-button, .btn-group > .score-button-menu:not(:first-child):not(:last-child) > .score-button, .score-split-button-menu > .score-button-menu:not(:first-child):not(:last-child) > .score-button, .score-button-menu > .score-button-menu:not(:first-child):not(:last-child) > .score-button, .score-button-group > .btn-group:not(:first-child):not(:last-child) > .score-button, .score-button-group > .score-split-button-menu:not(:first-child):not(:last-child) > .score-button, .score-button-group > .score-button-menu:not(:first-child):not(:last-child) > .score-button, .btn-group > .score-button-group:not(:first-child):not(:last-child) > .score-button, .score-split-button-menu > .score-button-group:not(:first-child):not(:last-child) > .score-button, .score-button-menu > .score-button-group:not(:first-child):not(:last-child) > .score-button, .score-button-group > .score-button-group:not(:first-child):not(:last-child) > .score-button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .score-split-button-menu > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .score-split-button-menu:first-child:not(:last-child) > .btn:last-child, .score-split-button-menu > .score-split-button-menu:first-child:not(:last-child) > .btn:last-child, .score-button-menu > .btn-group:first-child:not(:last-child) > .btn:last-child, .score-button-menu > .score-split-button-menu:first-child:not(:last-child) > .btn:last-child, .btn-group > .score-button-menu:first-child:not(:last-child) > .btn:last-child, .score-split-button-menu > .score-button-menu:first-child:not(:last-child) > .btn:last-child, .score-button-menu > .score-button-menu:first-child:not(:last-child) > .btn:last-child, .score-button-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .score-button-group > .score-split-button-menu:first-child:not(:last-child) > .btn:last-child, .score-button-group > .score-button-menu:first-child:not(:last-child) > .btn:last-child, .btn-group > .score-button-group:first-child:not(:last-child) > .btn:last-child, .score-split-button-menu > .score-button-group:first-child:not(:last-child) > .btn:last-child, .score-button-menu > .score-button-group:first-child:not(:last-child) > .btn:last-child, .score-button-group > .score-button-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .score-button:last-child, .score-split-button-menu > .btn-group:first-child:not(:last-child) > .score-button:last-child, .btn-group > .score-split-button-menu:first-child:not(:last-child) > .score-button:last-child, .score-split-button-menu > .score-split-button-menu:first-child:not(:last-child) > .score-button:last-child, .score-button-menu > .btn-group:first-child:not(:last-child) > .score-button:last-child, .score-button-menu > .score-split-button-menu:first-child:not(:last-child) > .score-button:last-child, .btn-group > .score-button-menu:first-child:not(:last-child) > .score-button:last-child, .score-split-button-menu > .score-button-menu:first-child:not(:last-child) > .score-button:last-child, .score-button-menu > .score-button-menu:first-child:not(:last-child) > .score-button:last-child, .score-button-group > .btn-group:first-child:not(:last-child) > .score-button:last-child, .score-button-group > .score-split-button-menu:first-child:not(:last-child) > .score-button:last-child, .score-button-group > .score-button-menu:first-child:not(:last-child) > .score-button:last-child, .btn-group > .score-button-group:first-child:not(:last-child) > .score-button:last-child, .score-split-button-menu > .score-button-group:first-child:not(:last-child) > .score-button:last-child, .score-button-menu > .score-button-group:first-child:not(:last-child) > .score-button:last-child, .score-button-group > .score-button-group:first-child:not(:last-child) > .score-button:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.score-split-button-menu > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .score-split-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.score-split-button-menu > .score-split-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.score-button-menu > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.score-button-menu > .score-split-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .score-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.score-split-button-menu > .score-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.score-button-menu > .score-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.score-button-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.score-button-group > .score-split-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.score-button-group > .score-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.btn-group > .score-button-group:first-child:not(:last-child) > .dropdown-toggle,
.score-split-button-menu > .score-button-group:first-child:not(:last-child) > .dropdown-toggle,
.score-button-menu > .score-button-group:first-child:not(:last-child) > .dropdown-toggle,
.score-button-group > .score-button-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .score-split-button-menu > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .score-split-button-menu:last-child:not(:first-child) > .btn:first-child, .score-split-button-menu > .score-split-button-menu:last-child:not(:first-child) > .btn:first-child, .score-button-menu > .btn-group:last-child:not(:first-child) > .btn:first-child, .score-button-menu > .score-split-button-menu:last-child:not(:first-child) > .btn:first-child, .btn-group > .score-button-menu:last-child:not(:first-child) > .btn:first-child, .score-split-button-menu > .score-button-menu:last-child:not(:first-child) > .btn:first-child, .score-button-menu > .score-button-menu:last-child:not(:first-child) > .btn:first-child, .score-button-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .score-button-group > .score-split-button-menu:last-child:not(:first-child) > .btn:first-child, .score-button-group > .score-button-menu:last-child:not(:first-child) > .btn:first-child, .btn-group > .score-button-group:last-child:not(:first-child) > .btn:first-child, .score-split-button-menu > .score-button-group:last-child:not(:first-child) > .btn:first-child, .score-button-menu > .score-button-group:last-child:not(:first-child) > .btn:first-child, .score-button-group > .score-button-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .score-button:first-child, .score-split-button-menu > .btn-group:last-child:not(:first-child) > .score-button:first-child, .btn-group > .score-split-button-menu:last-child:not(:first-child) > .score-button:first-child, .score-split-button-menu > .score-split-button-menu:last-child:not(:first-child) > .score-button:first-child, .score-button-menu > .btn-group:last-child:not(:first-child) > .score-button:first-child, .score-button-menu > .score-split-button-menu:last-child:not(:first-child) > .score-button:first-child, .btn-group > .score-button-menu:last-child:not(:first-child) > .score-button:first-child, .score-split-button-menu > .score-button-menu:last-child:not(:first-child) > .score-button:first-child, .score-button-menu > .score-button-menu:last-child:not(:first-child) > .score-button:first-child, .score-button-group > .btn-group:last-child:not(:first-child) > .score-button:first-child, .score-button-group > .score-split-button-menu:last-child:not(:first-child) > .score-button:first-child, .score-button-group > .score-button-menu:last-child:not(:first-child) > .score-button:first-child, .btn-group > .score-button-group:last-child:not(:first-child) > .score-button:first-child, .score-split-button-menu > .score-button-group:last-child:not(:first-child) > .score-button:first-child, .score-button-menu > .score-button-group:last-child:not(:first-child) > .score-button:first-child, .score-button-group > .score-button-group:last-child:not(:first-child) > .score-button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .score-split-button-menu .dropdown-toggle:active, .score-button-menu .dropdown-toggle:active, .score-button-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle,
.open.score-split-button-menu .dropdown-toggle,
.open.score-button-menu .dropdown-toggle,
.open.score-button-group .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .score-split-button-menu > .btn + .dropdown-toggle, .score-button-menu > .btn + .dropdown-toggle, .score-button-group > .btn + .dropdown-toggle, .btn-group > .score-button + .dropdown-toggle, .score-split-button-menu > .score-button + .dropdown-toggle, .score-button-menu > .score-button + .dropdown-toggle, .score-button-group > .score-button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .score-split-button-menu > .btn-lg + .dropdown-toggle, .score-button-menu > .btn-lg + .dropdown-toggle, .score-button-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.score-split-button-menu > .btn + .dropdown-toggle, .btn-group-lg.score-button-menu > .btn + .dropdown-toggle, .btn-group-lg.score-button-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .score-button + .dropdown-toggle, .btn-group-lg.score-split-button-menu > .score-button + .dropdown-toggle, .btn-group-lg.score-button-menu > .score-button + .dropdown-toggle, .btn-group-lg.score-button-group > .score-button + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle, .open.score-split-button-menu .dropdown-toggle, .open.score-button-menu .dropdown-toggle, .open.score-button-group .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, .open.score-split-button-menu .dropdown-toggle.btn-link, .open.score-button-menu .dropdown-toggle.btn-link, .open.score-button-group .dropdown-toggle.btn-link, .btn-group.open .score-comment-container .score-comment-body .dropdown-toggle.reply, .open.score-split-button-menu .score-comment-container .score-comment-body .dropdown-toggle.reply, .open.score-button-menu .score-comment-container .score-comment-body .dropdown-toggle.reply, .open.score-button-group .score-comment-container .score-comment-body .dropdown-toggle.reply, .score-comment-container .score-comment-body .btn-group.open .dropdown-toggle.reply, .score-comment-container .score-comment-body .open.score-split-button-menu .dropdown-toggle.reply, .score-comment-container .score-comment-body .open.score-button-menu .dropdown-toggle.reply, .score-comment-container .score-comment-body .open.score-button-group .dropdown-toggle.reply, .btn-group.open .score-comment-container .score-reply-body .dropdown-toggle.reply, .open.score-split-button-menu .score-comment-container .score-reply-body .dropdown-toggle.reply, .open.score-button-menu .score-comment-container .score-reply-body .dropdown-toggle.reply, .open.score-button-group .score-comment-container .score-reply-body .dropdown-toggle.reply, .score-comment-container .score-reply-body .btn-group.open .dropdown-toggle.reply, .score-comment-container .score-reply-body .open.score-split-button-menu .dropdown-toggle.reply, .score-comment-container .score-reply-body .open.score-button-menu .dropdown-toggle.reply, .score-comment-container .score-reply-body .open.score-button-group .dropdown-toggle.reply {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .score-button .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .score-button .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .score-button .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .score-button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .score-split-button-menu,
.btn-group-vertical > .score-button-menu,
.btn-group-vertical > .score-button-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .score-split-button-menu > .btn,
.btn-group-vertical > .score-button-menu > .btn,
.btn-group-vertical > .score-button-group > .btn,
.btn-group-vertical > .btn-group > .score-button,
.btn-group-vertical > .score-split-button-menu > .score-button,
.btn-group-vertical > .score-button-menu > .score-button,
.btn-group-vertical > .score-button-group > .score-button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .score-split-button-menu:before, .btn-group-vertical > .score-button-menu:before, .btn-group-vertical > .score-button-group:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .score-split-button-menu:after, .btn-group-vertical > .score-button-menu:after, .btn-group-vertical > .score-button-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after, .btn-group-vertical > .score-split-button-menu:after, .btn-group-vertical > .score-button-menu:after, .btn-group-vertical > .score-button-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .score-split-button-menu > .btn, .btn-group-vertical > .score-button-menu > .btn, .btn-group-vertical > .score-button-group > .btn, .btn-group-vertical > .btn-group > .score-button, .btn-group-vertical > .score-split-button-menu > .score-button, .btn-group-vertical > .score-button-menu > .score-button, .btn-group-vertical > .score-button-group > .score-button {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .score-button + .btn, .btn-group-vertical > .btn + .score-button, .btn-group-vertical > .score-button + .score-button,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .score-split-button-menu,
.btn-group-vertical > .btn + .score-button-menu,
.btn-group-vertical > .btn + .score-button-group,
.btn-group-vertical > .score-button + .btn-group,
.btn-group-vertical > .score-button + .score-split-button-menu,
.btn-group-vertical > .score-button + .score-button-menu,
.btn-group-vertical > .score-button + .score-button-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .score-split-button-menu + .btn,
.btn-group-vertical > .score-button-menu + .btn,
.btn-group-vertical > .score-button-group + .btn,
.btn-group-vertical > .btn-group + .score-button,
.btn-group-vertical > .score-split-button-menu + .score-button,
.btn-group-vertical > .score-button-menu + .score-button,
.btn-group-vertical > .score-button-group + .score-button,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .score-split-button-menu + .btn-group,
.btn-group-vertical > .btn-group + .score-split-button-menu,
.btn-group-vertical > .score-split-button-menu + .score-split-button-menu,
.btn-group-vertical > .score-button-menu + .btn-group,
.btn-group-vertical > .score-button-menu + .score-split-button-menu,
.btn-group-vertical > .btn-group + .score-button-menu,
.btn-group-vertical > .score-split-button-menu + .score-button-menu,
.btn-group-vertical > .score-button-menu + .score-button-menu,
.btn-group-vertical > .score-button-group + .btn-group,
.btn-group-vertical > .score-button-group + .score-split-button-menu,
.btn-group-vertical > .score-button-group + .score-button-menu,
.btn-group-vertical > .btn-group + .score-button-group,
.btn-group-vertical > .score-split-button-menu + .score-button-group,
.btn-group-vertical > .score-button-menu + .score-button-group,
.btn-group-vertical > .score-button-group + .score-button-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .score-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .score-button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .score-button:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .score-split-button-menu:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .score-button-menu:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .score-button-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .score-button, .btn-group-vertical > .score-split-button-menu:not(:first-child):not(:last-child) > .score-button, .btn-group-vertical > .score-button-menu:not(:first-child):not(:last-child) > .score-button, .btn-group-vertical > .score-button-group:not(:first-child):not(:last-child) > .score-button {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .score-split-button-menu:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .score-button-menu:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .score-button-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .score-button:last-child, .btn-group-vertical > .score-split-button-menu:first-child:not(:last-child) > .score-button:last-child, .btn-group-vertical > .score-button-menu:first-child:not(:last-child) > .score-button:last-child, .btn-group-vertical > .score-button-group:first-child:not(:last-child) > .score-button:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .score-split-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .score-button-menu:first-child:not(:last-child) > .dropdown-toggle,
.btn-group-vertical > .score-button-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, .btn-group-vertical > .score-split-button-menu:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .score-button-menu:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .score-button-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .score-button:first-child, .btn-group-vertical > .score-split-button-menu:last-child:not(:first-child) > .score-button:first-child, .btn-group-vertical > .score-button-menu:last-child:not(:first-child) > .score-button:first-child, .btn-group-vertical > .score-button-group:last-child:not(:first-child) > .score-button: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 > .score-button,
.btn-group-justified > .btn-group,
.btn-group-justified > .score-split-button-menu,
.btn-group-justified > .score-button-menu,
.btn-group-justified > .score-button-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .score-split-button-menu .btn, .btn-group-justified > .score-button-menu .btn, .btn-group-justified > .score-button-group .btn, .btn-group-justified > .btn-group .score-button, .btn-group-justified > .score-split-button-menu .score-button, .btn-group-justified > .score-button-menu .score-button, .btn-group-justified > .score-button-group .score-button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .score-split-button-menu .dropdown-menu, .btn-group-justified > .score-button-menu .dropdown-menu, .btn-group-justified > .score-button-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .score-button input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .score-button input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[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, .input-group .score-comment-container .score-comment-area, .score-comment-container .input-group .score-comment-area, .input-group .score-comment-container .score-reply-area, .score-comment-container .input-group .score-reply-area {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .score-comment-container .score-comment-area:focus, .score-comment-container .input-group .score-comment-area:focus, .input-group .score-comment-container .score-reply-area:focus, .score-comment-container .input-group .score-reply-area:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .score-comment-container .score-comment-area,
.score-comment-container .input-group .score-comment-area,
.input-group .score-comment-container .score-reply-area,
.score-comment-container .input-group .score-reply-area {
  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),
.input-group .score-comment-container .score-comment-area:not(:first-child):not(:last-child),
.score-comment-container .input-group .score-comment-area:not(:first-child):not(:last-child),
.input-group .score-comment-container .score-reply-area:not(:first-child):not(:last-child),
.score-comment-container .input-group .score-reply-area: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 #aeaeae;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.input-group-sm > .input-group-btn > .input-group-addon.score-button {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.input-group-lg > .input-group-btn > .input-group-addon.score-button {
  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 .score-comment-container .score-comment-area:first-child, .score-comment-container .input-group .score-comment-area:first-child, .input-group .score-comment-container .score-reply-area:first-child, .score-comment-container .input-group .score-reply-area:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .score-button,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .score-split-button-menu > .btn,
.input-group-btn:first-child > .score-button-menu > .btn,
.input-group-btn:first-child > .score-button-group > .btn,
.input-group-btn:first-child > .btn-group > .score-button,
.input-group-btn:first-child > .score-split-button-menu > .score-button,
.input-group-btn:first-child > .score-button-menu > .score-button,
.input-group-btn:first-child > .score-button-group > .score-button,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .score-button:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .score-split-button-menu:not(:last-child) > .btn,
.input-group-btn:last-child > .score-button-menu:not(:last-child) > .btn,
.input-group-btn:last-child > .score-button-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .score-button,
.input-group-btn:last-child > .score-split-button-menu:not(:last-child) > .score-button,
.input-group-btn:last-child > .score-button-menu:not(:last-child) > .score-button,
.input-group-btn:last-child > .score-button-group:not(:last-child) > .score-button {
  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 .score-comment-container .score-comment-area:last-child, .score-comment-container .input-group .score-comment-area:last-child, .input-group .score-comment-container .score-reply-area:last-child, .score-comment-container .input-group .score-reply-area:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .score-button,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .score-split-button-menu > .btn,
.input-group-btn:last-child > .score-button-menu > .btn,
.input-group-btn:last-child > .score-button-group > .btn,
.input-group-btn:last-child > .btn-group > .score-button,
.input-group-btn:last-child > .score-split-button-menu > .score-button,
.input-group-btn:last-child > .score-button-menu > .score-button,
.input-group-btn:last-child > .score-button-group > .score-button,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .score-button:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .score-split-button-menu:not(:first-child) > .btn,
.input-group-btn:first-child > .score-button-menu:not(:first-child) > .btn,
.input-group-btn:first-child > .score-button-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn-group:not(:first-child) > .score-button,
.input-group-btn:first-child > .score-split-button-menu:not(:first-child) > .score-button,
.input-group-btn:first-child > .score-button-menu:not(:first-child) > .score-button,
.input-group-btn:first-child > .score-button-group:not(:first-child) > .score-button {
  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, .input-group-btn > .score-button {
  position: relative;
}
.input-group-btn > .btn + .btn, .input-group-btn > .score-button + .btn, .input-group-btn > .btn + .score-button, .input-group-btn > .score-button + .score-button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .score-button:hover, .input-group-btn > .btn:focus, .input-group-btn > .score-button:focus, .input-group-btn > .btn:active, .input-group-btn > .score-button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .score-button,
.input-group-btn:first-child > .btn-group,
.input-group-btn:first-child > .score-split-button-menu,
.input-group-btn:first-child > .score-button-menu,
.input-group-btn:first-child > .score-button-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .score-button,
.input-group-btn:last-child > .btn-group,
.input-group-btn:last-child > .score-split-button-menu,
.input-group-btn:last-child > .score-button-menu,
.input-group-btn:last-child > .score-button-group {
  z-index: 2;
  margin-left: -1px;
}

.nav, .score-previous-next-menu, .score-siblings-menu, .score-section-menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .score-previous-next-menu:before, .score-siblings-menu:before, .score-section-menu:before, .nav:after, .score-previous-next-menu:after, .score-siblings-menu:after, .score-section-menu:after {
  content: " ";
  display: table;
}
.nav:after, .score-previous-next-menu:after, .score-siblings-menu:after, .score-section-menu:after {
  clear: both;
}
.nav > li, .score-previous-next-menu > li, .score-siblings-menu > li, .score-section-menu > li {
  position: relative;
  display: block;
}
.nav > li > a, .score-previous-next-menu > li > a, .score-siblings-menu > li > a, .score-section-menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .score-previous-next-menu > li > a:hover, .score-siblings-menu > li > a:hover, .score-section-menu > li > a:hover, .nav > li > a:focus, .score-previous-next-menu > li > a:focus, .score-siblings-menu > li > a:focus, .score-section-menu > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a, .score-previous-next-menu > li.disabled > a, .score-siblings-menu > li.disabled > a, .score-section-menu > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .score-previous-next-menu > li.disabled > a:hover, .score-siblings-menu > li.disabled > a:hover, .score-section-menu > li.disabled > a:hover, .nav > li.disabled > a:focus, .score-previous-next-menu > li.disabled > a:focus, .score-siblings-menu > li.disabled > a:focus, .score-section-menu > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .score-previous-next-menu .open > a, .score-siblings-menu .open > a, .score-section-menu .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #bb5802;
}
.nav .nav-divider, .score-previous-next-menu .nav-divider, .score-siblings-menu .nav-divider, .score-section-menu .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img, .score-previous-next-menu > li > a > img, .score-siblings-menu > li > a > img, .score-section-menu > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-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: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu, .nav-justified > .score-megamenu-dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar, .score-main-menu-spider, .score-megamenu {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .score-main-menu-spider:before, .score-megamenu:before, .navbar:after, .score-main-menu-spider:after, .score-megamenu:after {
  content: " ";
  display: table;
}
.navbar:after, .score-main-menu-spider:after, .score-megamenu:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar, .score-main-menu-spider, .score-megamenu {
    border-radius: 4px;
  }
}

.navbar-header:before, .score-navbar-header:before, .navbar-header:after, .score-navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after, .score-navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header, .score-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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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;
    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 > .score-navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .score-navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header, .container > .score-navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .score-navbar-header,
  .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, .score-main-menu-spider > .container .navbar-brand, .score-megamenu > .container .navbar-brand, .navbar > .container-fluid .navbar-brand, .score-main-menu-spider > .container-fluid .navbar-brand, .score-megamenu > .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, .navbar-form .score-comment-container .score-comment-area, .score-comment-container .navbar-form .score-comment-area, .navbar-form .score-comment-container .score-reply-area, .score-comment-container .navbar-form .score-reply-area {
    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,
  .navbar-form .input-group .score-comment-container .score-comment-area,
  .score-comment-container .navbar-form .input-group .score-comment-area,
  .navbar-form .input-group .score-comment-container .score-reply-area,
  .score-comment-container .navbar-form .input-group .score-reply-area {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .score-comment-container .input-group > .score-comment-area, .score-comment-container .navbar-form .input-group > .score-comment-area, .navbar-form .score-comment-container .input-group > .score-reply-area, .score-comment-container .navbar-form .input-group > .score-reply-area {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.score-button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.score-button {
  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, .score-main-menu-spider, .score-megamenu {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand, .score-main-menu-spider .navbar-brand, .score-megamenu .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .score-main-menu-spider .navbar-brand:hover, .score-megamenu .navbar-brand:hover, .navbar-default .navbar-brand:focus, .score-main-menu-spider .navbar-brand:focus, .score-megamenu .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text, .score-main-menu-spider .navbar-text, .score-megamenu .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a, .score-main-menu-spider .navbar-nav > li > a, .score-megamenu .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .score-main-menu-spider .navbar-nav > li > a:hover, .score-megamenu .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .score-main-menu-spider .navbar-nav > li > a:focus, .score-megamenu .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .score-main-menu-spider .navbar-nav > .active > a, .score-megamenu .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .score-main-menu-spider .navbar-nav > .disabled > a, .score-megamenu .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle, .score-main-menu-spider .navbar-toggle, .score-megamenu .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .score-main-menu-spider .navbar-toggle:hover, .score-megamenu .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .score-main-menu-spider .navbar-toggle:focus, .score-megamenu .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar, .score-main-menu-spider .navbar-toggle .icon-bar, .score-megamenu .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse, .score-main-menu-spider .navbar-collapse, .score-megamenu .navbar-collapse,
.navbar-default .navbar-form,
.score-main-menu-spider .navbar-form,
.score-megamenu .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .score-main-menu-spider .navbar-nav > .open > a, .score-megamenu .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a, .score-main-menu-spider .navbar-nav .open .dropdown-menu > li > a, .score-megamenu .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .score-main-menu-spider .navbar-nav .open .dropdown-menu > li > a:hover, .score-megamenu .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .score-main-menu-spider .navbar-nav .open .dropdown-menu > li > a:focus, .score-megamenu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .score-main-menu-spider .navbar-nav .open .dropdown-menu > .active > a, .score-megamenu .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .score-main-menu-spider .navbar-nav .open .dropdown-menu > .disabled > a, .score-megamenu .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link, .score-main-menu-spider .navbar-link, .score-megamenu .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover, .score-main-menu-spider .navbar-link:hover, .score-megamenu .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link, .score-main-menu-spider .btn-link, .score-megamenu .btn-link, .navbar-default .score-comment-container .score-comment-body .reply, .score-main-menu-spider .score-comment-container .score-comment-body .reply, .score-megamenu .score-comment-container .score-comment-body .reply, .score-comment-container .score-comment-body .navbar-default .reply, .score-comment-container .score-comment-body .score-main-menu-spider .reply, .score-comment-container .score-comment-body .score-megamenu .reply, .navbar-default .score-comment-container .score-reply-body .reply, .score-main-menu-spider .score-comment-container .score-reply-body .reply, .score-megamenu .score-comment-container .score-reply-body .reply, .score-comment-container .score-reply-body .navbar-default .reply, .score-comment-container .score-reply-body .score-main-menu-spider .reply, .score-comment-container .score-reply-body .score-megamenu .reply {
  color: #777;
}
.navbar-default .btn-link:hover, .score-main-menu-spider .btn-link:hover, .score-megamenu .btn-link:hover, .navbar-default .score-comment-container .score-comment-body .reply:hover, .score-main-menu-spider .score-comment-container .score-comment-body .reply:hover, .score-megamenu .score-comment-container .score-comment-body .reply:hover, .score-comment-container .score-comment-body .navbar-default .reply:hover, .score-comment-container .score-comment-body .score-main-menu-spider .reply:hover, .score-comment-container .score-comment-body .score-megamenu .reply:hover, .navbar-default .score-comment-container .score-reply-body .reply:hover, .score-main-menu-spider .score-comment-container .score-reply-body .reply:hover, .score-megamenu .score-comment-container .score-reply-body .reply:hover, .score-comment-container .score-reply-body .navbar-default .reply:hover, .score-comment-container .score-reply-body .score-main-menu-spider .reply:hover, .score-comment-container .score-reply-body .score-megamenu .reply:hover, .navbar-default .btn-link:focus, .score-main-menu-spider .btn-link:focus, .score-megamenu .btn-link:focus, .navbar-default .score-comment-container .score-comment-body .reply:focus, .score-main-menu-spider .score-comment-container .score-comment-body .reply:focus, .score-megamenu .score-comment-container .score-comment-body .reply:focus, .score-comment-container .score-comment-body .navbar-default .reply:focus, .score-comment-container .score-comment-body .score-main-menu-spider .reply:focus, .score-comment-container .score-comment-body .score-megamenu .reply:focus, .navbar-default .score-comment-container .score-reply-body .reply:focus, .score-main-menu-spider .score-comment-container .score-reply-body .reply:focus, .score-megamenu .score-comment-container .score-reply-body .reply:focus, .score-comment-container .score-reply-body .navbar-default .reply:focus, .score-comment-container .score-reply-body .score-main-menu-spider .reply:focus, .score-comment-container .score-reply-body .score-megamenu .reply:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .score-main-menu-spider .btn-link[disabled]:hover, .score-megamenu .btn-link[disabled]:hover, .navbar-default .score-comment-container .score-comment-body [disabled].reply:hover, .score-main-menu-spider .score-comment-container .score-comment-body [disabled].reply:hover, .score-megamenu .score-comment-container .score-comment-body [disabled].reply:hover, .score-comment-container .score-comment-body .navbar-default [disabled].reply:hover, .score-comment-container .score-comment-body .score-main-menu-spider [disabled].reply:hover, .score-comment-container .score-comment-body .score-megamenu [disabled].reply:hover, .navbar-default .score-comment-container .score-reply-body [disabled].reply:hover, .score-main-menu-spider .score-comment-container .score-reply-body [disabled].reply:hover, .score-megamenu .score-comment-container .score-reply-body [disabled].reply:hover, .score-comment-container .score-reply-body .navbar-default [disabled].reply:hover, .score-comment-container .score-reply-body .score-main-menu-spider [disabled].reply:hover, .score-comment-container .score-reply-body .score-megamenu [disabled].reply:hover, .navbar-default .btn-link[disabled]:focus, .score-main-menu-spider .btn-link[disabled]:focus, .score-megamenu .btn-link[disabled]:focus, .navbar-default .score-comment-container .score-comment-body [disabled].reply:focus, .score-main-menu-spider .score-comment-container .score-comment-body [disabled].reply:focus, .score-megamenu .score-comment-container .score-comment-body [disabled].reply:focus, .score-comment-container .score-comment-body .navbar-default [disabled].reply:focus, .score-comment-container .score-comment-body .score-main-menu-spider [disabled].reply:focus, .score-comment-container .score-comment-body .score-megamenu [disabled].reply:focus, .navbar-default .score-comment-container .score-reply-body [disabled].reply:focus, .score-main-menu-spider .score-comment-container .score-reply-body [disabled].reply:focus, .score-megamenu .score-comment-container .score-reply-body [disabled].reply:focus, .score-comment-container .score-reply-body .navbar-default [disabled].reply:focus, .score-comment-container .score-reply-body .score-main-menu-spider [disabled].reply:focus, .score-comment-container .score-reply-body .score-megamenu [disabled].reply:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .score-main-menu-spider .btn-link:hover, fieldset[disabled] .score-megamenu .btn-link:hover, fieldset[disabled] .navbar-default .score-comment-container .score-comment-body .reply:hover, fieldset[disabled] .score-main-menu-spider .score-comment-container .score-comment-body .reply:hover, fieldset[disabled] .score-megamenu .score-comment-container .score-comment-body .reply:hover, .score-comment-container .score-comment-body fieldset[disabled] .navbar-default .reply:hover, .score-comment-container .score-comment-body fieldset[disabled] .score-main-menu-spider .reply:hover, .score-comment-container .score-comment-body fieldset[disabled] .score-megamenu .reply:hover, fieldset[disabled] .navbar-default .score-comment-container .score-reply-body .reply:hover, fieldset[disabled] .score-main-menu-spider .score-comment-container .score-reply-body .reply:hover, fieldset[disabled] .score-megamenu .score-comment-container .score-reply-body .reply:hover, .score-comment-container .score-reply-body fieldset[disabled] .navbar-default .reply:hover, .score-comment-container .score-reply-body fieldset[disabled] .score-main-menu-spider .reply:hover, .score-comment-container .score-reply-body fieldset[disabled] .score-megamenu .reply:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .score-main-menu-spider .btn-link:focus, fieldset[disabled] .score-megamenu .btn-link:focus, fieldset[disabled] .navbar-default .score-comment-container .score-comment-body .reply:focus, fieldset[disabled] .score-main-menu-spider .score-comment-container .score-comment-body .reply:focus, fieldset[disabled] .score-megamenu .score-comment-container .score-comment-body .reply:focus, .score-comment-container .score-comment-body fieldset[disabled] .navbar-default .reply:focus, .score-comment-container .score-comment-body fieldset[disabled] .score-main-menu-spider .reply:focus, .score-comment-container .score-comment-body fieldset[disabled] .score-megamenu .reply:focus, fieldset[disabled] .navbar-default .score-comment-container .score-reply-body .reply:focus, fieldset[disabled] .score-main-menu-spider .score-comment-container .score-reply-body .reply:focus, fieldset[disabled] .score-megamenu .score-comment-container .score-reply-body .reply:focus, .score-comment-container .score-reply-body fieldset[disabled] .navbar-default .reply:focus, .score-comment-container .score-reply-body fieldset[disabled] .score-main-menu-spider .reply:focus, .score-comment-container .score-reply-body fieldset[disabled] .score-megamenu .reply:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link, .navbar-inverse .score-comment-container .score-comment-body .reply, .score-comment-container .score-comment-body .navbar-inverse .reply, .navbar-inverse .score-comment-container .score-reply-body .reply, .score-comment-container .score-reply-body .navbar-inverse .reply {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .score-comment-container .score-comment-body .reply:hover, .score-comment-container .score-comment-body .navbar-inverse .reply:hover, .navbar-inverse .score-comment-container .score-reply-body .reply:hover, .score-comment-container .score-reply-body .navbar-inverse .reply:hover, .navbar-inverse .btn-link:focus, .navbar-inverse .score-comment-container .score-comment-body .reply:focus, .score-comment-container .score-comment-body .navbar-inverse .reply:focus, .navbar-inverse .score-comment-container .score-reply-body .reply:focus, .score-comment-container .score-reply-body .navbar-inverse .reply:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .score-comment-container .score-comment-body [disabled].reply:hover, .score-comment-container .score-comment-body .navbar-inverse [disabled].reply:hover, .navbar-inverse .score-comment-container .score-reply-body [disabled].reply:hover, .score-comment-container .score-reply-body .navbar-inverse [disabled].reply:hover, .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .score-comment-container .score-comment-body [disabled].reply:focus, .score-comment-container .score-comment-body .navbar-inverse [disabled].reply:focus, .navbar-inverse .score-comment-container .score-reply-body [disabled].reply:focus, .score-comment-container .score-reply-body .navbar-inverse [disabled].reply:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .score-comment-container .score-comment-body .reply:hover, .score-comment-container .score-comment-body fieldset[disabled] .navbar-inverse .reply:hover, fieldset[disabled] .navbar-inverse .score-comment-container .score-reply-body .reply:hover, .score-comment-container .score-reply-body fieldset[disabled] .navbar-inverse .reply:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .score-comment-container .score-comment-body .reply:focus, .score-comment-container .score-comment-body fieldset[disabled] .navbar-inverse .reply:focus, fieldset[disabled] .navbar-inverse .score-comment-container .score-reply-body .reply:focus, .score-comment-container .score-reply-body fieldset[disabled] .navbar-inverse .reply:focus {
  color: #444;
}

.breadcrumb, .score-breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li, .score-breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before, .score-breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #666666;
}
.breadcrumb > .active, .score-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: #bb5802;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #954a09;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #cf7000;
  border-color: #cf7000;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-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;
  line-height: 1.5;
}
.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:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label, .field-validation-error, .select-validation-error {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty, .field-validation-error:empty, .select-validation-error:empty {
  display: none;
}
.btn .label, .score-button .label, .btn .field-validation-error, .score-button .field-validation-error, .btn .select-validation-error, .score-button .select-validation-error {
  position: relative;
  top: -1px;
}

a.label:hover, a.field-validation-error:hover, a.select-validation-error:hover, a.label:focus, a.field-validation-error:focus, a.select-validation-error:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.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, .field-validation-error, .select-validation-error {
  background-color: #d9534f;
}
.label-danger[href]:hover, [href].field-validation-error:hover, [href].select-validation-error:hover, .label-danger[href]:focus, [href].field-validation-error:focus, [href].select-validation-error:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .score-button .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .score-button .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .score-list-group .active.score-list-group-item > .badge, .nav-pills > .active > a > .badge {
  color: #bb5802;
  background-color: #fff;
}
.list-group-item > .badge, .score-list-group .score-list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge, .score-list-group .score-list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron, .score-section-hero, .score-full-width-hero, .score-hero {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1, .score-section-hero h1, .score-full-width-hero h1, .score-hero h1,
.jumbotron .h1,
.score-section-hero .h1,
.score-full-width-hero .h1,
.score-hero .h1 {
  color: inherit;
}
.jumbotron p, .score-section-hero p, .score-full-width-hero p, .score-hero p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr, .score-section-hero > hr, .score-full-width-hero > hr, .score-hero > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container .score-section-hero, .container .score-full-width-hero, .container .score-hero, .container-fluid .jumbotron, .container-fluid .score-section-hero, .container-fluid .score-full-width-hero, .container-fluid .score-hero {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container, .score-section-hero .container, .score-full-width-hero .container, .score-hero .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron, .score-section-hero, .score-full-width-hero, .score-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container .score-section-hero, .container .score-full-width-hero, .container .score-hero, .container-fluid .jumbotron, .container-fluid .score-section-hero, .container-fluid .score-full-width-hero, .container-fluid .score-hero {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .score-section-hero h1, .score-full-width-hero h1, .score-hero h1,
  .jumbotron .h1,
  .score-section-hero .h1,
  .score-full-width-hero .h1,
  .score-hero .h1 {
    font-size: 63px;
  }
}

.thumbnail, .score-highlight {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .score-highlight > img,
.thumbnail a > img,
.score-highlight a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption, .score-highlight .caption {
  padding: 9px;
  color: #565a5c;
}

a.thumbnail:hover, a.score-highlight:hover,
a.thumbnail:focus,
a.score-highlight:focus,
a.thumbnail.active,
a.active.score-highlight {
  border-color: #bb5802;
}

.alert, .score-alert, .validation-summary-errors {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .score-alert h4, .validation-summary-errors h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .score-alert .alert-link, .validation-summary-errors .alert-link {
  font-weight: bold;
}
.alert > p, .score-alert > p, .validation-summary-errors > p,
.alert > ul,
.score-alert > ul,
.validation-summary-errors > ul {
  margin-bottom: 0;
}
.alert > p + p, .score-alert > p + p, .validation-summary-errors > p + p {
  margin-top: 5px;
}

.alert-dismissable, .score-alert,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close, .score-alert .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, .validation-summary-errors {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr, .validation-summary-errors hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link, .validation-summary-errors .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, .score-progress-area {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar, .score-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-striped .score-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.active .score-progress-bar, .active.score-progress-area .progress-bar, .active.score-progress-area .score-progress-bar,
.progress-bar.active,
.active.score-progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-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, .score-list-group .score-list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child, .score-list-group .score-list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child, .score-list-group .score-list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, .score-list-group a.score-list-group-item,
button.list-group-item,
.score-list-group button.score-list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading, .score-list-group a.score-list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading,
.score-list-group button.score-list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, .score-list-group a.score-list-group-item:hover, a.list-group-item:focus, .score-list-group a.score-list-group-item:focus,
button.list-group-item:hover,
.score-list-group button.score-list-group-item:hover,
button.list-group-item:focus,
.score-list-group button.score-list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item, .score-list-group button.score-list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .score-list-group .disabled.score-list-group-item, .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, .score-list-group .disabled.score-list-group-item .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, .score-list-group .disabled.score-list-group-item .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, .score-list-group .active.score-list-group-item, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading, .score-list-group .active.score-list-group-item .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.score-list-group .active.score-list-group-item .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.score-list-group .active.score-list-group-item .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .score-list-group .active.score-list-group-item .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.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,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.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,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.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,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.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,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel, .score-panel, .score-accordion-panel {
  margin-bottom: 20px;
  background-color: #efefef;
  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-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.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, .panel-heading > .score-megamenu-dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer, .score-comment-container {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .score-panel > .list-group, .score-accordion-panel > .list-group,
.panel > .panel-collapse > .list-group,
.score-panel > .panel-collapse > .list-group,
.score-accordion-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .score-panel > .list-group .list-group-item, .panel > .list-group .score-list-group .score-list-group-item, .score-panel > .list-group .score-list-group .score-list-group-item, .score-list-group .panel > .list-group .score-list-group-item, .score-list-group .score-panel > .list-group .score-list-group-item, .score-accordion-panel > .list-group .list-group-item, .score-accordion-panel > .list-group .score-list-group .score-list-group-item, .score-list-group .score-accordion-panel > .list-group .score-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, .score-panel > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child .score-list-group .score-list-group-item:first-child, .score-panel > .list-group:first-child .score-list-group .score-list-group-item:first-child, .score-list-group .panel > .list-group:first-child .score-list-group-item:first-child, .score-list-group .score-panel > .list-group:first-child .score-list-group-item:first-child, .score-accordion-panel > .list-group:first-child .list-group-item:first-child, .score-accordion-panel > .list-group:first-child .score-list-group .score-list-group-item:first-child, .score-list-group .score-accordion-panel > .list-group:first-child .score-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, .score-panel > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child .score-list-group .score-list-group-item:last-child, .score-panel > .list-group:last-child .score-list-group .score-list-group-item:last-child, .score-list-group .panel > .list-group:last-child .score-list-group-item:last-child, .score-list-group .score-panel > .list-group:last-child .score-list-group-item:last-child, .score-accordion-panel > .list-group:last-child .list-group-item:last-child, .score-accordion-panel > .list-group:last-child .score-list-group .score-list-group-item:last-child, .score-list-group .score-accordion-panel > .list-group:last-child .score-list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .score-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .panel-heading + .panel-collapse > .list-group .score-list-group .score-list-group-item:first-child, .score-panel > .panel-heading + .panel-collapse > .list-group .score-list-group .score-list-group-item:first-child, .score-list-group .panel > .panel-heading + .panel-collapse > .list-group .score-list-group-item:first-child, .score-list-group .score-panel > .panel-heading + .panel-collapse > .list-group .score-list-group-item:first-child, .score-accordion-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .score-accordion-panel > .panel-heading + .panel-collapse > .list-group .score-list-group .score-list-group-item:first-child, .score-list-group .score-accordion-panel > .panel-heading + .panel-collapse > .list-group .score-list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .panel-heading + .list-group .score-list-group .score-list-group-item:first-child, .score-list-group .panel-heading + .list-group .score-list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer, .list-group + .score-comment-container {
  border-top-width: 0;
}

.panel > .table, .score-panel > .table, .score-accordion-panel > .table,
.panel > .table-responsive > .table,
.score-panel > .table-responsive > .table,
.score-accordion-panel > .table-responsive > .table,
.panel > .panel-collapse > .table,
.score-panel > .panel-collapse > .table,
.score-accordion-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .score-panel > .table caption, .score-accordion-panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child, .score-panel > .table:first-child, .score-accordion-panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.score-panel > .table-responsive:first-child > .table:first-child,
.score-accordion-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, .score-panel > .table:first-child > thead:first-child > tr:first-child, .score-accordion-panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.score-panel > .table:first-child > tbody:first-child > tr:first-child,
.score-accordion-panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-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, .score-panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .score-accordion-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.score-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.score-accordion-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.score-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.score-accordion-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.score-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.score-accordion-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .score-panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .score-accordion-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.score-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.score-accordion-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.score-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.score-accordion-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.score-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.score-accordion-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .score-panel > .table:last-child, .score-accordion-panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.score-panel > .table-responsive:last-child > .table:last-child,
.score-accordion-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, .score-panel > .table:last-child > tbody:last-child > tr:last-child, .score-accordion-panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.score-panel > .table:last-child > tfoot:last-child > tr:last-child,
.score-accordion-panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .score-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .score-accordion-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.score-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.score-accordion-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.score-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.score-accordion-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.score-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.score-accordion-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .score-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .score-accordion-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.score-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.score-accordion-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.score-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.score-accordion-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.score-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.score-accordion-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .score-panel > .panel-body + .table, .score-accordion-panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.score-panel > .panel-body + .table-responsive,
.score-accordion-panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.score-panel > .table + .panel-body,
.score-accordion-panel > .table + .panel-body,
.panel > .table-responsive + .panel-body,
.score-panel > .table-responsive + .panel-body,
.score-accordion-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .score-panel > .table > tbody:first-child > tr:first-child th, .score-accordion-panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.score-panel > .table > tbody:first-child > tr:first-child td,
.score-accordion-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .score-panel > .table-bordered, .score-accordion-panel > .table-bordered,
.panel > .table-responsive > .table-bordered,
.score-panel > .table-responsive > .table-bordered,
.score-accordion-panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .score-panel > .table-bordered > thead > tr > th:first-child, .score-accordion-panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.score-panel > .table-bordered > thead > tr > td:first-child,
.score-accordion-panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.score-panel > .table-bordered > tbody > tr > th:first-child,
.score-accordion-panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.score-panel > .table-bordered > tbody > tr > td:first-child,
.score-accordion-panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.score-panel > .table-bordered > tfoot > tr > th:first-child,
.score-accordion-panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.score-panel > .table-bordered > tfoot > tr > td:first-child,
.score-accordion-panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .score-panel > .table-bordered > thead > tr > th:last-child, .score-accordion-panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.score-panel > .table-bordered > thead > tr > td:last-child,
.score-accordion-panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.score-panel > .table-bordered > tbody > tr > th:last-child,
.score-accordion-panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.score-panel > .table-bordered > tbody > tr > td:last-child,
.score-accordion-panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.score-panel > .table-bordered > tfoot > tr > th:last-child,
.score-accordion-panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.score-panel > .table-bordered > tfoot > tr > td:last-child,
.score-accordion-panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .score-panel > .table-bordered > thead > tr:first-child > td, .score-accordion-panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.score-panel > .table-bordered > thead > tr:first-child > th,
.score-accordion-panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.score-panel > .table-bordered > tbody > tr:first-child > td,
.score-accordion-panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.score-panel > .table-bordered > tbody > tr:first-child > th,
.score-accordion-panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .score-panel > .table-bordered > tbody > tr:last-child > td, .score-accordion-panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.score-panel > .table-bordered > tbody > tr:last-child > th,
.score-accordion-panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.score-panel > .table-bordered > tfoot > tr:last-child > td,
.score-accordion-panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.score-panel > .table-bordered > tfoot > tr:last-child > th,
.score-accordion-panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive, .score-panel > .table-responsive, .score-accordion-panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group, .score-accordion {
  margin-bottom: 20px;
}
.panel-group .panel, .panel-group .score-panel, .panel-group .score-accordion-panel, .score-accordion .panel, .score-accordion .score-panel, .score-accordion .score-accordion-panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel, .panel-group .score-panel + .panel, .panel-group .panel + .score-panel, .panel-group .score-panel + .score-panel, .panel-group .score-accordion-panel + .panel, .panel-group .score-accordion-panel + .score-panel, .panel-group .panel + .score-accordion-panel, .panel-group .score-panel + .score-accordion-panel, .panel-group .score-accordion-panel + .score-accordion-panel, .score-accordion .panel + .panel, .score-accordion .score-panel + .panel, .score-accordion .panel + .score-panel, .score-accordion .score-panel + .score-panel, .score-accordion .score-accordion-panel + .panel, .score-accordion .score-accordion-panel + .score-panel, .score-accordion .panel + .score-accordion-panel, .score-accordion .score-panel + .score-accordion-panel, .score-accordion .score-accordion-panel + .score-accordion-panel {
  margin-top: 5px;
}
.panel-group .panel-heading, .score-accordion .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .score-accordion .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group,
.score-accordion .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer, .score-accordion .panel-footer, .panel-group .score-comment-container, .score-accordion .score-comment-container {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body, .score-accordion .panel-footer + .panel-collapse .panel-body, .panel-group .score-comment-container + .panel-collapse .panel-body, .score-accordion .score-comment-container + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default, .score-panel, .score-accordion-panel {
  border-color: #ddd;
}
.panel-default > .panel-heading, .score-panel > .panel-heading, .score-accordion-panel > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body, .score-panel > .panel-heading + .panel-collapse > .panel-body, .score-accordion-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge, .score-panel > .panel-heading .badge, .score-accordion-panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body, .score-panel > .panel-footer + .panel-collapse > .panel-body, .score-accordion-panel > .panel-footer + .panel-collapse > .panel-body, .panel-default > .score-comment-container + .panel-collapse > .panel-body, .score-panel > .score-comment-container + .panel-collapse > .panel-body, .score-accordion-panel > .score-comment-container + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body, .panel-primary > .score-comment-container + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body, .panel-success > .score-comment-container + .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, .panel-info > .score-comment-container + .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, .panel-warning > .score-comment-container + .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, .panel-danger > .score-comment-container + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive, .score-youtube-video, .score-vimeo-video, .score-kaltura-video, .score-birghtcove-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .score-youtube-video .embed-responsive-item, .score-vimeo-video .embed-responsive-item, .score-kaltura-video .embed-responsive-item, .score-birghtcove-video .embed-responsive-item,
.embed-responsive iframe,
.score-youtube-video iframe,
.score-vimeo-video iframe,
.score-kaltura-video iframe,
.score-birghtcove-video iframe,
.embed-responsive embed,
.score-youtube-video embed,
.score-vimeo-video embed,
.score-kaltura-video embed,
.score-birghtcove-video embed,
.embed-responsive object,
.score-youtube-video object,
.score-vimeo-video object,
.score-kaltura-video object,
.score-birghtcove-video object,
.embed-responsive video,
.score-youtube-video video,
.score-vimeo-video video,
.score-kaltura-video video,
.score-birghtcove-video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well, .score-well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote, .score-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -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: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.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:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .score-button + .btn, .modal-footer .btn + .score-button, .modal-footer .score-button + .score-button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .score-split-button-menu .btn + .btn, .modal-footer .score-button-menu .btn + .btn, .modal-footer .score-button-group .btn + .btn, .modal-footer .btn-group .score-button + .btn, .modal-footer .score-split-button-menu .score-button + .btn, .modal-footer .score-button-menu .score-button + .btn, .modal-footer .score-button-group .score-button + .btn, .modal-footer .btn-group .btn + .score-button, .modal-footer .score-split-button-menu .btn + .score-button, .modal-footer .score-button-menu .btn + .score-button, .modal-footer .score-button-group .btn + .score-button, .modal-footer .btn-group .score-button + .score-button, .modal-footer .score-split-button-menu .score-button + .score-button, .modal-footer .score-button-menu .score-button + .score-button, .modal-footer .score-button-group .score-button + .score-button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #ffffff;
  text-align: center;
  background-color: #565a5c;
  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: #565a5c;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #565a5c;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #565a5c;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #565a5c;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #565a5c;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #565a5c;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #565a5c;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #565a5c;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.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: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .score-button {
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/*!
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
*/
.datepicker {
  border-radius: 4px;
  direction: ltr;
  z-index: 1065 !important;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker.datepicker-dropdown {
  padding: 2px 2px 4px 4px;
  border-radius: 8px;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker .disabled {
  pointer-events: none;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 27px;
  height: 27px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-color: transparent;
  border-style: solid;
  border-width: 2px;
  display: inline-block;
  padding: 0 !important;
  line-height: 1.7;
  margin: 1px;
  color: #565a5c;
}

.datepicker table td.day {
  border-color: #cf7000;
}

.datepicker table td.disabled.day {
  border-color: transparent;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  border-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #cf7000;
  cursor: pointer;
  color: #ffffff;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  color: #ccc;
  cursor: default;
  background: transparent;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #cf7000;
  border-color: #954a09;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #cf7000;
  border-color: #954a09;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #cccdce;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #cccdce;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #cccdce;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #cccdce;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #cccdce;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #cccdce;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #cccdce;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #cf7000;
  border-color: #954a09;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #007aaf;
  border-color: #954a09;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #007aaf;
  border-color: #bb5802;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #ffffff;
  font-weight: bold;
  background-color: #cf7000;
  border-color: #954a09;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.focused {
  color: #ffffff;
  background-color: #bb5802;
  border-color: #954a09;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #cf7000;
  border-color: #954a09;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #cf7000;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #cccdce;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #cf7000;
  border-color: #954a09;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #007aaf;
  border-color: #954a09;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #007aaf;
  border-color: #bb5802;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #ffffff;
  background-color: #007aaf;
  border-color: #bb5802;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #ffffff;
  background-color: #bb5802;
  border-color: #954a09;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #cf7000;
  border-color: #954a09;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #cccdce;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .prev:before,
.datepicker .next:before {
  font-size: 25px;
  font-family: FontAwesome;
  visibility: visible;
  color: #954a09;
}

.datepicker .prev:before {
  content: "\f0a8";
}

.datepicker .next:before {
  content: "\f0a9";
}

.datepicker .prev,
.datepicker .prev.disabled,
.datepicker .prev.disabled:before,
.datepicker .next,
.datepicker .next.disabled,
.datepicker .next.disabled:before {
  font-size: 0;
  line-height: 1;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #ffffff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/*
 * typehead.js-bootstrap3.scss
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.scss
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  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 .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint: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-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  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 .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint: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-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  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 .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint: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;
}

/*.input-group .twitter-typeahead:first-child .tt-input,*/
.input-group .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/*.input-group .twitter-typeahead:last-child .tt-input,*/
.input-group .twitter-typeahead:last-child .tt-hint {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 30px;
  line-height: 30px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 46px;
  line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.twitter-typeahead {
  float: left;
}

.input-group .twitter-typeahead {
  display: table-cell !important;
}

.twitter-typeahead .tt-hint {
  color: #999999;
}

.twitter-typeahead .tt-input {
  z-index: 2;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #eeeeee !important;
}

.tt-dropdown-menu,
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  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;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  width: 440px;
}

.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #262626;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
  color: #262626;
}

.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
  margin: 0;
}

.pg-typeahead {
  padding: 10px;
}
.pg-typeahead .pg-search-header {
  font-size: 1.2em;
  background: #ddd;
  margin: 0 0 10px 0;
  padding: 3px 15px;
  border: none;
  clear: both;
}
.pg-typeahead .btn-sm, .pg-typeahead .btn-group-sm > .btn, .pg-typeahead .btn-group-sm > .score-button {
  font-size: 10px;
}
.pg-typeahead a {
  color: black;
  text-decoration: none;
}
.pg-typeahead .light-font {
  padding-left: 10px;
}
.pg-typeahead .pg-content-tile {
  float: none;
  border: none;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  background-color: transparent;
}
.pg-typeahead .tile-image {
  display: inline-block;
  max-width: 50px;
  max-height: 50px;
}
.pg-typeahead .tile-image img {
  max-width: 50px;
}
.pg-typeahead .tile-title {
  display: inline-block;
  font-weight: bold;
  color: #333;
  font-size: 1em;
  margin-left: 5px;
}

.pg-sandbox-structure {
  margin: 0;
}

.tt-menu {
  padding: 0;
}

.tt-dataset {
  margin-bottom: 0;
  padding-top: 0;
}

.tt-suggestion {
  padding: 0 10px;
}
.tt-suggestion:hover {
  background-color: #eee;
}

.default-active-facets, .score-active-facets {
  margin-bottom: 10px;
}
.default-active-facets > div, .score-active-facets > div {
  display: inline-block;
  margin-right: 10px;
}
.default-active-facets .score-facet-tag, .score-active-facets .score-facet-tag {
  display: inline-block;
  color: #337ab7;
  background-color: #fff;
  padding: 2px 5px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.default-active-facets .score-facet-tag:hover, .score-active-facets .score-facet-tag:hover {
  opacity: 0.7;
}
.default-active-facets .icon, .score-active-facets .icon {
  display: inline-block;
  width: 20px;
  text-indent: -3000px;
  background: url("../img/close.png") center 5px no-repeat;
  background-size: 12px;
}
.default-active-facets .clear-all, .score-active-facets .clear-all {
  cursor: pointer;
}
.default-active-facets .clear-all.disabled, .score-active-facets .clear-all.disabled {
  pointer-events: none;
  opacity: 0.3;
}

.default-search-results, .score-search-results, .score-grouped-search-results, .default-grouped-search-results {
  text-align: center;
  margin-bottom: 15px;
}
.default-search-results .score-search-results-header .displaying-results, .score-search-results .score-search-results-header .displaying-results, .score-grouped-search-results .score-search-results-header .displaying-results, .default-grouped-search-results .score-search-results-header .displaying-results {
  float: left;
  width: inherit;
  margin: 0 20px 20px 0;
}
@media only screen and (max-width: 599px) {
  .default-search-results .score-search-results-header > div, .score-search-results .score-search-results-header > div, .score-grouped-search-results .score-search-results-header > div, .default-grouped-search-results .score-search-results-header > div {
    margin-top: 15px;
  }
}
.default-search-results .search-results-list, .score-search-results .search-results-list, .score-grouped-search-results .search-results-list, .default-grouped-search-results .search-results-list {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .default-search-results .search-results-list, .score-search-results .search-results-list, .score-grouped-search-results .search-results-list, .default-grouped-search-results .search-results-list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .default-search-results .search-results-list, .score-search-results .search-results-list, .score-grouped-search-results .search-results-list, .default-grouped-search-results .search-results-list {
    margin-bottom: 20px;
  }
}
.default-search-results .search-results-list li, .score-search-results .search-results-list li, .score-grouped-search-results .search-results-list li, .default-grouped-search-results .search-results-list li {
  position: relative;
  list-style: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid lightgray;
  float: left;
  margin-bottom: 20px;
  padding: 15px;
}
@media only screen and (min-width: 0) {
  .default-search-results .search-results-list li, .score-search-results .search-results-list li, .score-grouped-search-results .search-results-list li, .default-grouped-search-results .search-results-list li {
    width: 100%;
  }
}
@media only screen and (min-width: 570px) {
  .default-search-results .search-results-list li, .score-search-results .search-results-list li, .score-grouped-search-results .search-results-list li, .default-grouped-search-results .search-results-list li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}
@media only screen and (min-width: 1200px) {
  .default-search-results .search-results-list li, .score-search-results .search-results-list li, .score-grouped-search-results .search-results-list li, .default-grouped-search-results .search-results-list li {
    width: 31.333%;
  }
}
@media print {
  .default-search-results .search-results-list li, .score-search-results .search-results-list li, .score-grouped-search-results .search-results-list li, .default-grouped-search-results .search-results-list li {
    float: left;
    width: 31.333%;
  }
}
.default-search-results .search-results-list li.promo-tile-li, .score-search-results .search-results-list li.promo-tile-li, .score-grouped-search-results .search-results-list li.promo-tile-li, .default-grouped-search-results .search-results-list li.promo-tile-li {
  background-color: transparent;
}
.default-search-results .search-results-list li.promo-tile-li .score-highlight, .score-search-results .search-results-list li.promo-tile-li .score-highlight, .score-grouped-search-results .search-results-list li.promo-tile-li .score-highlight, .default-grouped-search-results .search-results-list li.promo-tile-li .score-highlight {
  margin: 0;
}
.default-search-results .search-results-list li h2, .score-search-results .search-results-list li h2, .score-grouped-search-results .search-results-list li h2, .default-search-results .search-results-list li h3, .score-search-results .search-results-list li h3, .score-grouped-search-results .search-results-list li h3, .default-search-results .search-results-list li h4, .score-search-results .search-results-list li h4, .score-grouped-search-results .search-results-list li h4, .default-search-results .search-results-list li h5, .score-search-results .search-results-list li h5, .score-grouped-search-results .search-results-list li h5, .default-search-results .search-results-list li h6, .score-search-results .search-results-list li h6, .score-grouped-search-results .search-results-list li h6, .default-grouped-search-results .search-results-list li h2, .default-grouped-search-results .search-results-list li h3, .default-grouped-search-results .search-results-list li h4, .default-grouped-search-results .search-results-list li h5, .default-grouped-search-results .search-results-list li h6 {
  margin: 0 0 15px 0;
}
.default-search-results .score-no-search-results, .score-search-results .score-no-search-results, .score-grouped-search-results .score-no-search-results, .default-search-results .score-search-service-unavailable, .score-search-results .score-search-service-unavailable, .score-grouped-search-results .score-search-service-unavailable, .default-grouped-search-results .score-no-search-results, .default-grouped-search-results .score-search-service-unavailable {
  text-align: center;
  margin-bottom: 10px;
}
.default-search-results .score-search-service-unavailable, .score-search-results .score-search-service-unavailable, .score-grouped-search-results .score-search-service-unavailable, .default-grouped-search-results .score-search-service-unavailable {
  clear: both;
}
.default-search-results.one-column .search-results-list > li, .one-column.score-search-results .search-results-list > li, .one-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.one-column .search-results-list > li {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .default-search-results.two-column .search-results-list > li, .two-column.score-search-results .search-results-list > li, .two-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.two-column .search-results-list > li {
    width: 48%;
  }
}
@media print {
  .default-search-results.two-column .search-results-list > li, .two-column.score-search-results .search-results-list > li, .two-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.two-column .search-results-list > li {
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  .default-search-results.three-column .search-results-list > li, .three-column.score-search-results .search-results-list > li, .three-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.three-column .search-results-list > li {
    width: 31.333%;
  }
}
@media print {
  .default-search-results.three-column .search-results-list > li, .three-column.score-search-results .search-results-list > li, .three-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.three-column .search-results-list > li {
    width: 31.333%;
  }
}
@media only screen and (min-width: 1200px) {
  .default-search-results.four-column .search-results-list > li, .four-column.score-search-results .search-results-list > li, .four-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.four-column .search-results-list > li {
    width: 23%;
  }
}
@media print {
  .default-search-results.four-column .search-results-list > li, .four-column.score-search-results .search-results-list > li, .four-column.score-grouped-search-results .search-results-list > li, .default-grouped-search-results.four-column .search-results-list > li {
    width: 23%;
  }
}
.default-search-results .score-tile-grid, .score-search-results .score-tile-grid, .score-grouped-search-results .score-tile-grid, .default-grouped-search-results .score-tile-grid {
  text-align: left;
}
.default-search-results .show-more, .score-search-results .show-more, .score-grouped-search-results .show-more, .default-grouped-search-results .show-more {
  display: inline-block;
  cursor: pointer;
}
.default-search-results .score-search-results-message, .score-search-results .score-search-results-message, .score-grouped-search-results .score-search-results-message, .default-grouped-search-results .score-search-results-message {
  font-size: 16px;
  margin: 0 0 20px 0;
}
.default-search-results.js-hide-on-load, .js-hide-on-load.score-search-results, .js-hide-on-load.score-grouped-search-results, .default-grouped-search-results.js-hide-on-load {
  display: none;
}
.default-search-results .tile-placeholder, .score-search-results .tile-placeholder, .score-grouped-search-results .tile-placeholder, .default-grouped-search-results .tile-placeholder {
  margin: 5px 0;
  padding: 1px;
  border: 1px solid gray;
}
.default-search-results .quick-view-link, .score-search-results .quick-view-link, .score-grouped-search-results .quick-view-link,
.default-search-results .score-button,
.score-search-results .score-button,
.score-grouped-search-results .score-button, .default-grouped-search-results .quick-view-link,
.default-grouped-search-results .score-button {
  display: none;
}
.default-search-results .quick-view-link.show-more, .score-search-results .quick-view-link.show-more, .score-grouped-search-results .quick-view-link.show-more,
.default-search-results .score-button.show-more,
.score-search-results .score-button.show-more,
.score-grouped-search-results .score-button.show-more, .default-grouped-search-results .quick-view-link.show-more,
.default-grouped-search-results .score-button.show-more {
  display: inline-block;
}

.score-multi-view-search-results .quick-view-link,
.score-multi-view-search-results .score-button {
  display: inline-block;
}

.score-like a {
  position: relative;
  line-height: 1;
  text-decoration: none;
}
.score-like a:hover, .score-like a.active:hover {
  text-decoration: none;
}
.score-like a.active {
  text-decoration: none;
}

.score-comment-container .score-comment-form {
  height: 38px;
  position: relative;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  background: #fff;
  border: 1px solid #ced4da;
  margin-bottom: 15px;
}
.score-comment-container .score-comment-form.extended {
  height: 200px;
}
.score-comment-container .score-comment-form.extended .score-comment-area {
  height: 145px;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  border-bottom: 1px solid #ced4da;
}
.score-comment-container .score-comment-form.extended.visible .score-comment-area {
  height: 145px;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  border-bottom: 1px solid #ced4da;
}
.score-comment-container .score-comment-area, .score-comment-container .score-reply-area {
  min-height: 38px;
  border: none;
  border-radius: 0;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  border-bottom: 1px solid #ced4da;
  resize: none;
}
.score-comment-container .score-comment-characters, .score-comment-container .score-reply-characters {
  font-size: 12px;
  float: left;
  padding: 5px 10px;
}
@media only screen and (min-width: 768px) {
  .score-comment-container .score-comment-characters, .score-comment-container .score-reply-characters {
    font-size: 14px;
  }
}
.score-comment-container .score-call-to-action {
  float: right;
  padding: 10px 0;
}
.score-comment-container .score-call-to-action .score-button {
  padding: 4px 8px;
  margin-right: 10px;
}
.score-comment-container .score-comment-actions {
  float: right;
}
.score-comment-container .score-comment-actions .score-button {
  padding: 4px 8px;
  letter-spacing: 1px;
}
.score-comment-container .score-comment-body h4, .score-comment-container .score-reply-body h4 {
  margin-bottom: 5px;
}
.score-comment-container .score-comment-body small, .score-comment-container .score-reply-body small {
  margin-bottom: 8px;
}
.score-comment-container .score-comment-body p, .score-comment-container .score-reply-body p {
  word-wrap: break-word;
}
.score-comment-container .score-comment-body .reply, .score-comment-container .score-reply-body .reply {
  padding: 0 0 10px 0;
}
.score-comment-container .score-comment-replies {
  padding: 0 0 10px 20px;
}
.score-comment-container .score-reply-form {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  background: #fff;
  border: 1px solid #ced4da;
  visibility: hidden;
}
.score-comment-container .score-reply-form.visible {
  display: block;
  visibility: visible;
  height: 38px;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
}
.score-comment-container .score-reply-form.visible textarea {
  width: 100%;
}
.score-comment-container .score-reply-form.extended {
  height: 200px;
  border: 1px solid #ced4da;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
}
.score-comment-container .score-reply-form.visible.extended textarea {
  height: 145px;
  transition: all 1s;
  -webkit-transition: all 1s; /* Safari */
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
}
.score-comment-container *[disabled] {
  pointer-events: none !important;
}

.comments-modal .modal-title {
  float: left;
}
.comments-modal .modal-body textarea {
  resize: vertical;
}

.limit-over {
  color: #ff0000;
}

.score-comment-service-unavailable {
  display: none;
}

.submit-comment-wrapper {
  display: inline-block;
  position: relative;
}

.default-facet-container .clear-facets, .score-facet-container .clear-facets {
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
}
.default-facet-container .clear-facets.disabled, .score-facet-container .clear-facets.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.default-facet-container .panel, .default-facet-container .score-panel, .score-facet-container .panel, .score-facet-container .score-panel, .default-facet-container .score-accordion-panel, .score-facet-container .score-accordion-panel {
  border: 1px solid lightgray;
  border-radius: 0;
  margin-bottom: 20px;
}
.default-facet-container .panel .panel-heading, .default-facet-container .score-panel .panel-heading, .score-facet-container .panel .panel-heading, .score-facet-container .score-panel .panel-heading, .default-facet-container .score-accordion-panel .panel-heading, .score-facet-container .score-accordion-panel .panel-heading {
  padding-left: 15px;
  padding-right: 35px;
  cursor: pointer;
}
.default-facet-container .panel .panel-heading.opened, .default-facet-container .score-panel .panel-heading.opened, .score-facet-container .panel .panel-heading.opened, .score-facet-container .score-panel .panel-heading.opened, .default-facet-container .score-accordion-panel .panel-heading.opened, .score-facet-container .score-accordion-panel .panel-heading.opened {
  background: url("../img/arrow_down.png") 96% center no-repeat;
  background-size: 22px;
  border-bottom: 1px solid #ddd;
}
.default-facet-container .panel .panel-heading.closed, .default-facet-container .score-panel .panel-heading.closed, .score-facet-container .panel .panel-heading.closed, .score-facet-container .score-panel .panel-heading.closed, .default-facet-container .score-accordion-panel .panel-heading.closed, .score-facet-container .score-accordion-panel .panel-heading.closed {
  background: url("../img/arrow_right.png") 97% center no-repeat;
  background-size: 22px;
}
.default-facet-container .panel .panel-heading.static, .default-facet-container .score-panel .panel-heading.static, .score-facet-container .panel .panel-heading.static, .score-facet-container .score-panel .panel-heading.static, .default-facet-container .score-accordion-panel .panel-heading.static, .score-facet-container .score-accordion-panel .panel-heading.static {
  background: transparent;
  border-bottom: 1px solid #ddd;
}
.default-facet-container .panel .panel-body .zero-hits, .default-facet-container .score-panel .panel-body .zero-hits, .score-facet-container .panel .panel-body .zero-hits, .score-facet-container .score-panel .panel-body .zero-hits, .default-facet-container .score-accordion-panel .panel-body .zero-hits, .score-facet-container .score-accordion-panel .panel-body .zero-hits {
  opacity: 0.3;
}
.default-facet-container .panel .panel-body .zero-hits label, .default-facet-container .score-panel .panel-body .zero-hits label, .score-facet-container .panel .panel-body .zero-hits label, .score-facet-container .score-panel .panel-body .zero-hits label, .default-facet-container .score-accordion-panel .panel-body .zero-hits label, .score-facet-container .score-accordion-panel .panel-body .zero-hits label {
  pointer-events: none;
}
.default-facet-container .panel .panel-body .zero-hits label:hover, .default-facet-container .score-panel .panel-body .zero-hits label:hover, .score-facet-container .panel .panel-body .zero-hits label:hover, .score-facet-container .score-panel .panel-body .zero-hits label:hover, .default-facet-container .score-accordion-panel .panel-body .zero-hits label:hover, .score-facet-container .score-accordion-panel .panel-body .zero-hits label:hover {
  cursor: not-allowed;
}
.default-facet-container .panel .panel-body legend, .default-facet-container .score-panel .panel-body legend, .score-facet-container .panel .panel-body legend, .score-facet-container .score-panel .panel-body legend, .default-facet-container .score-accordion-panel .panel-body legend, .score-facet-container .score-accordion-panel .panel-body legend {
  display: none;
}
.default-facet-container .score-checkbox, .score-facet-container .score-checkbox {
  position: relative;
}
.default-facet-container .score-checkbox label, .score-facet-container .score-checkbox label {
  font-weight: normal;
  margin-left: 5px;
  cursor: pointer;
  display: inline-block;
}
.default-facet-container .score-checkbox label:before, .score-facet-container .score-checkbox label:before {
  display: inline-block;
  position: relative;
  top: 5px;
  left: -5px;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../img/checkbox.png");
  background-size: 20px;
}
.default-facet-container .score-checkbox input[type=checkbox], .score-facet-container .score-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: auto;
  height: 18px;
}
.default-facet-container .score-checkbox input[type=checkbox]:checked + label:before, .score-facet-container .score-checkbox input[type=checkbox]:checked + label:before, .default-facet-container .score-checkbox input[type=checkbox]:checked + input + label:before, .score-facet-container .score-checkbox input[type=checkbox]:checked + input + label:before, .default-facet-container .score-checkbox input[type=checkbox]:checked + input:nth-child(n) + label:before {
  background-image: url("../img/checkbox_checked.png");
}
.default-facet-container .score-checkbox.zero-hits, .score-facet-container .score-checkbox.zero-hits {
  cursor: not-allowed;
}
.default-facet-container .score-checkbox.zero-hits:after, .score-facet-container .score-checkbox.zero-hits:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}
.default-facet-container .score-checkbox.zero-hits label:before, .score-facet-container .score-checkbox.zero-hits label:before {
  background-image: url("../img/checkbox_disabled.png");
}
.default-facet-container .score-checkbox.zero-hits input[type=checkbox]:checked + label:before, .score-facet-container .score-checkbox.zero-hits input[type=checkbox]:checked + label:before, .default-facet-container .score-checkbox.zero-hits input[type=checkbox]:checked + input + label:before, .score-facet-container .score-checkbox.zero-hits input[type=checkbox]:checked + input + label:before, .default-facet-container .score-checkbox.zero-hits input[type=checkbox]:checked + input:nth-child(n) + label:before {
  background-image: url("../img/checkbox_disabled.png");
}

.container.full-width {
  width: 100%;
}

div[class^=score-column], div[class*=" score-column"] {
  margin-left: -15px;
  margin-right: -15px;
}
div[class^=score-column]:before, div[class^=score-column]:after, div[class*=" score-column"]:before, div[class*=" score-column"]:after {
  content: " ";
  display: table;
}
div[class^=score-column]:after, div[class*=" score-column"]:after {
  clear: both;
}
div[class^=score-column].score-column1 > .score-center, div[class*=" score-column"].score-column1 > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column1 > .score-center, div[class*=" score-column"].score-column1 > .score-center {
    float: left;
    width: 100%;
  }
}
@media print {
  div[class^=score-column].score-column1 > .score-center, div[class*=" score-column"].score-column1 > .score-center {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.equal > .score-left, div[class*=" score-column"].score-column2.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.equal > .score-left, div[class*=" score-column"].score-column2.equal > .score-left {
    float: left;
    width: 50%;
  }
}
@media print {
  div[class^=score-column].score-column2.equal > .score-left, div[class*=" score-column"].score-column2.equal > .score-left {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.equal > .score-right, div[class*=" score-column"].score-column2.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.equal > .score-right, div[class*=" score-column"].score-column2.equal > .score-right {
    float: left;
    width: 50%;
  }
}
@media print {
  div[class^=score-column].score-column2.equal > .score-right, div[class*=" score-column"].score-column2.equal > .score-right {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-left > .score-left, div[class*=" score-column"].score-column2.wide-left > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-left > .score-left, div[class*=" score-column"].score-column2.wide-left > .score-left {
    float: left;
    width: 66.6666666667%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-left > .score-left, div[class*=" score-column"].score-column2.wide-left > .score-left {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-left > .score-right, div[class*=" score-column"].score-column2.wide-left > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-left > .score-right, div[class*=" score-column"].score-column2.wide-left > .score-right {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-left > .score-right, div[class*=" score-column"].score-column2.wide-left > .score-right {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-right > .score-left, div[class*=" score-column"].score-column2.wide-right > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-right > .score-left, div[class*=" score-column"].score-column2.wide-right > .score-left {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-right > .score-left, div[class*=" score-column"].score-column2.wide-right > .score-left {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column2.wide-right > .score-right, div[class*=" score-column"].score-column2.wide-right > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column2.wide-right > .score-right, div[class*=" score-column"].score-column2.wide-right > .score-right {
    float: left;
    width: 66.6666666667%;
  }
}
@media print {
  div[class^=score-column].score-column2.wide-right > .score-right, div[class*=" score-column"].score-column2.wide-right > .score-right {
    position: relative;
    float: left;
    width: 66.6666666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.equal > .score-left, div[class*=" score-column"].score-column3.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.equal > .score-left, div[class*=" score-column"].score-column3.equal > .score-left {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column3.equal > .score-left, div[class*=" score-column"].score-column3.equal > .score-left {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.equal > .score-center, div[class*=" score-column"].score-column3.equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.equal > .score-center, div[class*=" score-column"].score-column3.equal > .score-center {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column3.equal > .score-center, div[class*=" score-column"].score-column3.equal > .score-center {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.equal > .score-right, div[class*=" score-column"].score-column3.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.equal > .score-right, div[class*=" score-column"].score-column3.equal > .score-right {
    float: left;
    width: 33.3333333333%;
  }
}
@media print {
  div[class^=score-column].score-column3.equal > .score-right, div[class*=" score-column"].score-column3.equal > .score-right {
    position: relative;
    float: left;
    width: 33.3333333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.wide-middle > .score-left, div[class*=" score-column"].score-column3.wide-middle > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.wide-middle > .score-left, div[class*=" score-column"].score-column3.wide-middle > .score-left {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column3.wide-middle > .score-left, div[class*=" score-column"].score-column3.wide-middle > .score-left {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.wide-middle > .score-center, div[class*=" score-column"].score-column3.wide-middle > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.wide-middle > .score-center, div[class*=" score-column"].score-column3.wide-middle > .score-center {
    float: left;
    width: 50%;
  }
}
@media print {
  div[class^=score-column].score-column3.wide-middle > .score-center, div[class*=" score-column"].score-column3.wide-middle > .score-center {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column3.wide-middle > .score-right, div[class*=" score-column"].score-column3.wide-middle > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column3.wide-middle > .score-right, div[class*=" score-column"].score-column3.wide-middle > .score-right {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column3.wide-middle > .score-right, div[class*=" score-column"].score-column3.wide-middle > .score-right {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-left, div[class*=" score-column"].score-column4.equal > .score-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-left, div[class*=" score-column"].score-column4.equal > .score-left {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-left, div[class*=" score-column"].score-column4.equal > .score-left {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-center, div[class*=" score-column"].score-column4.equal > .score-center {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-center, div[class*=" score-column"].score-column4.equal > .score-center {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-center, div[class*=" score-column"].score-column4.equal > .score-center {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-center2, div[class*=" score-column"].score-column4.equal > .score-center2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-center2, div[class*=" score-column"].score-column4.equal > .score-center2 {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-center2, div[class*=" score-column"].score-column4.equal > .score-center2 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div[class^=score-column].score-column4.equal > .score-right, div[class*=" score-column"].score-column4.equal > .score-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  div[class^=score-column].score-column4.equal > .score-right, div[class*=" score-column"].score-column4.equal > .score-right {
    float: left;
    width: 25%;
  }
}
@media print {
  div[class^=score-column].score-column4.equal > .score-right, div[class*=" score-column"].score-column4.equal > .score-right {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

div[class^=score-variable], div[class*=" score-variable"] {
  display: table;
}
div[class^=score-variable] > .score-variable-row, div[class*=" score-variable"] > .score-variable-row {
  display: table-row;
}
div[class^=score-variable] > .score-variable-row > .score-variable-column, div[class*=" score-variable"] > .score-variable-row > .score-variable-column {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
}
div[class^=score-variable] > .score-variable-row > .score-variable-column .embed-responsive, div[class^=score-variable] > .score-variable-row > .score-variable-column .score-youtube-video, div[class^=score-variable] > .score-variable-row > .score-variable-column .score-vimeo-video, div[class^=score-variable] > .score-variable-row > .score-variable-column .score-kaltura-video, div[class^=score-variable] > .score-variable-row > .score-variable-column .score-birghtcove-video, div[class*=" score-variable"] > .score-variable-row > .score-variable-column .embed-responsive, div[class*=" score-variable"] > .score-variable-row > .score-variable-column .score-youtube-video, div[class*=" score-variable"] > .score-variable-row > .score-variable-column .score-vimeo-video, div[class*=" score-variable"] > .score-variable-row > .score-variable-column .score-kaltura-video, div[class*=" score-variable"] > .score-variable-row > .score-variable-column .score-birghtcove-video {
  min-width: 150px;
}
@media only screen and (min-width: 0) {
  div[class^=score-variable] > .score-variable-row > .score-variable-column, div[class*=" score-variable"] > .score-variable-row > .score-variable-column {
    float: left;
  }
  div[class^=score-variable] > .score-variable-row > .score-variable-column img.responsive, div[class*=" score-variable"] > .score-variable-row > .score-variable-column img.responsive {
    min-width: 150px;
  }
}
@media only screen and (min-width: 968px) {
  div[class^=score-variable] > .score-variable-row > .score-variable-column, div[class*=" score-variable"] > .score-variable-row > .score-variable-column {
    float: none;
  }
  div[class^=score-variable] > .score-variable-row > .score-variable-column img.responsive, div[class*=" score-variable"] > .score-variable-row > .score-variable-column img.responsive {
    min-width: 75px;
  }
}

.page-wrapper {
  width: 100%;
}

.score-stripe {
  width: 100%;
  padding-top: 30px;
  border-radius: 0;
}

.container.full-width {
  width: 100%;
  padding: 0;
}

.default-multi-view-search-results .score-no-search-results, .score-multi-view-search-results .score-no-search-results {
  text-align: center;
  margin-bottom: 10px;
}
.default-multi-view-search-results .score-search-service-unavailable, .score-multi-view-search-results .score-search-service-unavailable {
  text-align: center;
  margin-bottom: 10px;
  clear: both;
}
.default-multi-view-search-results .score-search-results-view .search-results-list, .score-multi-view-search-results .score-search-results-view .search-results-list {
  width: 100%;
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .default-multi-view-search-results .score-search-results-view .search-results-list, .score-multi-view-search-results .score-search-results-view .search-results-list {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .default-multi-view-search-results .score-search-results-view .search-results-list, .score-multi-view-search-results .score-search-results-view .search-results-list {
    margin-bottom: 20px;
  }
}
.default-multi-view-search-results .score-search-results-view .search-results-list li, .score-multi-view-search-results .score-search-results-view .search-results-list li {
  position: relative;
  list-style: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid lightgray;
  float: left;
  margin-bottom: 20px;
  padding: 10px 15px;
}
@media only screen and (min-width: 0) {
  .default-multi-view-search-results .score-search-results-view .search-results-list li, .score-multi-view-search-results .score-search-results-view .search-results-list li {
    width: 100%;
  }
}
@media only screen and (min-width: 570px) {
  .default-multi-view-search-results .score-search-results-view .search-results-list li, .score-multi-view-search-results .score-search-results-view .search-results-list li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }
}
@media only screen and (min-width: 1200px) {
  .default-multi-view-search-results .score-search-results-view .search-results-list li, .score-multi-view-search-results .score-search-results-view .search-results-list li {
    width: 31.333%;
  }
}
@media print {
  .default-multi-view-search-results .score-search-results-view .search-results-list li, .score-multi-view-search-results .score-search-results-view .search-results-list li {
    float: left;
    width: 31.333%;
  }
}
.default-multi-view-search-results .score-search-results-view .search-results-list li.promo-tile-li, .score-multi-view-search-results .score-search-results-view .search-results-list li.promo-tile-li {
  background-color: transparent;
}
.default-multi-view-search-results .score-search-results-view .search-results-list li.promo-tile-li .score-highlight, .score-multi-view-search-results .score-search-results-view .search-results-list li.promo-tile-li .score-highlight {
  margin: 0;
}
.default-multi-view-search-results .score-search-results-view .search-results-list li h2, .score-multi-view-search-results .score-search-results-view .search-results-list li h2, .default-multi-view-search-results .score-search-results-view .search-results-list li h3, .score-multi-view-search-results .score-search-results-view .search-results-list li h3, .default-multi-view-search-results .score-search-results-view .search-results-list li h4, .score-multi-view-search-results .score-search-results-view .search-results-list li h4, .default-multi-view-search-results .score-search-results-view .search-results-list li h5, .score-multi-view-search-results .score-search-results-view .search-results-list li h5, .default-multi-view-search-results .score-search-results-view .search-results-list li h6, .score-multi-view-search-results .score-search-results-view .search-results-list li h6 {
  margin: 0 0 15px 0;
}
.default-multi-view-search-results .score-search-results-view.one-column .search-results-list .score-quick-view, .score-multi-view-search-results .score-search-results-view.one-column .search-results-list .score-quick-view {
  width: 100%;
}
.default-multi-view-search-results .score-search-results-view.one-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.one-column .search-results-list > li {
  width: 100%;
}
.default-multi-view-search-results .score-search-results-view.one-column .search-results-list > li.active, .score-multi-view-search-results .score-search-results-view.one-column .search-results-list > li.active {
  box-shadow: 24px 19px 49px -14px rgba(0, 0, 0, 0.35);
}
.default-multi-view-search-results .score-search-results-view.two-column .search-results-list .score-quick-view, .score-multi-view-search-results .score-search-results-view.two-column .search-results-list .score-quick-view {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .default-multi-view-search-results .score-search-results-view.two-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.two-column .search-results-list > li {
    width: 48%;
  }
}
@media print {
  .default-multi-view-search-results .score-search-results-view.two-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.two-column .search-results-list > li {
    width: 48%;
  }
}
.default-multi-view-search-results .score-search-results-view.two-column .search-results-list > li.active, .score-multi-view-search-results .score-search-results-view.two-column .search-results-list > li.active {
  box-shadow: 24px 19px 49px -14px rgba(0, 0, 0, 0.35);
}
.default-multi-view-search-results .score-search-results-view.three-column .search-results-list .score-quick-view, .score-multi-view-search-results .score-search-results-view.three-column .search-results-list .score-quick-view {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .default-multi-view-search-results .score-search-results-view.three-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.three-column .search-results-list > li {
    width: 31.333%;
  }
}
@media print {
  .default-multi-view-search-results .score-search-results-view.three-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.three-column .search-results-list > li {
    width: 31.333%;
  }
}
.default-multi-view-search-results .score-search-results-view.three-column .search-results-list > li.active, .score-multi-view-search-results .score-search-results-view.three-column .search-results-list > li.active {
  box-shadow: 24px 19px 49px -14px rgba(0, 0, 0, 0.35);
}
.default-multi-view-search-results .score-search-results-view.four-column .search-results-list .score-quick-view, .score-multi-view-search-results .score-search-results-view.four-column .search-results-list .score-quick-view {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .default-multi-view-search-results .score-search-results-view.four-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.four-column .search-results-list > li {
    width: 23%;
  }
}
@media print {
  .default-multi-view-search-results .score-search-results-view.four-column .search-results-list > li, .score-multi-view-search-results .score-search-results-view.four-column .search-results-list > li {
    width: 23%;
  }
}
.default-multi-view-search-results .score-no-search-results, .score-multi-view-search-results .score-no-search-results, .default-multi-view-search-results .score-search-service-unavailable, .score-multi-view-search-results .score-search-service-unavailable {
  text-align: center;
  margin-bottom: 10px;
}
.default-multi-view-search-results .score-search-service-unavailable, .score-multi-view-search-results .score-search-service-unavailable {
  clear: both;
}

.score-megamenu .nav, .score-megamenu .score-previous-next-menu, .score-megamenu .score-siblings-menu, .score-megamenu .score-section-menu, .score-megamenu .collapse, .score-megamenu .dropup, .score-megamenu .dropdown, .score-megamenu .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;
}

ul.level-1 {
  margin-left: 0;
}
ul.level-2, ul.level-3, ul.level-4, ul.level-5, ul.level-6 {
  margin-left: 20px;
}

nav.navbar, nav.score-main-menu-spider, nav.score-megamenu {
  margin-bottom: 0;
}
nav.navbar-default, nav.score-main-menu-spider, nav.score-megamenu {
  background: transparent;
  border: none;
}
nav .navbar-brand > .img-responsive {
  display: inline;
}
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, nav .navbar-nav > li.score-megamenu-dropdown > a {
  padding-right: 0;
}
nav .navbar-nav > li.dropdown > a.dropdown-toggle.toggle-caret, nav .navbar-nav > li.score-megamenu-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, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu {
    width: 320px;
  }
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu {
    width: 640px;
  }
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    width: initial;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    width: 960px;
  }
}
nav .navbar-nav > li.dropdown.megamenu-full .dropdown-menu, nav .navbar-nav > li.megamenu-full.score-megamenu-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
}
nav .navbar-nav > li.dropdown.megamenu-small, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown, nav .navbar-nav > li.dropdown.megamenu-medium, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown, nav .navbar-nav > li.dropdown.megamenu-large, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown {
  position: relative;
}
@media only screen and (min-width: 0) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .dropdown-menu {
    position: inherit;
  }
}
@media only screen and (min-width: 768px) {
  nav .navbar-nav > li.dropdown.megamenu-small .dropdown-menu, nav .navbar-nav > li.megamenu-small.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-medium .dropdown-menu, nav .navbar-nav > li.megamenu-medium.score-megamenu-dropdown .dropdown-menu, nav .navbar-nav > li.dropdown.megamenu-large .dropdown-menu, nav .navbar-nav > li.megamenu-large.score-megamenu-dropdown .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;
  }
}

.navbar-collapse {
  max-height: initial;
}
.navbar-collapse.in {
  overflow-y: visible;
}

.navbar-btn {
  margin: 0;
}

.score-sectionnav > li.active-section > a, .score-sectionnav > li.active-section > a:focus, .score-siblingsnav > li.active-section > a, .score-siblingsnav > li.active-section > a:focus, .score-previous-next-menu > li.active-section > a, .score-previous-next-menu > li.active-section > a:focus {
  color: #4d4d4d;
  background-color: #8cb8df;
}

.score-sectionnav-multilevel .nav > li.active > a, .score-sectionnav-multilevel .score-previous-next-menu > li.active > a, .score-sectionnav-multilevel .score-siblings-menu > li.active > a, .score-sectionnav-multilevel .score-section-menu > li.active > a, .score-sectionnav-multilevel .nav > li.active > a:hover, .score-sectionnav-multilevel .nav > li.active > a:focus {
  color: #4d4d4d;
  background-color: #8cb8df;
}
.score-sectionnav-multilevel .nav > li.active-section > a, .score-sectionnav-multilevel .score-previous-next-menu > li.active-section > a, .score-sectionnav-multilevel .score-siblings-menu > li.active-section > a, .score-sectionnav-multilevel .score-section-menu > li.active-section > a, .score-sectionnav-multilevel .nav > li.active-section > a:focus {
  color: #4d4d4d;
  background-color: #8cb8df;
}

.default-section-tiles-menu, .score-section-tiles-menu {
  margin: 0 0 30px 0;
  padding: 0;
}
.default-section-tiles-menu li, .score-section-tiles-menu li {
  margin-bottom: 30px;
  list-style: none;
  padding: 15px;
  border: 1px solid #ddd;
}

.default-search-box:before, .score-search-box:before, .default-search-box:after, .score-search-box:after {
  content: " ";
  display: table;
}
.default-search-box:after, .score-search-box:after {
  clear: both;
}
.default-search-box .js-typeahead, .score-search-box .js-typeahead {
  position: relative;
  display: flex;
  width: 100%;
  height: 34px;
}
.default-search-box .twitter-typeahead, .score-search-box .twitter-typeahead {
  width: 100%;
  height: 100%;
}
.default-search-box .twitter-typeahead input, .score-search-box .twitter-typeahead input {
  width: 100%;
  line-height: 24px;
  border: 1px solid #ddd;
  padding-right: 10px;
}
.default-search-box .twitter-typeahead input::-ms-clear, .score-search-box .twitter-typeahead input::-ms-clear {
  display: none;
}
.default-search-box .twitter-typeahead .tt-hint, .score-search-box .twitter-typeahead .tt-hint, .default-search-box .twitter-typeahead .tt-input, .score-search-box .twitter-typeahead .tt-input {
  padding-left: 10px;
}
.default-search-box .twitter-typeahead .tt-input, .score-search-box .twitter-typeahead .tt-input {
  height: 100%;
  background-color: #FFFFFF !important;
}
.default-search-box .twitter-typeahead .tt-hint, .score-search-box .twitter-typeahead .tt-hint {
  display: none;
}
.default-search-box .twitter-typeahead .tt-menu, .score-search-box .twitter-typeahead .tt-menu {
  width: 350px;
  left: inherit !important;
  right: -50px;
}
.default-search-box .twitter-typeahead .score-typeahead-header, .score-search-box .twitter-typeahead .score-typeahead-header {
  font-size: 16px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.default-search-box .twitter-typeahead .score-typeahead-content, .score-search-box .twitter-typeahead .score-typeahead-content {
  border-bottom: 1px solid #ddd;
}
.default-search-box .twitter-typeahead .score-typeahead-footer, .score-search-box .twitter-typeahead .score-typeahead-footer {
  padding: 10px;
}
.default-search-box .clear-input, .score-search-box .clear-input {
  display: flex;
  align-items: top;
  height: 100%;
  font-size: 22px;
  background: #ddd;
  padding: 0 4px;
  cursor: pointer;
}
.default-search-box .button, .score-search-box .button {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 3px 5px;
  color: #fff;
  background-color: #337ab7;
  border-radius: 0;
  z-index: 2;
  cursor: pointer;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("/Areas/Shared/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/Areas/Shared/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/Areas/Shared/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/Areas/Shared/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/Areas/Shared/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/Areas/Shared/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Old Portal colors - added for Fund Performance popup on RPT */
/* VUE */
[v-cloak] > * {
  display: none !important;
}

/*[v-cloak]::before {
    content: "Loading ...";
    color: $medium-blue;
    display: block;
    text-align: center; 
}
[v-cloak]::after {
    content: "\f110";
    color: $medium-blue;
    display: block;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 8em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 1px 0 #fff;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}*/
/* Role Hiding */
.role-DependentMember .hide-role-DependentMember {
  display: none;
}

.role-DependentMemberFlex .hide-role-DependentMemberFlex {
  display: none;
}

.role-EmploymentFlex .hide-role-EmploymentFlex {
  display: none;
}

.role-RetirementAccountMirp .hide-role-RetirementAccountMirp {
  display: none;
}

.role-RetirementAccountMirpFidelity .hide-role-RetirementAccountMirpFidelity {
  display: none;
}

.role-RetirementSavingsAccount .hide-role-RetirementSavingsAccount {
  display: none;
}

.role-RetirementTraditionalAccount .hide-role-RetirementTraditionalAccount {
  display: none;
}

.role-TraditionalMember .hide-role-TraditionalMember {
  display: none;
}

/* Role Showing */
.show-role-RetirementAccount {
  display: none;
}

.role-RetirementAccount .show-role-RetirementAccount {
  display: inherit !important;
}

/* PROCESS */
.process-wrapper {
  background: #eee;
  padding: 20px !important;
}
@media (max-width: 767px) {
  .process-wrapper {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
.process-wrapper .process-section {
  display: table;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .process-wrapper .process-section.process-section-reduce {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.process-wrapper .process-section .process-section-label {
  display: table-cell;
  width: 25%;
  min-height: 42px;
  border-right: 1px solid #ccc;
  font-size: 20px;
  font-weight: bold;
  color: #565a5c;
  vertical-align: top;
}
@media (max-width: 991px) {
  .process-wrapper .process-section .process-section-label {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .process-wrapper .process-section .process-section-label.dynamic-row-label {
    margin-bottom: 0px;
    border-bottom: 0px;
  }
}
.process-wrapper .process-section .process-section-body {
  display: table-cell;
  width: 75%;
}
.process-wrapper .process-section .process-section-body .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .process-wrapper .process-section .process-section-body {
    display: block;
    width: 100%;
    padding-left: 0 !important;
  }
}
.process-wrapper .process-section .process-section-body .process-section-actions {
  padding-left: 0;
  padding-right: 0;
}
.process-wrapper .process-section .process-section-body .process-section-actions .fa {
  font-size: 2.2em;
  vertical-align: middle;
}
.process-wrapper .process-section .process-section-body .process-section-actions .text-muted, .process-wrapper .process-section .process-section-body .process-section-actions .news-container .news-date, .news-container .process-wrapper .process-section .process-section-body .process-section-actions .news-date {
  color: #aaa;
}
.process-wrapper .process-section .process-section-body .process-section-actions .text-muted .fa, .process-wrapper .process-section .process-section-body .process-section-actions .news-container .news-date .fa, .news-container .process-wrapper .process-section .process-section-body .process-section-actions .news-date .fa {
  color: #eee;
}
.process-wrapper .process-section .process-section-body .process-section-actions .btn, .process-wrapper .process-section .process-section-body .process-section-actions .score-button {
  width: 100%;
  max-width: 160px;
}
.process-wrapper .process-section .process-section-checkmark {
  color: #a2ad00;
}
.process-wrapper .process-section.process-section-disabled {
  background-color: #ddd;
}
.process-wrapper .process-section.process-section-success {
  background-color: #e3e6bd;
}
.process-wrapper .process-section:last-of-type {
  margin-bottom: 0;
}
.process-wrapper .process-section.process-section-ae {
  background-color: #eee;
  margin-bottom: 0px;
}
.process-wrapper .process-section.process-section-ae .process-section-label-ae {
  border-right: none;
  border-bottom: none;
  width: 26%;
}
@media (max-width: 991px) {
  .process-wrapper .process-section.process-section-ae .process-section-label-ae {
    width: auto;
  }
}
.process-wrapper .process-section.process-section-ae .process-section-body-ae {
  width: 74%;
}
@media (max-width: 991px) {
  .process-wrapper .process-section.process-section-ae .process-section-body-ae {
    width: auto;
  }
}
@media (max-width: 991px) {
  .process-wrapper .process-section.process-section-ae {
    margin-bottom: 20px;
    padding: 0px;
  }
}
.process-wrapper .process-section-img {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .process-wrapper .process-section-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* LAYOUT */
body {
  background: #fff;
  color: #565a5c;
  font-size: 15px;
  font-family: UniversLTStd;
  font-weight: normal;
  font-style: normal;
}

.page-body {
  padding: 0;
  margin: 20px auto;
}

.page-body .container {
  width: auto;
}

.page-body .container {
  padding-left: 0;
  padding-right: 0;
}

.page-body a {
  font-family: UniversLTStd-Bold;
}

.page-body h1 a,
.page-body h2 a,
.page-body h3 a,
.page-body h4 a,
.page-body h5 a,
.page-body h6 a,
.page-body .h1 a,
.page-body .h2 a,
.page-body .h3 a,
.page-body .h4 a,
.page-body .h5 a,
.page-body .h6 a,
.page-body a.btn,
.page-body a.score-button,
.page-body .panel-heading-left a,
.page-body a.news-heading,
.page-body ul.nav.nav-tabs > li > a,
.page-body ul.nav-tabs.score-previous-next-menu > li > a,
.page-body ul.nav-tabs.score-siblings-menu > li > a,
.page-body ul.nav-tabs.score-section-menu > li > a {
  font-weight: normal;
}

.page-body .score-content-spot {
  margin-bottom: 0;
}

.score-content-spot ul > li, .score-content-spot ol > li {
  margin-bottom: 0.3em;
}

.score-content-spot ul > li:last-child, .score-content-spot ol > li:last-child {
  margin-bottom: 0;
}

.score-content-spot ul, ol {
  margin-bottom: 1em;
}

.score-content-spot ul ul,
.score-content-spot ul ol,
.score-content-spot ol ul,
.score-content-spot ol ol {
  margin-bottom: 0;
}

.container-fluid.light-blue {
  background: #cf7000;
  min-height: 5px;
}

.container-fluid.lgt-blue {
  background: #efefef no-repeat right;
  padding-left: 0;
  padding-right: 0;
}

.container.container-no-margin {
  margin-top: -26px;
}

.container-fluid.lgt-blue .container .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 20px !important;
}

.mt-4 {
  margin-top: 30px !important;
}

.mt-5 {
  margin-top: 60px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 20px !important;
}

.mr-4 {
  margin-right: 30px !important;
}

.mr-5 {
  margin-right: 60px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.mb-4 {
  margin-bottom: 30px !important;
}

.mb-5 {
  margin-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 20px !important;
}

.ml-4 {
  margin-left: 30px !important;
}

.ml-4_75 {
  margin-left: 50px !important;
}

.ml-5 {
  margin-left: 60px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-2_5 {
  padding-top: 15px !important;
}

.pt-3 {
  padding-top: 20px !important;
}

.pt-4 {
  padding-top: 30px !important;
}

.pt-5 {
  padding-top: 60px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 20px !important;
}

.pr-4 {
  padding-right: 30px !important;
}

.pr-5 {
  padding-right: 60px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 20px !important;
}

.pb-4 {
  padding-bottom: 30px !important;
}

.pb-5 {
  padding-bottom: 60px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 20px !important;
}

.pl-4 {
  padding-left: 30px !important;
}

.pl-5 {
  padding-left: 60px !important;
}

.v-align-middle, .v-align-middle td {
  vertical-align: middle !important;
}

.v-align-top, .v-align-top td {
  vertical-align: top !important;
}

.v-align-bottom, .v-align-bottom td {
  vertical-align: bottom !important;
}

@media (max-width: 768px) {
  .pull-right-sm {
    float: right !important;
  }
  .text-left-sm {
    text-align: left !important;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
  .text-left-md {
    text-align: left !important;
  }
  .text-right-md {
    text-align: right !important;
  }
  .text-center-md {
    text-align: center !important;
  }
}
@media (max-width: 1200px) {
  .pull-right-lg {
    float: right !important;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .text-right-lg {
    text-align: right !important;
  }
  .text-center-lg {
    text-align: center !important;
  }
}
.align-middle {
  vertical-align: middle !important;
}

/* HOME FEATURE AREA */
html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
}

.feature-area-wrapper {
  background: #f6f7f7;
  padding: 0 0 30px 0;
  margin: -20px -10000px 40px -10000px;
  padding-left: 10000px;
  padding-right: 10000px;
}

.feature-area {
  margin-top: 20px;
}

.feature-area h2 {
  margin-bottom: 10px;
  line-height: 28px;
}

.feature-area p {
  line-height: 20px;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.feature-box h2 {
  margin-bottom: 10px;
  line-height: 28px;
}

.feature-box p {
  line-height: 18px;
  font-size: 15px;
  padding-bottom: 10px;
}

.primary-box.blue {
  padding: 25px;
  background: rgba(86, 90, 92, 0.87);
  margin: 0;
  width: 320px;
  height: 438px;
  position: absolute;
  top: 122px;
  left: 30px;
  color: #fff;
}
.primary-box.blue a {
  color: #fff;
}

.primary-box-mobile.blue {
  padding: 25px 25px 0 25px;
}

.primary-box-mobile.blue p {
  line-height: 18px;
  font-size: 15px;
  padding-bottom: 10px;
}

.feature-area .secondary-box {
  margin: 25px;
  padding: 0;
  background: transparent;
}
.feature-area .secondary-box a {
  color: #bb5802;
}
.feature-area .secondary-box a:hover {
  color: #005a8b;
}

.feature-area .secondary-box {
  border-bottom: 4px solid #ebb700;
  display: none;
}

.feature-area .secondary-box ~ .secondary-box {
  border: none;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .feature-area .secondary-box p:first-of-type {
    display: none;
  }
}

/* Extra Small Devices, Phones */
.img-responsive.pull-right,
.img-responsive.pull-left {
  width: 25%;
  height: auto;
  margin-bottom: 30px;
}

.img-responsive.pull-right {
  margin-left: 30px;
}

.img-responsive.pull-left {
  margin-right: 30px;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .primary-box.blue {
    width: 260px;
    height: 354px;
    margin: -100px 0 0 -10px;
  }
  .img-responsive.pull-right,
  .img-responsive.pull-left {
    width: 157px;
    height: auto;
  }
  .feature-area .secondary-box {
    width: 50%;
    display: block;
    margin: 0;
    padding: 20px;
    border-bottom-width: 0;
  }
  .row.equal-sm {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .lead, .score-lead {
    font-size: 18px;
  }
  .img-responsive.pull-right,
  .img-responsive.pull-left {
    width: 212px;
    height: auto;
  }
  .feature-area .secondary-box {
    width: 262px;
    display: block;
    margin: 25px;
    padding: 0;
    border-bottom-width: 4px;
  }
  .row.equal-md {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .primary-box.blue {
    height: 438px;
  }
  .img-responsive.pull-right,
  .img-responsive.pull-left {
    width: 262px;
    height: auto;
  }
  .feature-area .secondary-box {
    width: 330px;
  }
  .row.equal-lg {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
/* END HOME FEATURE AREA */
.home-content {
  margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
  .home-content {
    margin-top: 70px;
  }
}
.benefit-wrapper {
  margin-top: 40px;
}

.page-header, .score-document-header-with-subtitle, .score-document-header {
  padding: 20px 0 28px 0;
  margin: 0;
  border: 0;
}

.page-header h1, .score-document-header-with-subtitle h1, .score-document-header h1 {
  padding: 0;
  margin: 0;
}

.page-header-subinfo {
  padding: 20px 0 20px 0;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
  margin-bottom: 40px;
}

.sub-header-grad {
  background: transparent url(/Areas/Shared/images/sub-header-grad.png) repeat-x;
  height: 2px;
  margin: 0 -15px;
}

.sub-header-grad.home {
  background: url(/Areas/Shared/images/sub-header-grad.png) repeat-x;
  height: 2px;
}

.sub-header-grad-no-title {
  margin-bottom: -20px;
}

.subinfo-data {
  padding: 5px 0 0 0;
  font-size: 18px;
  line-height: 22px;
  color: #565a5c;
}

.panel-info {
  background: #efefef;
  padding: 20px;
  margin: 20px 0 20px 0;
}

.panel-info h2 {
  color: #565a5c;
  margin-bottom: 30px;
  margin-top: 0;
}

.panel-info p {
  line-height: 20px;
  font-size: 15px;
}

.panel-info p.note {
  font-size: 13px;
  margin-top: 10px;
  line-height: 18px;
}

.panel-info .btn, .panel-info .score-button {
  margin: 15px 0;
}

.panel-info *:last-child.btn, .panel-info *.score-button:last-child {
  margin-bottom: 0;
}

.panel-info .panel-body {
  padding: 0 !important;
  background: #efefef !important;
}

.panel-info .panel-body:last-child {
  padding-bottom: 0 !important;
}

.panel-info .score-content-spot {
  margin-bottom: 0 !important;
}

.rel-links-wrapper {
  padding: 30px 20px 20px 20px;
  background: #efefef;
  border-top: 10px solid #aeaeae;
  margin: 40px -15px 0 -15px;
}

.rel-links-wrapper .second {
  padding-left: 40px !important;
}

.rel-links-wrapper > .container > div.col-sm-6 {
  border-left: 1px solid #dddede;
  border-right: 1px solid #dddede;
}

.rel-links-wrapper > .container > div.col-sm-6:nth-of-type(2) {
  margin-left: -1px;
}

.rel-links-wrapper > .container > div.col-sm-6:last-of-type {
  border-right: 0 !important;
}

.rel-links-wrapper > .container > div.col-sm-6:first-of-type {
  border-left: 0 !important;
}

.rel-links-wrapper h3 {
  margin-top: 0;
  margin-bottom: 25px;
}

.rel-links-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.rel-links-wrapper ul li {
  margin-bottom: 10px;
}

.rel-links-wrapper ul li a.score-button, .rel-links-wrapper ul li div.score-button {
  display: initial;
  line-height: 18px;
  font-size: 15px;
  font-weight: bold;
  font-family: UniversLTStd;
  font-weight: bold;
  color: #bb5802;
  padding: 0;
  background: none;
  touch-action: none;
  border-radius: initial;
  box-shadow: none;
  border: 0 none;
  white-space: pre-wrap;
}

.rel-links-wrapper ul li a.score-button:hover, .rel-links-wrapper ul li div.score-button:hover {
  color: #954a09;
}

.rel-links-wrapper ul li a.score-button:hover,
.rel-links-wrapper ul li div.score-button:hover,
.rel-links-wrapper ul li a.score-button:active,
.rel-links-wrapper ul li a.score-button:focus,
.rel-links-wrapper ul li a.score-button:visited {
  background: none;
  text-decoration: underline;
}

.rel-links-wrapper p {
  line-height: 21px;
}

/* MOBILE */
@media (max-width: 768px) {
  .rel-links-wrapper {
    padding: 30px 20px 20px 20px;
    background: #f6f7f7;
  }
  .rel-links-wrapper > div.col-sm-6 {
    border-width: 0px !important;
  }
  .rel-links-wrapper > div.col-sm-6:nth-of-type(2) {
    margin-left: initial;
  }
  .rel-links-wrapper > div.col-sm-6.second {
    padding-left: 15px !important;
    border-top: 1px solid #dddede !important;
    padding-top: 40px;
  }
  .rel-links-wrapper h3 {
    margin-top: 25px;
  }
  .rel-links-wrapper ul {
    margin-bottom: 25px;
  }
}
/* HEADER */
.header {
  background: #fff;
  height: 108px;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-family: UniversLTStd;
}

/* MDS 10 11 16 Commented out for icons on RPT header */
/*.header i{color:#005a8b;font-size:14px;cursor:pointer;}*/
.header-content {
  display: flex;
  align-items: center;
}

.header-welcome {
  display: flex;
  align-items: center;
}

.header-dropdown-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-dropdown-content .header-dropdown-profile {
  display: flex;
  overflow: hidden;
  align-items: center;
}
.header-dropdown-content .header-dropdown-profile .header-dropdown-name {
  text-overflow: ellipsis;
  overflow: hidden;
}

/* FOOTER */
.footer-grad {
  overflow: hidden !important;
  height: 5px;
  background: #ebb700;
  width: 100%;
}

.footer-grad img {
  float: right;
}

.footer-wrapper {
  background: #efefef;
  padding-top: 40px;
}

.footer-wrapper .social {
  margin-top: -10px;
}

.footer-wrapper .contact-icons {
  margin-top: -20px;
  float: right;
}

.footer-wrapper .fa-inverse {
  color: #efefef;
}

.footer p {
  font-size: 12px;
  line-height: 16px;
}

.footer-links {
  margin: 30px 0 10px 0;
}

.footer-links h6 a {
  color: #565a5c;
}

.footer-links h6 a:hover {
  color: #954a09;
}

.footer-links ul {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 0;
}

.footer-links ul li {
  margin-bottom: 18px;
  line-height: 18px;
  font-size: 14px;
}

.footer-links ul li a {
  color: #565a5c;
  line-height: 18px;
  font-size: 14px;
}

.footer-links ul li a:hover {
  color: #954a09;
}

.footer-links ul li a {
  padding: 0;
}

.footer-links ul li a:hover {
  background: none;
  text-decoration: underline;
}

.footer-pipe {
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
  padding: 25px 0 15px 0;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 14px;
}

.footer-pipe a {
  color: #565a5c;
}

.footer-pipe-links {
  float: right;
}

.copyright {
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
  padding: 25px 0 40px 0;
  margin-bottom: 40px;
  margin-top: 20px;
  font-size: 14px;
}

.copyright a {
  color: #565a5c;
}

/* MOBILE */
@media screen and (max-width: 767px) {
  .footer-links div {
    margin-bottom: 20px;
  }
  .footer-wrapper .contact-icons {
    float: left;
    margin-top: 12px;
  }
  .footer-pipe-links {
    float: left;
    margin-top: 12px;
  }
  .copyright {
    font-size: 14px;
  }
}
.footer-links .panel-heading {
  background: #f6f7f7 !important;
  border-top: 1px solid #dddede;
}

.footer-links .bdr {
  height: 1px;
  border-top: 1px solid #dddede;
}

.footer-links .panel-heading h6 {
  padding: 10px 0 0 25px;
}

/* REMOVE? */
.footer-links .panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
  color: #565a5c;
  padding: 0px 10px 10px 10px !important;
  margin-top: -5px;
  font-size: 25px;
}

.footer-links .panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\f107";
}

.copyright span, .footer-pipe-links span {
  margin: 0 10px 0 10px;
  color: #565a5c;
}

/* TYPOGRAPHY */
p {
  line-height: 1.5;
  margin-bottom: 18px;
}

h1, .h1 {
  font-size: 35px;
  color: #565a5c;
  font-family: UniversLTStd;
}

h2, .h2 {
  font-size: 25px;
  font-family: UniversLTStd-bold;
}

h3, .h3 {
  font-size: 20px;
  font-family: UniversLTStd-Bold;
}

h4, .h4 {
  font-size: 18px;
  font-family: UniversLTStd-Bold;
  margin-top: 20px;
}

h5, .h5 {
  font-size: 16px;
  font-family: UniversLTStd-Bold;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 14px;
  font-family: UniversLTStd-Bold;
  text-transform: uppercase;
}

/*h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: $line-height-computed * 2;
  margin-bottom: ($line-height-computed / 2) * 1.5;
}

/* Custom, iPhone Retina through  Extra Small Devices, Phones */
@media (max-width: 479px) {
  .page-header h1, .score-document-header-with-subtitle h1, .score-document-header h1, .page-header .h1, .score-document-header-with-subtitle .h1, .score-document-header .h1, .page-header .h2, .score-document-header-with-subtitle .h2, .score-document-header .h2, .page-header .h3, .score-document-header-with-subtitle .h3, .score-document-header .h3, .page-header .h4, .score-document-header-with-subtitle .h4, .score-document-header .h4, .page-header .h5, .score-document-header-with-subtitle .h5, .score-document-header .h5 {
    font-size: 20px;
    padding-top: 18px;
  }
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}

div.disclaimer,
p.disclaimer,
span.disclaimer,
.text-note {
  font-size: 13px;
}

div.form-group-with-disclaimer label {
  margin-bottom: 0 !important;
}

div.form-group-with-disclaimer div.container {
  margin-top: 5px;
}

/* MOBILE */
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #logoLink {
    display: block;
    overflow: hidden;
    max-width: 182px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* END MEDIA QUERIES */
/* ELEMENTS */
.spa-loading {
  color: #cf7000;
}

blockquote {
  border-left: 5px solid #ebb700;
  margin: 15px 0;
  padding: 20px 0 20px 20px;
  font-size: 15px;
}

blockquote.quote {
  padding: 20px 0 20px 65px;
}

blockquote.quote:before {
  content: "\f10d";
  font-size: 2em;
  font-family: FontAwesome;
  display: block;
  float: left;
  margin-top: -10px;
  margin-right: 20px;
  margin-left: -45px;
  color: #ebb700;
}

@media (max-width: 991px) {
  blockquote.image img:first-of-type {
    display: none;
  }
}
@media (min-width: 992px) {
  blockquote.image {
    padding-left: 197px;
  }
  blockquote.image.quote {
    padding-left: 245px;
  }
  blockquote.image:after {
    content: " ";
    display: table;
  }
  blockquote.image:after {
    clear: both;
  }
  blockquote.image img:first-of-type {
    margin-left: -175px;
    display: block;
    float: left;
  }
  blockquote.image.quote img:first-of-type {
    margin-left: -225px;
    display: block;
    float: left;
  }
}
@media (min-width: 768px) {
  blockquote.video {
    padding-left: 235px;
  }
  blockquote.video h3 {
    margin-top: 0;
  }
  blockquote.video img {
    display: block;
    float: left;
    margin-left: -215px;
    cursor: pointer;
  }
}
blockquote.video:before,
blockquote.video:after {
  content: " ";
  display: table;
}

blockquote.video:after {
  clear: both;
}

blockquote.video h4 {
  text-transform: capitalize;
}

blockquote.video h4:first-of-type {
  margin-top: 0;
}

blockquote.video.video-play {
  padding-left: 20px;
}

blockquote.video.video-play img {
  display: none;
}

blockquote.video.video-play .video-container {
  position: relative;
  padding-bottom: 56.25%; /* for videos with a 16x9 aspect ratio (most common)*/
  /*padding-bottom:75%; for videos with a 4x3 aspect ratio (less common)*/
  height: 0;
  overflow: hidden;
  /*max-width:992px;*/
  margin-bottom: 20px;
}

blockquote.video.video-play .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END ELEMENTS */
/* TABLES */
.table td {
  font-size: 14px;
}

.table.table-bordered {
  border: 1px solid #dddede;
}

.table thead th, .table th.th {
  background: #333333;
  color: #ffffff;
  font-size: 14px;
  font-family: UniversLTStd-bold;
  font-weight: normal;
  border-right: 1px solid #dddede;
  padding-left: 10px !important;
}

.table thead th.overide {
  background: none;
  color: inherit;
  border-right: none;
  font-family: UniversLTStd;
}

.table tbody tr.historical > td {
  border-top: 3px solid #565a5c;
  color: #a1a1a1;
}

.table tbody tr.historical ~ tr > td {
  border-top: 1px solid #aeaeae;
  color: #a1a1a1;
}

.table.table-history tbody tr.historical ~ tr ~ tr ~ tr ~ tr {
  display: none;
}

.table.table-history.table-history-show tbody tr.historical ~ tr {
  display: table-row;
}

.table.table-history tfoot td {
  border-bottom: 0;
}
.table.table-history tfoot a {
  cursor: pointer;
}

.table tbody tr.total > td {
  border-top-color: #a1a1a1;
  border-top-width: 2px;
  font-weight: bold;
}

.table-striped > tbody > tr.coverage-stage {
  background-color: #dddddd !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.table-striped > tbody > tr.coverage-stage-white {
  background-color: #a1a1a1 !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  color: #ffffff !important;
  font-weight: bold;
}

.table-striped > tbody > tr:nth-of-type(2n) {
  background-color: #f6f7f7;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.table-body-striped > tbody.coverage-stage {
  background-color: #dddddd !important;
  border-top: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

.table-body-striped > tbody:nth-of-type(2n) {
  background-color: #f6f7f7;
  border-top: 1px solid #dddede;
  border-bottom: 1px solid #dddede;
}

.table-body-striped > tbody:nth-of-type(2n+1) {
  background-color: #fff;
}

table tr.hightlight {
  background-color: #e3e6bd !important;
}

table tr.bold {
  font-weight: bold;
}

.table-summary th {
  padding-right: 30px;
}

.table-summary th, .table-summary td {
  vertical-align: top;
}

@media only screen and (max-width: 480px) {
  table th {
    font-size: 12px;
  }
  table td {
    font-size: 12px;
  }
  table {
    padding: 0 !important;
  }
}
.table.table-interactive td {
  font-size: 18px;
}
.table.table-interactive tbody strong {
  color: #565a5c;
}
.table.table-interactive tbody td {
  vertical-align: middle;
}
.table.table-interactive tr.disabled {
  color: #ccc;
}
.table.table-interactive .form-group {
  margin-bottom: 0 !important;
}
.table.table-interactive .small {
  font-weight: normal;
}

table tbody td .form-group.responsive {
  width: 579px;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  table tbody td .form-group.responsive {
    width: 445px;
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  table tbody td .form-group.responsive {
    width: 549px;
    margin-bottom: 0px;
  }
}
@media (max-width: 766px) {
  table tbody td .form-group.responsive {
    width: auto;
    margin-bottom: 0px;
  }
}

.dynamic-table {
  margin: 0 0 40px 0;
  width: 100%;
  display: table;
  font-size: 14px !important;
}

.dynamic-table.dynamic-table-bordered {
  border-top: 1px solid #dddede;
}

@media screen and (max-width: 767px) {
  .dynamic-table {
    display: block;
    margin: 0;
  }
}
.dynamic-table .dynamic-row {
  display: table-row;
}

.dynamic-table.dynamic-table-striped .dynamic-row:nth-of-type(odd) {
  background: #f9f9f9;
}

.dynamic-table .dynamic-row.dynamic-row-header {
  background: #565a5c !important;
  vertical-align: bottom;
  border-top: 0px;
  padding: 8px;
  line-height: 1.42857;
  background: #565a5c;
  color: #ffffff;
  font-size: 14px !important;
  font-family: UniversLTStd-bold;
  font-weight: normal;
}

.dynamic-table .dynamic-row.dynamic-row-header .dynamic-row-cell {
  border-right: 1px solid #dddede;
}

@media screen and (max-width: 767px) {
  .dynamic-table.dynamic-table-bordered {
    border: none;
  }
  .dynamic-table .dynamic-row {
    display: block;
  }
  .dynamic-table .dynamic-row .dynamic-row-left {
    padding-left: 0px !important;
  }
  .dynamic-table .dynamic-row.dynamic-row-header {
    display: none;
    margin-top: 0px;
    padding-top: 0px;
  }
  .dynamic-table .dynamic-row.dynamic-row-header .dynamic-row-cell {
    display: none;
  }
  .dynamic-table .dynamic-row .dynamic-radio-label {
    font-weight: bold;
  }
  .dynamic-table .dynamic-row .dynamic-row-cell {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .dynamic-table .dynamic-row .dynamic-row-cell.dynamic-data-title:before {
    font-size: 16px;
    content: attr(data-title);
    font-weight: bold;
    color: #565a5c;
    display: block;
    margin-top: 10px;
  }
  .dynamic-table .dynamic-row .dynamic-row-cell .dynamic-row-bottom {
    border-bottom: 1px solid #ddd !important;
  }
  .dynamic-table .dynamic-row .dynamic-row-cell:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 14px;
    font-weight: bold;
    color: #565a5c;
    display: block;
  }
}
.dynamic-table .dynamic-row-cell {
  padding: 6px 12px;
  display: table-cell;
  font-size: 16px !important;
  border-bottom: 1px solid #ddd;
}

.dynamic-table .dynamic-row-cell .dynamic-data-title {
  display: none;
}

.dynamic-table .dynamic-row-cell .dynamic-data-title.dynamic-data-title-show {
  display: block;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .dynamic-table .dynamic-row-cell .dynamic-data-title.dynamic-data-title-show {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 767px) {
  .dynamic-table .dynamic-row-cell {
    padding: 2px 15px;
    margin: 0px;
    display: block;
    border-bottom: 0px;
  }
  .dynamic-table .dynamic-row-cell.dynamic-cell-lm {
    margin-left: 25px;
  }
}
/* PANELS */
.panel, .score-panel, .score-accordion-panel {
  border: none;
  box-shadow: none;
  font-weight: inherit !important;
}

.panel .panel-heading, .score-panel .panel-heading, .score-accordion-panel .panel-heading {
  border: none;
  border-radius: 0;
  padding: 0;
}

.panel .panel-heading i, .score-panel .panel-heading i, .score-accordion-panel .panel-heading i {
  padding: 10px 0 10px 10px;
}

.panel.panel-widget .panel-heading, .panel-widget.score-panel .panel-heading, .panel-widget.score-accordion-panel .panel-heading, .panel.panel-menu .panel-heading, .panel-menu.score-panel .panel-heading, .panel-menu.score-accordion-panel .panel-heading, .panel.panel-dropdown .panel-heading, .panel-dropdown.score-panel .panel-heading, .panel-dropdown.score-accordion-panel .panel-heading {
  background: #cf7000;
  height: 50px;
  color: #ffffff;
}

.panel.panel-widget .panel-heading .fa.pull-left, .panel-widget.score-panel .panel-heading .fa.pull-left, .panel-widget.score-accordion-panel .panel-heading .fa.pull-left, .panel.panel-menu .panel-heading .fa.pull-left, .panel-menu.score-panel .panel-heading .fa.pull-left, .panel-menu.score-accordion-panel .panel-heading .fa.pull-left, .panel.panel-dropdown .panel-heading .fa.pull-left, .panel-dropdown.score-panel .panel-heading .fa.pull-left, .panel-dropdown.score-accordion-panel .panel-heading .fa.pull-left {
  margin-right: 0;
}

.score-accordion-panel {
  background: #fff !important;
}

.score-accordion-panel .panel-heading {
  color: #cf7000;
  background: #fff !important;
  border-top: 1px solid #dddddd;
}

.score-accordion-panel .panel-heading:hover {
  color: #bb5802;
}

.score-accordion-panel .panel-heading h4.panel-title a {
  padding: 0 20px;
  padding-right: 40px;
}

.score-accordion-panel .panel-heading h4.panel-title a:before {
  content: none !important;
}

.score-accordion-panel .panel-heading h4.panel-title a.collapsed {
  color: #cf7000;
}

.score-accordion-panel .panel-heading h4.panel-title a,
.score-accordion-panel .panel-heading h4.panel-title a:hover {
  color: #bb5802;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.panel-menu .curtain {
  position: absolute;
  z-index: 99 !important;
  width: 100%;
  padding-right: 30px;
}

.panel-menu .panel-body {
  background: #954a09;
  height: 210px;
  padding: 0;
  margin: 0;
  width: 100%;
}

.panel-menu .panel-body ul {
  padding: 7px;
  margin-top: 10px;
}

.panel-menu .panel-body li {
  border-bottom: 1px solid #dddede;
  padding: 10px;
  list-style: none;
}

.panel-menu .panel-body li a {
  font-weight: normal;
  color: #fff;
  display: block;
}

.panel-menu .panel-initial {
  height: 210px;
  z-index: -1 !important;
}

.panel-menu .panel-initial, .panel .panel-body-gray, .score-panel .panel-body-gray, .score-accordion-panel .panel-body-gray {
  background: #f6f7f7;
}

.panel-menu .panel-initial {
  padding: 10px 0 0 0;
}

.panel-menu .panel-data-wrapper {
  padding: 10px;
}

.panel-menu .panel-initial .panel-data {
  padding: 10px;
  border-bottom: 1px solid #dddede;
}

.panel-menu h4.panel-title h4.panel-title-widget {
  font-family: UniversLTStd;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-left: -4px;
}

.panel-menu-control {
  background: #954a09;
  height: 50px;
  width: 46px;
}

.panel-menu-control a {
  display: block;
  margin-top: -2px;
  margin-right: 17px;
  border: none;
  outline: none;
}

.panel-menu .panel-heading {
  cursor: pointer;
}

.panel-menu .panel-heading.panel-no-caret {
  cursor: default;
}

.panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: "FontAwesome";
  content: "\f106";
  padding-top: 10px;
  font-size: 25px;
  width: 46px;
  text-align: center;
  display: inline-block;
}

.panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\f107"; /* adjust as needed, taken from bootstrap.css */
}

.panel-highlight {
  background-color: #ffffe5;
  padding: 5px;
}

.panel-dropdown {
  width: 350px;
}
@media (max-width: 400px) {
  .panel-dropdown {
    width: auto;
  }
}

.panel-dropdown .curtain {
  position: absolute;
  z-index: 99 !important;
}

.panel-dropdown .panel-body {
  background: #954a09;
  height: auto;
  padding: 0;
  margin: 0;
}

.panel-dropdown .panel-body ul {
  padding: 7px;
}

.panel-dropdown .panel-body li {
  border-bottom: 1px solid #dddede;
  padding: 10px;
  list-style: none;
  display: block;
  cursor: pointer;
  color: #fff;
  font-family: UniversLTStd-Bold;
  font-weight: normal;
}

.panel-dropdown .panel-body li:last-child {
  padding-bottom: 0;
}

.panel-dropdown .panel-body li:hover {
  text-decoration: underline;
}

.panel-dropdown .panel-initial {
  height: auto;
  z-index: -1 !important;
}

.panel-dropdown .panel-initial, .panel .panel-body-gray, .score-panel .panel-body-gray, .score-accordion-panel .panel-body-gray {
  background: #f6f7f7;
}

.panel-dropdown .panel-initial {
  padding: 10px 0 0 0;
}

.panel-dropdown .panel-data-wrapper {
  padding: 10px;
}

.panel-dropdown .panel-initial .panel-data {
  padding: 10px;
  border-bottom: 1px solid #dddede;
}

.panel-dropdown .panel-heading {
  cursor: pointer;
  color: #fff;
}

.panel-dropdown .panel-heading .panel-title {
  margin-left: 15px;
  font-family: UniversLTStd-Bold;
  font-size: 15px;
  font-weight: normal;
  line-height: 50px;
}

.panel-dropdown-control {
  background: #0081ba;
  height: 50px;
  width: 46px;
}

/* TABS */
.nav-tabs-wrapper-inner {
  display: table;
  width: 100%;
}

.nav-tabs {
  background-color: #cf7000;
  border: none;
  border-radius: 0;
  display: table-row;
}

.score-tab {
  margin-top: 30px;
}

.score-tab:first-child {
  margin-top: 0;
}

.nav-tabs > li {
  float: none;
  display: table-cell;
  margin-bottom: 1px;
  border-right: 1px solid #fff;
  font-size: 15px !important;
  font-family: UniversLTStd-bold;
  padding: 7px;
}

.nav-tabs > li:last-child {
  border-left: none;
}

.nav-tabs > li:hover, .nav-tabs > li a:hover {
  background-color: #954a09;
}

/* tab color */
.nav-tabs > li > a {
  color: #ffffff;
  text-transform: uppercase;
  outline: none;
  border-radius: none;
  border: none;
  cursor: pointer;
}

.nav-tabs > li.active {
  color: #fff;
  background-color: #954a09;
  border: none;
  border-right: 1px solid #ffffff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #fff;
  background-color: transparent;
  border: none;
}

.nav-tabs > li.active:after {
  content: "";
  position: absolute;
  margin-top: -10px;
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -15px; /* adjust for border width */
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #954a09;
}

.tab-content {
  background: #fff;
  margin-top: 40px;
  padding: 0;
}

/* ACCORDIONS */
.score-accordion-panel h4 a {
  outline: none;
}

.score-accordion-panel .panel-body {
  border-top: none !important;
  padding: 0px 20px !important;
}

.panel-group .panel-body, .score-accordion .panel-body {
  padding: 20px 15px;
}

#tabSet-accordion .panel-default, #tabSet-accordion .score-panel, #tabSet-accordion .score-accordion-panel {
  padding-top: 0px;
}

#tabSet-accordion .panel-heading {
  background: #0098db !important;
}

#tabSet-accordion .js-tabcollapse-panel-heading {
  color: #fff !important;
}

.panel-heading h4.panel-title {
  font-family: UniversLTStd-bold;
  font-size: 15px;
  text-transform: uppercase;
}

.score-accordion-panel .panel-heading h4.panel-title, .panel-heading h4.panel-title {
  padding: 10px 0;
}

.panel-heading h4.panel-title-widget {
  font-family: UniversLTStd-bold;
  padding: 8px;
  font-size: 15px;
  margin-top: 10px;
}

.score-accordion-panel .panel-heading h4.panel-title {
  color: #cf7000;
}

a.js-tabcollapse-panel-heading {
  text-decoration: none !important;
  outline: none !important;
}

a.js-tabcollapse-panel-heading collapsed {
  text-decoration: none !important;
  outline: none !important;
}

.panel-heading h4.panel-title a:hover {
  color: #bb5802;
}

.panel-heading h4.panel-title a {
  display: block;
}

.panel-heading h4.panel-title a.collapsed:before {
  content: "\f0dd";
  font-family: "FontAwesome";
  width: 30px;
  padding: 10px 20px;
  position: relative;
  top: -2px;
}

.panel-heading h4.panel-title a:before {
  content: "\f0de";
  font-family: "FontAwesome";
  font-size: 22px;
  width: 30px;
  padding: 10px 20px;
  position: relative;
  top: 6px;
}

.score-accordion-panel .panel-heading h4.panel-title a.collapsed:after {
  content: "\f107" !important;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 46px;
  float: right;
  margin-top: -5px;
}

.score-accordion-panel .panel-heading h4.panel-title a:after {
  content: "\f106" !important;
  font-family: "FontAwesome";
  font-size: 25px;
  width: 46px;
  float: right;
  margin-top: -5px;
}

.score-accordion {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}

/* Custom, iPhone Retina through  Extra Small Devices, Phones */
@media (min-width: 320px) and (max-width: 479px) {
  h5 {
    font-size: 12px !important;
  }
}
.tab-content .tab-pane h5:after, .panel-body h5:after {
  font-family: "FontAwesome";
  content: "\f106";
  float: right;
  color: #005a8b;
  padding: 0px 10px 10px 10px !important;
  margin-top: -5px;
  font-size: 25px;
}

.tab-content .tab-pane h5.collapsed:after, .panel-body h5.collapsed:after {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  color: #005a8b;
  padding: 0px 10px 10px 10px !important;
  margin-top: -5px;
  font-size: 25px;
}

.panel-body .collapse.in:last-child, .panel-body .collapsing.in:last-child {
  margin-bottom: 20px !important;
}

.panel-body:last-child {
  padding-bottom: 20px !important;
}

.tab-content .tab-pane h5, .panel-body h5 {
  background: #fff none repeat scroll 0 0 !important;
  border-top: 1px solid #dddede;
  color: #005a8b;
  font-size: 15px;
  padding: 20px 0 20px 20px;
  margin: 0;
  cursor: pointer;
}

.tab-content .tab-pane h5.collapsed.last, .panel-body h5.collapsed.last {
  border-bottom: 1px solid #dddede;
}

.tab-content .tab-pane h5.collapsed, .panel-body h5.collapsed {
  border-bottom: none;
}

.tab-content, .panel-group p, .score-accordion p {
  line-height: 20px;
  margin-bottom: 10px;
}

.content-wrapper {
  padding: 0 20px 20px 20px;
}

.tab-content .collapse.in {
  padding: 0;
}

.panel-body .collapse.in, .panel-body .collapsing {
  padding: 0;
}

.content-wrapper h2 {
  margin-bottom: 20px;
}

.tab-pane .collapse, .tab-pane .collapsing {
  padding: 0;
}

a.read-more {
  color: #fff;
}

a.read-more:hover {
  text-decoration: underline;
}

/* LEFT NAV ACCORDIONS */
@media only screen and (max-width: 991px) {
  .left-nav-wrapper {
    margin-top: -20px;
  }
}
.left-nav-wrapper.hidden-md, .left-nav-wrapper.hidden-lg {
  margin-bottom: 20px;
}

.left-nav-wrapper a {
  padding: 20px 0 10px 20px;
  display: block;
  line-height: 20px;
  outline: none;
  text-transform: uppercase;
}

.left-nav-wrapper a:hover {
  text-decoration: none;
}

.left-nav-wrapper .dropdown-menu {
  margin-bottom: 20px;
}

.left-nav-wrapper .dropdown-menu a {
  font-size: 14px;
  font-family: UniversLTStd-Bold;
  text-transform: uppercase;
}

.left-nav-wrapper .dropdown-menu a.leftnav-active {
  background: #f6f7f7 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
  color: #bbbdbe;
  cursor: default;
}

.left-nav-wrapper .dropdown-menu a:hover {
  text-decoration: underline;
}

.left-nav-wrapper .dropdown-menu a.leftnav-active:hover {
  text-decoration: none;
}

.left-nav-wrapper .panel-heading-left {
  background: #fff;
  padding: 0;
  border-top: 1px solid #dddede;
}

.left-nav-wrapper .panel-heading-left:last-child {
  border-bottom: 1px solid #dddede;
}

.left-nav-wrapper .panel-heading-left.last {
  margin-top: -1px;
}

.leftnav-active {
  background-color: #fbeaca !important;
}

.leftnav-inactive {
  background-color: #fff !important;
}

.left-nav-wrapper .panel-heading-left a {
  padding: 20px 0 20px 25px;
  color: #bb5802 !important;
  line-height: 17px;
  display: block;
  font-size: 14px;
  font-family: UniversLTStd-Bold;
  text-transform: uppercase;
}

.left-nav-wrapper .panel-heading-left .accordion-toggle:before {
  display: none;
}

.left-nav-wrapper .panel-heading-left .accordion-toggle.collapsed:before {
  display: none;
}

.left-nav-mob-menu-header {
  background: #fbeaca;
  padding: 15px 0 35px 0;
  border: 1px solid #ccc;
  cursor: pointer;
}

.left-nav-mob-menu-header h6 {
  margin: 0;
  line-height: 20px;
}

.left-nav-mob-menu-header .icon-bar {
  background: #bb5802 none repeat scroll 0 0;
  border-radius: 1px;
  display: block;
  height: 3px;
  margin: 0 auto;
  width: 22px;
}

.left-nav-mob-menu-header .icon-bar + .icon-bar {
  margin-top: 4px;
}

.leftnav-menu .left-nav-mob-menu-active {
  background: #f6f7f7;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
}

.leftnav-menu .left-nav-mob-menu-active h6 {
  color: #bbbdbe;
}

.leftnav-menu {
  margin-top: -2px;
  border-radius: 0px !important;
  width: 100%;
  position: relative;
  padding: 0px;
  padding-bottom: 10px;
}

.leftnav-menu ul {
  list-style: none;
  padding-left: 0;
}

.leftnav-menu ul > li {
  list-style-type: none;
}

/* ICONS */
.fa-2x-custom {
  font-size: 170%;
}

.fa-1_5x {
  font-size: 150%;
}

/* LISTS */
ul > li {
  list-style-type: disc;
}

ul > li > ul {
  margin-top: 0.3em;
  padding-left: 20px;
}

ul > li > ul > li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: -0.75em;
  padding-left: 0.75em;
}

ul > li > ul > li:before {
  content: "– ";
}

ul > li > ul.dropdown-menu > li:before {
  content: "";
}

ul.no-bullets li {
  list-style-type: none !important;
}
ul.no-bullets li:before {
  content: none;
}

ul.no-left-padding {
  padding-left: 0;
}

ul.basic {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.basic li {
  list-style-type: disc;
  list-style-position: inside;
  padding-bottom: 7px;
  margin-left: 15px !important;
}

ol.list-bold,
ul.list-bold {
  font-weight: bold;
}

ol.list-bold > li > ul,
ol.list-bold > li > ol,
ul.list-bold > li > ul,
ul.list-bold > li > ol {
  font-weight: normal;
}

ul.check-square li {
  list-style-type: none !important;
}
ul.check-square li:before {
  content: "\f14a";
  font-family: "FontAwesome";
  margin-left: -1.5em;
  color: #cf7000;
  padding-right: 0.6em;
  font-size: 20px;
}
ul.check-square ul {
  list-style: initial;
  margin-left: -15px;
}
ul.check-square ul li {
  list-style-type: initial !important;
}
ul.check-square ul li:before {
  content: none;
}

/* FORMS */
.validation-summary-errors ul {
  margin: 0;
}

.field-validation-error, .select-validation-error {
  display: none;
  padding: 0.3em 0.6em;
}

.form-control-feedback {
  display: none !important;
}

.has-feedback .form-control-feedback {
  display: inline !important;
  line-height: 1em;
}

.has-warning {
  border-color: #bd4f19 !important;
}

.has-warning .form-control, .has-warning .score-comment-container .score-comment-area, .score-comment-container .has-warning .score-comment-area, .has-warning .score-comment-container .score-reply-area, .score-comment-container .has-warning .score-reply-area {
  border-color: #bd4f19 !important;
}

.has-warning .control-label {
  color: #565a5c !important;
}

.has-warning .input-group-addon {
  background-color: #bd4f19;
  color: #fff !important;
  border-color: #bd4f19 !important;
}

tr.has-warning td {
  background-color: #fbeaca !important;
  border-color: #bd4f19 !important;
}

.has-error {
  border-color: #bd4f19 !important;
}

.has-error .form-control, .has-error .score-comment-container .score-comment-area, .score-comment-container .has-error .score-comment-area, .has-error .score-comment-container .score-reply-area, .score-comment-container .has-error .score-reply-area {
  border-color: #bd4f19 !important;
}

.has-error .control-label {
  color: #565a5c !important;
}

.has-error .input-group-addon {
  background-color: #bd4f19;
  color: #fff !important;
  border-color: #bd4f19 !important;
}

.has-error .field-validation-error, .has-error .select-validation-error {
  display: inline-block !important;
  background-color: #bd4f19 !important;
  font-size: 15px;
  font-weight: normal;
  margin-top: 3px;
}

.form-group.no-msg span.select-validation-error, .form-group.no-msg span.field-validation-error {
  display: none !important;
}

tr.has-error td {
  background-color: #fbeaca !important;
  border-color: #fff !important;
}

tfoot tr.has-error td {
  background-color: #bd4f19 !important;
  border-color: #bd4f19 !important;
  color: #fff;
}

.has-success {
  border-color: #e3e6bd !important;
}

.has-success .form-control, .has-success .score-comment-container .score-comment-area, .score-comment-container .has-success .score-comment-area, .has-success .score-comment-container .score-reply-area, .score-comment-container .has-success .score-reply-area {
  border-color: #e3e6bd !important;
}

.has-success .control-label {
  color: #565a5c !important;
}

.has-success .input-group-addon {
  background-color: #e3e6bd;
  color: #fff !important;
  border-color: #e3e6bd !important;
}

tr.has-success td {
  background-color: #e3e6bd !important;
  border-color: #a2ad00 !important;
}

.form-group-phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.input-group-phone {
  width: 151px;
}

.input-group-flex {
  width: 120px;
}
@media (max-width: 479px) {
  .input-group-flex {
    width: 100px;
  }
}

span.combodate .form-control, span.combodate .score-comment-container .score-comment-area, .score-comment-container span.combodate .score-comment-area, span.combodate .score-comment-container .score-reply-area, .score-comment-container span.combodate .score-reply-area {
  display: inline-block;
}

input[rel=datepicker][readonly] {
  background: #fff;
}

/* BUTTONS */
.btn, .score-button {
  padding: 10px 16px;
  font-size: 15px;
  font-family: UniversLTStd-bold;
  border-radius: 4px;
  height: 42px;
}

.btn-group, .score-split-button-menu, .score-button-menu, .score-button-group {
  /*display: flex !important;*/
}

.btn.btn-secondary, .btn-secondary.score-button {
  border: 1px solid #bb5802;
  background: #ffffff;
  color: #bb5802;
}

.btn.btn-secondary:hover, .btn-secondary.score-button:hover {
  border-color: #954a09;
  color: #954a09;
}

.btn.disabled, .disabled.score-button, .btn[disabled], [disabled].score-button {
  border-color: #a1a1a1 !important;
  background: #a1a1a1 !important;
  color: #ffffff !important;
  cursor: default;
}
.btn.disabled .btn-icon-right, .disabled.score-button .btn-icon-right, .btn[disabled] .btn-icon-right, [disabled].score-button .btn-icon-right {
  border-left-color: #ffffff;
}

a.btn-link:after, .score-comment-container .score-comment-body a.reply:after, .score-comment-container .score-reply-body a.reply:after {
  content: " \f178";
  font-family: "FontAwesome";
}

a.btn-link-back:before {
  content: "\f177";
  font-family: "FontAwesome";
}

.btn:focus, .score-button:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:hover:active {
  background: #954a09;
}

.btn-primary-wide {
  width: 210px;
}

select.btn-primary option, select.btn-primary optgroup {
  background: #ffffff;
  font-family: UniversLTStd;
  color: #aeaeae;
}
@media screen and (max-width: 580px) {
  select.btn-primary.btn-primary-select {
    padding: 5px 8px;
  }
}

input[type=radio]:focus {
  outline: none;
}

label.chunky {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  cursor: pointer;
  margin: 5px 0 5px 40px;
}
label.chunky input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 4px solid #aeaeae;
  background: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  transition: border-width ease-in 0.3s;
  margin-top: 0;
  margin-right: 8px;
  margin-left: -40px;
  float: left;
}
label.chunky input[type=radio]:checked {
  border: 10px solid #cf7000;
}
label.chunky input[type=radio]:checked:hover {
  border: 10px solid #cf7000;
}
label.chunky input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 12px solid #aeaeae;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 10%;
  cursor: pointer;
  transition: all ease-in 0.3s;
  margin-top: 0;
  margin-right: 8px;
  float: left;
  outline: none !important;
  font-size: 1em;
  position: relative;
}
label.chunky input[type=checkbox]:before,
label.chunky input[type=checkbox]:after {
  color: #fff;
  position: absolute;
  white-space: pre;
  display: inline-block;
  font-family: FontAwesome;
  transition: all ease-in 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
}
label.chunky input[type=checkbox]:before {
  content: "\f00c";
  font-size: 0;
}
label.chunky input[type=checkbox]:after {
  content: "\f0c8";
  font-size: 1em;
}
label.chunky input[type=checkbox]:checked {
  border-color: #cf7000;
}
label.chunky input[type=checkbox]:checked:before {
  font-size: 1em;
  transform: translate(-50%, -50%) rotate(-360deg);
}
label.chunky input[type=checkbox]:checked:after {
  font-size: 0;
  transform: translate(-50%, -50%) rotate(-360deg);
}
@media (max-width: 767px) {
  label.chunky.label-flex {
    margin: 5px 0 5px 10px !important;
  }
}

label.chunky.has-error input[type=checkbox] {
  border-color: #a94442;
}

label.chunky:hover input[type=radio],
label.chunky:hover input[type=checkbox] {
  border-color: #cf7000;
}

label.chunky.chunky-normal {
  font-size: inherit;
}

label.chunky.chunky-light {
  font-weight: normal;
}

ul.dropdown-menu li {
  list-style: none;
}

ul.dropdown-menu li.disabled a {
  cursor: default !important;
  background-color: none;
}

/* Button Action Right */
.btn-action-right {
  /*color: #ffffff;
  background: #0098db;*/
  padding: 0;
  padding-left: 5px;
  margin: 0;
}
@media (max-width: 405px) {
  .btn-action-right {
    margin-top: 10px;
  }
}

.btn-action-right span, .btn-action-left span {
  vertical-align: middle;
  padding: 8px 12px;
  min-width: 40px;
  text-align: center;
}

.btn-icon-right {
  font-size: 25px;
  border-left: 1px solid #ffffff;
}

.btn-margin-left {
  margin-left: 25px;
}

.btn-margin-right {
  margin-right: 25px;
}

/* Button Action Left */
.btn-action-left {
  padding: 0;
  padding-right: 5px;
  margin: 0;
}

.btn-icon-left {
  font-size: 25px;
  border-right: 1px solid #ffffff;
}

.flow-button-wrapper {
  float: right;
}

.flow-button-container {
  border-top: 1px solid #dddede;
  width: 100%;
  padding-top: 15px;
  margin-top: 40px;
}

/* PROGRESS BAR 1 */
.progress-bar-wrapper {
  border: 1px solid #cccdce;
  padding: 5px;
  background: #fff;
  border-radius: 20px;
  height: 34px;
}

.progress-start {
  text-align: right;
  padding-right: 8px;
}

.progress-start, .progress-end {
  vertical-align: middle;
  display: inline-block;
  padding: 8px;
}

.progress-update {
  padding-top: 10px;
  text-align: center;
}

.progress-bar-wellness {
  border-radius: 20px;
  background-color: #a1ae39;
  min-height: 21px;
}

.progress-bar-canvas {
  background-color: #f7f7f7;
  width: 100%;
  min-height: 21px;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

.progress-flow {
  background-color: #efefef;
  margin-bottom: 20px;
  padding: 5px;
  margin-left: -10000px;
  margin-right: -10000px;
  padding-left: 10000px;
  padding-right: 10000px;
}

.progress-flow .progress-end {
  text-transform: uppercase;
  font-weight: bold;
}

/* PROGRESS BAR 2 */
.progress, .score-progress-area {
  background-color: #f6f7f7;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-bar, .score-progress-bar {
  background-color: #ebb700;
  border-radius: 20px !important;
  color: #fff;
  float: left;
  font-size: 12px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  transition: width 0.6s ease 0s;
}

.progress-skinny {
  height: 10px;
}

/* TOOLTIP */
span[rel=tooltip] {
  cursor: help;
  color: #bb5802;
  text-decoration: none;
  border-bottom: 1px #bb5802 dotted;
}

span[rel=tooltip]:hover {
  color: #954a09;
}

.table th span[rel=tooltip] {
  color: #fff;
  border-bottom-color: #fff;
}

.tooltip * {
  text-align: left;
}
.tooltip ul {
  padding-left: 20px;
}
.tooltip p:last-child {
  margin-bottom: 0;
}
.tooltip .tooltip-inner {
  background-color: #565a5c;
  max-width: 350px;
  padding: 10px;
  color: #ffffff;
}
.tooltip .tooltip-inner ul li {
  list-style-type: disc;
}
.tooltip .tooltip-arrow {
  border-color: transparent;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #565a5c;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #565a5c;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #565a5c;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #565a5c;
}

.tooltip.in {
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.pull-right.social .tooltip.top {
  margin-top: -10px;
}

/* POPOVER */
.popover.popover-big {
  max-width: 80%;
}

.popover.popover-static {
  position: relative;
  display: block;
  z-index: initial;
}

/* BREADCRUMB */
.score-breadcrumb {
  background-color: inherit;
  padding: 0;
  color: #565a5c;
}
.score-breadcrumb a {
  font-weight: normal;
  color: #565a5c;
  font-family: UniversLTStd;
}
.score-breadcrumb li.active {
  display: none;
}
.score-breadcrumb li a:before {
  content: "\f177";
  margin-right: 0.5em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* LINKS */
.append-arrow-right:after {
  content: "\f178";
  margin-left: 0.5em;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* UTILITY */
.text-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal !important;
}

.font-normal {
  font-weight: normal;
}

.cursor-pointer {
  cursor: pointer;
}

.d-block {
  display: block !important;
}
@media (max-width: 768px) {
  .d-block label.chunky input[type=radio] {
    margin-left: -30px;
  }
}

.d-inline-block {
  display: inline-block !important;
}

.msg {
  position: relative;
  border-left: 50px solid;
  padding: 15px 15px;
  margin-bottom: 20px;
  color: #333;
}
.msg > *:last-child {
  margin-bottom: 0;
}

.msg:before {
  display: block;
  position: absolute;
  margin-top: -5px;
  margin-left: -54px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2em;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.msg.msg-neutral {
  background: #efefef;
}

.msg.msg-no-icon {
  border-left: 0 !important;
}

.msg.msg-no-icon:before {
  content: "" !important;
}

.msg .msg-heading {
  font-size: 18px;
  font-family: UniversLTStd-Bold;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 2px;
  margin-bottom: 10px;
}

.msg.msg-warning {
  border-left-color: #bd4f19;
  background: #fbeaca;
}

.msg.msg-warning:before {
  content: "\f071";
}

.msg.msg-success {
  border-left-color: #a2ad00;
  background: #e3e6bd;
}

.msg.msg-success:before {
  content: "\f058";
}

.msg.msg-info {
  border-left-color: #007aaf;
  background: #e0ecee;
}

.msg.msg-info:before {
  content: "\f129";
  padding-left: 9px;
}

.msg.msg-contact {
  border-left-color: #ebb700;
  background: #f4f1d2;
}

.msg.msg-contact:before {
  content: "\f2b6";
  padding-left: 0;
}

.msg.msg-laptop {
  border-left-color: #ebb700;
  background: #f4f1d2;
}

.msg.msg-laptop:before {
  content: "\f109";
  padding-left: 0;
}

.msg.msg-loading:before {
  content: "\f110" !important;
  animation: fa-spin 2s infinite linear;
  padding-left: 0 !important;
}

.message-success, .message-warning, .message-success.row, .message-warning.row {
  min-height: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.message-warning.dashboard {
  min-height: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 0;
}

.message-success .left {
  background: #8e9300;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.message-warning .left {
  background: #8e9300;
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.message-success .left i, .message-success .left i {
  margin-top: 10px;
  margin-bottom: 10px;
}

.message-success .right {
  background: #e8e9cc;
}

.message-warning .left {
  background: #bd4f19;
  color: #fff;
  padding: 15px;
}

.message-warning .right {
  background: #f2dcd1;
  line-height: 22px;
}

.message-success .right, .message-warning .right {
  padding: 15px;
}

.message-success .right > *:last-child:after, .message-warning .right > *:last-child:after {
  content: "";
  display: block;
  height: 15px;
}

.row.match-col-heights {
  overflow: hidden;
}

.row.match-col-heights [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.accent {
  font-family: UniversLTStd-bold;
}

.margin-left-10 {
  margin-left: 10px;
}

.padding-0 {
  padding: 0 !important;
}

.padding-5 {
  padding: 5px;
}

.padding-right-0 {
  padding-right: 0;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-left-0 {
  padding-left: 0;
}

a.outbound:after, a[target=_blank]:after {
  content: "\f14c";
  font-family: "FontAwesome";
  padding: 10px 2px 10px 4px;
}

.social a[target=_blank]:after {
  content: none;
  padding: 0;
}

.social a {
  color: #bb5802;
  margin-right: 15px;
  text-decoration: none;
}

.social a:hover {
  color: #954a09;
  margin-right: 15px;
  text-decoration: none;
}

.contact-icons a[target=_blank]:after {
  content: none;
  padding: 0;
}

.contact-icons a, .header .fa-stack {
  color: #bb5802;
}

.contact-icons a:hover {
  color: #954a09;
}

a {
  color: #bb5802;
}

a:hover {
  color: #954a09;
}

/* RPT Fund Perf Popup positioning */
.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog .modal-header {
  background: #cf7000;
  color: #fff;
}
.modal-dialog .modal-header button {
  color: #fff;
  opacity: 0.9;
}
.modal-dialog .modal-header button:hover {
  opacity: 1;
}
.modal-dialog .modal-body-confirm {
  padding: 20px 40px;
}

.modal-body {
  max-height: 60vh;
  max-height: calc(95vh - 170px);
  overflow-y: auto;
}

@media screen and (max-width: 470px) {
  .modal-dialog .modal-footer .btn, .modal-dialog .modal-footer .score-button {
    display: block;
    margin: 10px 0 0 0;
    width: 100%;
  }
  .modal-dialog .modal-footer .btn:first-child, .modal-dialog .modal-footer .score-button:first-child {
    margin: 0;
  }
  .modal-dialog .modal-footer .btn .btn-icon-right, .modal-dialog .modal-footer .score-button .btn-icon-right {
    display: none;
  }
}
hr, hr.sectionBreak {
  border-top: 4px solid #aeaeae;
  margin-left: -15px;
  margin-right: -15px;
}

hr.hr-thin {
  border-top-width: 1px;
}

hr.hr-thin-light-gray {
  border-top-width: 1px;
  border-top-color: #dddddd;
}

hr.hr-gray {
  border-top-color: #aeaeae;
}

.form-control-limited {
  width: 173px !important;
}

.form-control-ssn.has-focus {
  border-color: #0098db;
}

.form-control-error {
  right: auto !important;
  width: 300px !important;
}

.form-control:focus, .score-comment-container .score-comment-area:focus, .score-comment-container .score-reply-area:focus {
  border: 1px solid #0098db;
  box-shadow: 0px 1px 4px #0098db;
}

verification {
  font-weight: normal;
}

@media (min-width: 992px) {
  .form-inline .radio .form-group .input-group .form-control, .form-inline .radio .form-group .input-group .score-comment-container .score-comment-area, .score-comment-container .form-inline .radio .form-group .input-group .score-comment-area, .form-inline .radio .form-group .input-group .score-comment-container .score-reply-area, .score-comment-container .form-inline .radio .form-group .input-group .score-reply-area {
    width: 107px;
  }
}
@media (min-width: 992px) {
  .form-inline .radio .form-group .input-group {
    margin-left: 40px !important;
  }
}
@media (max-width: 768px) {
  .form-inline .radio .form-group .input-group {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .form-control[maxlength="30"], .score-comment-container [maxlength="30"].score-comment-area, .score-comment-container [maxlength="30"].score-reply-area {
    width: 30em;
  }
}
@media (max-width: 480px) {
  .form-inline .radio .form-group .input-group {
    margin-left: 30px !important;
  }
}
@media (max-width: 991px) {
  .chunky-divider {
    visibility: hidden;
  }
}
.line-separator {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 2px;
  background: #339edd;
}

.div-separator {
  margin-top: 30px;
  margin-bottom: 15px;
  height: 1px;
  background: #e9ebeb;
}

.mini-span {
  display: inline-block;
  width: 50px;
}

.small-span {
  display: inline-block;
  width: 100px;
}

.big-span {
  display: inline-block;
  width: 300px;
}

.flyout-container h3 {
  display: inline-block;
}

.flyout-container span {
  margin-left: 10px;
}

/* ANIMATIONS */
.fa-spin-reverse {
  -webkit-animation: fa-spin-reverse 2s infinite linear;
  animation: fa-spin-reverse 2s infinite linear;
}

.fa-pulse-reverse {
  -webkit-animation: fa-spin-reverse 1s infinite steps(8);
  animation: fa-spin-reverse 1s infinite steps(8);
}

@-webkit-keyframes fa-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(-359deg);
  }
}
@keyframes fa-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(-359deg);
  }
}
.loading-ellipsis i {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0s;
}

.loading-ellipsis i + i {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
}

.loading-ellipsis i + i + i {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
}

@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#unblu_activation_element_token {
  cursor: pointer;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > [class^=col-],
.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

/* PRINT */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  .welcome.pull-right,
  .container-fluid.light-blue,
  .footer-grad,
  .footer-links,
  .social,
  .contact-icons,
  .copyright .pull-right,
  .mash-list-items.mash-list-items-welcome,
  .mash-brand button,
  .page-header-subinfo i.fa-3x,
  #x-unblu-root-container,
  ol.score-breadcrumb {
    display: none !important;
  }
  * {
    background-image: none !important;
    color: #000 !important;
  }
  .feature-area-wrapper {
    margin: initial !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hidden-sm, .hidden-xs {
    display: initial !important;
  }
  .panel-collapse {
    height: auto !important;
    display: block !important;
  }
  .rel-links-wrapper {
    display: none;
  }
  .nav-tabs li {
    display: none;
  }
  .nav-tabs li.active {
    display: block;
    border: 1px solid #b2b3b3;
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .nav-tabs > li.active:after {
    display: none;
  }
}
.iframe {
  display: block;
}

.noIframe {
  display: none;
  background-color: #f6f7f7;
  padding: 30px 20px 20px 20px;
  height: 300px;
}

/* Small Devices, Tablets in Portrait */
@media only screen and (max-width: 768px) {
  .iframe {
    display: none;
  }
  .noIframe {
    display: block;
    margin-top: 80px;
  }
  .show-large {
    display: none;
  }
  .show-medium {
    display: block;
  }
  .btn, .score-button {
    height: auto;
    font-family: UniversLTStd-Bold;
    font-size: 14px;
    border-radius: 4px;
  }
  .copyright.first {
    border-bottom: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
  .copyright.last {
    border-top: 0;
    margin-top: 0;
    padding-left: 15px;
  }
  .copyright {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .show-large a {
    font-size: 13px;
    font-family: UniversLTStd;
  }
}
/* Medium Devices, Desktops, tables in Landscape */
@media only screen and (min-width: 769px) {
  .iframe {
    display: block;
  }
  .noIframe {
    display: none;
  }
  .show-large {
    display: block;
  }
  .show-medium {
    display: none;
  }
}
/* Charts */
svg > g > g:last-child,
div.google-visualization-tooltip {
  pointer-events: none;
}

.terms-wrapper {
  background: #f7f7f7;
  padding: 20px 20px 10px 20px;
  margin: -20px -10px 40px -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.terms-wrapper .content {
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  overflow-y: scroll;
  height: 400px;
}
.terms-wrapper h2 {
  margin-left: 10px;
}
.terms-wrapper .button-flow {
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 60px 20px;
  width: 98%;
}

.pagination > li > a,
.pagination > li > span {
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border: none;
  background-color: transparent;
  pointer-events: none;
  margin-left: 0px;
  margin-right: 0px;
}
.pagination > .navigator > a, .pagination > .navigator > a:hover, .pagination > .navigator > a:focus,
.pagination > .navigator > span,
.pagination > .navigator > span:hover,
.pagination > .navigator > span:focus {
  background-color: transparent;
  border: none;
}

.pagination-footer-row {
  max-height: 65px !important;
}

.pagination-footer-cell {
  background: #f7f7f7;
  margin-bottom: 15px;
  text-align: center;
}

.panel-wellness {
  background-color: #fff;
}

.panel-section-bar-top {
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.panel-section-bar-bottom {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/*================================================ MENU BASIC STYLE */
.mash-menu {
  padding: 0;
  display: block;
  position: relative;
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  font-family: UniversLTStd-Bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .mash-menu {
    float: left;
    width: 100%;
  }
}
.mash-menu * {
  /*=========================================== CSS FOR ALL ELEMENTS */
  outline: none !important;
  text-decoration: none !important;
  box-sizing: border-box;
  font-family: UniversLTStd;
  list-style: none;
  text-align: left;
  -webkit-tap-highlight-color: transparent !important;
}

.mash-menu h5 {
  font-family: UniversLTStd-bold;
}

.mash-menu i.fa {
  /*===================================== FONT AWESOME ICONS */
  font-family: FontAwesome;
}

.mash-menu section.mash-menu-inner-container {
  /*=========================================== SECTION */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  min-height: 50px;
}

.mash-menu section.mash-menu-header {
  /*=========================================== HEADER SECTION */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  min-height: 50px;
  background: #fff;
}

@media screen and (max-width: 1199px) {
  .mash-menu section.mash-menu-inner-container {
    min-height: 1px;
  }
}
.mash-menu .mash-brand, .mash-menu .mash-list-items {
  /*=========================================== MENU BRAND */
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-brand, .mash-menu .mash-list-items {
    width: 100%;
  }
}
.mash-menu .mash-brand > li, .mash-menu .mash-list-items > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 57px;
}

/*.mash-menu .mash-brand > li {
    z-index: unset;
}

.mash-menu .mash-brand > li:hover {
    z-index: 1;
}
*/
@media screen and (min-width: 992px) {
  .mash-menu .mash-list-items-welcome > li {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu .mash-brand > li, .mash-menu .mash-list-items > li {
    width: 100%;
    text-align: left;
    line-height: normal;
    position: relative;
  }
}
.mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
  width: 80px;
  margin: 0;
  display: block;
  font-size: 1.125em;
  font-weight: 400;
  padding-left: 28px;
  padding-right: 28px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: background 100ms ease;
  font-family: UniversLTStd-Bold;
}

.mash-menu .mash-brand > li > a:hover,
.mash-menu .mash-brand > li > a.selected,
.mash-menu .mash-brand > li.active > a,
.mash-menu .mash-list-items > li:hover {
  background: #cf7000;
  transition: background 100ms ease;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-brand > li > a, .mash-menu .mash-list-items > li > a {
    line-height: normal;
    word-wrap: break-word;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mash-menu .mash-brand > li > a img, .mash-menu .mash-list-items > li > a img {
  max-height: 20px;
  top: -3px;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.mash-menu .mash-list-items {
  /*============================================== LIST ITEMS  */
}

@media screen and (min-width: 1200px) {
  .mash-menu .mash-list-items {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu .mash-list-items {
    display: none;
  }
}
.mash-menu .mash-list-items > li {
  line-height: normal;
  cursor: default;
}

.mash-menu .mash-list-items > li:after {
  display: none;
}

.mash-menu .mash-list-items > li.active > a,
.mash-menu .mash-brand > li.active > a {
  background: #954a09;
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-list-items > li > a.menu-home {
    display: none;
  }
}
.mash-menu .mash-list-items > li > a.selected {
  border-bottom: none !important;
  position: relative;
  background: #954a09;
}

.mash-menu .mash-list-items > li > a {
  font-size: 14px;
  padding: 20px 24px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  display: block;
  /*z-index: 10;  MDS Commented out 12/21/21 to resolve overlay issue with new account dropdown */
  width: 100%;
  transition: background 200ms ease-in-out;
}

.mash-menu .mash-brand > li > a:hover,
.mash-menu .mash-list-items > li > a:hover {
  background: #954a09;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-list-items > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .mash-menu .mash-list-items > li > a:after {
    display: none;
  }
}
.mash-menu .mash-list-items.right {
  /*=============================================== RIGHT CLASS */
  float: right;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-list-items.right {
    padding-top: 0;
  }
}
.mash-menu .mash-list-items.right > li > .drop-down {
  right: 0;
}

.mash-menu.separator {
  /*================================================ SEPARATOR */
}

.mash-menu.separator .mash-brand > li > a, .mash-menu.separator .mash-list-items > li > a {
  border-right: none;
  position: relative;
}

.mash-menu.separator .mash-list-items.right {
  padding-top: 0;
}

.mash-menu.separator .mash-list-items.right > li > a {
  border-left: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

@media screen and (max-width: 1199px) {
  .mash-menu.separator .mash-list-items.right > li > a {
    border-left: none;
    border-bottom: 1px solid #039fe5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu.separator .mash-search-bar {
    border: 1px solid #039fe5;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  }
}
.mash-menu .drop-down {
  /*=============================================== DROP DOWN */
  margin: 0;
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  background: #efefef;
  z-index: 999;
  min-width: 180px;
  padding: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .mash-menu .drop-down {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    min-width: 10px;
    word-wrap: break-word;
    border-radius: 0;
    z-index: 9999;
  }
}
.mash-menu .drop-down li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 999;
}

.mash-menu .drop-down li:first-child .drop-down {
  top: 0;
}

.mash-menu .drop-down li:first-child a {
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.mash-menu .drop-down li:last-child a {
  padding-bottom: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.mash-menu .drop-down a {
  width: 100%;
  margin: 0;
  display: block;
  color: #565a5c;
  font-size: 0.8125em;
  padding: 6px 15px;
  position: relative;
  z-index: 999;
  transition: color 200ms ease;
}

.mash-menu .drop-down li:hover > a {
  color: #0098db;
  position: relative;
}

.mash-menu .drop-down .drop-down {
  /*========================================== SECOND LEVEL DROP DOWN */
  left: 100%;
  top: -8px;
  z-index: -1;
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down .drop-down {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media screen and (min-width: 768px) {
  .mash-menu .drop-down .drop-down li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.mash-menu .drop-down .drop-down li:first-child a {
  padding-top: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .mash-menu .drop-down .drop-down li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.mash-menu .drop-down .drop-down li:last-child a {
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .mash-menu .drop-down .drop-down {
    left: 0;
    top: 0;
    z-index: 10;
    position: relative;
    display: none;
    border-top: 1px solid rgba(242, 242, 242, 0.86);
    border-bottom: 1px solid rgba(242, 242, 242, 0.86);
    box-shadow: none;
  }
  .mash-menu .drop-down .drop-down a {
    padding-left: 30px;
  }
  .mash-menu .drop-down .drop-down .drop-down a {
    padding-left: 50px;
  }
  .mash-menu .drop-down .drop-down .drop-down .drop-down a {
    padding-left: 70px;
  }
}
.mash-menu .drop-down .drop-down.left {
  /*======================================== ALIGN DROP DOWN LEFT SIDE */
  left: -100%;
}

@media screen and (max-width: 1199px) {
  .mash-menu .drop-down .drop-down.left {
    left: 0;
  }
}
.mash-menu .mash-list-items > li > a i.fa.fa-angle-down {
  /*========================================== FONT AWESOME ICONS */
  font-size: 0.875em;
  float: left;
  display: inline-block;
  margin: 0;
  line-height: 16px;
  padding: 0 5px 0 0;
}

.mash-menu .mash-list-items > li > a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  vertical-align: middle;
  padding-left: 8px;
  font-size: 14px;
}

.mash-menu .drop-down li a i.fa {
  float: left;
  margin: 0;
  display: inline-block;
  padding: 0 6px 0 0;
  line-height: 16px;
  font-size: 0.8125em;
}

.mash-menu .drop-down li a i.fa.fa-indicator {
  float: right;
  padding-right: 0;
  padding-left: 6px;
}

@media screen and (max-width: 1199px) {
  .mash-menu .drop-down li a i.fa.fa-indicator {
    padding-right: 1px;
  }
}
.mash-menu .divider {
  /*=========================================== DIVIDER */
  margin: 8px 0 !important;
  padding: 0;
  display: block;
  height: 1px;
  background: rgba(230, 230, 230, 0.86) !important;
  width: 100%;
}

.mash-menu .mash-search-bar {
  /*============================================= SEARCH BAR */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

@media screen and (min-width: 768px) {
  .mash-menu .mash-search-bar {
    display: block !important;
  }
  .mash-menu .mash-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON DESKTOP CLASS */
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu .mash-search-bar {
    display: none;
  }
  .mash-menu .mash-search-bar.search-bar-hide {
    /*=============================================== SEARCH BAR HIDE ON MOBILE CLASS */
    display: none !important;
  }
  .mash-menu .mash-list-items.search-bar-hide {
    padding-top: 0;
  }
}
.mash-menu .mash-search-bar li {
  margin: 0;
  padding: 15px 15px;
  display: block;
  float: left;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-search-bar li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.mash-menu .mash-search-bar form {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.mash-menu .mash-search-bar label {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  position: relative;
}

.mash-menu .mash-search-bar input {
  margin: 0;
  display: block;
  float: left;
  max-width: 160px;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 0.875em;
  padding: 0;
  height: 25px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  opacity: 1 !important;
  font-weight: normal;
}

.mash-menu .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu .mash-search-bar .mash-search-bar-border {
  margin: 0;
  padding: 0;
  display: block;
  height: 0;
  width: 100%;
}

.mash-menu .mash-search-bar .mash-search-bar-border:after, .mash-menu .mash-search-bar .mash-search-bar-border:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.36);
  height: 1px;
  width: 100%;
  transition: width 400ms ease;
}

.mash-menu .mash-search-bar .mash-search-bar-border:before {
  right: 0;
  left: auto;
}

.mash-menu .mash-search-bar input:focus + .mash-search-bar-border:after, .mash-menu .mash-search-bar input:focus + .mash-search-bar-border:before,
.mash-menu .mash-search-bar input:focus + .mash-search-bar-border:before {
  width: 0;
}

.mash-menu .mash-search-bar i.fa.fa-search {
  display: none;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-search-bar {
    width: 100%;
    position: absolute;
    top: 52px;
    background: #03a9f4;
    z-index: 999;
    border-left: none;
    border-right: none;
  }
  .mash-menu .mash-search-bar li, .mash-menu .mash-search-bar form, .mash-menu .mash-search-bar label, .mash-menu .mash-search-bar input {
    width: 100% !important;
    max-width: 100%;
  }
  .mash-menu .mash-search-bar i.fa.fa-search {
    display: block;
    position: absolute;
    top: -60px;
    right: 44px;
    color: rgba(255, 255, 255, 0.86);
    height: 44px;
    width: 44px;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
    font-size: 1em;
    z-index: 999;
  }
}
.mash-menu .drop-down-large,
.mash-menu .drop-down-medium {
  /*============================================= FULL SIZE DROP DOWN */
  margin: 0;
  display: none;
  float: left;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  min-height: 100px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.26);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 0.8125em;
  z-index: 1;
  background: #efefef;
  line-height: 18px;
  padding: 20px 5px 15px;
  overflow: hidden;
}

.mash-menu .drop-down-large > .vertical-tabs-container,
.mash-menu .drop-down-medium > .vertical-tabs-container {
  /*============================================= vertical tabs container */
  position: relative;
  top: 15px;
  margin-top: -35px;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 1199px) {
  .mash-menu .drop-down-large,
  .mash-menu .drop-down-medium {
    position: relative; /* use absolute if you want a menu effect vs. pushing other tabs down */
    top: auto;
    left: 0;
    width: 100%;
    display: none;
    border-radius: 0;
    z-index: 999;
  }
}
.mash-menu .drop-down-medium {
  /*========================================== DROP DOWN MEDIUM */
  left: 0;
  width: 100%;
  max-width: 600px;
  right: 0;
  margin: 0 auto;
}

.mash-menu .drop-down-medium.float-left {
  margin: 0;
  right: auto;
}

.mash-menu .drop-down-medium.float-right {
  margin: 0;
  left: auto;
  right: 0;
}

@media screen and (max-width: 991px) {
  .mash-menu .drop-down-medium {
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.mash-menu .vertical-tabs {
  /*=========================================== VERTICAL TABS */
  margin: 0;
  width: 100%;
  height: 100% !important;
  float: left;
  display: block;
  padding: 20px 0;
  background: #efefef;
  /* background: $panel-bg url(../images/main-menu-tab-border.png) repeat-y right;*/
}

@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs {
    display: none;
  }
}
.mash-menu .vertical-tabs:before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mash-menu .vertical-tabs a,
.mash-menu .vertical-tabs a.active {
  float: left;
  width: 100%;
  color: #565a5c;
  font-family: UniversLTStd-Bold;
  display: inline-block;
  text-align: left;
  padding: 8px 15px;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  transition: ease-in 200ms ease, color 200ms ease;
  min-height: 60px;
  border-top: 1px solid #aeaeae;
}

.mash-menu .vertical-tabs a.active,
.mash-menu .vertical-tabs a:hover {
  color: #954a09;
}

.mash-menu .vertical-tabs a:last-child {
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs a {
    text-align: left;
  }
}
.mash-menu .vertical-tabs a.active {
  /*background: $panel-bg url(/Areas/Shared/images/tab-menu-indicator.png) right no-repeat;*/
  /*z-index: 100 !important;*/
  border-right: 5px solid #954a09;
  position: relative;
  z-index: 1000;
}

.mash-menu .vertical-tabs a.active:before {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 8px;
  border-color: transparent;
  border-right-color: #954a09;
  right: 0;
  top: 35%;
  z-index: 100 !important;
}

.mash-menu .vertical-tabs i.fa {
  font-weight: bold;
  padding-left: 5px;
}

@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs i.fa {
    float: right;
    top: 2px;
    position: relative;
  }
}
.mash-menu .vertical-tabs-content {
  /*========================================= VERTICAL TABS CONTENT */
  background: #fff;
  display: none;
  float: left;
  width: 100%;
  padding: 20px 5px 15px;
  position: relative;
  z-index: 10;
}

.mash-menu .vertical-tabs-content:before {
  content: "";
  position: absolute;
  padding-top: 20px;
  top: 0;
  left: -19px;
  right: 0;
  bottom: 0;
  height: 150%;
  background: #efefef;
  z-index: -1 !important;
}

.content-border {
  margin-top: 0px;
  margin-left: -40px;
  padding-left: 20px;
  background: #efefef;
  border-left: 5px solid #aeaeae;
}

@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs-content {
    border-top: 1px solid #efefef;
  }
}
.mash-menu .vertical-tabs-content-container > a {
  display: none;
}

@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs-content-container > a {
    position: relative;
    z-index: 9999;
    display: block;
    float: left;
    width: 100%;
    text-align: right;
    padding: 8px 15px;
    margin: 1px 0;
    font-weight: 500;
    color: #565a5c;
    transition: background 100ms ease, color 100ms ease;
  }
}
@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs-content-container > a {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs-content-container > a:hover, .mash-menu .vertical-tabs-content-container > a.active {
    background: #fff;
    color: #cf7000;
  }
  .mash-menu .vertical-tabs-content-container > a i.fa {
    float: right;
  }
}
.mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile {
    display: block;
    color: #565a5c;
    width: 100%;
    margin: 0px;
    font-size: 1em;
    padding: 10px 15px;
    transition: color 200ms ease 0s;
  }
  .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #03a9f4;
  }
  .mash-menu .vertical-tabs-content-container .vertical-tabs-content-mobile i.fa {
    float: right;
  }
  .mash-menu .list-items a, .mash-menu .order-items a {
    border-bottom: 1px solid #ddd;
  }
}
.mash-menu .space-0 {
  /*===================================== SPACE 0 CLASS USED FOR REMOVE THE BOOTSTRAP COLUMNS SPACE */
  padding: 0 !important;
  margin: 0 !important;
}

.mash-menu img {
  max-width: 100%;
  margin-bottom: 10px;
}

.mash-menu p {
  color: #565a5c;
  font-weight: 400;
  line-height: 18px;
  text-transform: none;
}

.mash-menu h1, .mash-menu h2, .mash-menu h3, .mash-menu h4, .mash-menu h5, .mash-menu h6 {
  color: #565a5c;
  font-weight: 400;
  font-size: 2.25em;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
}

.mash-menu h2 {
  font-size: 1.875em;
}

.mash-menu h3 {
  font-size: 1.625em;
}

.mash-menu h4 {
  font-size: 1.375em;
}

.mash-menu h5 {
  font-size: 1.125em;
}

.mash-menu h6 {
  font-size: 0.9375em;
}

.mash-menu .thumbnail, .mash-menu .score-highlight {
  margin-bottom: 15px;
  border-radius: 0;
}

.mash-menu .thumbnail:hover, .mash-menu .score-highlight:hover {
  border-color: #03a9f4;
}

.mash-menu .lead, .mash-menu .score-lead {
  font-size: 1.25em;
  color: #565a5c;
}

.mash-menu small {
  font-size: 0.875em;
  color: #565a5c;
}

.mash-menu strong,
.mash-menu em,
.mash-menu abbr {
  color: #565a5c;
}

.mash-menu em {
  font-weight: 400;
  font-style: italic;
}

.mash-menu .text-primary {
  color: #009688;
}

.mash-menu .text-warning {
  color: #FF5722;
}

.mash-menu .text-danger {
  color: #F44336;
}

.mash-menu .text-success {
  color: #4CAF50;
}

.mash-menu .text-info {
  color: #03A9F4;
}

.mash-menu blockquote {
  border-left-color: #60ccfd;
  padding: 5px 15px;
  margin-bottom: 10px;
}

.mash-menu blockquote small:before {
  display: none;
}

.mash-menu .list-items, .mash-menu .order-items {
  /*===================================== LIST ITEMS */
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.mash-menu .list-items li, .mash-menu .order-items li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  list-style: decimal;
}

.mash-menu .list-items li:first-child a, .mash-menu .order-items li:first-child a {
  border-top: none;
  position: relative;
}

.mash-menu .list-items a, .mash-menu .order-items a {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  line-height: 16px;
  color: #565a5c;
  position: relative;
  text-transform: none;
  transition: color 200ms ease;
}

.mash-menu .list-items a:hover, .mash-menu .order-items a:hover {
  color: #954a09;
}

.mash-menu .list-items i.fa, .mash-menu .order-items i.fa {
  margin-right: 5px;
}

.mash-menu .list-items i.fa.fa-indicator, .mash-menu .order-items i.fa.fa-indicator {
  float: right;
  margin-left: 5px;
  margin-right: 10px;
}

.mash-menu .order-items li {
  /*============================================ ORDER LIST */
  position: relative;
}

.mash-menu .order-items li a {
  padding-left: 20px;
  position: relative;
}

.mash-menu .order-items li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  color: #565a5c;
  bottom: 0;
  line-height: 40px;
  text-align: left;
  list-style-type: inside !important;
  display: list-item !important;
}

.mash-menu .list-items-group {
  /*========================================= LIST GROUP ITEM */
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  position: relative;
}

.mash-menu .list-items-group .list-group-image {
  float: left;
  width: 50px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.86);
}

.mash-menu .list-items-group .list-group-image img {
  max-width: 100%;
  float: left;
  margin-top: 10px;
  width: 100%;
}

.mash-menu .list-items-group .list-group-heading, .mash-menu .list-items-group .list-group-text {
  padding-left: 65px;
}

.mash-menu .list-items-group .divider {
  background: rgba(80, 80, 80, 0.1) !important;
}

/*.mash-menu .btn {
  text-transform: uppercase;
  position: relative;
  padding: 10px 25px;
  font-size: 1.0625em;
  margin: 0 4px 10px;
}
*/
.mash-menu .btn.space-0, .mash-menu .space-0.score-button {
  padding: 10px 25px !important;
}

.mash-menu .btn.small, .mash-menu .small.score-button {
  padding: 5px 10px;
  font-size: 1em;
}

.mash-menu .btn.small.space-0, .mash-menu .small.space-0.score-button {
  padding: 5px 10px !important;
}

/*.mash-menu .btn.btn-default, .mash-menu .btn.btn-primary, .mash-menu .btn.btn-success, .mash-menu .btn.btn-info, .mash-menu .btn.btn-custom, .mash-menu .btn.btn-warning, .mash-menu .btn.btn-danger {
  background: none;
  border: none;
  transition: all 200ms ease;
  border-radius: 3px;
  border-bottom: 2px solid whitesmoke;
}

.mash-menu .btn.btn-primary {
  background: #009688;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #00635a;
}

.mash-menu .btn.btn-primary:hover {
  background: #00a596;
}*/
.mash-menu .btn.btn-success, .mash-menu .btn-success.score-button {
  background: #59B75C;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #439a46;
}

.mash-menu .btn.btn-success:hover, .mash-menu .btn-success.score-button:hover {
  background: #64bc66;
}

.mash-menu .btn.btn-info, .mash-menu .btn-info.score-button {
  background: #0FB2FC;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #0394d5;
}

.mash-menu .btn.btn-info:hover, .mash-menu .btn-info.score-button:hover {
  background: #1eb7fc;
}

.mash-menu .btn.btn-custom, .mash-menu .btn-custom.score-button {
  background: #03a9f4;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #0286c2;
}

.mash-menu .btn.btn-custom:hover, .mash-menu .btn-custom.score-button:hover {
  background: #0ab1fc;
}

.mash-menu .btn.btn-warning, .mash-menu .btn-warning.score-button {
  background: #FF6736;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #ff4003;
}

.mash-menu .btn.btn-warning:hover, .mash-menu .btn-warning.score-button:hover {
  background: #ff7345;
}

.mash-menu .btn.btn-danger, .mash-menu .btn-danger.score-button {
  background: #F55549;
  color: rgba(255, 255, 255, 0.86) !important;
  border-bottom-color: #f22819;
}

.mash-menu .btn.btn-danger:hover, .mash-menu .btn-danger.score-button:hover {
  background: #f66358;
}

.mash-menu .box-orange, .mash-menu .box-red, .mash-menu .box-green, .mash-menu .box-blue {
  background: #FF5722;
  padding: 15px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1em;
}

.mash-menu .box-red {
  background: #F44336;
}

.mash-menu .box-green {
  background: #4CAF50;
}

.mash-menu .box-blue {
  background: #03A9F4;
}

.mash-menu .panel, .mash-menu .score-panel, .mash-menu .score-accordion-panel {
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
  color: #565a5c;
  margin-bottom: 10px;
}

.mash-menu .panel .panel-heading, .mash-menu .score-panel .panel-heading, .mash-menu .score-accordion-panel .panel-heading {
  border: none;
  background: #eee;
  color: #565a5c;
}

.mash-menu .panel .panel-body, .mash-menu .score-panel .panel-body, .mash-menu .score-accordion-panel .panel-body {
  border: none;
  color: #565a5c;
}

.mash-menu .panel.panel-primary .panel-heading, .mash-menu .panel-primary.score-panel .panel-heading, .mash-menu .panel-primary.score-accordion-panel .panel-heading {
  background: #009688;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-success .panel-heading, .mash-menu .panel-success.score-panel .panel-heading, .mash-menu .panel-success.score-accordion-panel .panel-heading {
  background: #4caf50;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-info .panel-heading, .mash-menu .panel-info.score-panel .panel-heading, .mash-menu .panel-info.score-accordion-panel .panel-heading {
  background: #03a9f4;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-warning .panel-heading, .mash-menu .panel-warning.score-panel .panel-heading, .mash-menu .panel-warning.score-accordion-panel .panel-heading {
  background: #ff5722;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu .panel.panel-danger .panel-heading, .mash-menu .panel-danger.score-panel .panel-heading, .mash-menu .panel-danger.score-accordion-panel .panel-heading {
  background: #f44336;
  color: rgba(255, 255, 255, 0.84);
}

.mash-menu .collapsible {
  /*=============================================== collapsible */
  padding: 0;
  display: block;
  position: relative;
  margin: 0 0 10px;
  color: #565a5c;
  overflow: visible;
  background-color: rgba(248, 248, 248, 0.7);
  border-radius: 5px;
  border: 1px solid #ddd;
  border-bottom: 5px solid #E5E6E6;
}

.mash-menu .collapsible .collapsible-header {
  padding: 10px;
  font-size: 1.125em;
  border-top: 1px solid #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 10;
  overflow: hidden !important;
}

.mash-menu .collapsible > li:first-child .collapsible-header {
  border-top: none;
}

.mash-menu .collapsible > li.active .collapsible-body {
  display: block;
}

.mash-menu .collapsible .collapsible-body {
  background-color: rgba(255, 255, 255, 0.86);
  padding: 20px;
  display: none;
  border-top: 1px solid #ddd;
  line-height: 18px;
}

.mash-menu .collapsible i.fa {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.mash-menu .card {
  /*======================================== IMAGE CARD */
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white;
  margin: 0 0 10px;
  border-radius: 2px 2px 5px 5px;
  border: 2px solid #E5E6E6;
  border-bottom: 5px solid #E5E6E6;
}

.mash-menu .card .card-image {
  position: relative;
}

.mash-menu .card img {
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mash-menu .card .card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  font-size: 1.375em;
  font-weight: 300;
  -webkit-text-stroke-width: 0.8px;
}

.mash-menu .card .card-content {
  padding: 15px 20px;
  border-radius: 0 0 2px 2px;
}

.mash-menu .card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 15px;
}

.mash-menu .card .card-action a {
  color: #03a9f4;
  margin-right: 20px;
  text-transform: uppercase;
  position: relative;
}

.mash-menu .card .card-action a:hover {
  text-decoration: underline !important;
}

.mash-menu .card.reveal .card-title {
  color: #565a5c;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.mash-menu .card.reveal a {
  color: #03a9f4;
  text-transform: uppercase;
  position: relative;
}

.mash-menu .card.reveal a:hover {
  text-decoration: underline !important;
}

.mash-menu .card.reveal .card-reveal {
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  z-index: 10;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.mash-menu .card.reveal .card-content {
  background: white;
  position: relative;
  z-index: 15;
}

.mash-menu .card.reveal:hover .card-reveal {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mash-menu [class*=col-] {
  margin-bottom: 10px;
  position: static;
}

@media screen and (max-width: 1199px) {
  .mash-menu [class*=col-] {
    margin-bottom: 30px;
  }
}
.mash-menu .form-horizontal {
  /*======================================== HORIZONTAL FORM */
  border: 1px solid rgba(230, 230, 230, 0.86);
  padding: 20px;
  margin: 10px 0 0;
  display: inline-block;
  background: rgba(252, 252, 252, 0.86);
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .mash-menu .form-horizontal {
    display: block;
  }
  .mash-menu .form-horizontal div {
    margin-bottom: 10px !important;
  }
}
.mash-menu .form-horizontal * {
  color: #565a5c !important;
}

.mash-menu .form-horizontal input,
.mash-menu .form-horizontal label,
.mash-menu .form-horizontal textarea {
  width: 100% !important;
  line-height: 20px;
  resize: none;
}

.mash-menu .form-horizontal input {
  padding-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .mash-menu .form-horizontal .btn, .mash-menu .form-horizontal .score-button {
    width: 100%;
  }
}
.mash-menu .form-horizontal button i.fa {
  color: rgba(255, 255, 255, 0.86) !important;
  position: relative;
  left: 10px;
  display: none;
}

.mash-menu input[type=text],
.mash-menu input[type=email],
.mash-menu input[type=password],
.mash-menu input[type=color],
.mash-menu input[type=date],
.mash-menu input[type=datetime],
.mash-menu input[type=datetime-local],
.mash-menu input[type=file],
.mash-menu input[type=hidden],
.mash-menu input[type=image],
.mash-menu input[type=month],
.mash-menu input[type=number],
.mash-menu input[type=time],
.mash-menu input[type=url],
.mash-menu input[type=week],
.mash-menu input[type=tel],
.mash-menu textarea,
.mash-menu select {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-color: transparent !important;
}

.mash-menu input[type=text]:focus,
.mash-menu input[type=email]:focus,
.mash-menu input[type=password]:focus,
.mash-menu input[type=color]:focus,
.mash-menu input[type=date]:focus,
.mash-menu input[type=datetime]:focus,
.mash-menu input[type=datetime-local]:focus,
.mash-menu input[type=file]:focus,
.mash-menu input[type=hidden]:focus,
.mash-menu input[type=image]:focus,
.mash-menu input[type=month]:focus,
.mash-menu input[type=number]:focus,
.mash-menu input[type=time]:focus,
.mash-menu input[type=url]:focus,
.mash-menu input[type=week]:focus,
.mash-menu input[type=tel]:focus,
.mash-menu textarea:focus,
.mash-menu select:focus {
  background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#d2d2d2, #d2d2d2);
  -webkit-animation: input-highlight 0.5s forwards;
  animation: input-highlight 0.5s forwards;
  background-size: 0 2px, 100% 1px;
}

@-webkit-keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}
@keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}
.mash-menu input.menu-checkbox {
  display: none;
}

.mash-menu input.menu-checkbox:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mash-menu label.menu-checkbox {
  font-weight: 400;
  color: #565a5c;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.mash-menu label.menu-checkbox:before, .mash-menu label.menu-checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 16px;
  width: 16px;
  background: none;
  border: 2px solid #565a5c;
  border-radius: 2px;
}

.mash-menu label.menu-checkbox:after {
  content: "\f00c";
  width: 16px;
  height: 16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-size: 100% 100%;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  background: #03a9f4;
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.625em;
  text-align: center;
  line-height: 12px;
  font-weight: 400;
}

.mash-menu input.menu-toggle {
  display: none;
}

.mash-menu input.menu-toggle:checked + label:after {
  left: 12px;
}

.mash-menu label.menu-toggle {
  font-weight: 400;
  color: #565a5c;
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.mash-menu label.menu-toggle:before, .mash-menu label.menu-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  background: #60ccfd;
  border-radius: 100px;
  height: 12px;
  width: 30px;
}

.mash-menu label.menu-toggle:after {
  background: #03a9f4;
  height: 18px;
  width: 18px;
  top: 0;
  left: -3px;
  transition: left 400ms ease;
}

.mash-menu input.menu-radio {
  display: none;
}

.mash-menu input.menu-radio:checked + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mash-menu label.menu-radio {
  font-weight: 400;
  color: #565a5c;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.0625em;
  line-height: normal;
  width: 100%;
}

.mash-menu label.menu-radio:after, .mash-menu label.menu-radio:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  border: 2px solid #565a5c;
}

.mash-menu label.menu-radio:after {
  border-color: #03a9f4;
  background: #03a9f4;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.mash-menu .mash-mobile-button {
  /*=========================================== mobile trigger button */
  border: none;
  background: #cf7000;
  color: #ffffff;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
  /*z-index: 999;*/
  display: block;
}

.mash-menu .mash-mobile-button.mash-mobile-button-home {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 0;
}
.mash-menu .mash-mobile-button.mash-mobile-button-home span > div > a {
  color: #ffffff;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-mobile-button.mash-mobile-button-home {
    padding-top: 15px;
  }
}
.mash-menu .mash-mobile-button.mash-mobile-button-home.active {
  background: #954a09;
  color: #ffffff;
  transition: background 100ms ease;
}

.mash-menu .mash-mobile-button:hover span:before {
  background: rgba(0, 0, 0, 0.1);
}

.mash-menu .mash-mobile-button span div {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .mash-menu .mash-mobile-button {
    display: none;
  }
}
.mash-menu .mash-mobile-button span {
  width: 80px;
  float: right;
  display: block;
}

.mash-menu .mash-mobile-button span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: none;
  transition: background 100ms ease;
}

.mash-menu .mash-mobile-button .fa.fa-3x {
  display: block;
  text-align: center;
  line-height: 30px;
}

.mash-menu.mash-top-fixed .mash-menu-inner-container {
  /* ================================================ MENU FIXED ON TOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .mash-menu.mash-top-fixed .mash-menu-inner-container {
    max-width: 100%;
    margin: 0;
  }
  .mash-menu.mash-top-fixed .mash-menu-inner-container .mash-list-items {
    max-height: 400px !important;
    overflow: hidden !important;
    overflow-y: auto !important;
  }
}
.mash-menu.mash-full-width {
  /* ==================================================== MENU FULL WIDTH */
  max-width: 100%;
}

.mash-menu.mash-full-width .mash-menu-inner-container {
  max-width: 100%;
  margin: 0;
}

.mash-menu .lead, .mash-menu .score-lead {
  -webkit-text-stroke-width: 0.025em;
}

.mash-menu .vertical-tabs-horizontal {
  /*======================================================= tabs */
  padding: 0;
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading li.active a {
  background: white;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading a {
  padding: 12px 15px;
  font-size: 1.125em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #565a5c;
  display: inline-block;
}

.mash-menu .vertical-tabs-horizontal ul.horizontal-tab-heading i.fa {
  margin-right: 5px;
  display: inline-block;
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content {
  display: block;
  margin: 0;
  float: left;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  position: relative;
  z-index: 10;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel {
  display: none;
}

.mash-menu .vertical-tabs-horizontal .horizontal-tab-content .horizontal-tab-panel.active {
  display: block;
}

.mash-menu .mash-error {
  /*==================================================== error class*/
  background: red;
  padding: 40px 20px 20px;
  text-align: center;
  color: white;
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 100px auto auto;
  z-index: 9999999;
  border-radius: 5px;
  font-size: 0.875em;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 25px;
  clear: both;
}

.mash-menu .mash-error:before {
  content: "Error";
  position: absolute;
  line-height: normal;
  top: 0;
  left: 0;
  color: white;
  right: 0;
  text-align: left;
  padding: 5px 5px 5px 10px;
  letter-spacing: 1px;
  background: darkred;
}

.mash-menu .mash-extra {
  /*============================================== mash extra class */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 50px;
  z-index: 10;
  margin: 0;
  padding: 0;
}

.mash-menu .mash-extra > .mash-extra-container {
  background: #02638f;
  float: left;
  width: 100%;
  position: relative;
  min-height: 57px;
}

.mash-menu .mash-extra > .mash-extra-container > ul.mash-extra-links {
  float: right;
  padding: 0;
  display: block;
  margin: 0 150px 0 0;
}

.mash-menu .mash-extra > .mash-extra-container > ul.mash-extra-links > li {
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 57px;
}

.mash-menu .mash-extra > .mash-extra-container > ul.mash-extra-links > li > a {
  width: 100%;
  margin: 0;
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.86);
  position: relative;
  overflow: hidden;
}

.mash-menu .mash-categories {
  /*============================================== categories */
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

.mash-menu .mash-categories * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mash-menu .mash-categories li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
}

.mash-menu .mash-categories a {
  margin: 0;
  padding: 0 15px 0 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(3, 169, 244, 0.3);
  font-size: 0.875em;
  line-height: 57px;
  transition: background 400ms ease;
  border-left: 1px solid #039fe5;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1) inset, 1px 0 0 rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 99999999;
}

.mash-menu .mash-categories a i.fa {
  margin-left: 2px;
}

.mash-menu .mash-categories a:hover {
  background: #14b4fc;
}

.mash-menu .mash-table {
  /*============================================= table */
  padding: 0;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: table;
  float: left;
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-table {
    white-space: nowrap;
    overflow-x: auto;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.mash-menu .mash-table .mash-table-heading {
  color: #565a5c;
  padding: 10px 15px;
  border-bottom: 3px solid #E5E6E6;
}

.mash-menu .mash-table thead {
  background: #ECECEC;
}

.mash-menu .mash-table td,
.mash-menu .mash-table th {
  padding: 10px 15px;
  color: #565a5c;
  border: 1px solid #ddd;
  position: relative;
  display: table-cell;
  width: auto;
}

.mash-menu .menu-select-dropdown {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.mash-menu .dropdownjs {
  /*=================================================== select input element */
  position: relative;
  font-weight: normal;
  color: #565a5c;
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 100%;
}

.mash-menu .dropdownjs:before {
  content: "\f0d7";
  position: absolute;
  font-family: "FontAwesome";
  right: 10px;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.mash-menu .dropdownjs > input {
  width: 100%;
  text-overflow: ellipsis;
  padding: 10px;
  font-size: 1.0625em;
}

.mash-menu .dropdownjs > input.focus ~ ul {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mash-menu .dropdownjs > ul {
  position: absolute;
  padding: 0;
  margin: 0;
  min-width: 200px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  z-index: 10000;
}

.mash-menu .dropdownjs > ul[placement=top-left] {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: 0;
  left: 0;
}

.mash-menu .dropdownjs > ul[placement=bottom-left] {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  bottom: 0;
  left: 0;
}

.mash-menu .dropdownjs > ul > li {
  list-style: none;
  padding: 5px 10px;
}

.mash-menu .dropdownjs > ul > li.dropdownjs-add {
  padding: 0;
}

.mash-menu .dropdownjs > ul > li.dropdownjs-add > input {
  border: 0;
  padding: 10px 20px;
  width: 100%;
}

.mash-menu .dropdownjs > input[readonly] {
  cursor: pointer;
}

.mash-menu .dropdownjs select[data-dropdownjs][disabled] ~ input[readonly] {
  cursor: default;
}

.mash-menu .dropdownjs > ul {
  background: #FFF;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  padding: 10px;
  overflow: auto;
  max-width: 500px;
}

.mash-menu .dropdownjs > ul > li {
  cursor: pointer;
  word-wrap: break-word;
}

.mash-menu .dropdownjs > ul > li.selected,
.mash-menu .dropdownjs > ul > li:active {
  background-color: #eaeaea;
}

.mash-menu .dropdownjs > ul > li:focus {
  outline: 0;
}

.mash-menu .dropdownjs > ul > li > .close:before {
  content: "×";
  display: block;
  position: absolute;
  right: 15px;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.6;
}

.mash-menu .dropdownjs > ul > li > .close:hover:before {
  opacity: 0.9;
}

.mash-menu .mash-tabs-container {
  /*===================================================== mash tabs container */
  padding: 0;
  float: left;
  width: 100%;
  display: block;
  border-bottom: 5px solid #E5E6E6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 0 0 10px;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container {
    float: none;
  }
}
.mash-menu .mash-tabs-container .mash-tabs {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
.mash-menu .mash-tabs-container .mash-tabs a {
  background: #ECECEC;
  padding: 10px 2px;
  display: table-cell;
  color: #565a5c;
  text-align: center;
  font-size: 1.125em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-bottom: none;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs a {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}
.mash-menu .mash-tabs-container .mash-tabs a.active {
  background: white;
}

.mash-menu .mash-tabs-container .mash-tabs a.active:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
}

.mash-menu .mash-tabs-container .mash-tabs-content {
  float: left;
  width: 100%;
  background-color: white;
  padding: 20px 0 0;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs-content {
    padding-top: 0;
  }
}
.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
  display: none;
  background: #ECECEC;
  padding: 10px 2px;
  color: #565a5c;
  text-align: center;
  font-size: 1.125em;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: inline-block;
    width: 100%;
    border-radius: 0;
  }
}
.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active {
  background: white;
}

.mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile.active:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs-content .mash-tabs-mobile {
    display: block;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
  }
}
.mash-menu .mash-tabs-container .mash-tabs-content > div[id*=tab-] {
  display: none;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs-content > div[id*=tab-] {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu .mash-tabs-container .mash-tabs-content {
    border-radius: 0;
    float: none;
  }
}
.mash-menu .mash-social-icons {
  float: right;
  margin: 0;
  padding: 0 15px;
  display: block;
}

.mash-menu .mash-social-icons li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  line-height: 57px;
}

.mash-menu .mash-social-icons a {
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
  padding: 0 5px;
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}

.mash-menu .mash-social-icons a:hover {
  color: white;
}

@media screen and (max-width: 1199px) {
  .mash-menu .mash-social-icons {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .mash-menu .mash-social-icons li {
    float: none;
    display: inline-block;
  }
  .mash-menu .mash-social-icons li a {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) {
  .mash-menu.right-to-left .mash-list-items > li, .mash-menu.right-to-left .mash-brand, .mash-menu.right-to-left .mash-list-items {
    /* ================================= menu link align right to left */
    float: right;
  }
  .mash-menu.right-to-left .mash-list-items.right,
  .mash-menu.right-to-left .mash-search-bar,
  .mash-menu.right-to-left .mash-social-icons {
    float: left;
  }
  .mash-menu.right-to-left .mash-list-items.right > li > .drop-down {
    right: auto;
  }
}
.mash-menu .nav-tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none !important;
}

@media screen and (max-width: 1199px) {
  .mash-menu .nav-tabs {
    display: block;
  }
}
.mash-menu .nav-tabs li {
  margin: 0 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: none !important;
}

@media screen and (max-width: 1199px) {
  .mash-menu .nav-tabs li {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
.mash-menu .nav-tabs li a {
  color: #565a5c;
  background: #ececec;
  border-left: 1px solid #e5e6e6 !important;
  border-right: 1px solid #e5e6e6 !important;
  border-top: 1px solid #e5e6e6 !important;
  font-size: 1.125em;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .mash-menu .nav-tabs li a {
    border-radius: 0;
    margin: 0;
  }
}
.mash-menu .nav-tabs li.active a {
  background: #ececec !important;
}

.mash-menu .tab-content {
  border: 1px solid #e5e6e6;
  border-radius: 5px;
  padding: 1.25em 1.25em 0.625em;
  margin-bottom: 1.25em;
  border-bottom-width: 5px;
}

@media screen and (max-width: 1199px) {
  .mash-menu .tab-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.mash-menu .list-group {
  /* list group */
  color: #565a5c;
}

.mash-menu .list-group .active {
  background: #eeeeee;
  color: #565a5c;
  border-color: #e5e6e6;
}

.mash-menu .list-group .active:hover, .mash-menu .list-group .active:active, .mash-menu .list-group .active:focus {
  background: #eeeeee;
  color: #565a5c;
  border-color: #e5e6e6;
}

.mash-menu .list-group .list-group-item-text {
  color: #565a5c !important;
}

.mash-menu .well, .mash-menu .score-well {
  /* well */
  color: #565a5c;
}

.mash-menu .media {
  /* media */
  color: #565a5c;
}

.mash-menu .media .media-left {
  max-width: 100px;
  display: block;
  float: left;
}

@media screen and (max-width: 320px) {
  .mash-menu .media .media-left {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.mash-menu[data-color=red] {
  /*========================================================= COLORS */
}

.mash-menu[data-color=red] section.mash-menu-inner-container {
  background: #f44336;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=red] .mash-brand > li:hover > a, .mash-menu[data-color=red] .mash-list-items > li:hover > a {
    background: #f55a4e;
  }
}
.mash-menu[data-color=red] .mash-brand > li > a, .mash-menu[data-color=red] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=red] .mash-list-items > li.active > a {
  background: #f55a4e;
}

.mash-menu[data-color=red] .mash-list-items > li:hover > a {
  color: white;
  background: #f55a4e;
}

.mash-menu[data-color=red].separator .mash-brand > li > a, .mash-menu[data-color=red].separator .mash-list-items > li > a {
  border-right: 1px solid #f33527;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=red].separator .mash-brand > li > a, .mash-menu[data-color=red].separator .mash-list-items > li > a {
    border-bottom: 1px solid #f33527;
  }
}
.mash-menu[data-color=red].separator .mash-list-items.right > li > a {
  border-left: 1px solid #f33527;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=red].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #f33527;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=red].separator .mash-search-bar {
    border: 1px solid #f33527;
  }
}
.mash-menu[data-color=red] .drop-down li:hover > a {
  color: #f44336;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=red] .mash-search-bar {
    background: #f44336;
  }
}
.mash-menu[data-color=red] .vertical-tabs a:hover, .mash-menu[data-color=red] .vertical-tabs a.active {
  color: #f44336;
}

.mash-menu[data-color=red] .thumbnail:hover, .mash-menu[data-color=red] .score-highlight:hover {
  border-color: #f44336;
}

.mash-menu[data-color=red] blockquote {
  border-left-color: #f99d97;
}

.mash-menu[data-color=red] .list-items a:hover, .mash-menu[data-color=red] .order-items a:hover {
  color: #f44336;
}

.mash-menu[data-color=red] .btn.btn-custom, .mash-menu[data-color=red] .btn-custom.score-button {
  background: #f44336;
  border-bottom-color: #ea1c0d;
}

.mash-menu[data-color=red] .btn.btn-custom:hover, .mash-menu[data-color=red] .btn-custom.score-button:hover {
  background: #f55145;
}

.mash-menu[data-color=red] .card .card-action a {
  color: #f44336;
}

.mash-menu[data-color=red] .card.reveal a {
  color: #f44336;
}

.mash-menu[data-color=red] input[type=text],
.mash-menu[data-color=red] input[type=email],
.mash-menu[data-color=red] input[type=password],
.mash-menu[data-color=red] input[type=color],
.mash-menu[data-color=red] input[type=date],
.mash-menu[data-color=red] input[type=datetime],
.mash-menu[data-color=red] input[type=datetime-local],
.mash-menu[data-color=red] input[type=file],
.mash-menu[data-color=red] input[type=hidden],
.mash-menu[data-color=red] input[type=image],
.mash-menu[data-color=red] input[type=month],
.mash-menu[data-color=red] input[type=number],
.mash-menu[data-color=red] input[type=time],
.mash-menu[data-color=red] input[type=url],
.mash-menu[data-color=red] input[type=week],
.mash-menu[data-color=red] input[type=tel],
.mash-menu[data-color=red] textarea,
.mash-menu[data-color=red] select {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=red] input[type=text]:focus,
.mash-menu[data-color=red] input[type=email]:focus,
.mash-menu[data-color=red] input[type=password]:focus,
.mash-menu[data-color=red] input[type=color]:focus,
.mash-menu[data-color=red] input[type=date]:focus,
.mash-menu[data-color=red] input[type=datetime]:focus,
.mash-menu[data-color=red] input[type=datetime-local]:focus,
.mash-menu[data-color=red] input[type=file]:focus,
.mash-menu[data-color=red] input[type=hidden]:focus,
.mash-menu[data-color=red] input[type=image]:focus,
.mash-menu[data-color=red] input[type=month]:focus,
.mash-menu[data-color=red] input[type=number]:focus,
.mash-menu[data-color=red] input[type=time]:focus,
.mash-menu[data-color=red] input[type=url]:focus,
.mash-menu[data-color=red] input[type=week]:focus,
.mash-menu[data-color=red] input[type=tel]:focus,
.mash-menu[data-color=red] textarea:focus,
.mash-menu[data-color=red] select:focus {
  background-image: linear-gradient(#f44336, #f44336), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=red] label.menu-checkbox:after {
  background: #f44336;
}

.mash-menu[data-color=red] label.menu-toggle:before, .mash-menu[data-color=red] label.menu-toggle:after {
  background: #f99d97;
}

.mash-menu[data-color=red] label.menu-toggle:after {
  background: #f44336;
}

.mash-menu[data-color=red] label.menu-radio:after {
  border-color: #f44336;
  background: #f44336;
}

.mash-menu[data-color=red] .mash-mobile-button {
  background: #f44336;
}

.mash-menu[data-color=red] .mash-extra > .mash-extra-container {
  background: #ba160a;
}

.mash-menu[data-color=red] .mash-categories a {
  background: rgba(244, 67, 54, 0.3);
  border-left: 1px solid #f33527;
}

.mash-menu[data-color=red] .mash-categories a:hover {
  background: #f55a4e;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=red] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=red] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #f44336;
  }
}
.mash-menu[data-color=red] .panel a, .mash-menu[data-color=red] .score-panel a, .mash-menu[data-color=red] .score-accordion-panel a {
  color: #f44336;
}

.mash-menu[data-color=pink] section.mash-menu-inner-container {
  background: #e91e63;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=pink] .mash-brand > li:hover > a, .mash-menu[data-color=pink] .mash-list-items > li:hover > a {
    background: #eb3573;
  }
}
.mash-menu[data-color=pink] .mash-brand > li > a, .mash-menu[data-color=pink] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=pink] .mash-list-items > li.active > a {
  background: #eb3573;
}

.mash-menu[data-color=pink] .mash-list-items > li:hover > a {
  color: white;
  background: #eb3573;
}

.mash-menu[data-color=pink].separator .mash-brand > li > a, .mash-menu[data-color=pink].separator .mash-list-items > li > a {
  border-right: 1px solid #e2165b;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=pink].separator .mash-brand > li > a, .mash-menu[data-color=pink].separator .mash-list-items > li > a {
    border-bottom: 1px solid #e2165b;
  }
}
.mash-menu[data-color=pink].separator .mash-list-items.right > li > a {
  border-left: 1px solid #e2165b;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=pink].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #e2165b;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=pink].separator .mash-search-bar {
    border: 1px solid #e2165b;
  }
}
.mash-menu[data-color=pink] .drop-down li:hover > a {
  color: #e91e63;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=pink] .mash-search-bar {
    background: #e91e63;
  }
}
.mash-menu[data-color=pink] .vertical-tabs a:hover, .mash-menu[data-color=pink] .vertical-tabs a.active {
  color: #e91e63;
}

.mash-menu[data-color=pink] .thumbnail:hover, .mash-menu[data-color=pink] .score-highlight:hover {
  border-color: #e91e63;
}

.mash-menu[data-color=pink] blockquote {
  border-left-color: #f27ba3;
}

.mash-menu[data-color=pink] .list-items a:hover, .mash-menu[data-color=pink] .order-items a:hover {
  color: #e91e63;
}

.mash-menu[data-color=pink] .btn.btn-custom, .mash-menu[data-color=pink] .btn-custom.score-button {
  background: #e91e63;
  border-bottom-color: #c1134e;
}

.mash-menu[data-color=pink] .btn.btn-custom:hover, .mash-menu[data-color=pink] .btn-custom.score-button:hover {
  background: #ea2c6d;
}

.mash-menu[data-color=pink] .card .card-action a {
  color: #e91e63;
}

.mash-menu[data-color=pink] .card.reveal a {
  color: #e91e63;
}

.mash-menu[data-color=pink] input[type=text],
.mash-menu[data-color=pink] input[type=email],
.mash-menu[data-color=pink] input[type=password],
.mash-menu[data-color=pink] input[type=color],
.mash-menu[data-color=pink] input[type=date],
.mash-menu[data-color=pink] input[type=datetime],
.mash-menu[data-color=pink] input[type=datetime-local],
.mash-menu[data-color=pink] input[type=file],
.mash-menu[data-color=pink] input[type=hidden],
.mash-menu[data-color=pink] input[type=image],
.mash-menu[data-color=pink] input[type=month],
.mash-menu[data-color=pink] input[type=number],
.mash-menu[data-color=pink] input[type=time],
.mash-menu[data-color=pink] input[type=url],
.mash-menu[data-color=pink] input[type=week],
.mash-menu[data-color=pink] input[type=tel],
.mash-menu[data-color=pink] textarea,
.mash-menu[data-color=pink] select {
  background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=pink] input[type=text]:focus,
.mash-menu[data-color=pink] input[type=email]:focus,
.mash-menu[data-color=pink] input[type=password]:focus,
.mash-menu[data-color=pink] input[type=color]:focus,
.mash-menu[data-color=pink] input[type=date]:focus,
.mash-menu[data-color=pink] input[type=datetime]:focus,
.mash-menu[data-color=pink] input[type=datetime-local]:focus,
.mash-menu[data-color=pink] input[type=file]:focus,
.mash-menu[data-color=pink] input[type=hidden]:focus,
.mash-menu[data-color=pink] input[type=image]:focus,
.mash-menu[data-color=pink] input[type=month]:focus,
.mash-menu[data-color=pink] input[type=number]:focus,
.mash-menu[data-color=pink] input[type=time]:focus,
.mash-menu[data-color=pink] input[type=url]:focus,
.mash-menu[data-color=pink] input[type=week]:focus,
.mash-menu[data-color=pink] input[type=tel]:focus,
.mash-menu[data-color=pink] textarea:focus,
.mash-menu[data-color=pink] select:focus {
  background-image: linear-gradient(#e91e63, #e91e63), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=pink] label.menu-checkbox:after {
  background: #e91e63;
}

.mash-menu[data-color=pink] label.menu-toggle:before, .mash-menu[data-color=pink] label.menu-toggle:after {
  background: #f27ba3;
}

.mash-menu[data-color=pink] label.menu-toggle:after {
  background: #e91e63;
}

.mash-menu[data-color=pink] label.menu-radio:after {
  border-color: #e91e63;
  background: #e91e63;
}

.mash-menu[data-color=pink] .mash-mobile-button {
  background: #e91e63;
}

.mash-menu[data-color=pink] .mash-extra > .mash-extra-container {
  background: #930e3b;
}

.mash-menu[data-color=pink] .mash-categories a {
  background: rgba(233, 30, 99, 0.3);
  border-left: 1px solid #e2165b;
}

.mash-menu[data-color=pink] .mash-categories a:hover {
  background: #eb3573;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=pink] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=pink] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #e91e63;
  }
}
.mash-menu[data-color=pink] .panel a, .mash-menu[data-color=pink] .score-panel a, .mash-menu[data-color=pink] .score-accordion-panel a {
  color: #e91e63;
}

.mash-menu[data-color=purple] section.mash-menu-inner-container {
  background: #ab2bc1;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=purple] .mash-brand > li:hover > a, .mash-menu[data-color=purple] .mash-list-items > li:hover > a {
    background: #bb34d2;
  }
}
.mash-menu[data-color=purple] .mash-brand > li > a, .mash-menu[data-color=purple] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=purple] .mash-list-items > li.active > a {
  background: #bb34d2;
}

.mash-menu[data-color=purple] .mash-list-items > li:hover > a {
  color: white;
  background: #bb34d2;
}

.mash-menu[data-color=purple].separator .mash-brand > li > a, .mash-menu[data-color=purple].separator .mash-list-items > li > a {
  border-right: 1px solid #a028b4;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=purple].separator .mash-brand > li > a, .mash-menu[data-color=purple].separator .mash-list-items > li > a {
    border-bottom: 1px solid #a028b4;
  }
}
.mash-menu[data-color=purple].separator .mash-list-items.right > li > a {
  border-left: 1px solid #a028b4;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=purple].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #a028b4;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=purple].separator .mash-search-bar {
    border: 1px solid #a028b4;
  }
}
.mash-menu[data-color=purple] .drop-down li:hover > a {
  color: #ab2bc1;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=purple] .mash-search-bar {
    background: #ab2bc1;
  }
}
.mash-menu[data-color=purple] .vertical-tabs a:hover, .mash-menu[data-color=purple] .vertical-tabs a.active {
  color: #ab2bc1;
}

.mash-menu[data-color=purple] .thumbnail:hover, .mash-menu[data-color=purple] .score-highlight:hover {
  border-color: #ab2bc1;
}

.mash-menu[data-color=purple] blockquote {
  border-left-color: #d072e0;
}

.mash-menu[data-color=purple] .list-items a:hover, .mash-menu[data-color=purple] .order-items a:hover {
  color: #ab2bc1;
}

.mash-menu[data-color=purple] .btn.btn-custom, .mash-menu[data-color=purple] .btn-custom.score-button {
  background: #ab2bc1;
  border-bottom-color: #862297;
}

.mash-menu[data-color=purple] .btn.btn-custom:hover, .mash-menu[data-color=purple] .btn-custom.score-button:hover {
  background: #b62ece;
}

.mash-menu[data-color=purple] .card .card-action a {
  color: #ab2bc1;
}

.mash-menu[data-color=purple] .card.reveal a {
  color: #ab2bc1;
}

.mash-menu[data-color=purple] input[type=text],
.mash-menu[data-color=purple] input[type=email],
.mash-menu[data-color=purple] input[type=password],
.mash-menu[data-color=purple] input[type=color],
.mash-menu[data-color=purple] input[type=date],
.mash-menu[data-color=purple] input[type=datetime],
.mash-menu[data-color=purple] input[type=datetime-local],
.mash-menu[data-color=purple] input[type=file],
.mash-menu[data-color=purple] input[type=hidden],
.mash-menu[data-color=purple] input[type=image],
.mash-menu[data-color=purple] input[type=month],
.mash-menu[data-color=purple] input[type=number],
.mash-menu[data-color=purple] input[type=time],
.mash-menu[data-color=purple] input[type=url],
.mash-menu[data-color=purple] input[type=week],
.mash-menu[data-color=purple] input[type=tel],
.mash-menu[data-color=purple] textarea,
.mash-menu[data-color=purple] select {
  background-image: linear-gradient(#ab2bc1, #ab2bc1), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=purple] input[type=text]:focus,
.mash-menu[data-color=purple] input[type=email]:focus,
.mash-menu[data-color=purple] input[type=password]:focus,
.mash-menu[data-color=purple] input[type=color]:focus,
.mash-menu[data-color=purple] input[type=date]:focus,
.mash-menu[data-color=purple] input[type=datetime]:focus,
.mash-menu[data-color=purple] input[type=datetime-local]:focus,
.mash-menu[data-color=purple] input[type=file]:focus,
.mash-menu[data-color=purple] input[type=hidden]:focus,
.mash-menu[data-color=purple] input[type=image]:focus,
.mash-menu[data-color=purple] input[type=month]:focus,
.mash-menu[data-color=purple] input[type=number]:focus,
.mash-menu[data-color=purple] input[type=time]:focus,
.mash-menu[data-color=purple] input[type=url]:focus,
.mash-menu[data-color=purple] input[type=week]:focus,
.mash-menu[data-color=purple] input[type=tel]:focus,
.mash-menu[data-color=purple] textarea:focus,
.mash-menu[data-color=purple] select:focus {
  background-image: linear-gradient(#ab2bc1, #ab2bc1), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=purple] label.menu-checkbox:after {
  background: #ab2bc1;
}

.mash-menu[data-color=purple] label.menu-toggle:before, .mash-menu[data-color=purple] label.menu-toggle:after {
  background: #d072e0;
}

.mash-menu[data-color=purple] label.menu-toggle:after {
  background: #ab2bc1;
}

.mash-menu[data-color=purple] label.menu-radio:after {
  border-color: #ab2bc1;
  background: #ab2bc1;
}

.mash-menu[data-color=purple] .mash-mobile-button {
  background: #ab2bc1;
}

.mash-menu[data-color=purple] .mash-extra > .mash-extra-container {
  background: #61186e;
}

.mash-menu[data-color=purple] .mash-categories a {
  background: rgba(171, 43, 193, 0.3);
  border-left: 1px solid #a028b4;
}

.mash-menu[data-color=purple] .mash-categories a:hover {
  background: #bb34d2;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=purple] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=purple] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #ab2bc1;
  }
}
.mash-menu[data-color=purple] .panel a, .mash-menu[data-color=purple] .score-panel a, .mash-menu[data-color=purple] .score-accordion-panel a {
  color: #ab2bc1;
}

.mash-menu[data-color=deep-purple] section.mash-menu-inner-container {
  background: #7142c3;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=deep-purple] .mash-brand > li:hover > a, .mash-menu[data-color=deep-purple] .mash-list-items > li:hover > a {
    background: #8055c9;
  }
}
.mash-menu[data-color=deep-purple] .mash-brand > li > a, .mash-menu[data-color=deep-purple] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=deep-purple] .mash-list-items > li.active > a {
  background: #8055c9;
}

.mash-menu[data-color=deep-purple] .mash-list-items > li:hover > a {
  color: white;
  background: #8055c9;
}

.mash-menu[data-color=deep-purple].separator .mash-brand > li > a, .mash-menu[data-color=deep-purple].separator .mash-list-items > li > a {
  border-right: 1px solid #6a3bba;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-purple].separator .mash-brand > li > a, .mash-menu[data-color=deep-purple].separator .mash-list-items > li > a {
    border-bottom: 1px solid #6a3bba;
  }
}
.mash-menu[data-color=deep-purple].separator .mash-list-items.right > li > a {
  border-left: 1px solid #6a3bba;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-purple].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #6a3bba;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-purple].separator .mash-search-bar {
    border: 1px solid #6a3bba;
  }
}
.mash-menu[data-color=deep-purple] .drop-down li:hover > a {
  color: #7142c3;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-purple] .mash-search-bar {
    background: #7142c3;
  }
}
.mash-menu[data-color=deep-purple] .vertical-tabs a:hover, .mash-menu[data-color=deep-purple] .vertical-tabs a.active {
  color: #7142c3;
}

.mash-menu[data-color=deep-purple] .thumbnail:hover, .mash-menu[data-color=deep-purple] .score-highlight:hover {
  border-color: #7142c3;
}

.mash-menu[data-color=deep-purple] blockquote {
  border-left-color: #ab8fdc;
}

.mash-menu[data-color=deep-purple] .list-items a:hover, .mash-menu[data-color=deep-purple] .order-items a:hover {
  color: #7142c3;
}

.mash-menu[data-color=deep-purple] .btn.btn-custom, .mash-menu[data-color=deep-purple] .btn-custom.score-button {
  background: #7142c3;
  border-bottom-color: #5a339f;
}

.mash-menu[data-color=deep-purple] .btn.btn-custom:hover, .mash-menu[data-color=deep-purple] .btn-custom.score-button:hover {
  background: #7a4ec7;
}

.mash-menu[data-color=deep-purple] .card .card-action a {
  color: #7142c3;
}

.mash-menu[data-color=deep-purple] .card.reveal a {
  color: #7142c3;
}

.mash-menu[data-color=deep-purple] input[type=text],
.mash-menu[data-color=deep-purple] input[type=email],
.mash-menu[data-color=deep-purple] input[type=password],
.mash-menu[data-color=deep-purple] input[type=color],
.mash-menu[data-color=deep-purple] input[type=date],
.mash-menu[data-color=deep-purple] input[type=datetime],
.mash-menu[data-color=deep-purple] input[type=datetime-local],
.mash-menu[data-color=deep-purple] input[type=file],
.mash-menu[data-color=deep-purple] input[type=hidden],
.mash-menu[data-color=deep-purple] input[type=image],
.mash-menu[data-color=deep-purple] input[type=month],
.mash-menu[data-color=deep-purple] input[type=number],
.mash-menu[data-color=deep-purple] input[type=time],
.mash-menu[data-color=deep-purple] input[type=url],
.mash-menu[data-color=deep-purple] input[type=week],
.mash-menu[data-color=deep-purple] input[type=tel],
.mash-menu[data-color=deep-purple] textarea,
.mash-menu[data-color=deep-purple] select {
  background-image: linear-gradient(#7142c3, #7142c3), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=deep-purple] input[type=text]:focus,
.mash-menu[data-color=deep-purple] input[type=email]:focus,
.mash-menu[data-color=deep-purple] input[type=password]:focus,
.mash-menu[data-color=deep-purple] input[type=color]:focus,
.mash-menu[data-color=deep-purple] input[type=date]:focus,
.mash-menu[data-color=deep-purple] input[type=datetime]:focus,
.mash-menu[data-color=deep-purple] input[type=datetime-local]:focus,
.mash-menu[data-color=deep-purple] input[type=file]:focus,
.mash-menu[data-color=deep-purple] input[type=hidden]:focus,
.mash-menu[data-color=deep-purple] input[type=image]:focus,
.mash-menu[data-color=deep-purple] input[type=month]:focus,
.mash-menu[data-color=deep-purple] input[type=number]:focus,
.mash-menu[data-color=deep-purple] input[type=time]:focus,
.mash-menu[data-color=deep-purple] input[type=url]:focus,
.mash-menu[data-color=deep-purple] input[type=week]:focus,
.mash-menu[data-color=deep-purple] input[type=tel]:focus,
.mash-menu[data-color=deep-purple] textarea:focus,
.mash-menu[data-color=deep-purple] select:focus {
  background-image: linear-gradient(#7142c3, #7142c3), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=deep-purple] label.menu-checkbox:after {
  background: #7142c3;
}

.mash-menu[data-color=deep-purple] label.menu-toggle:before, .mash-menu[data-color=deep-purple] label.menu-toggle:after {
  background: #ab8fdc;
}

.mash-menu[data-color=deep-purple] label.menu-toggle:after {
  background: #7142c3;
}

.mash-menu[data-color=deep-purple] label.menu-radio:after {
  border-color: #7142c3;
  background: #7142c3;
}

.mash-menu[data-color=deep-purple] .mash-mobile-button {
  background: #7142c3;
}

.mash-menu[data-color=deep-purple] .mash-extra > .mash-extra-container {
  background: #442679;
}

.mash-menu[data-color=deep-purple] .mash-categories a {
  background: rgba(113, 66, 195, 0.3);
  border-left: 1px solid #6a3bba;
}

.mash-menu[data-color=deep-purple] .mash-categories a:hover {
  background: #8055c9;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-purple] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=deep-purple] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #7142c3;
  }
}
.mash-menu[data-color=deep-purple] .panel a, .mash-menu[data-color=deep-purple] .score-panel a, .mash-menu[data-color=deep-purple] .score-accordion-panel a {
  color: #7142c3;
}

.mash-menu[data-color=indigo] section.mash-menu-inner-container {
  background: #3f51b5;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=indigo] .mash-brand > li:hover > a, .mash-menu[data-color=indigo] .mash-list-items > li:hover > a {
    background: #4d5ec1;
  }
}
.mash-menu[data-color=indigo] .mash-brand > li > a, .mash-menu[data-color=indigo] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=indigo] .mash-list-items > li.active > a {
  background: #4d5ec1;
}

.mash-menu[data-color=indigo] .mash-list-items > li:hover > a {
  color: white;
  background: #4d5ec1;
}

.mash-menu[data-color=indigo].separator .mash-brand > li > a, .mash-menu[data-color=indigo].separator .mash-list-items > li > a {
  border-right: 1px solid #3b4caa;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=indigo].separator .mash-brand > li > a, .mash-menu[data-color=indigo].separator .mash-list-items > li > a {
    border-bottom: 1px solid #3b4caa;
  }
}
.mash-menu[data-color=indigo].separator .mash-list-items.right > li > a {
  border-left: 1px solid #3b4caa;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=indigo].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #3b4caa;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=indigo].separator .mash-search-bar {
    border: 1px solid #3b4caa;
  }
}
.mash-menu[data-color=indigo] .drop-down li:hover > a {
  color: #3f51b5;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=indigo] .mash-search-bar {
    background: #3f51b5;
  }
}
.mash-menu[data-color=indigo] .vertical-tabs a:hover, .mash-menu[data-color=indigo] .vertical-tabs a.active {
  color: #3f51b5;
}

.mash-menu[data-color=indigo] .thumbnail:hover, .mash-menu[data-color=indigo] .score-highlight:hover {
  border-color: #3f51b5;
}

.mash-menu[data-color=indigo] blockquote {
  border-left-color: #8591d5;
}

.mash-menu[data-color=indigo] .list-items a:hover, .mash-menu[data-color=indigo] .order-items a:hover {
  color: #3f51b5;
}

.mash-menu[data-color=indigo] .btn.btn-custom, .mash-menu[data-color=indigo] .btn-custom.score-button {
  background: #3f51b5;
  border-bottom-color: #32408f;
}

.mash-menu[data-color=indigo] .btn.btn-custom:hover, .mash-menu[data-color=indigo] .btn-custom.score-button:hover {
  background: #4558be;
}

.mash-menu[data-color=indigo] .card .card-action a {
  color: #3f51b5;
}

.mash-menu[data-color=indigo] .card.reveal a {
  color: #3f51b5;
}

.mash-menu[data-color=indigo] input[type=text],
.mash-menu[data-color=indigo] input[type=email],
.mash-menu[data-color=indigo] input[type=password],
.mash-menu[data-color=indigo] input[type=color],
.mash-menu[data-color=indigo] input[type=date],
.mash-menu[data-color=indigo] input[type=datetime],
.mash-menu[data-color=indigo] input[type=datetime-local],
.mash-menu[data-color=indigo] input[type=file],
.mash-menu[data-color=indigo] input[type=hidden],
.mash-menu[data-color=indigo] input[type=image],
.mash-menu[data-color=indigo] input[type=month],
.mash-menu[data-color=indigo] input[type=number],
.mash-menu[data-color=indigo] input[type=time],
.mash-menu[data-color=indigo] input[type=url],
.mash-menu[data-color=indigo] input[type=week],
.mash-menu[data-color=indigo] input[type=tel],
.mash-menu[data-color=indigo] textarea,
.mash-menu[data-color=indigo] select {
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=indigo] input[type=text]:focus,
.mash-menu[data-color=indigo] input[type=email]:focus,
.mash-menu[data-color=indigo] input[type=password]:focus,
.mash-menu[data-color=indigo] input[type=color]:focus,
.mash-menu[data-color=indigo] input[type=date]:focus,
.mash-menu[data-color=indigo] input[type=datetime]:focus,
.mash-menu[data-color=indigo] input[type=datetime-local]:focus,
.mash-menu[data-color=indigo] input[type=file]:focus,
.mash-menu[data-color=indigo] input[type=hidden]:focus,
.mash-menu[data-color=indigo] input[type=image]:focus,
.mash-menu[data-color=indigo] input[type=month]:focus,
.mash-menu[data-color=indigo] input[type=number]:focus,
.mash-menu[data-color=indigo] input[type=time]:focus,
.mash-menu[data-color=indigo] input[type=url]:focus,
.mash-menu[data-color=indigo] input[type=week]:focus,
.mash-menu[data-color=indigo] input[type=tel]:focus,
.mash-menu[data-color=indigo] textarea:focus,
.mash-menu[data-color=indigo] select:focus {
  background-image: linear-gradient(#3f51b5, #3f51b5), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=indigo] label.menu-checkbox:after {
  background: #3f51b5;
}

.mash-menu[data-color=indigo] label.menu-toggle:before, .mash-menu[data-color=indigo] label.menu-toggle:after {
  background: #8591d5;
}

.mash-menu[data-color=indigo] label.menu-toggle:after {
  background: #3f51b5;
}

.mash-menu[data-color=indigo] label.menu-radio:after {
  border-color: #3f51b5;
  background: #3f51b5;
}

.mash-menu[data-color=indigo] .mash-mobile-button {
  background: #3f51b5;
}

.mash-menu[data-color=indigo] .mash-extra > .mash-extra-container {
  background: #252f69;
}

.mash-menu[data-color=indigo] .mash-categories a {
  background: rgba(63, 81, 181, 0.3);
  border-left: 1px solid #3b4caa;
}

.mash-menu[data-color=indigo] .mash-categories a:hover {
  background: #4d5ec1;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=indigo] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=indigo] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #3f51b5;
  }
}
.mash-menu[data-color=indigo] .panel a, .mash-menu[data-color=indigo] .score-panel a, .mash-menu[data-color=indigo] .score-accordion-panel a {
  color: #3f51b5;
}

.mash-menu[data-color=cyan] section.mash-menu-inner-container {
  background: #00bcd4;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=cyan] .mash-brand > li:hover > a, .mash-menu[data-color=cyan] .mash-list-items > li:hover > a {
    background: #00d3ee;
  }
}
.mash-menu[data-color=cyan] .mash-brand > li > a, .mash-menu[data-color=cyan] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=cyan] .mash-list-items > li.active > a {
  background: #00d3ee;
}

.mash-menu[data-color=cyan] .mash-list-items > li:hover > a {
  color: white;
  background: #00d3ee;
}

.mash-menu[data-color=cyan].separator .mash-brand > li > a, .mash-menu[data-color=cyan].separator .mash-list-items > li > a {
  border-right: 1px solid #00aec5;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=cyan].separator .mash-brand > li > a, .mash-menu[data-color=cyan].separator .mash-list-items > li > a {
    border-bottom: 1px solid #00aec5;
  }
}
.mash-menu[data-color=cyan].separator .mash-list-items.right > li > a {
  border-left: 1px solid #00aec5;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=cyan].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #00aec5;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=cyan].separator .mash-search-bar {
    border: 1px solid #00aec5;
  }
}
.mash-menu[data-color=cyan] .drop-down li:hover > a {
  color: #00bcd4;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=cyan] .mash-search-bar {
    background: #00bcd4;
  }
}
.mash-menu[data-color=cyan] .vertical-tabs a:hover, .mash-menu[data-color=cyan] .vertical-tabs a.active {
  color: #00bcd4;
}

.mash-menu[data-color=cyan] .thumbnail:hover, .mash-menu[data-color=cyan] .score-highlight:hover {
  border-color: #00bcd4;
}

.mash-menu[data-color=cyan] blockquote {
  border-left-color: #3be9ff;
}

.mash-menu[data-color=cyan] .list-items a:hover, .mash-menu[data-color=cyan] .order-items a:hover {
  color: #00bcd4;
}

.mash-menu[data-color=cyan] .btn.btn-custom, .mash-menu[data-color=cyan] .btn-custom.score-button {
  background: #00bcd4;
  border-bottom-color: #008fa1;
}

.mash-menu[data-color=cyan] .btn.btn-custom:hover, .mash-menu[data-color=cyan] .btn-custom.score-button:hover {
  background: #00cae3;
}

.mash-menu[data-color=cyan] .card .card-action a {
  color: #00bcd4;
}

.mash-menu[data-color=cyan] .card.reveal a {
  color: #00bcd4;
}

.mash-menu[data-color=cyan] input[type=text],
.mash-menu[data-color=cyan] input[type=email],
.mash-menu[data-color=cyan] input[type=password],
.mash-menu[data-color=cyan] input[type=color],
.mash-menu[data-color=cyan] input[type=date],
.mash-menu[data-color=cyan] input[type=datetime],
.mash-menu[data-color=cyan] input[type=datetime-local],
.mash-menu[data-color=cyan] input[type=file],
.mash-menu[data-color=cyan] input[type=hidden],
.mash-menu[data-color=cyan] input[type=image],
.mash-menu[data-color=cyan] input[type=month],
.mash-menu[data-color=cyan] input[type=number],
.mash-menu[data-color=cyan] input[type=time],
.mash-menu[data-color=cyan] input[type=url],
.mash-menu[data-color=cyan] input[type=week],
.mash-menu[data-color=cyan] input[type=tel],
.mash-menu[data-color=cyan] textarea,
.mash-menu[data-color=cyan] select {
  background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=cyan] input[type=text]:focus,
.mash-menu[data-color=cyan] input[type=email]:focus,
.mash-menu[data-color=cyan] input[type=password]:focus,
.mash-menu[data-color=cyan] input[type=color]:focus,
.mash-menu[data-color=cyan] input[type=date]:focus,
.mash-menu[data-color=cyan] input[type=datetime]:focus,
.mash-menu[data-color=cyan] input[type=datetime-local]:focus,
.mash-menu[data-color=cyan] input[type=file]:focus,
.mash-menu[data-color=cyan] input[type=hidden]:focus,
.mash-menu[data-color=cyan] input[type=image]:focus,
.mash-menu[data-color=cyan] input[type=month]:focus,
.mash-menu[data-color=cyan] input[type=number]:focus,
.mash-menu[data-color=cyan] input[type=time]:focus,
.mash-menu[data-color=cyan] input[type=url]:focus,
.mash-menu[data-color=cyan] input[type=week]:focus,
.mash-menu[data-color=cyan] input[type=tel]:focus,
.mash-menu[data-color=cyan] textarea:focus,
.mash-menu[data-color=cyan] select:focus {
  background-image: linear-gradient(#00bcd4, #00bcd4), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=cyan] label.menu-checkbox:after {
  background: #00bcd4;
}

.mash-menu[data-color=cyan] label.menu-toggle:before, .mash-menu[data-color=cyan] label.menu-toggle:after {
  background: #3be9ff;
}

.mash-menu[data-color=cyan] label.menu-toggle:after {
  background: #00bcd4;
}

.mash-menu[data-color=cyan] label.menu-radio:after {
  border-color: #00bcd4;
  background: #00bcd4;
}

.mash-menu[data-color=cyan] .mash-mobile-button {
  background: #00bcd4;
}

.mash-menu[data-color=cyan] .mash-extra > .mash-extra-container {
  background: #00626e;
}

.mash-menu[data-color=cyan] .mash-categories a {
  background: rgba(0, 188, 212, 0.3);
  border-left: 1px solid #00aec5;
}

.mash-menu[data-color=cyan] .mash-categories a:hover {
  background: #00d3ee;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=cyan] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=cyan] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #00bcd4;
  }
}
.mash-menu[data-color=cyan] .panel a, .mash-menu[data-color=cyan] .score-panel a, .mash-menu[data-color=cyan] .score-accordion-panel a {
  color: #00bcd4;
}

.mash-menu[data-color=cyan] .mash-brand > li > a, .mash-menu[data-color=cyan] .mash-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-list-items > li:hover > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-social-icons a {
  color: rgba(0, 0, 0, 0.66);
}

.mash-menu[data-color=cyan] .mash-social-icons a:hover {
  color: black;
}

.mash-menu[data-color=cyan] .mash-search-bar input {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=cyan] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=cyan] .mash-search-bar .mash-search-bar-border:before {
  background: rgba(0, 0, 0, 0.36);
}

.mash-menu[data-color=cyan] .mash-mobile-button span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu[data-color=cyan] .btn.btn-custom, .mash-menu[data-color=cyan] .btn-custom.score-button {
  color: rgba(0, 0, 0, 0.86) !important;
}

.mash-menu[data-color=teal] section.mash-menu-inner-container {
  background: #009688;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=teal] .mash-brand > li:hover > a, .mash-menu[data-color=teal] .mash-list-items > li:hover > a {
    background: #00b09f;
  }
}
.mash-menu[data-color=teal] .mash-brand > li > a, .mash-menu[data-color=teal] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=teal] .mash-list-items > li.active > a {
  background: #00b09f;
}

.mash-menu[data-color=teal] .mash-list-items > li:hover > a {
  color: white;
  background: #00b09f;
}

.mash-menu[data-color=teal].separator .mash-brand > li > a, .mash-menu[data-color=teal].separator .mash-list-items > li > a {
  border-right: 1px solid #00877a;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=teal].separator .mash-brand > li > a, .mash-menu[data-color=teal].separator .mash-list-items > li > a {
    border-bottom: 1px solid #00877a;
  }
}
.mash-menu[data-color=teal].separator .mash-list-items.right > li > a {
  border-left: 1px solid #00877a;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=teal].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #00877a;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=teal].separator .mash-search-bar {
    border: 1px solid #00877a;
  }
}
.mash-menu[data-color=teal] .drop-down li:hover > a {
  color: #009688;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=teal] .mash-search-bar {
    background: #009688;
  }
}
.mash-menu[data-color=teal] .vertical-tabs a:hover, .mash-menu[data-color=teal] .vertical-tabs a.active {
  color: #009688;
}

.mash-menu[data-color=teal] .thumbnail:hover, .mash-menu[data-color=teal] .score-highlight:hover {
  border-color: #009688;
}

.mash-menu[data-color=teal] blockquote {
  border-left-color: #00fce4;
}

.mash-menu[data-color=teal] .list-items a:hover, .mash-menu[data-color=teal] .order-items a:hover {
  color: #009688;
}

.mash-menu[data-color=teal] .btn.btn-custom, .mash-menu[data-color=teal] .btn-custom.score-button {
  background: #009688;
  border-bottom-color: #00635a;
}

.mash-menu[data-color=teal] .btn.btn-custom:hover, .mash-menu[data-color=teal] .btn-custom.score-button:hover {
  background: #00a596;
}

.mash-menu[data-color=teal] .card .card-action a {
  color: #009688;
}

.mash-menu[data-color=teal] .card.reveal a {
  color: #009688;
}

.mash-menu[data-color=teal] input[type=text],
.mash-menu[data-color=teal] input[type=email],
.mash-menu[data-color=teal] input[type=password],
.mash-menu[data-color=teal] input[type=color],
.mash-menu[data-color=teal] input[type=date],
.mash-menu[data-color=teal] input[type=datetime],
.mash-menu[data-color=teal] input[type=datetime-local],
.mash-menu[data-color=teal] input[type=file],
.mash-menu[data-color=teal] input[type=hidden],
.mash-menu[data-color=teal] input[type=image],
.mash-menu[data-color=teal] input[type=month],
.mash-menu[data-color=teal] input[type=number],
.mash-menu[data-color=teal] input[type=time],
.mash-menu[data-color=teal] input[type=url],
.mash-menu[data-color=teal] input[type=week],
.mash-menu[data-color=teal] input[type=tel],
.mash-menu[data-color=teal] textarea,
.mash-menu[data-color=teal] select {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=teal] input[type=text]:focus,
.mash-menu[data-color=teal] input[type=email]:focus,
.mash-menu[data-color=teal] input[type=password]:focus,
.mash-menu[data-color=teal] input[type=color]:focus,
.mash-menu[data-color=teal] input[type=date]:focus,
.mash-menu[data-color=teal] input[type=datetime]:focus,
.mash-menu[data-color=teal] input[type=datetime-local]:focus,
.mash-menu[data-color=teal] input[type=file]:focus,
.mash-menu[data-color=teal] input[type=hidden]:focus,
.mash-menu[data-color=teal] input[type=image]:focus,
.mash-menu[data-color=teal] input[type=month]:focus,
.mash-menu[data-color=teal] input[type=number]:focus,
.mash-menu[data-color=teal] input[type=time]:focus,
.mash-menu[data-color=teal] input[type=url]:focus,
.mash-menu[data-color=teal] input[type=week]:focus,
.mash-menu[data-color=teal] input[type=tel]:focus,
.mash-menu[data-color=teal] textarea:focus,
.mash-menu[data-color=teal] select:focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=teal] label.menu-checkbox:after {
  background: #009688;
}

.mash-menu[data-color=teal] label.menu-toggle:before, .mash-menu[data-color=teal] label.menu-toggle:after {
  background: #00fce4;
}

.mash-menu[data-color=teal] label.menu-toggle:after {
  background: #009688;
}

.mash-menu[data-color=teal] label.menu-radio:after {
  border-color: #009688;
  background: #009688;
}

.mash-menu[data-color=teal] .mash-mobile-button {
  background: #009688;
}

.mash-menu[data-color=teal] .mash-extra > .mash-extra-container {
  background: #00302c;
}

.mash-menu[data-color=teal] .mash-categories a {
  background: rgba(0, 150, 136, 0.3);
  border-left: 1px solid #00877a;
}

.mash-menu[data-color=teal] .mash-categories a:hover {
  background: #00b09f;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=teal] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=teal] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #009688;
  }
}
.mash-menu[data-color=teal] .panel a, .mash-menu[data-color=teal] .score-panel a, .mash-menu[data-color=teal] .score-accordion-panel a {
  color: #009688;
}

.mash-menu[data-color=green] section.mash-menu-inner-container {
  background: #4caf50;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=green] .mash-brand > li:hover > a, .mash-menu[data-color=green] .mash-list-items > li:hover > a {
    background: #5cb860;
  }
}
.mash-menu[data-color=green] .mash-brand > li > a, .mash-menu[data-color=green] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=green] .mash-list-items > li.active > a {
  background: #5cb860;
}

.mash-menu[data-color=green] .mash-list-items > li:hover > a {
  color: white;
  background: #5cb860;
}

.mash-menu[data-color=green].separator .mash-brand > li > a, .mash-menu[data-color=green].separator .mash-list-items > li > a {
  border-right: 1px solid #47a44b;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=green].separator .mash-brand > li > a, .mash-menu[data-color=green].separator .mash-list-items > li > a {
    border-bottom: 1px solid #47a44b;
  }
}
.mash-menu[data-color=green].separator .mash-list-items.right > li > a {
  border-left: 1px solid #47a44b;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=green].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #47a44b;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=green].separator .mash-search-bar {
    border: 1px solid #47a44b;
  }
}
.mash-menu[data-color=green] .drop-down li:hover > a {
  color: #4caf50;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=green] .mash-search-bar {
    background: #4caf50;
  }
}
.mash-menu[data-color=green] .vertical-tabs a:hover, .mash-menu[data-color=green] .vertical-tabs a.active {
  color: #4caf50;
}

.mash-menu[data-color=green] .thumbnail:hover, .mash-menu[data-color=green] .score-highlight:hover {
  border-color: #4caf50;
}

.mash-menu[data-color=green] blockquote {
  border-left-color: #92cf94;
}

.mash-menu[data-color=green] .list-items a:hover, .mash-menu[data-color=green] .order-items a:hover {
  color: #4caf50;
}

.mash-menu[data-color=green] .btn.btn-custom, .mash-menu[data-color=green] .btn-custom.score-button {
  background: #4caf50;
  border-bottom-color: #3d8b40;
}

.mash-menu[data-color=green] .btn.btn-custom:hover, .mash-menu[data-color=green] .btn-custom.score-button:hover {
  background: #55b559;
}

.mash-menu[data-color=green] .card .card-action a {
  color: #4caf50;
}

.mash-menu[data-color=green] .card.reveal a {
  color: #4caf50;
}

.mash-menu[data-color=green] input[type=text],
.mash-menu[data-color=green] input[type=email],
.mash-menu[data-color=green] input[type=password],
.mash-menu[data-color=green] input[type=color],
.mash-menu[data-color=green] input[type=date],
.mash-menu[data-color=green] input[type=datetime],
.mash-menu[data-color=green] input[type=datetime-local],
.mash-menu[data-color=green] input[type=file],
.mash-menu[data-color=green] input[type=hidden],
.mash-menu[data-color=green] input[type=image],
.mash-menu[data-color=green] input[type=month],
.mash-menu[data-color=green] input[type=number],
.mash-menu[data-color=green] input[type=time],
.mash-menu[data-color=green] input[type=url],
.mash-menu[data-color=green] input[type=week],
.mash-menu[data-color=green] input[type=tel],
.mash-menu[data-color=green] textarea,
.mash-menu[data-color=green] select {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=green] input[type=text]:focus,
.mash-menu[data-color=green] input[type=email]:focus,
.mash-menu[data-color=green] input[type=password]:focus,
.mash-menu[data-color=green] input[type=color]:focus,
.mash-menu[data-color=green] input[type=date]:focus,
.mash-menu[data-color=green] input[type=datetime]:focus,
.mash-menu[data-color=green] input[type=datetime-local]:focus,
.mash-menu[data-color=green] input[type=file]:focus,
.mash-menu[data-color=green] input[type=hidden]:focus,
.mash-menu[data-color=green] input[type=image]:focus,
.mash-menu[data-color=green] input[type=month]:focus,
.mash-menu[data-color=green] input[type=number]:focus,
.mash-menu[data-color=green] input[type=time]:focus,
.mash-menu[data-color=green] input[type=url]:focus,
.mash-menu[data-color=green] input[type=week]:focus,
.mash-menu[data-color=green] input[type=tel]:focus,
.mash-menu[data-color=green] textarea:focus,
.mash-menu[data-color=green] select:focus {
  background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=green] label.menu-checkbox:after {
  background: #4caf50;
}

.mash-menu[data-color=green] label.menu-toggle:before, .mash-menu[data-color=green] label.menu-toggle:after {
  background: #92cf94;
}

.mash-menu[data-color=green] label.menu-toggle:after {
  background: #4caf50;
}

.mash-menu[data-color=green] label.menu-radio:after {
  border-color: #4caf50;
  background: #4caf50;
}

.mash-menu[data-color=green] .mash-mobile-button {
  background: #4caf50;
}

.mash-menu[data-color=green] .mash-extra > .mash-extra-container {
  background: #2d682f;
}

.mash-menu[data-color=green] .mash-categories a {
  background: rgba(76, 175, 80, 0.3);
  border-left: 1px solid #47a44b;
}

.mash-menu[data-color=green] .mash-categories a:hover {
  background: #5cb860;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=green] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=green] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #4caf50;
  }
}
.mash-menu[data-color=green] .panel a, .mash-menu[data-color=green] .score-panel a, .mash-menu[data-color=green] .score-accordion-panel a {
  color: #4caf50;
}

.mash-menu[data-color=light-green] section.mash-menu-inner-container {
  background: #8bc34a;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=light-green] .mash-brand > li:hover > a, .mash-menu[data-color=light-green] .mash-list-items > li:hover > a {
    background: #97c95d;
  }
}
.mash-menu[data-color=light-green] .mash-brand > li > a, .mash-menu[data-color=light-green] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=light-green] .mash-list-items > li.active > a {
  background: #97c95d;
}

.mash-menu[data-color=light-green] .mash-list-items > li:hover > a {
  color: white;
  background: #97c95d;
}

.mash-menu[data-color=light-green].separator .mash-brand > li > a, .mash-menu[data-color=light-green].separator .mash-list-items > li > a {
  border-right: 1px solid #84bf3f;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=light-green].separator .mash-brand > li > a, .mash-menu[data-color=light-green].separator .mash-list-items > li > a {
    border-bottom: 1px solid #84bf3f;
  }
}
.mash-menu[data-color=light-green].separator .mash-list-items.right > li > a {
  border-left: 1px solid #84bf3f;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=light-green].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #84bf3f;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=light-green].separator .mash-search-bar {
    border: 1px solid #84bf3f;
  }
}
.mash-menu[data-color=light-green] .drop-down li:hover > a {
  color: #8bc34a;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=light-green] .mash-search-bar {
    background: #8bc34a;
  }
}
.mash-menu[data-color=light-green] .vertical-tabs a:hover, .mash-menu[data-color=light-green] .vertical-tabs a.active {
  color: #8bc34a;
}

.mash-menu[data-color=light-green] .thumbnail:hover, .mash-menu[data-color=light-green] .score-highlight:hover {
  border-color: #8bc34a;
}

.mash-menu[data-color=light-green] blockquote {
  border-left-color: #bcdc97;
}

.mash-menu[data-color=light-green] .list-items a:hover, .mash-menu[data-color=light-green] .order-items a:hover {
  color: #8bc34a;
}

.mash-menu[data-color=light-green] .btn.btn-custom, .mash-menu[data-color=light-green] .btn-custom.score-button {
  background: #8bc34a;
  border-bottom-color: #71a436;
}

.mash-menu[data-color=light-green] .btn.btn-custom:hover, .mash-menu[data-color=light-green] .btn-custom.score-button:hover {
  background: #92c755;
}

.mash-menu[data-color=light-green] .card .card-action a {
  color: #8bc34a;
}

.mash-menu[data-color=light-green] .card.reveal a {
  color: #8bc34a;
}

.mash-menu[data-color=light-green] input[type=text],
.mash-menu[data-color=light-green] input[type=email],
.mash-menu[data-color=light-green] input[type=password],
.mash-menu[data-color=light-green] input[type=color],
.mash-menu[data-color=light-green] input[type=date],
.mash-menu[data-color=light-green] input[type=datetime],
.mash-menu[data-color=light-green] input[type=datetime-local],
.mash-menu[data-color=light-green] input[type=file],
.mash-menu[data-color=light-green] input[type=hidden],
.mash-menu[data-color=light-green] input[type=image],
.mash-menu[data-color=light-green] input[type=month],
.mash-menu[data-color=light-green] input[type=number],
.mash-menu[data-color=light-green] input[type=time],
.mash-menu[data-color=light-green] input[type=url],
.mash-menu[data-color=light-green] input[type=week],
.mash-menu[data-color=light-green] input[type=tel],
.mash-menu[data-color=light-green] textarea,
.mash-menu[data-color=light-green] select {
  background-image: linear-gradient(#8bc34a, #8bc34a), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=light-green] input[type=text]:focus,
.mash-menu[data-color=light-green] input[type=email]:focus,
.mash-menu[data-color=light-green] input[type=password]:focus,
.mash-menu[data-color=light-green] input[type=color]:focus,
.mash-menu[data-color=light-green] input[type=date]:focus,
.mash-menu[data-color=light-green] input[type=datetime]:focus,
.mash-menu[data-color=light-green] input[type=datetime-local]:focus,
.mash-menu[data-color=light-green] input[type=file]:focus,
.mash-menu[data-color=light-green] input[type=hidden]:focus,
.mash-menu[data-color=light-green] input[type=image]:focus,
.mash-menu[data-color=light-green] input[type=month]:focus,
.mash-menu[data-color=light-green] input[type=number]:focus,
.mash-menu[data-color=light-green] input[type=time]:focus,
.mash-menu[data-color=light-green] input[type=url]:focus,
.mash-menu[data-color=light-green] input[type=week]:focus,
.mash-menu[data-color=light-green] input[type=tel]:focus,
.mash-menu[data-color=light-green] textarea:focus,
.mash-menu[data-color=light-green] select:focus {
  background-image: linear-gradient(#8bc34a, #8bc34a), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=light-green] label.menu-checkbox:after {
  background: #8bc34a;
}

.mash-menu[data-color=light-green] label.menu-toggle:before, .mash-menu[data-color=light-green] label.menu-toggle:after {
  background: #bcdc97;
}

.mash-menu[data-color=light-green] label.menu-toggle:after {
  background: #8bc34a;
}

.mash-menu[data-color=light-green] label.menu-radio:after {
  border-color: #8bc34a;
  background: #8bc34a;
}

.mash-menu[data-color=light-green] .mash-mobile-button {
  background: #8bc34a;
}

.mash-menu[data-color=light-green] .mash-extra > .mash-extra-container {
  background: #577d2a;
}

.mash-menu[data-color=light-green] .mash-categories a {
  background: rgba(139, 195, 74, 0.3);
  border-left: 1px solid #84bf3f;
}

.mash-menu[data-color=light-green] .mash-categories a:hover {
  background: #97c95d;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=light-green] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=light-green] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #8bc34a;
  }
}
.mash-menu[data-color=light-green] .panel a, .mash-menu[data-color=light-green] .score-panel a, .mash-menu[data-color=light-green] .score-accordion-panel a {
  color: #8bc34a;
}

.mash-menu[data-color=light-green] .mash-brand > li > a, .mash-menu[data-color=light-green] .mash-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-list-items > li:hover > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-social-icons a {
  color: rgba(0, 0, 0, 0.66);
}

.mash-menu[data-color=light-green] .mash-social-icons a:hover {
  color: black;
}

.mash-menu[data-color=light-green] .mash-search-bar input {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=light-green] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=light-green] .mash-search-bar .mash-search-bar-border:before {
  background: rgba(0, 0, 0, 0.36);
}

.mash-menu[data-color=light-green] .mash-mobile-button span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu[data-color=light-green] .btn.btn-custom, .mash-menu[data-color=light-green] .btn-custom.score-button {
  color: rgba(0, 0, 0, 0.86) !important;
}

.mash-menu[data-color=light-green] .drop-down li:hover > a {
  color: #71a436;
}

.mash-menu[data-color=light-green] .vertical-tabs a:hover, .mash-menu[data-color=light-green] .vertical-tabs a.active {
  color: #71a436;
}

.mash-menu[data-color=light-green] .list-items a:hover, .mash-menu[data-color=light-green] .order-items a:hover {
  color: #71a436;
}

.mash-menu[data-color=light-green] .card .card-action a {
  color: #71a436;
}

.mash-menu[data-color=light-green] .card.reveal a {
  color: #71a436;
}

.mash-menu[data-color=lime] section.mash-menu-inner-container {
  background: #cddc39;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=lime] .mash-brand > li:hover > a, .mash-menu[data-color=lime] .mash-list-items > li:hover > a {
    background: #d2e04f;
  }
}
.mash-menu[data-color=lime] .mash-brand > li > a, .mash-menu[data-color=lime] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=lime] .mash-list-items > li.active > a {
  background: #d2e04f;
}

.mash-menu[data-color=lime] .mash-list-items > li:hover > a {
  color: white;
  background: #d2e04f;
}

.mash-menu[data-color=lime].separator .mash-brand > li > a, .mash-menu[data-color=lime].separator .mash-list-items > li > a {
  border-right: 1px solid #cada2c;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=lime].separator .mash-brand > li > a, .mash-menu[data-color=lime].separator .mash-list-items > li > a {
    border-bottom: 1px solid #cada2c;
  }
}
.mash-menu[data-color=lime].separator .mash-list-items.right > li > a {
  border-left: 1px solid #cada2c;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=lime].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #cada2c;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=lime].separator .mash-search-bar {
    border: 1px solid #cada2c;
  }
}
.mash-menu[data-color=lime] .drop-down li:hover > a {
  color: #cddc39;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=lime] .mash-search-bar {
    background: #cddc39;
  }
}
.mash-menu[data-color=lime] .vertical-tabs a:hover, .mash-menu[data-color=lime] .vertical-tabs a.active {
  color: #cddc39;
}

.mash-menu[data-color=lime] .thumbnail:hover, .mash-menu[data-color=lime] .score-highlight:hover {
  border-color: #cddc39;
}

.mash-menu[data-color=lime] blockquote {
  border-left-color: #e3eb90;
}

.mash-menu[data-color=lime] .list-items a:hover, .mash-menu[data-color=lime] .order-items a:hover {
  color: #cddc39;
}

.mash-menu[data-color=lime] .btn.btn-custom, .mash-menu[data-color=lime] .btn-custom.score-button {
  background: #cddc39;
  border-bottom-color: #b2c022;
}

.mash-menu[data-color=lime] .btn.btn-custom:hover, .mash-menu[data-color=lime] .btn-custom.score-button:hover {
  background: #d0de46;
}

.mash-menu[data-color=lime] .card .card-action a {
  color: #cddc39;
}

.mash-menu[data-color=lime] .card.reveal a {
  color: #cddc39;
}

.mash-menu[data-color=lime] input[type=text],
.mash-menu[data-color=lime] input[type=email],
.mash-menu[data-color=lime] input[type=password],
.mash-menu[data-color=lime] input[type=color],
.mash-menu[data-color=lime] input[type=date],
.mash-menu[data-color=lime] input[type=datetime],
.mash-menu[data-color=lime] input[type=datetime-local],
.mash-menu[data-color=lime] input[type=file],
.mash-menu[data-color=lime] input[type=hidden],
.mash-menu[data-color=lime] input[type=image],
.mash-menu[data-color=lime] input[type=month],
.mash-menu[data-color=lime] input[type=number],
.mash-menu[data-color=lime] input[type=time],
.mash-menu[data-color=lime] input[type=url],
.mash-menu[data-color=lime] input[type=week],
.mash-menu[data-color=lime] input[type=tel],
.mash-menu[data-color=lime] textarea,
.mash-menu[data-color=lime] select {
  background-image: linear-gradient(#cddc39, #cddc39), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=lime] input[type=text]:focus,
.mash-menu[data-color=lime] input[type=email]:focus,
.mash-menu[data-color=lime] input[type=password]:focus,
.mash-menu[data-color=lime] input[type=color]:focus,
.mash-menu[data-color=lime] input[type=date]:focus,
.mash-menu[data-color=lime] input[type=datetime]:focus,
.mash-menu[data-color=lime] input[type=datetime-local]:focus,
.mash-menu[data-color=lime] input[type=file]:focus,
.mash-menu[data-color=lime] input[type=hidden]:focus,
.mash-menu[data-color=lime] input[type=image]:focus,
.mash-menu[data-color=lime] input[type=month]:focus,
.mash-menu[data-color=lime] input[type=number]:focus,
.mash-menu[data-color=lime] input[type=time]:focus,
.mash-menu[data-color=lime] input[type=url]:focus,
.mash-menu[data-color=lime] input[type=week]:focus,
.mash-menu[data-color=lime] input[type=tel]:focus,
.mash-menu[data-color=lime] textarea:focus,
.mash-menu[data-color=lime] select:focus {
  background-image: linear-gradient(#cddc39, #cddc39), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=lime] label.menu-checkbox:after {
  background: #cddc39;
}

.mash-menu[data-color=lime] label.menu-toggle:before, .mash-menu[data-color=lime] label.menu-toggle:after {
  background: #e3eb90;
}

.mash-menu[data-color=lime] label.menu-toggle:after {
  background: #cddc39;
}

.mash-menu[data-color=lime] label.menu-radio:after {
  border-color: #cddc39;
  background: #cddc39;
}

.mash-menu[data-color=lime] .mash-mobile-button {
  background: #cddc39;
}

.mash-menu[data-color=lime] .mash-extra > .mash-extra-container {
  background: #89951a;
}

.mash-menu[data-color=lime] .mash-categories a {
  background: rgba(205, 220, 57, 0.3);
  border-left: 1px solid #cada2c;
}

.mash-menu[data-color=lime] .mash-categories a:hover {
  background: #d2e04f;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=lime] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=lime] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #cddc39;
  }
}
.mash-menu[data-color=lime] .panel a, .mash-menu[data-color=lime] .score-panel a, .mash-menu[data-color=lime] .score-accordion-panel a {
  color: #cddc39;
}

.mash-menu[data-color=lime] .mash-brand > li > a, .mash-menu[data-color=lime] .mash-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-list-items > li:hover > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-social-icons a {
  color: rgba(0, 0, 0, 0.66);
}

.mash-menu[data-color=lime] .mash-social-icons a:hover {
  color: black;
}

.mash-menu[data-color=lime] .mash-search-bar input {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=lime] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=lime] .mash-search-bar .mash-search-bar-border:before {
  background: rgba(0, 0, 0, 0.36);
}

.mash-menu[data-color=lime] .mash-mobile-button span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu[data-color=lime] .btn.btn-custom, .mash-menu[data-color=lime] .btn-custom.score-button {
  color: rgba(0, 0, 0, 0.86) !important;
}

.mash-menu[data-color=lime] .drop-down li:hover > a {
  color: #89951a;
}

.mash-menu[data-color=lime] .vertical-tabs a:hover, .mash-menu[data-color=lime] .vertical-tabs a.active {
  color: #89951a;
}

.mash-menu[data-color=lime] .list-items a:hover, .mash-menu[data-color=lime] .order-items a:hover {
  color: #89951a;
}

.mash-menu[data-color=lime] .card .card-action a {
  color: #89951a;
}

.mash-menu[data-color=lime] .card.reveal a {
  color: #89951a;
}

.mash-menu[data-color=yellow] section.mash-menu-inner-container {
  background: #ffeb3b;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=yellow] .mash-brand > li:hover > a, .mash-menu[data-color=yellow] .mash-list-items > li:hover > a {
    background: #ffee55;
  }
}
.mash-menu[data-color=yellow] .mash-brand > li > a, .mash-menu[data-color=yellow] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=yellow] .mash-list-items > li.active > a {
  background: #ffee55;
}

.mash-menu[data-color=yellow] .mash-list-items > li:hover > a {
  color: white;
  background: #ffee55;
}

.mash-menu[data-color=yellow].separator .mash-brand > li > a, .mash-menu[data-color=yellow].separator .mash-list-items > li > a {
  border-right: 1px solid #ffe92c;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=yellow].separator .mash-brand > li > a, .mash-menu[data-color=yellow].separator .mash-list-items > li > a {
    border-bottom: 1px solid #ffe92c;
  }
}
.mash-menu[data-color=yellow].separator .mash-list-items.right > li > a {
  border-left: 1px solid #ffe92c;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=yellow].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #ffe92c;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=yellow].separator .mash-search-bar {
    border: 1px solid #ffe92c;
  }
}
.mash-menu[data-color=yellow] .drop-down li:hover > a {
  color: #ffeb3b;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=yellow] .mash-search-bar {
    background: #ffeb3b;
  }
}
.mash-menu[data-color=yellow] .vertical-tabs a:hover, .mash-menu[data-color=yellow] .vertical-tabs a.active {
  color: #ffeb3b;
}

.mash-menu[data-color=yellow] .thumbnail:hover, .mash-menu[data-color=yellow] .score-highlight:hover {
  border-color: #ffeb3b;
}

.mash-menu[data-color=yellow] blockquote {
  border-left-color: #fff5a1;
}

.mash-menu[data-color=yellow] .list-items a:hover, .mash-menu[data-color=yellow] .order-items a:hover {
  color: #ffeb3b;
}

.mash-menu[data-color=yellow] .btn.btn-custom, .mash-menu[data-color=yellow] .btn-custom.score-button {
  background: #ffeb3b;
  border-bottom-color: #ffe608;
}

.mash-menu[data-color=yellow] .btn.btn-custom:hover, .mash-menu[data-color=yellow] .btn-custom.score-button:hover {
  background: #ffed4a;
}

.mash-menu[data-color=yellow] .card .card-action a {
  color: #ffeb3b;
}

.mash-menu[data-color=yellow] .card.reveal a {
  color: #ffeb3b;
}

.mash-menu[data-color=yellow] input[type=text],
.mash-menu[data-color=yellow] input[type=email],
.mash-menu[data-color=yellow] input[type=password],
.mash-menu[data-color=yellow] input[type=color],
.mash-menu[data-color=yellow] input[type=date],
.mash-menu[data-color=yellow] input[type=datetime],
.mash-menu[data-color=yellow] input[type=datetime-local],
.mash-menu[data-color=yellow] input[type=file],
.mash-menu[data-color=yellow] input[type=hidden],
.mash-menu[data-color=yellow] input[type=image],
.mash-menu[data-color=yellow] input[type=month],
.mash-menu[data-color=yellow] input[type=number],
.mash-menu[data-color=yellow] input[type=time],
.mash-menu[data-color=yellow] input[type=url],
.mash-menu[data-color=yellow] input[type=week],
.mash-menu[data-color=yellow] input[type=tel],
.mash-menu[data-color=yellow] textarea,
.mash-menu[data-color=yellow] select {
  background-image: linear-gradient(#ffeb3b, #ffeb3b), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=yellow] input[type=text]:focus,
.mash-menu[data-color=yellow] input[type=email]:focus,
.mash-menu[data-color=yellow] input[type=password]:focus,
.mash-menu[data-color=yellow] input[type=color]:focus,
.mash-menu[data-color=yellow] input[type=date]:focus,
.mash-menu[data-color=yellow] input[type=datetime]:focus,
.mash-menu[data-color=yellow] input[type=datetime-local]:focus,
.mash-menu[data-color=yellow] input[type=file]:focus,
.mash-menu[data-color=yellow] input[type=hidden]:focus,
.mash-menu[data-color=yellow] input[type=image]:focus,
.mash-menu[data-color=yellow] input[type=month]:focus,
.mash-menu[data-color=yellow] input[type=number]:focus,
.mash-menu[data-color=yellow] input[type=time]:focus,
.mash-menu[data-color=yellow] input[type=url]:focus,
.mash-menu[data-color=yellow] input[type=week]:focus,
.mash-menu[data-color=yellow] input[type=tel]:focus,
.mash-menu[data-color=yellow] textarea:focus,
.mash-menu[data-color=yellow] select:focus {
  background-image: linear-gradient(#ffeb3b, #ffeb3b), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=yellow] label.menu-checkbox:after {
  background: #ffeb3b;
}

.mash-menu[data-color=yellow] label.menu-toggle:before, .mash-menu[data-color=yellow] label.menu-toggle:after {
  background: #fff5a1;
}

.mash-menu[data-color=yellow] label.menu-toggle:after {
  background: #ffeb3b;
}

.mash-menu[data-color=yellow] label.menu-radio:after {
  border-color: #ffeb3b;
  background: #ffeb3b;
}

.mash-menu[data-color=yellow] .mash-mobile-button {
  background: #ffeb3b;
}

.mash-menu[data-color=yellow] .mash-extra > .mash-extra-container {
  background: #d4be00;
}

.mash-menu[data-color=yellow] .mash-categories a {
  background: rgba(255, 235, 59, 0.3);
  border-left: 1px solid #ffe92c;
}

.mash-menu[data-color=yellow] .mash-categories a:hover {
  background: #ffee55;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=yellow] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=yellow] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #ffeb3b;
  }
}
.mash-menu[data-color=yellow] .panel a, .mash-menu[data-color=yellow] .score-panel a, .mash-menu[data-color=yellow] .score-accordion-panel a {
  color: #ffeb3b;
}

.mash-menu[data-color=yellow] .mash-brand > li > a, .mash-menu[data-color=yellow] .mash-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-list-items > li:hover > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-social-icons a {
  color: rgba(0, 0, 0, 0.66);
}

.mash-menu[data-color=yellow] .mash-social-icons a:hover {
  color: black;
}

.mash-menu[data-color=yellow] .mash-search-bar input {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=yellow] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=yellow] .mash-search-bar .mash-search-bar-border:before {
  background: rgba(0, 0, 0, 0.36);
}

.mash-menu[data-color=yellow] .mash-mobile-button span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu[data-color=yellow] .btn.btn-custom, .mash-menu[data-color=yellow] .btn-custom.score-button {
  color: rgba(0, 0, 0, 0.86) !important;
}

.mash-menu[data-color=yellow] .drop-down li:hover > a {
  color: #d4be00;
}

.mash-menu[data-color=yellow] .vertical-tabs a:hover, .mash-menu[data-color=yellow] .vertical-tabs a.active {
  color: #d4be00;
}

.mash-menu[data-color=yellow] .list-items a:hover, .mash-menu[data-color=yellow] .order-items a:hover {
  color: #d4be00;
}

.mash-menu[data-color=yellow] .card .card-action a {
  color: #d4be00;
}

.mash-menu[data-color=yellow] .card.reveal a {
  color: #d4be00;
}

.mash-menu[data-color=amber] section.mash-menu-inner-container {
  background: #ffc107;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=amber] .mash-brand > li:hover > a, .mash-menu[data-color=amber] .mash-list-items > li:hover > a {
    background: #ffc721;
  }
}
.mash-menu[data-color=amber] .mash-brand > li > a, .mash-menu[data-color=amber] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=amber] .mash-list-items > li.active > a {
  background: #ffc721;
}

.mash-menu[data-color=amber] .mash-list-items > li:hover > a {
  color: white;
  background: #ffc721;
}

.mash-menu[data-color=amber].separator .mash-brand > li > a, .mash-menu[data-color=amber].separator .mash-list-items > li > a {
  border-right: 1px solid #f7b900;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=amber].separator .mash-brand > li > a, .mash-menu[data-color=amber].separator .mash-list-items > li > a {
    border-bottom: 1px solid #f7b900;
  }
}
.mash-menu[data-color=amber].separator .mash-list-items.right > li > a {
  border-left: 1px solid #f7b900;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=amber].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #f7b900;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=amber].separator .mash-search-bar {
    border: 1px solid #f7b900;
  }
}
.mash-menu[data-color=amber] .drop-down li:hover > a {
  color: #ffc107;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=amber] .mash-search-bar {
    background: #ffc107;
  }
}
.mash-menu[data-color=amber] .vertical-tabs a:hover, .mash-menu[data-color=amber] .vertical-tabs a.active {
  color: #ffc107;
}

.mash-menu[data-color=amber] .thumbnail:hover, .mash-menu[data-color=amber] .score-highlight:hover {
  border-color: #ffc107;
}

.mash-menu[data-color=amber] blockquote {
  border-left-color: #ffdb6d;
}

.mash-menu[data-color=amber] .list-items a:hover, .mash-menu[data-color=amber] .order-items a:hover {
  color: #ffc107;
}

.mash-menu[data-color=amber] .btn.btn-custom, .mash-menu[data-color=amber] .btn-custom.score-button {
  background: #ffc107;
  border-bottom-color: #d39e00;
}

.mash-menu[data-color=amber] .btn.btn-custom:hover, .mash-menu[data-color=amber] .btn-custom.score-button:hover {
  background: #ffc516;
}

.mash-menu[data-color=amber] .card .card-action a {
  color: #ffc107;
}

.mash-menu[data-color=amber] .card.reveal a {
  color: #ffc107;
}

.mash-menu[data-color=amber] input[type=text],
.mash-menu[data-color=amber] input[type=email],
.mash-menu[data-color=amber] input[type=password],
.mash-menu[data-color=amber] input[type=color],
.mash-menu[data-color=amber] input[type=date],
.mash-menu[data-color=amber] input[type=datetime],
.mash-menu[data-color=amber] input[type=datetime-local],
.mash-menu[data-color=amber] input[type=file],
.mash-menu[data-color=amber] input[type=hidden],
.mash-menu[data-color=amber] input[type=image],
.mash-menu[data-color=amber] input[type=month],
.mash-menu[data-color=amber] input[type=number],
.mash-menu[data-color=amber] input[type=time],
.mash-menu[data-color=amber] input[type=url],
.mash-menu[data-color=amber] input[type=week],
.mash-menu[data-color=amber] input[type=tel],
.mash-menu[data-color=amber] textarea,
.mash-menu[data-color=amber] select {
  background-image: linear-gradient(#ffc107, #ffc107), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=amber] input[type=text]:focus,
.mash-menu[data-color=amber] input[type=email]:focus,
.mash-menu[data-color=amber] input[type=password]:focus,
.mash-menu[data-color=amber] input[type=color]:focus,
.mash-menu[data-color=amber] input[type=date]:focus,
.mash-menu[data-color=amber] input[type=datetime]:focus,
.mash-menu[data-color=amber] input[type=datetime-local]:focus,
.mash-menu[data-color=amber] input[type=file]:focus,
.mash-menu[data-color=amber] input[type=hidden]:focus,
.mash-menu[data-color=amber] input[type=image]:focus,
.mash-menu[data-color=amber] input[type=month]:focus,
.mash-menu[data-color=amber] input[type=number]:focus,
.mash-menu[data-color=amber] input[type=time]:focus,
.mash-menu[data-color=amber] input[type=url]:focus,
.mash-menu[data-color=amber] input[type=week]:focus,
.mash-menu[data-color=amber] input[type=tel]:focus,
.mash-menu[data-color=amber] textarea:focus,
.mash-menu[data-color=amber] select:focus {
  background-image: linear-gradient(#ffc107, #ffc107), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=amber] label.menu-checkbox:after {
  background: #ffc107;
}

.mash-menu[data-color=amber] label.menu-toggle:before, .mash-menu[data-color=amber] label.menu-toggle:after {
  background: #ffdb6d;
}

.mash-menu[data-color=amber] label.menu-toggle:after {
  background: #ffc107;
}

.mash-menu[data-color=amber] label.menu-radio:after {
  border-color: #ffc107;
  background: #ffc107;
}

.mash-menu[data-color=amber] .mash-mobile-button {
  background: #ffc107;
}

.mash-menu[data-color=amber] .mash-extra > .mash-extra-container {
  background: #a07800;
}

.mash-menu[data-color=amber] .mash-categories a {
  background: rgba(255, 193, 7, 0.3);
  border-left: 1px solid #f7b900;
}

.mash-menu[data-color=amber] .mash-categories a:hover {
  background: #ffc721;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=amber] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=amber] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #ffc107;
  }
}
.mash-menu[data-color=amber] .panel a, .mash-menu[data-color=amber] .score-panel a, .mash-menu[data-color=amber] .score-accordion-panel a {
  color: #ffc107;
}

.mash-menu[data-color=amber] .mash-brand > li > a, .mash-menu[data-color=amber] .mash-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-list-items > li:hover > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-social-icons a {
  color: rgba(0, 0, 0, 0.66);
}

.mash-menu[data-color=amber] .mash-social-icons a:hover {
  color: black;
}

.mash-menu[data-color=amber] .mash-search-bar input {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=amber] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=amber] .mash-search-bar .mash-search-bar-border:before {
  background: rgba(0, 0, 0, 0.36);
}

.mash-menu[data-color=amber] .mash-mobile-button span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu[data-color=amber] .btn.btn-custom, .mash-menu[data-color=amber] .btn-custom.score-button {
  color: rgba(0, 0, 0, 0.86) !important;
}

.mash-menu[data-color=amber] .drop-down li:hover > a {
  color: #d39e00;
}

.mash-menu[data-color=amber] .vertical-tabs a:hover, .mash-menu[data-color=amber] .vertical-tabs a.active {
  color: #d39e00;
}

.mash-menu[data-color=amber] .list-items a:hover, .mash-menu[data-color=amber] .order-items a:hover {
  color: #d39e00;
}

.mash-menu[data-color=amber] .card .card-action a {
  color: #d39e00;
}

.mash-menu[data-color=amber] .card.reveal a {
  color: #d39e00;
}

.mash-menu[data-color=orange] section.mash-menu-inner-container {
  background: #ff9800;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=orange] .mash-brand > li:hover > a, .mash-menu[data-color=orange] .mash-list-items > li:hover > a {
    background: #ffa21a;
  }
}
.mash-menu[data-color=orange] .mash-brand > li > a, .mash-menu[data-color=orange] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=orange] .mash-list-items > li.active > a {
  background: #ffa21a;
}

.mash-menu[data-color=orange] .mash-list-items > li:hover > a {
  color: white;
  background: #ffa21a;
}

.mash-menu[data-color=orange].separator .mash-brand > li > a, .mash-menu[data-color=orange].separator .mash-list-items > li > a {
  border-right: 1px solid #f08f00;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=orange].separator .mash-brand > li > a, .mash-menu[data-color=orange].separator .mash-list-items > li > a {
    border-bottom: 1px solid #f08f00;
  }
}
.mash-menu[data-color=orange].separator .mash-list-items.right > li > a {
  border-left: 1px solid #f08f00;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=orange].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #f08f00;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=orange].separator .mash-search-bar {
    border: 1px solid #f08f00;
  }
}
.mash-menu[data-color=orange] .drop-down li:hover > a {
  color: #ff9800;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=orange] .mash-search-bar {
    background: #ff9800;
  }
}
.mash-menu[data-color=orange] .vertical-tabs a:hover, .mash-menu[data-color=orange] .vertical-tabs a.active {
  color: #ff9800;
}

.mash-menu[data-color=orange] .thumbnail:hover, .mash-menu[data-color=orange] .score-highlight:hover {
  border-color: #ff9800;
}

.mash-menu[data-color=orange] blockquote {
  border-left-color: #ffc166;
}

.mash-menu[data-color=orange] .list-items a:hover, .mash-menu[data-color=orange] .order-items a:hover {
  color: #ff9800;
}

.mash-menu[data-color=orange] .btn.btn-custom, .mash-menu[data-color=orange] .btn-custom.score-button {
  background: #ff9800;
  border-bottom-color: #cc7a00;
}

.mash-menu[data-color=orange] .btn.btn-custom:hover, .mash-menu[data-color=orange] .btn-custom.score-button:hover {
  background: #ff9e0f;
}

.mash-menu[data-color=orange] .card .card-action a {
  color: #ff9800;
}

.mash-menu[data-color=orange] .card.reveal a {
  color: #ff9800;
}

.mash-menu[data-color=orange] input[type=text],
.mash-menu[data-color=orange] input[type=email],
.mash-menu[data-color=orange] input[type=password],
.mash-menu[data-color=orange] input[type=color],
.mash-menu[data-color=orange] input[type=date],
.mash-menu[data-color=orange] input[type=datetime],
.mash-menu[data-color=orange] input[type=datetime-local],
.mash-menu[data-color=orange] input[type=file],
.mash-menu[data-color=orange] input[type=hidden],
.mash-menu[data-color=orange] input[type=image],
.mash-menu[data-color=orange] input[type=month],
.mash-menu[data-color=orange] input[type=number],
.mash-menu[data-color=orange] input[type=time],
.mash-menu[data-color=orange] input[type=url],
.mash-menu[data-color=orange] input[type=week],
.mash-menu[data-color=orange] input[type=tel],
.mash-menu[data-color=orange] textarea,
.mash-menu[data-color=orange] select {
  background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=orange] input[type=text]:focus,
.mash-menu[data-color=orange] input[type=email]:focus,
.mash-menu[data-color=orange] input[type=password]:focus,
.mash-menu[data-color=orange] input[type=color]:focus,
.mash-menu[data-color=orange] input[type=date]:focus,
.mash-menu[data-color=orange] input[type=datetime]:focus,
.mash-menu[data-color=orange] input[type=datetime-local]:focus,
.mash-menu[data-color=orange] input[type=file]:focus,
.mash-menu[data-color=orange] input[type=hidden]:focus,
.mash-menu[data-color=orange] input[type=image]:focus,
.mash-menu[data-color=orange] input[type=month]:focus,
.mash-menu[data-color=orange] input[type=number]:focus,
.mash-menu[data-color=orange] input[type=time]:focus,
.mash-menu[data-color=orange] input[type=url]:focus,
.mash-menu[data-color=orange] input[type=week]:focus,
.mash-menu[data-color=orange] input[type=tel]:focus,
.mash-menu[data-color=orange] textarea:focus,
.mash-menu[data-color=orange] select:focus {
  background-image: linear-gradient(#ff9800, #ff9800), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=orange] label.menu-checkbox:after {
  background: #ff9800;
}

.mash-menu[data-color=orange] label.menu-toggle:before, .mash-menu[data-color=orange] label.menu-toggle:after {
  background: #ffc166;
}

.mash-menu[data-color=orange] label.menu-toggle:after {
  background: #ff9800;
}

.mash-menu[data-color=orange] label.menu-radio:after {
  border-color: #ff9800;
  background: #ff9800;
}

.mash-menu[data-color=orange] .mash-mobile-button {
  background: #ff9800;
}

.mash-menu[data-color=orange] .mash-extra > .mash-extra-container {
  background: #995b00;
}

.mash-menu[data-color=orange] .mash-categories a {
  background: rgba(255, 152, 0, 0.3);
  border-left: 1px solid #f08f00;
}

.mash-menu[data-color=orange] .mash-categories a:hover {
  background: #ffa21a;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=orange] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=orange] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #ff9800;
  }
}
.mash-menu[data-color=orange] .panel a, .mash-menu[data-color=orange] .score-panel a, .mash-menu[data-color=orange] .score-accordion-panel a {
  color: #ff9800;
}

.mash-menu[data-color=orange] .mash-brand > li > a, .mash-menu[data-color=orange] .mash-list-items > li > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-list-items > li:hover > a {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-social-icons a {
  color: rgba(0, 0, 0, 0.66);
}

.mash-menu[data-color=orange] .mash-social-icons a:hover {
  color: black;
}

.mash-menu[data-color=orange] .mash-search-bar input {
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-search-bar :-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-search-bar ::-moz-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-search-bar :-ms-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-search-bar ::-webkit-input-placeholder {
  opacity: 1 !important;
  color: rgba(0, 0, 0, 0.86);
}

.mash-menu[data-color=orange] .mash-search-bar .mash-search-bar-border:after, .mash-menu[data-color=orange] .mash-search-bar .mash-search-bar-border:before {
  background: rgba(0, 0, 0, 0.36);
}

.mash-menu[data-color=orange] .mash-mobile-button span {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOAgMAAABSqtRjAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACVBMVEViYmIAAAD///9/r5z6AAAAAnRSTlMA32D/An0AAAABYktHRAJmC3xkAAAACXBIWXMAAAsSAAALEgHS3X78AAAAEklEQVQI12MIBQEGCIkLkKgGAKK/CfcXmfkCAAAAAElFTkSuQmCC") no-repeat center;
}

.mash-menu[data-color=orange] .btn.btn-custom, .mash-menu[data-color=orange] .btn-custom.score-button {
  color: rgba(0, 0, 0, 0.86) !important;
}

.mash-menu[data-color=deep-orange] section.mash-menu-inner-container {
  background: #ff5722;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=deep-orange] .mash-brand > li:hover > a, .mash-menu[data-color=deep-orange] .mash-list-items > li:hover > a {
    background: #ff6a3c;
  }
}
.mash-menu[data-color=deep-orange] .mash-brand > li > a, .mash-menu[data-color=deep-orange] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=deep-orange] .mash-list-items > li.active > a {
  background: #ff6a3c;
}

.mash-menu[data-color=deep-orange] .mash-list-items > li:hover > a {
  color: white;
  background: #ff6a3c;
}

.mash-menu[data-color=deep-orange].separator .mash-brand > li > a, .mash-menu[data-color=deep-orange].separator .mash-list-items > li > a {
  border-right: 1px solid #ff4b13;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-orange].separator .mash-brand > li > a, .mash-menu[data-color=deep-orange].separator .mash-list-items > li > a {
    border-bottom: 1px solid #ff4b13;
  }
}
.mash-menu[data-color=deep-orange].separator .mash-list-items.right > li > a {
  border-left: 1px solid #ff4b13;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-orange].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #ff4b13;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-orange].separator .mash-search-bar {
    border: 1px solid #ff4b13;
  }
}
.mash-menu[data-color=deep-orange] .drop-down li:hover > a {
  color: #ff5722;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-orange] .mash-search-bar {
    background: #ff5722;
  }
}
.mash-menu[data-color=deep-orange] .vertical-tabs a:hover, .mash-menu[data-color=deep-orange] .vertical-tabs a.active {
  color: #ff5722;
}

.mash-menu[data-color=deep-orange] .thumbnail:hover, .mash-menu[data-color=deep-orange] .score-highlight:hover {
  border-color: #ff5722;
}

.mash-menu[data-color=deep-orange] blockquote {
  border-left-color: #ffa588;
}

.mash-menu[data-color=deep-orange] .list-items a:hover, .mash-menu[data-color=deep-orange] .order-items a:hover {
  color: #ff5722;
}

.mash-menu[data-color=deep-orange] .btn.btn-custom, .mash-menu[data-color=deep-orange] .btn-custom.score-button {
  background: #ff5722;
  border-bottom-color: #ee3900;
}

.mash-menu[data-color=deep-orange] .btn.btn-custom:hover, .mash-menu[data-color=deep-orange] .btn-custom.score-button:hover {
  background: #ff6331;
}

.mash-menu[data-color=deep-orange] .card .card-action a {
  color: #ff5722;
}

.mash-menu[data-color=deep-orange] .card.reveal a {
  color: #ff5722;
}

.mash-menu[data-color=deep-orange] input[type=text],
.mash-menu[data-color=deep-orange] input[type=email],
.mash-menu[data-color=deep-orange] input[type=password],
.mash-menu[data-color=deep-orange] input[type=color],
.mash-menu[data-color=deep-orange] input[type=date],
.mash-menu[data-color=deep-orange] input[type=datetime],
.mash-menu[data-color=deep-orange] input[type=datetime-local],
.mash-menu[data-color=deep-orange] input[type=file],
.mash-menu[data-color=deep-orange] input[type=hidden],
.mash-menu[data-color=deep-orange] input[type=image],
.mash-menu[data-color=deep-orange] input[type=month],
.mash-menu[data-color=deep-orange] input[type=number],
.mash-menu[data-color=deep-orange] input[type=time],
.mash-menu[data-color=deep-orange] input[type=url],
.mash-menu[data-color=deep-orange] input[type=week],
.mash-menu[data-color=deep-orange] input[type=tel],
.mash-menu[data-color=deep-orange] textarea,
.mash-menu[data-color=deep-orange] select {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=deep-orange] input[type=text]:focus,
.mash-menu[data-color=deep-orange] input[type=email]:focus,
.mash-menu[data-color=deep-orange] input[type=password]:focus,
.mash-menu[data-color=deep-orange] input[type=color]:focus,
.mash-menu[data-color=deep-orange] input[type=date]:focus,
.mash-menu[data-color=deep-orange] input[type=datetime]:focus,
.mash-menu[data-color=deep-orange] input[type=datetime-local]:focus,
.mash-menu[data-color=deep-orange] input[type=file]:focus,
.mash-menu[data-color=deep-orange] input[type=hidden]:focus,
.mash-menu[data-color=deep-orange] input[type=image]:focus,
.mash-menu[data-color=deep-orange] input[type=month]:focus,
.mash-menu[data-color=deep-orange] input[type=number]:focus,
.mash-menu[data-color=deep-orange] input[type=time]:focus,
.mash-menu[data-color=deep-orange] input[type=url]:focus,
.mash-menu[data-color=deep-orange] input[type=week]:focus,
.mash-menu[data-color=deep-orange] input[type=tel]:focus,
.mash-menu[data-color=deep-orange] textarea:focus,
.mash-menu[data-color=deep-orange] select:focus {
  background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=deep-orange] label.menu-checkbox:after {
  background: #ff5722;
}

.mash-menu[data-color=deep-orange] label.menu-toggle:before, .mash-menu[data-color=deep-orange] label.menu-toggle:after {
  background: #ffa588;
}

.mash-menu[data-color=deep-orange] label.menu-toggle:after {
  background: #ff5722;
}

.mash-menu[data-color=deep-orange] label.menu-radio:after {
  border-color: #ff5722;
  background: #ff5722;
}

.mash-menu[data-color=deep-orange] .mash-mobile-button {
  background: #ff5722;
}

.mash-menu[data-color=deep-orange] .mash-extra > .mash-extra-container {
  background: #bb2d00;
}

.mash-menu[data-color=deep-orange] .mash-categories a {
  background: rgba(255, 87, 34, 0.3);
  border-left: 1px solid #ff4b13;
}

.mash-menu[data-color=deep-orange] .mash-categories a:hover {
  background: #ff6a3c;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=deep-orange] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=deep-orange] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #ff5722;
  }
}
.mash-menu[data-color=deep-orange] .panel a, .mash-menu[data-color=deep-orange] .score-panel a, .mash-menu[data-color=deep-orange] .score-accordion-panel a {
  color: #ff5722;
}

.mash-menu[data-color=brown] section.mash-menu-inner-container {
  background: #795548;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=brown] .mash-brand > li:hover > a, .mash-menu[data-color=brown] .mash-list-items > li:hover > a {
    background: #896052;
  }
}
.mash-menu[data-color=brown] .mash-brand > li > a, .mash-menu[data-color=brown] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=brown] .mash-list-items > li.active > a {
  background: #896052;
}

.mash-menu[data-color=brown] .mash-list-items > li:hover > a {
  color: white;
  background: #896052;
}

.mash-menu[data-color=brown].separator .mash-brand > li > a, .mash-menu[data-color=brown].separator .mash-list-items > li > a {
  border-right: 1px solid #6f4e42;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=brown].separator .mash-brand > li > a, .mash-menu[data-color=brown].separator .mash-list-items > li > a {
    border-bottom: 1px solid #6f4e42;
  }
}
.mash-menu[data-color=brown].separator .mash-list-items.right > li > a {
  border-left: 1px solid #6f4e42;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=brown].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #6f4e42;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=brown].separator .mash-search-bar {
    border: 1px solid #6f4e42;
  }
}
.mash-menu[data-color=brown] .drop-down li:hover > a {
  color: #795548;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=brown] .mash-search-bar {
    background: #795548;
  }
}
.mash-menu[data-color=brown] .vertical-tabs a:hover, .mash-menu[data-color=brown] .vertical-tabs a.active {
  color: #795548;
}

.mash-menu[data-color=brown] .thumbnail:hover, .mash-menu[data-color=brown] .score-highlight:hover {
  border-color: #795548;
}

.mash-menu[data-color=brown] blockquote {
  border-left-color: #af8778;
}

.mash-menu[data-color=brown] .list-items a:hover, .mash-menu[data-color=brown] .order-items a:hover {
  color: #795548;
}

.mash-menu[data-color=brown] .btn.btn-custom, .mash-menu[data-color=brown] .btn-custom.score-button {
  background: #795548;
  border-bottom-color: #593f35;
}

.mash-menu[data-color=brown] .btn.btn-custom:hover, .mash-menu[data-color=brown] .btn-custom.score-button:hover {
  background: #835c4e;
}

.mash-menu[data-color=brown] .card .card-action a {
  color: #795548;
}

.mash-menu[data-color=brown] .card.reveal a {
  color: #795548;
}

.mash-menu[data-color=brown] input[type=text],
.mash-menu[data-color=brown] input[type=email],
.mash-menu[data-color=brown] input[type=password],
.mash-menu[data-color=brown] input[type=color],
.mash-menu[data-color=brown] input[type=date],
.mash-menu[data-color=brown] input[type=datetime],
.mash-menu[data-color=brown] input[type=datetime-local],
.mash-menu[data-color=brown] input[type=file],
.mash-menu[data-color=brown] input[type=hidden],
.mash-menu[data-color=brown] input[type=image],
.mash-menu[data-color=brown] input[type=month],
.mash-menu[data-color=brown] input[type=number],
.mash-menu[data-color=brown] input[type=time],
.mash-menu[data-color=brown] input[type=url],
.mash-menu[data-color=brown] input[type=week],
.mash-menu[data-color=brown] input[type=tel],
.mash-menu[data-color=brown] textarea,
.mash-menu[data-color=brown] select {
  background-image: linear-gradient(#795548, #795548), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=brown] input[type=text]:focus,
.mash-menu[data-color=brown] input[type=email]:focus,
.mash-menu[data-color=brown] input[type=password]:focus,
.mash-menu[data-color=brown] input[type=color]:focus,
.mash-menu[data-color=brown] input[type=date]:focus,
.mash-menu[data-color=brown] input[type=datetime]:focus,
.mash-menu[data-color=brown] input[type=datetime-local]:focus,
.mash-menu[data-color=brown] input[type=file]:focus,
.mash-menu[data-color=brown] input[type=hidden]:focus,
.mash-menu[data-color=brown] input[type=image]:focus,
.mash-menu[data-color=brown] input[type=month]:focus,
.mash-menu[data-color=brown] input[type=number]:focus,
.mash-menu[data-color=brown] input[type=time]:focus,
.mash-menu[data-color=brown] input[type=url]:focus,
.mash-menu[data-color=brown] input[type=week]:focus,
.mash-menu[data-color=brown] input[type=tel]:focus,
.mash-menu[data-color=brown] textarea:focus,
.mash-menu[data-color=brown] select:focus {
  background-image: linear-gradient(#795548, #795548), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=brown] label.menu-checkbox:after {
  background: #795548;
}

.mash-menu[data-color=brown] label.menu-toggle:before, .mash-menu[data-color=brown] label.menu-toggle:after {
  background: #af8778;
}

.mash-menu[data-color=brown] label.menu-toggle:after {
  background: #795548;
}

.mash-menu[data-color=brown] label.menu-radio:after {
  border-color: #795548;
  background: #795548;
}

.mash-menu[data-color=brown] .mash-mobile-button {
  background: #795548;
}

.mash-menu[data-color=brown] .mash-extra > .mash-extra-container {
  background: #392822;
}

.mash-menu[data-color=brown] .mash-categories a {
  background: rgba(121, 85, 72, 0.3);
  border-left: 1px solid #6f4e42;
}

.mash-menu[data-color=brown] .mash-categories a:hover {
  background: #896052;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=brown] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=brown] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #795548;
  }
}
.mash-menu[data-color=brown] .panel a, .mash-menu[data-color=brown] .score-panel a, .mash-menu[data-color=brown] .score-accordion-panel a {
  color: #795548;
}

.mash-menu[data-color=grey] section.mash-menu-inner-container {
  background: #9e9e9e;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=grey] .mash-brand > li:hover > a, .mash-menu[data-color=grey] .mash-list-items > li:hover > a {
    background: #ababab;
  }
}
.mash-menu[data-color=grey] .mash-brand > li > a, .mash-menu[data-color=grey] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=grey] .mash-list-items > li.active > a {
  background: #ababab;
}

.mash-menu[data-color=grey] .mash-list-items > li:hover > a {
  color: white;
  background: #ababab;
}

.mash-menu[data-color=grey].separator .mash-brand > li > a, .mash-menu[data-color=grey].separator .mash-list-items > li > a {
  border-right: 1px solid #969696;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=grey].separator .mash-brand > li > a, .mash-menu[data-color=grey].separator .mash-list-items > li > a {
    border-bottom: 1px solid #969696;
  }
}
.mash-menu[data-color=grey].separator .mash-list-items.right > li > a {
  border-left: 1px solid #969696;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=grey].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #969696;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=grey].separator .mash-search-bar {
    border: 1px solid #969696;
  }
}
.mash-menu[data-color=grey] .drop-down li:hover > a {
  color: #9e9e9e;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=grey] .mash-search-bar {
    background: #9e9e9e;
  }
}
.mash-menu[data-color=grey] .vertical-tabs a:hover, .mash-menu[data-color=grey] .vertical-tabs a.active {
  color: #9e9e9e;
}

.mash-menu[data-color=grey] .thumbnail:hover, .mash-menu[data-color=grey] .score-highlight:hover {
  border-color: #9e9e9e;
}

.mash-menu[data-color=grey] blockquote {
  border-left-color: #d1d1d1;
}

.mash-menu[data-color=grey] .list-items a:hover, .mash-menu[data-color=grey] .order-items a:hover {
  color: #9e9e9e;
}

.mash-menu[data-color=grey] .btn.btn-custom, .mash-menu[data-color=grey] .btn-custom.score-button {
  background: #9e9e9e;
  border-bottom-color: #858585;
}

.mash-menu[data-color=grey] .btn.btn-custom:hover, .mash-menu[data-color=grey] .btn-custom.score-button:hover {
  background: #a6a6a6;
}

.mash-menu[data-color=grey] .card .card-action a {
  color: #9e9e9e;
}

.mash-menu[data-color=grey] .card.reveal a {
  color: #9e9e9e;
}

.mash-menu[data-color=grey] input[type=text],
.mash-menu[data-color=grey] input[type=email],
.mash-menu[data-color=grey] input[type=password],
.mash-menu[data-color=grey] input[type=color],
.mash-menu[data-color=grey] input[type=date],
.mash-menu[data-color=grey] input[type=datetime],
.mash-menu[data-color=grey] input[type=datetime-local],
.mash-menu[data-color=grey] input[type=file],
.mash-menu[data-color=grey] input[type=hidden],
.mash-menu[data-color=grey] input[type=image],
.mash-menu[data-color=grey] input[type=month],
.mash-menu[data-color=grey] input[type=number],
.mash-menu[data-color=grey] input[type=time],
.mash-menu[data-color=grey] input[type=url],
.mash-menu[data-color=grey] input[type=week],
.mash-menu[data-color=grey] input[type=tel],
.mash-menu[data-color=grey] textarea,
.mash-menu[data-color=grey] select {
  background-image: linear-gradient(#9e9e9e, #9e9e9e), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=grey] input[type=text]:focus,
.mash-menu[data-color=grey] input[type=email]:focus,
.mash-menu[data-color=grey] input[type=password]:focus,
.mash-menu[data-color=grey] input[type=color]:focus,
.mash-menu[data-color=grey] input[type=date]:focus,
.mash-menu[data-color=grey] input[type=datetime]:focus,
.mash-menu[data-color=grey] input[type=datetime-local]:focus,
.mash-menu[data-color=grey] input[type=file]:focus,
.mash-menu[data-color=grey] input[type=hidden]:focus,
.mash-menu[data-color=grey] input[type=image]:focus,
.mash-menu[data-color=grey] input[type=month]:focus,
.mash-menu[data-color=grey] input[type=number]:focus,
.mash-menu[data-color=grey] input[type=time]:focus,
.mash-menu[data-color=grey] input[type=url]:focus,
.mash-menu[data-color=grey] input[type=week]:focus,
.mash-menu[data-color=grey] input[type=tel]:focus,
.mash-menu[data-color=grey] textarea:focus,
.mash-menu[data-color=grey] select:focus {
  background-image: linear-gradient(#9e9e9e, #9e9e9e), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=grey] label.menu-checkbox:after {
  background: #9e9e9e;
}

.mash-menu[data-color=grey] label.menu-toggle:before, .mash-menu[data-color=grey] label.menu-toggle:after {
  background: #d1d1d1;
}

.mash-menu[data-color=grey] label.menu-toggle:after {
  background: #9e9e9e;
}

.mash-menu[data-color=grey] label.menu-radio:after {
  border-color: #9e9e9e;
  background: #9e9e9e;
}

.mash-menu[data-color=grey] .mash-mobile-button {
  background: #9e9e9e;
}

.mash-menu[data-color=grey] .mash-extra > .mash-extra-container {
  background: #6b6b6b;
}

.mash-menu[data-color=grey] .mash-categories a {
  background: rgba(158, 158, 158, 0.3);
  border-left: 1px solid #969696;
}

.mash-menu[data-color=grey] .mash-categories a:hover {
  background: #ababab;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=grey] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=grey] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #9e9e9e;
  }
}
.mash-menu[data-color=grey] .panel a, .mash-menu[data-color=grey] .score-panel a, .mash-menu[data-color=grey] .score-accordion-panel a {
  color: #9e9e9e;
}

.mash-menu[data-color=blue-grey] section.mash-menu-inner-container {
  background: #688897;
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=blue-grey] .mash-brand > li:hover > a, .mash-menu[data-color=blue-grey] .mash-list-items > li:hover > a {
    background: #7794a1;
  }
}
.mash-menu[data-color=blue-grey] .mash-brand > li > a, .mash-menu[data-color=blue-grey] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=blue-grey] .mash-list-items > li.active > a {
  background: #7794a1;
}

.mash-menu[data-color=blue-grey] .mash-list-items > li:hover > a {
  color: white;
  background: #7794a1;
}

.mash-menu[data-color=blue-grey].separator .mash-brand > li > a, .mash-menu[data-color=blue-grey].separator .mash-list-items > li > a {
  border-right: 1px solid #62808e;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=blue-grey].separator .mash-brand > li > a, .mash-menu[data-color=blue-grey].separator .mash-list-items > li > a {
    border-bottom: 1px solid #62808e;
  }
}
.mash-menu[data-color=blue-grey].separator .mash-list-items.right > li > a {
  border-left: 1px solid #62808e;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=blue-grey].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #62808e;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=blue-grey].separator .mash-search-bar {
    border: 1px solid #62808e;
  }
}
.mash-menu[data-color=blue-grey] .drop-down li:hover > a {
  color: #688897;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=blue-grey] .mash-search-bar {
    background: #688897;
  }
}
.mash-menu[data-color=blue-grey] .vertical-tabs a:hover, .mash-menu[data-color=blue-grey] .vertical-tabs a.active {
  color: #688897;
}

.mash-menu[data-color=blue-grey] .thumbnail:hover, .mash-menu[data-color=blue-grey] .score-highlight:hover {
  border-color: #688897;
}

.mash-menu[data-color=blue-grey] blockquote {
  border-left-color: #a4b8c1;
}

.mash-menu[data-color=blue-grey] .list-items a:hover, .mash-menu[data-color=blue-grey] .order-items a:hover {
  color: #688897;
}

.mash-menu[data-color=blue-grey] .btn.btn-custom, .mash-menu[data-color=blue-grey] .btn-custom.score-button {
  background: #688897;
  border-bottom-color: #536d79;
}

.mash-menu[data-color=blue-grey] .btn.btn-custom:hover, .mash-menu[data-color=blue-grey] .btn-custom.score-button:hover {
  background: #718f9d;
}

.mash-menu[data-color=blue-grey] .card .card-action a {
  color: #688897;
}

.mash-menu[data-color=blue-grey] .card.reveal a {
  color: #688897;
}

.mash-menu[data-color=blue-grey] input[type=text],
.mash-menu[data-color=blue-grey] input[type=email],
.mash-menu[data-color=blue-grey] input[type=password],
.mash-menu[data-color=blue-grey] input[type=color],
.mash-menu[data-color=blue-grey] input[type=date],
.mash-menu[data-color=blue-grey] input[type=datetime],
.mash-menu[data-color=blue-grey] input[type=datetime-local],
.mash-menu[data-color=blue-grey] input[type=file],
.mash-menu[data-color=blue-grey] input[type=hidden],
.mash-menu[data-color=blue-grey] input[type=image],
.mash-menu[data-color=blue-grey] input[type=month],
.mash-menu[data-color=blue-grey] input[type=number],
.mash-menu[data-color=blue-grey] input[type=time],
.mash-menu[data-color=blue-grey] input[type=url],
.mash-menu[data-color=blue-grey] input[type=week],
.mash-menu[data-color=blue-grey] input[type=tel],
.mash-menu[data-color=blue-grey] textarea,
.mash-menu[data-color=blue-grey] select {
  background-image: linear-gradient(#688897, #688897), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=blue-grey] input[type=text]:focus,
.mash-menu[data-color=blue-grey] input[type=email]:focus,
.mash-menu[data-color=blue-grey] input[type=password]:focus,
.mash-menu[data-color=blue-grey] input[type=color]:focus,
.mash-menu[data-color=blue-grey] input[type=date]:focus,
.mash-menu[data-color=blue-grey] input[type=datetime]:focus,
.mash-menu[data-color=blue-grey] input[type=datetime-local]:focus,
.mash-menu[data-color=blue-grey] input[type=file]:focus,
.mash-menu[data-color=blue-grey] input[type=hidden]:focus,
.mash-menu[data-color=blue-grey] input[type=image]:focus,
.mash-menu[data-color=blue-grey] input[type=month]:focus,
.mash-menu[data-color=blue-grey] input[type=number]:focus,
.mash-menu[data-color=blue-grey] input[type=time]:focus,
.mash-menu[data-color=blue-grey] input[type=url]:focus,
.mash-menu[data-color=blue-grey] input[type=week]:focus,
.mash-menu[data-color=blue-grey] input[type=tel]:focus,
.mash-menu[data-color=blue-grey] textarea:focus,
.mash-menu[data-color=blue-grey] select:focus {
  background-image: linear-gradient(#688897, #688897), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=blue-grey] label.menu-checkbox:after {
  background: #688897;
}

.mash-menu[data-color=blue-grey] label.menu-toggle:before, .mash-menu[data-color=blue-grey] label.menu-toggle:after {
  background: #a4b8c1;
}

.mash-menu[data-color=blue-grey] label.menu-toggle:after {
  background: #688897;
}

.mash-menu[data-color=blue-grey] label.menu-radio:after {
  border-color: #688897;
  background: #688897;
}

.mash-menu[data-color=blue-grey] .mash-mobile-button {
  background: #688897;
}

.mash-menu[data-color=blue-grey] .mash-extra > .mash-extra-container {
  background: #3e525b;
}

.mash-menu[data-color=blue-grey] .mash-categories a {
  background: rgba(104, 136, 151, 0.3);
  border-left: 1px solid #62808e;
}

.mash-menu[data-color=blue-grey] .mash-categories a:hover {
  background: #7794a1;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=blue-grey] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=blue-grey] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: #688897;
  }
}
.mash-menu[data-color=blue-grey] .panel a, .mash-menu[data-color=blue-grey] .score-panel a, .mash-menu[data-color=blue-grey] .score-accordion-panel a {
  color: #688897;
}

.mash-menu[data-color=black-gradient] section.mash-menu-inner-container {
  background: linear-gradient(to top, #2c2c2c 0%, #605b5f 100%);
}

@media screen and (min-width: 768px) {
  .mash-menu[data-color=black-gradient] .mash-brand > li:hover > a, .mash-menu[data-color=black-gradient] .mash-list-items > li:hover > a {
    background: #393939;
  }
}
.mash-menu[data-color=black-gradient] .mash-brand > li > a, .mash-menu[data-color=black-gradient] .mash-list-items > li > a {
  color: rgba(255, 255, 255, 0.86);
}

.mash-menu[data-color=black-gradient] .mash-list-items > li.active > a {
  background: #393939;
}

.mash-menu[data-color=black-gradient] .mash-list-items > li:hover > a {
  color: white;
  background: #393939;
}

.mash-menu[data-color=black-gradient].separator .mash-brand > li > a, .mash-menu[data-color=black-gradient].separator .mash-list-items > li > a {
  border-right: 1px solid #242424;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=black-gradient].separator .mash-brand > li > a, .mash-menu[data-color=black-gradient].separator .mash-list-items > li > a {
    border-bottom: 1px solid #242424;
  }
}
.mash-menu[data-color=black-gradient].separator .mash-list-items.right > li > a {
  border-left: 1px solid #242424;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=black-gradient].separator .mash-list-items.right > li > a {
    border-bottom: 1px solid #242424;
  }
}
@media screen and (max-width: 1199px) {
  .mash-menu[data-color=black-gradient].separator .mash-search-bar {
    border: 1px solid #242424;
  }
}
.mash-menu[data-color=black-gradient] .drop-down li:hover > a {
  color: #2c2c2c;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=black-gradient] .mash-search-bar {
    background: #2c2c2c;
  }
}
.mash-menu[data-color=black-gradient] .vertical-tabs a:hover, .mash-menu[data-color=black-gradient] .vertical-tabs a.active {
  color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .thumbnail:hover, .mash-menu[data-color=black-gradient] .score-highlight:hover {
  border-color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] blockquote {
  border-left-color: #5f5f5f;
}

.mash-menu[data-color=black-gradient] .list-items a:hover, .mash-menu[data-color=black-gradient] .order-items a:hover {
  color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .btn.btn-custom, .mash-menu[data-color=black-gradient] .btn-custom.score-button {
  background: #2c2c2c;
  border-bottom-color: #121212;
}

.mash-menu[data-color=black-gradient] .btn.btn-custom:hover, .mash-menu[data-color=black-gradient] .btn-custom.score-button:hover {
  background: #343434;
}

.mash-menu[data-color=black-gradient] .card .card-action a {
  color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .card.reveal a {
  color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] input[type=text],
.mash-menu[data-color=black-gradient] input[type=email],
.mash-menu[data-color=black-gradient] input[type=password],
.mash-menu[data-color=black-gradient] input[type=color],
.mash-menu[data-color=black-gradient] input[type=date],
.mash-menu[data-color=black-gradient] input[type=datetime],
.mash-menu[data-color=black-gradient] input[type=datetime-local],
.mash-menu[data-color=black-gradient] input[type=file],
.mash-menu[data-color=black-gradient] input[type=hidden],
.mash-menu[data-color=black-gradient] input[type=image],
.mash-menu[data-color=black-gradient] input[type=month],
.mash-menu[data-color=black-gradient] input[type=number],
.mash-menu[data-color=black-gradient] input[type=time],
.mash-menu[data-color=black-gradient] input[type=url],
.mash-menu[data-color=black-gradient] input[type=week],
.mash-menu[data-color=black-gradient] input[type=tel],
.mash-menu[data-color=black-gradient] textarea,
.mash-menu[data-color=black-gradient] select {
  background-image: linear-gradient(#2c2c2c, #2c2c2c), linear-gradient(#d2d2d2, #d2d2d2) !important;
}

.mash-menu[data-color=black-gradient] input[type=text]:focus,
.mash-menu[data-color=black-gradient] input[type=email]:focus,
.mash-menu[data-color=black-gradient] input[type=password]:focus,
.mash-menu[data-color=black-gradient] input[type=color]:focus,
.mash-menu[data-color=black-gradient] input[type=date]:focus,
.mash-menu[data-color=black-gradient] input[type=datetime]:focus,
.mash-menu[data-color=black-gradient] input[type=datetime-local]:focus,
.mash-menu[data-color=black-gradient] input[type=file]:focus,
.mash-menu[data-color=black-gradient] input[type=hidden]:focus,
.mash-menu[data-color=black-gradient] input[type=image]:focus,
.mash-menu[data-color=black-gradient] input[type=month]:focus,
.mash-menu[data-color=black-gradient] input[type=number]:focus,
.mash-menu[data-color=black-gradient] input[type=time]:focus,
.mash-menu[data-color=black-gradient] input[type=url]:focus,
.mash-menu[data-color=black-gradient] input[type=week]:focus,
.mash-menu[data-color=black-gradient] input[type=tel]:focus,
.mash-menu[data-color=black-gradient] textarea:focus,
.mash-menu[data-color=black-gradient] select:focus {
  background-image: linear-gradient(#2c2c2c, #2c2c2c), linear-gradient(#d2d2d2, #d2d2d2);
}

.mash-menu[data-color=black-gradient] label.menu-checkbox:after {
  background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] label.menu-toggle:before, .mash-menu[data-color=black-gradient] label.menu-toggle:after {
  background: #5f5f5f;
}

.mash-menu[data-color=black-gradient] label.menu-toggle:after {
  background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] label.menu-radio:after {
  border-color: #2c2c2c;
  background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .mash-mobile-button {
  background: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .mash-extra > .mash-extra-container {
  background: black;
}

.mash-menu[data-color=black-gradient] .mash-categories a {
  background: rgba(44, 44, 44, 0.3);
  border-left: 1px solid #242424;
}

.mash-menu[data-color=black-gradient] .mash-categories a:hover {
  background: #393939;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=black-gradient] .vertical-tabs-content-container .vertical-tabs-content-mobile {
    color: #565a5c;
  }
  .mash-menu[data-color=black-gradient] .vertical-tabs-content-container .vertical-tabs-content-mobile:hover {
    color: linear-gradient(to top, #2c2c2c 0%, #605b5f 100%);
  }
}
.mash-menu[data-color=black-gradient] .panel a, .mash-menu[data-color=black-gradient] .score-panel a, .mash-menu[data-color=black-gradient] .score-accordion-panel a {
  color: #2c2c2c;
}

.mash-menu[data-color=black-gradient] .mash-mobile-button {
  background: transparent;
}

@media screen and (max-width: 1199px) {
  .mash-menu[data-color=black-gradient] .mash-search-bar {
    background: transparent;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    box-shadow: none !important;
  }
}
/* CSS Document */
ul.resp-tabs-list p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 25px 20px;
  margin: 0 0px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
  color: #fff;
  border-right: 1px solid #4db7e6;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

.resp-tabs-container h2 {
  color: #565a5c;
  padding: 15px 0 15px 0px;
  margin-top: 0px;
}

.resp-tabs-container p {
  padding: 15px 0 15px 0px;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  padding-left: 10px !important;
  display: none;
  color: #fff;
}

li.resp-tabs-list:last-child {
  display: none !important;
}

.resp-tab-content {
  display: none;
  padding: 0;
  margin-top: 10px;
  border-top-color: #5AB1D0;
}

.resp-tab-active {
  background: #0098db;
  color: #fff;
}

.resp-tab-active {
  background: url(../images/sub-tab-notch.png) bottom no-repeat;
}

/*.sub-tabs-back {background:#0098db;}*/
.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 10px 0px;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 0px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

.resp-tab-active li a:after {
  position: absolute !important;
  top: 40px !important;
  content: "" !important;
}

/*-----------Accordion styles-----------*/
h2.resp-accordion {
  background: #fff; /* !important;*/
  padding-left: 10px !important;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #dddede !important;
}

.resp-tabs-container.resp-tabs h2 {
  color: #565a5c !important;
  padding: 15px 0 15px 0px;
  margin-top: 0px;
  background: #fff !important;
}

h2.resp-accordion:last-child {
  border-bottom: 1px solid #dddede !important;
}

h2.resp-tab {
  color: #005a8b;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #dddede !important;
}

h2.resp-tab-active {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #dddede !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
  border: none;
}

h2.resp-accordion:last-child {
  border-bottom: 1px solid #c1c1c1;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    /*border: 1px solid #C1C1C1;*/
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    /* border-bottom: 1px solid #c1c1c1 !important; */
  }
}
table.fund-table {
  border: 1px solid #cccdce;
}
table.fund-table thead tr {
  background-color: #888b8d;
  color: #fff;
}
table.fund-table thead tr th {
  padding: 7px;
  font-family: UniversLTStd-bold;
  border-right: 1px solid #fff;
}
table.fund-table thead tr th:last-child {
  border-right: none;
}
table.fund-table tbody tr td {
  padding: 7px;
  background-color: #fff;
}
table.fund-table tbody tr.benchmark td {
  color: #888b8d;
}
table.fund-table tbody tr td.benchmark-separator {
  border-top: 1px dashed #cccdce;
  padding: 0;
}
table.fund-table tbody tr td.fund-separator {
  border-top: 5px solid #333333;
  padding: 0;
}
@media (max-width: 992px) {
  table ul {
    padding-inline-start: 20px !important;
  }
}

table.noCollapse {
  border-collapse: separate;
}

.news-container .news-date {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
.news-container .news-heading {
  display: block;
  font-size: 20px;
  font-family: UniversLTStd-Bold;
  margin: 10px 0;
  line-height: 1.2;
}
.news-container .news-summary {
  line-height: 1.6;
}
.news-container .news-summary p {
  line-height: 1.6;
  margin: 0 0 24px 0;
}
.news-container .news-item {
  overflow: hidden;
  height: 209px;
}
@media (min-width: 992px) {
  .news-container .news-item {
    height: 353px;
  }
}
.news-container .news-item-short {
  overflow: hidden;
  height: 161px;
}
@media (min-width: 992px) {
  .news-container .news-item-short {
    height: 209px;
  }
}
.news-container .news-item:after,
.news-container .news-item-short:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1) 0%, white);
}

.account-button {
  padding: 4px 12px;
  width: 193px;
  height: 39px;
  text-align: left;
}
.account-button .hovered {
  border-color: #954A09;
  color: #954A09;
}

li.dropdown.open > button.account-button, li.open.score-megamenu-dropdown > button.account-button {
  border-color: #954A09;
  color: #954A09;
}

.dropdown > ul.dropdown-menu, .score-megamenu-dropdown > ul.dropdown-menu {
  width: 193px;
}
.dropdown > ul.dropdown-menu li.dropdown-nolink, .score-megamenu-dropdown > ul.dropdown-menu li.dropdown-nolink {
  padding-left: 0;
}
.dropdown > ul.dropdown-menu li.dropdown-nolink div, .score-megamenu-dropdown > ul.dropdown-menu li.dropdown-nolink div {
  padding: 2px 20px 2px 10px;
}
.dropdown > ul.dropdown-menu li.dropdown-nolink:hover, .score-megamenu-dropdown > ul.dropdown-menu li.dropdown-nolink:hover {
  background-color: #ffffff;
  color: inherit;
}
.dropdown > ul.dropdown-menu li.no-hover:hover, .score-megamenu-dropdown > ul.dropdown-menu li.no-hover:hover {
  background-color: #ffffff;
  color: inherit;
}
.dropdown > ul.dropdown-menu li, .score-megamenu-dropdown > ul.dropdown-menu li {
  text-indent: 0.75em !important;
  padding-left: 0;
}
.dropdown > ul.dropdown-menu li:hover, .score-megamenu-dropdown > ul.dropdown-menu li:hover {
  background-color: #BB5802;
  color: #ffffff;
}
.dropdown > ul.dropdown-menu li a, .score-megamenu-dropdown > ul.dropdown-menu li a {
  padding: 2px 20px 2px 10px;
  color: #BB5802;
}
.dropdown > ul.dropdown-menu li a:hover, .score-megamenu-dropdown > ul.dropdown-menu li a:hover {
  background-color: #BB5802;
  color: #ffffff;
}
.dropdown > ul.dropdown-menu li.account-item:hover, .score-megamenu-dropdown > ul.dropdown-menu li.account-item:hover {
  background-color: #ffffff;
}

.score-accordion {
  margin-bottom: 30px;
}

.score-accordion-panel {
  margin-bottom: 5px;
}
.score-active-facets .facets .score-facet-tag {
  vertical-align: bottom;
}

.score-stripe.cover, .score-style-box.cover, .item.cover, .score-carousel-pane.cover, .score-full-width-hero.cover, .score-hero.cover, .score-section-header.cover, .score-well.cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.score-stripe.contain, .score-style-box.contain, .item.contain, .score-carousel-pane.contain, .score-full-width-hero.contain, .score-hero.contain, .score-section-header.contain, .score-well.contain {
  background-repeat: no-repeat;
  background-size: contain;
}
.score-stripe.repeat, .score-style-box.repeat, .item.repeat, .score-carousel-pane.repeat, .score-full-width-hero.repeat, .score-hero.repeat, .score-section-header.repeat, .score-well.repeat {
  background-repeat: repeat;
}
.score-stripe.repeat-x, .score-style-box.repeat-x, .item.repeat-x, .score-carousel-pane.repeat-x, .score-full-width-hero.repeat-x, .score-hero.repeat-x, .score-section-header.repeat-x, .score-well.repeat-x {
  background-repeat: repeat-x;
}
.score-stripe.repeat-y, .score-style-box.repeat-y, .item.repeat-y, .score-carousel-pane.repeat-y, .score-full-width-hero.repeat-y, .score-hero.repeat-y, .score-section-header.repeat-y, .score-well.repeat-y {
  background-repeat: repeat-y;
}

.el-background {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
}
.el-background.show-overflow {
  overflow: unset;
}

@media only screen and (max-width: 991px) {
  .el-background {
    min-height: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .el-background {
    background-position: right;
  }
}
.login-background {
  background-color: rgba(255, 255, 255, 0.8);
}

.score-button:hover, .score-button:focus {
  text-decoration: none;
}

.score-button-toolbar {
  margin-left: 0;
}
.score-button-toolbar > div, .score-button-toolbar > a {
  float: left;
}

.score-split-button-menu > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.score-split-button-menu > button {
  margin-left: -5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.score-image-button {
  display: block;
}

.carousel {
  margin-bottom: 30px;
}

.carousel-inner {
  -webkit-transform-style: preserve-3d;
}
.carousel-inner > .item {
  min-height: 370px;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.score-content-spot {
  margin-bottom: 30px;
}

.score-document-header {
  margin-bottom: 30px;
}
.score-document-header-with-subtitle {
  margin-bottom: 30px;
}
.google-map-canvas {
  width: 100%;
  min-width: 300px;
  border: 1px solid #333;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0) {
  .google-map-canvas {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .google-map-canvas {
    height: 520px;
  }
}

header {
  margin-bottom: 30px;
}

.score-hero {
  margin-bottom: 30px;
}
.score-full-width-hero {
  margin-bottom: 30px;
}
.score-section-hero {
  margin-bottom: 30px;
}
.score-highlight {
  margin-bottom: 30px;
}
.score-image {
  margin-bottom: 30px;
}

.score-lead {
  margin-bottom: 30px;
}

.score-list-group {
  margin-bottom: 30px;
  padding: 0;
}
.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
@media only screen and (min-width: 768px) {
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav .dropdown-submenu:hover > .dropdown-menu {
    display: none;
  }
}
.navbar-nav .dropdown-submenu > a:after {
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .navbar-nav .dropdown-submenu > a:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-nav .dropdown-submenu > a:after {
    display: block;
  }
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.score-breadcrumb {
  margin-bottom: 30px;
}

.score-section-menu {
  margin-bottom: 30px;
}

.score-siblings-menu {
  margin-bottom: 30px;
}

.score-previous-next-menu {
  margin-bottom: 30px;
}

.score-alert {
  margin-bottom: 30px;
}

.score-panel {
  margin-bottom: 30px;
}
.score-well {
  margin-bottom: 30px;
}

.modal-dialog {
  margin: 250px auto 30px auto;
  z-index: 1050;
}

.score-progress-area {
  margin-bottom: 30px;
}

.score-progress-bar {
  margin-bottom: 30px;
}

.score-section-header {
  margin-bottom: 30px;
}
.score-tab {
  margin-bottom: 30px;
}
.score-youtube-video, .score-vimeo-video, .score-kaltura-video, .score-birghtcove-video {
  margin-bottom: 30px;
}

.embed-responsive, .score-youtube-video, .score-vimeo-video, .score-kaltura-video, .score-birghtcove-video {
  min-height: 375px;
}

.score-kaltura-video {
  margin-bottom: 30px;
  padding: 0;
}
.score-kaltura-video .kaltura-wrapper {
  height: 360px;
}

.bc-player-default_default {
  width: 100%;
  height: 360px;
  font-size: 14px;
  overflow: hidden;
  margin-bottom: 30px;
}

.like {
  position: relative;
  text-align: center;
  line-height: 1;
  text-decoration: none;
}
.like:hover {
  text-decoration: none;
}
.like:focus, .like:active:focus {
  outline: none !important;
}
.like.active {
  text-decoration: none;
}
.like.active:hover {
  text-decoration: none;
}
.like.active .icon {
  background-image: url("../img/vote-thumbs-up-on.svg");
}
.like .icon {
  display: block;
  float: left;
  background-image: url("../img/vote-thumbs-up-off.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.like .count {
  position: relative;
  font-size: 16px;
  text-decoration: none;
  padding-top: 5px;
  float: left;
  color: #000;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/_bootstrap.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_normalize.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/main.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_print.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_glyphicons.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_scaffolding.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_vendor-prefixes.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_variables.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/site/_site-variables.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_tab-focus.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_image.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_type.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_text-emphasis.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_background-variant.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_clearfix.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_text-overflow.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_code.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_grid.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_grid.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_grid-framework.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_tables.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_table-row.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_forms.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_forms.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_buttons.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_buttons.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_opacity.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_component-animations.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_dropdowns.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_nav-divider.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_reset-filter.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_button-groups.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_border-radius.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_input-groups.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_navs.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_navbar.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_nav-vertical-align.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_breadcrumbs.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_pagination.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_pagination.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_pager.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_labels.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_labels.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_badges.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_jumbotron.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_thumbnails.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_alerts.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_alerts.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_progress-bars.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_gradients.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_progress-bar.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_media.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_list-group.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_list-group.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_panels.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_panels.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_responsive-embed.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_wells.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_close.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_modals.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_tooltip.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_reset-text.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_popovers.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_carousel.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_utilities.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_center-block.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_hide-text.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/_responsive-utilities.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap/bootstrap/mixins/_responsive-visibility.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/bootstrap-datepicker/_bootstrap-datepicker.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/bootstrap/bootstrap/_typeahead.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-active-filters.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-content-search.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-commenting-liking.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-faceted-filtering.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-grid.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/score/_score-local-layout.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-variables.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-multi-view.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/score/_score-nav.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-tiles.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/score/_score-typeahead.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/font-awesome.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_path.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_core.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_larger.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_fixed-width.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_list.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_variables.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_bordered-pulled.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_animated.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_rotated-flipped.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_mixins.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_stacked.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_icons.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/font-awesome/_screen-reader.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/portico/_portico.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/portico/_menu.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/portico/_easy-responsive-tabs.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/portico/_portico-tables.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/portico/_portico-news.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/Shared/css/portico/_employer-dropdown.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-accordion.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-active-filters.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-background.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-buttons.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-carousel.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-content-spot.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-document-headers.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-gmap.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-header.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-heroes.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-highlights.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-image.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-lead.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-list-group.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-navigation.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-panels.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-progress.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-section-header.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-tabset.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-youtube-video.scss%22,%22file:///C:/git/Portal/EmployerSite/Areas/EmployerSite/scss/site/_site-page-like.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA;ACiCI;ADzBJ;EACE;EACA;EACA;;;AAOF;EACE;;;AAaF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAaE;;;AAQF;AAAA;AAAA;AAAA;EAIE;EACA;;;AAQF;EACE;EACA;;;AAQF;AAAA;EAEE;;;AAUF;EACE;;;AAQF;AAAA;EAEE;;;AAUF;EACE;;;AAOF;AAAA;EAEE;;;AAOF;EACE;;;AAQF;EACE;EACA;;;AAOF;EACE;EACA;;;AAOF;EACE;;;AAOF;AAAA;EAEE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAUF;EACE;;;AAOF;EACE;;;AAUF;EACE;;;AAOF;EACE;EACA;;;AAOF;EACE;;;AAOF;AAAA;AAAA;AAAA;EAIE;EACA;;;AAkBF;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;;;AAOF;EACE;;;AAUF;AAAA;EAEE;;;AAWF;AAAA;AAAA;AAAA;EAIE;EACA;;;AAOF;AAAA;EAEE;;;AAOF;AAAA;EAEE;EACA;;;AAQF;EACE;;;AAWF;AAAA;EAEE;EACA;;;AASF;AAAA;EAEE;;;AAQF;EACE;EACA;;;AASF;AAAA;EAEE;;;AAOF;EACE;EACA;EACA;;;AAQF;EACE;EACA;;;AAOF;EACE;;;AAQF;EACE;;;AAUF;EACE;EACA;;;AAGF;AAAA;EAEE;;;AEtaF;AAOA;EACI;AAAA;AAAA;IAGI;IACA;IACA;IACA;;EAGJ;AAAA;IAEI;;AAGJ;AAAA;AAAA;;AAAA;AAAA;AAAA;EAUA;AAAA;IAEI;;EAGJ;AAAA;IAEI;IACA;;EAGJ;IACI;;EAGJ;AAAA;IAEI;;EAGJ;IACI;;EAGJ;AAAA;AAAA;IAGI;IACA;;EAGJ;AAAA;IAEI;;EAMJ;IACI;;EAKA;AAAA;AAAA;IACI;;EAGR;IACI;;EAGJ;IACI;;EAEA;AAAA;IAEI;;EAIJ;AAAA;IAEI;;;ACrFV;EACE;EACA;EACA;;AASJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIkC;EAAW;;;AACX;EAAW;;;AAEX;AAAA;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AASX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;AACX;EAAW;;;ACxS/C;ECgEE,oBD/DoB;ECgEjB,iBDhEiB;ECiEZ,YDjEY;;;AAEtB;AAAA;EC6DE,oBD3DoB;EC4DjB,iBD5DiB;EC6DZ,YD7DY;;;AAMtB;EACE;EACA;;;AAGF;EACE,aE6BwB;EF5BxB,WEkCwB;EFjCxB,aE6CwB;EF5CxB,OGLQ;EHMR,kBESsB;;;AFLxB;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAMF;EACE,OGZc;EHad;;AAEA;EAEE,OGhBU;EHiBV,iBELoB;;AFQtB;EIrDA;EAEA;EACA;;;AJ6DF;EACE;;;AAMF;EACE;;;AAIF;EKvEE,SAD8B;EAE9B;EACA;;;AL0EF;EACE,eEmC0B;;;AF7B5B;EACE,SE2pB4B;EF1pB5B,aEpBwB;EFqBxB,kBEvDsB;EFwDtB;EACA,eEuB0B;EDiE1B,oBDvFA;ECwFK,eDxFL;ECyFQ,YDzFR;EKzFA,SL4FwB;EK3FxB;EACA;;;AL8FF;EACE;;;AAMF;EACE,YErCwB;EFsCxB,eEtCwB;EFuCxB;EACA;;;AAQF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQA;EAEE;EACA;EACA;EACA;EACA;EACA;;;AAWJ;EACE;;;AMvJF;AAAA;EAEE,aJqEwB;EIpExB,aJqEwB;EIpExB,aJqEwB;EIpExB,OJqEwB;;AInExB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;EACA,OJHqB;;;AIOzB;AAAA;AAAA;EAGE,YJkDwB;EIjDxB;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;;;AAGJ;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;;;AAIJ;EAAU,WJoBgB;;;AInB1B;EAAU,WJoBgB;;;AInB1B;EAAU,WJoBgB;;;AInB1B;EAAU,WJoBgB;;;AInB1B;EAAU,WJYgB;;;AIX1B;EAAU,WJoBgB;;;AId1B;EACE;;;AAGF;EACE,eJcwB;EIbxB;EACA;EACA;;AAEA;EANF;IAOI;;;;AASJ;AAAA;EAEE;;;AAGF;AAAA;EAEE,kBJub+B;EItb/B;;;AAIF;EAAuB;;;AACvB;EAAuB;;;AACvB;EAAuB;;;AACvB;EAAuB;;;AACvB;EAAuB;;;AAGvB;EAAuB;;;AACvB;EAAuB;;;AACvB;EAAuB;;;AAGvB;EACE,OJtFuB;;;AKZvB;EACE,OLcoB;;;AKZtB;AAAA;EAEE;;;AALF;EACE,OL6f6B;;;AK3f/B;AAAA;EAEE;;;AALF;EACE,OLigB6B;;;AK/f/B;AAAA;EAEE;;;AALF;EACE,OLqgB6B;;;AKngB/B;AAAA;EAEE;;;AALF;EACE,OLygB6B;;;AKvgB/B;AAAA;EAEE;;;AD6GJ;EAGE;;;AErHA;EACE,kBNcoB;;;AMZtB;AAAA;EAEE;;;AALF;EACE,kBN8f6B;;;AM5f/B;AAAA;EAEE;;;AALF;EACE,kBNkgB6B;;;AMhgB/B;AAAA;EAEE;;;AALF;EACE,kBNsgB6B;;;AMpgB/B;AAAA;EAEE;;;AALF;EACE,kBN0gB6B;;;AMxgB/B;AAAA;EAEE;;;AFgIJ;EACE;EACA;EACA;;;AAQF;AAAA;EAEE;EACA;;AACA;AAAA;AAAA;AAAA;EAEE;;;AAYJ;EAJE;EACA;;;AASF;EAVE;EACA;EAWA;;AAEA;EACE;EACA;EACA;;;AAKJ;EACE;EACA,eJ9GwB;;;AIgH1B;AAAA;EAEE,aJpHwB;;;AIsH1B;EACE;;;AAEF;EACE;;;AGvLA;EAEE;EACA;;AAEF;EACE;;AH8LF;EACE;IACE;IACA;IACA;IACA;IIlNJ;IACA;IACA;;EJmNE;IACE,aJsoBwB;;;;AI5nB9B;AAAA;EAGE;EACA;;;AAEF;EACE;;;AAKF;EACE;EACA;EACA,WJunB4B;EItnB5B;;AAKE;AAAA;AAAA;EACE;;AAMJ;AAAA;AAAA;EAGE;EACA;EACA,aJ3LsB;EI4LtB,OJtPqB;;AIwPrB;AAAA;AAAA;EACE;;;AAQN;AAAA;EAEE;EACA;EACA;EACA;EACA;;AAME;AAAA;AAAA;AAAA;AAAA;AAAA;EAAW;;AACX;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;;AAMN;EACE,eJ1NwB;EI2NxB;EACA,aJ9NwB;;;ASpE1B;AAAA;AAAA;AAAA;EAIE,aTiDwB;;;AS7C1B;EACE;EACA;EACA,OT8zB4B;ES7zB5B,kBT8zB4B;ES7zB5B,eTqG0B;;;ASjG5B;EACE;EACA;EACA,OTwzB4B;ESvzB5B,kBTwzB4B;ESvzB5B,eT8F0B;ES7F1B;;AAEA;EACE;EACA;EACA;EACA;;;AAKJ;EACE;EACA;EACA;EACA;EACA,aT6BwB;ES5BxB;EACA;EACA,OTlCuB;ESmCvB,kBToyB4B;ESnyB5B;EACA,eTqE0B;;ASlE1B;EACE;EACA;EACA;EACA;EACA;EACA;;;AAKJ;EACE,YTsxB4B;ESrxB5B;;;AC1DF;ECHE;EACA;EACA;EACA;;AJIA;EAEE;EACA;;AAEF;EACE;;AGPF;EAHF;IAII,OVsV2B;;;AUpV7B;EANF;IAOI,OVwV2B;;;AUtV7B;EATF;IAUI,OV0V2B;;;;AUhV/B;ECvBE;EACA;EACA;EACA;;AJIA;EAEE;EACA;;AAEF;EACE;;;AGmBJ;ECvBE;EACA;;AJHA;EAEE;EACA;;AAEF;EACE;;;AKTF;EACE;EAEA;EAEA;EACA;;;AAUF;EACE;;;AAOA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAmBF;EACE;;;AANF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AANF;EACE;;;AANF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAmBF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AFGN;EErCE;IACE;;EAOA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAmBF;IACE;;EANF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EANF;IACE;;EANF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAmBF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AFYN;EE9CE;IACE;;EAOA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAmBF;IACE;;EANF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EANF;IACE;;EANF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAmBF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;;AFqBN;EEvDE;IACE;;EAOA;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAmBF;IACE;;EANF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EANF;IACE;;EANF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EADF;IACE;;EAmBF;IACE;;EADF;IACE;;EADF;IACE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IACE;IACA,WfpiBkB;;;;AiBxD1B;EACE;EACA;EACA,ajBqJ+B;EiBpJ/B;EACA;EACA;EACA;EACA;EACA;EACA;EC0CA;EACA,WlBCwB;EkBAxB,alBYwB;EkBXxB,elByD0B;EDiG1B,qBkBrMqB;ElBsMlB,kBkBtMkB;ElBuMjB,iBkBvMiB;ElBwMb,akBxMa;;AAKnB;EfrBF;EAEA;EACA;;AewBA;EAGE,OjBLc;EiBMd;;AAGF;EAEE;EACA;ElB2BF,oBkB1BE;ElB2BM,YkB3BN;;AAGF;EAGE,QjBkM6B;EmB/O/B,SF8CmB;EE3CnB;EpB8DA,oBkBlBE;ElBmBM,YkBnBN;;;AAOF;EAEE;;;AAQJ;EC7DE,OlBuBgB;EkBtBhB,kBlB4J+B;EkB3J/B,clBqBgB;;AkBnBhB;EAEE,OlBiBc;EkBhBd;EACI;;AAEN;EACE,OlBYc;EkBXd;EACI;;AAEN;EAGE,OlBKc;EkBJd;EACI;;AAEJ;EAGE,OlBFY;EkBGZ;EACI;;AAGR;EAGE;;AAKA;EAGE,kBlBoH2B;EkBnHvB,clBnBQ;;AkBuBhB;EACE,OlB8G6B;EkB7G7B,kBlBzBc;;;AiByClB;EChEE,OjB0BM;EiBzBN,kBjB0Be;EiBzBf,cjByBe;;AiBvBf;EAEE,OjBoBI;EiBnBJ;EACI;;AAEN;EACE,OjBeI;EiBdJ;EACI;;AAEN;EAGE,OjBQI;EiBPJ;EACI;;AAEJ;EAGE,OjBCE;EiBAF;EACI;;AAGR;EAGE;;AAKA;EAGE,kBjBdW;EiBeP,cjBfO;;AiBmBf;EACE,OjBpBa;EiBqBb,kBjBtBI;;;AgB0CR;ECpEE,OlBoK+B;EkBnK/B,kBlBasB;EkBZtB,clBoK+B;;AkBlK/B;EAEE,OlB8J6B;EkB7J7B;EACI;;AAEN;EACE,OlByJ6B;EkBxJ7B;EACI;;AAEN;EAGE,OlBkJ6B;EkBjJ7B;EACI;;AAEJ;EAGE,OlB2I2B;EkB1I3B;EACI;;AAGR;EAGE;;AAKA;EAGE,kBlB3BkB;EkB4Bd,clB4HuB;;AkBxH/B;EACE,OlBjCoB;EkBkCpB,kBlBoH6B;;;AiB5FjC;ECxEE,OlBwK+B;EkBvK/B,kBlBcsB;EkBbtB,clBwK+B;;AkBtK/B;EAEE,OlBkK6B;EkBjK7B;EACI;;AAEN;EACE,OlB6J6B;EkB5J7B;EACI;;AAEN;EAGE,OlBsJ6B;EkBrJ7B;EACI;;AAEJ;EAGE,OlB+I2B;EkB9I3B;EACI;;AAGR;EAGE;;AAKA;EAGE,kBlB1BkB;EkB2Bd,clBgIuB;;AkB5H/B;EACE,OlBhCoB;EkBiCpB,kBlBwH6B;;;AiB5FjC;EC5EE,OlB4K+B;EkB3K/B,kBlBesB;EkBdtB,clB4K+B;;AkB1K/B;EAEE,OlBsK6B;EkBrK7B;EACI;;AAEN;EACE,OlBiK6B;EkBhK7B;EACI;;AAEN;EAGE,OlB0J6B;EkBzJ7B;EACI;;AAEJ;EAGE,OlBmJ2B;EkBlJ3B;EACI;;AAGR;EAGE;;AAKA;EAGE,kBlBzBkB;EkB0Bd,clBoIuB;;AkBhI/B;EACE,OlB/BoB;EkBgCpB,kBlB4H6B;;;AiB5FjC;EChFE,OlBgL+B;EkB/K/B,kBlBgBsB;EkBftB,clBgL+B;;AkB9K/B;EAEE,OlB0K6B;EkBzK7B;EACI;;AAEN;EACE,OlBqK6B;EkBpK7B;EACI;;AAEN;EAGE,OlB8J6B;EkB7J7B;EACI;;AAEJ;EAGE,OlBuJ2B;EkBtJ3B;EACI;;AAGR;EAGE;;AAKA;EAGE,kBlBxBkB;EkByBd,clBwIuB;;AkBpI/B;EACE,OlB9BoB;EkB+BpB,kBlBgI6B;;;AiBvFjC;EACE,OhB5Dc;EgB6Dd;EACA;;AAEA;EAKE;ElBrCF,oBkBsCE;ElBrCM,YkBqCN;;AAEF;EAIE;;AAEF;EAEE,OhB/EU;EgBgFV,iBjBpEoB;EiBqEpB;;AAIA;EAEE,OjB5GmB;EiB6GnB;;;AASN;EC1EE;EACA,WlBEwB;EkBDxB,alBuD0B;EkBtD1B,elB0D0B;;;AiBiB5B;EC9EE;EACA,WlBGwB;EkBFxB,alBwD0B;EkBvD1B,elB2D0B;;;AiBoB5B;EClFE;EACA,WlBGwB;EkBFxB,alBwD0B;EkBvD1B,elB2D0B;;;AiB4B5B;EACE;EACA;;;AAIF;EACE;;;AAOA;AAAA;AAAA;EACE;;;AG5JJ;EACE;ErB+KA,oBqB9KA;ErB+KK,eqB/KL;ErBgLQ,YqBhLR;;AAC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IACE;;EAGF;IACE;IACA;;EAKF;AAAA;IAEE;IACA;IACA;IACA;;EAEA;AAAA;IACE;;EAGJ;AAAA;IAEE;IACA;;EAIF;IACE;;;Aa/OF;EADF;IAEI;;EAEA;IACE;;;AASN;EA1BF;IA2BI;IACA;IACA;IACA;IACA;IACA;I7BzPF,oB6B0PE;I7BzPM,Y6ByPN;;;;AAQJ;EACE;EHpUA,yBGqU2B;EHpU1B,wBGoU0B;;;AAG7B;EACE;EHzUA,yBzBqH0B;EyBpHzB,wBzBoHyB;EyB7G1B,4BGmU8B;EHlU7B,2BGkU6B;;;AAQhC;EChVE;EACA;;ADkVA;ECnVA;EACA;;ADqVA;ECtVA;EACA;;;AD+VF;EChWE;EACA;;ADkWA;EAHF;IAII;IACA,a5Be+B;I4Bd/B,c5Bc+B;;;;A4BDnC;EACE;IACE;;EAEF;IACE;IACF;;EAEE;IACE;;;AAUN;EACE,kB5BdiC;E4BejC,c5BdiC;;A4BgBjC;EACE,O5BduC;;A4BevC;EAEE,O5BPqC;E4BQrC,kB5BPqC;;A4BWzC;EACE,O5B5B+B;;A4BgC/B;EACE,O5B5BqC;;A4B8BrC;EAEE,O5B/BmC;E4BgCnC,kB5B/BmC;;A4BmCrC;EAGE,O5BrCmC;E4BsCnC,kB5BrCmC;;A4ByCrC;EAGE,O5B3CmC;E4B4CnC,kB5B3CmC;;A4BgDzC;EACE,c5BvCuC;;A4BwCvC;EAEE,kB5B5CqC;;A4B8CvC;EACE,kB5B9CqC;;A4BkDzC;AAAA;AAAA;AAAA;EAEE,c5BtE+B;;A4B6E7B;EAGE,kB5BzEmC;E4B0EnC,O5B3EmC;;A4B+EvC;EAGI;IACE,O5BtFiC;;E4BuFjC;IAEE,O5BxF+B;I4ByF/B,kB5BxF+B;;E4B4FjC;IAGE,O5B9F+B;I4B+F/B,kB5B9F+B;;E4BkGjC;IAGE,O5BpG+B;I4BqG/B,kB5BpG+B;;;A4BgHzC;EACE,O5BvHuC;;A4BwHvC;EACE,O5BxHqC;;A4B4HzC;EACE,O5B9HuC;;A4B+HvC;EAEE,O5BhIqC;;A4BoIrC;EAEE,O5BlImC;;;A4B0I3C;EACE,kB5B1H0C;E4B2H1C,c5B1H0C;;A4B4H1C;EACE,O5B1HwC;;A4B2HxC;EAEE,O5BnHsC;E4BoHtC,kB5BnHsC;;A4BuH1C;EACE,O5BxIwC;;A4B4IxC;EACE,O5BxIsC;;A4B0ItC;EAEE,O5B3IoC;E4B4IpC,kB5B3IoC;;A4B+ItC;EAGE,O5BnJoC;E4BoJpC,kB5BjJoC;;A4BqJtC;EAGE,O5BvJoC;E4BwJpC,kB5BvJoC;;A4B6J1C;EACE,c5BpJwC;;A4BqJxC;EAEE,kB5BzJsC;;A4B2JxC;EACE,kB5B3JsC;;A4B+J1C;AAAA;EAEE;;AAME;EAGE,kB5BrLoC;E4BsLpC,O5BzLoC;;A4B6LxC;EAGI;IACE,c5BrMkC;;E4BuMpC;IACE,kB5BxMkC;;E4B0MpC;IACE,O5BxMkC;;E4ByMlC;IAEE,O5B1MgC;I4B2MhC,kB5B1MgC;;E4B8MlC;IAGE,O5BlNgC;I4BmNhC,kB5BhNgC;;E4BoNlC;IAGE,O5BtNgC;I4BuNhC,kB5BtNgC;;;A4B6N1C;EACE,O5BpOwC;;A4BqOxC;EACE,O5BrOsC;;A4ByO1C;EACE,O5B3OwC;;A4B4OxC;EAEE,O5B7OsC;;A4BiPtC;EAEE,O5B/OoC;;;A8B7Z5C;EACE;EACA,e9BqEwB;E8BpExB;EACA,kB9B+xB8B;E8B9xB9B,e9B8G0B;;A8B5G1B;EACE;;AAEA;EAGE;EACA;EACA,O7BII;;A6BAR;EACE,O9BTqB;;;A+BbzB;EACE;EACA;EACA;EACA,e/BiH0B;;A+B/G1B;EACE;;AACA;AAAA;EAEE;EACA;EACA;EACA,a/B0DoB;E+BzDpB;EACA,O9BkBU;E8BjBV,kB/B+biC;E+B9bjC;EACA;;AAGA;AAAA;EAEE;ENXN,2BzByG0B;EyBxGvB,wBzBwGuB;;A+BzFtB;AAAA;ENxBJ,4BzBiH0B;EyBhHvB,yBzBgHuB;;A+BhFxB;AAAA;AAAA;EAEE;EACA,O9BNQ;E8BOR,kB/B3BmB;E+B4BnB,c/B0aiC;;A+BpanC;AAAA;AAAA;AAAA;EAGE;EACA,O/BkaiC;E+BjajC,kB9BvBW;E8BwBX,c9BxBW;E8ByBX;;AAKF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME,O/BrDmB;E+BsDnB,kB/BwZiC;E+BvZjC,c/BwZiC;E+BvZjC,Q/B0K2B;;;AgC9O7B;AAAA;EAEE;EACA,WhCwDoB;EgCvDpB,ahC6GsB;;AgC1GtB;AAAA;EPIJ,2BzB0G0B;EyBzGvB,wBzByGuB;;AgCxGtB;AAAA;EPVJ,4BzBkH0B;EyBjHvB,yBzBiHuB;;;AgCrHxB;AAAA;EAEE;EACA,WhCyDoB;EgCxDpB,ahC8GsB;;AgC3GtB;AAAA;EPIJ,2BzB2G0B;EyB1GvB,wBzB0GuB;;AgCzGtB;AAAA;EPVJ,4BzBmH0B;EyBlHvB,yBzBkHuB;;;AiCrH5B;EACE;EACA;EACA;EACA;;A1BIA;EAEE;EACA;;AAEF;EACE;;A0BRF;EACE;;AACA;AAAA;EAEE;EACA;EACA,kBjCiciC;EiChcjC;EACA,ejCqdiC;;AiCldnC;AAAA;EAEE;EACA,kBjCRmB;;AiCarB;AAAA;EAEE;;AAKF;AAAA;EAEE;;AAKF;AAAA;AAAA;AAAA;EAIE,OjChCmB;EiCiCnB,kBjCiaiC;EiChajC,QjCgM2B;;;AkC5OjC;EACE;EACA;EACA;EACA;EACA;EACA,OlCwkB4B;EkCvkB5B;EACA;EACA;EACA;;AAKA;EACE;;AAIF;EACE;EACA;;;AAMF;EAEE,OlCkjB0B;EkCjjB1B;EACA;;;AAOJ;EC1CE,kBnCauB;;AmCVrB;EAEE;;;ADyCN;EC9CE,kBnCgBsB;;AmCbpB;EAEE;;;AD6CN;EClDE,kBnCiBsB;;AmCdpB;EAEE;;;ADiDN;ECtDE,kBnCkBsB;;AmCfpB;EAEE;;;ADqDN;EC1DE,kBnCmBsB;;AmChBpB;EAEE;;;ADyDN;EC9DE,kBnCoBsB;;AmCjBpB;EAEE;;;ACFN;EACE;EACA;EACA;EACA,WpCsDwB;EoCrDxB,apCixB4B;EoChxB5B,OpCswB4B;EoCrwB5B,apCgxB4B;EoC/wB5B;EACA;EACA;EACA,kBpCDuB;EoCEvB,epC4wB4B;;AoCzwB5B;EACE;;AAIF;EACE;EACA;;AAGF;EAEE;EACA;;AAMF;EAEE,OnCNY;EmCOZ,kBpC+uB0B;;AoC5uB5B;EACE;;AAGF;EACE;;AAGF;EACE;;;AAMF;EAEE,OpCqtB0B;EoCptB1B;EACA;;;AC5DJ;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A;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;;AAKR;EACE;EACA;;;AAUJ;EACE,e/ClJwB;;A+CqJxB;EACE;EACA,e/C3GwB;;A+C6GxB;EACE;;AAIJ;EACE;;AAEA;AAAA;AAAA;EAEE;;AAIJ;EACE;;AACA;EACE;;;AAON;EC1PE,chDwtB4B;;AgDttB5B;EACE,OhDQqB;EgDPrB,kBhDqtB0B;EgDptB1B,chDmtB0B;;AgDjtB1B;EACE,kBhDgtBwB;;AgD9sB1B;EACE,OhD8sBwB;EgD7sBxB,kBhDDmB;;AgDKrB;EACE,qBhDusBwB;;;A+C3d9B;EC7PE,chDgBsB;;AgDdtB;EACE,OhDwtB0B;EgDvtB1B,kBhDYoB;EgDXpB,chDWoB;;AgDTpB;EACE,kBhDQkB;;AgDNpB;EACE,OhDKkB;EgDJlB,kBhD+sBwB;;AgD3sB1B;EACE,qBhDDkB;;;A+CgPxB;EChQE,chDigB+B;;AgD/f/B;EACE,OhD4f6B;EgD3f7B,kBhD4f6B;EgD3f7B,chD4f6B;;AgD1f7B;EACE,kBhDyf2B;;AgDvf7B;EACE,OhDqf2B;EgDpf3B,kBhDmf2B;;AgD/e7B;EACE,qBhDgf2B;;;A+C9PjC;ECnQE,chDqgB+B;;AgDngB/B;EACE,OhDggB6B;EgD/f7B,kBhDggB6B;EgD/f7B,chDggB6B;;AgD9f7B;EACE,kBhD6f2B;;AgD3f7B;EACE,OhDyf2B;EgDxf3B,kBhDuf2B;;AgDnf7B;EACE,qBhDof2B;;;A+C/PjC;ECtQE,chDygB+B;;AgDvgB/B;EACE,OhDogB6B;EgDngB7B,kBhDogB6B;EgDngB7B,chDogB6B;;AgDlgB7B;EACE,kBhDigB2B;;AgD/f7B;EACE,OhD6f2B;EgD5f3B,kBhD2f2B;;AgDvf7B;EACE,qBhDwf2B;;;A+ChQjC;ECzQE,chD6gB+B;;AgD3gB/B;EACE,OhDwgB6B;EgDvgB7B,kBhDwgB6B;EgDvgB7B,chDwgB6B;;AgDtgB7B;EACE,kBhDqgB2B;;AgDngB7B;EACE,OhDigB2B;EgDhgB3B,kBhD+f2B;;AgD3f7B;EACE,qBhD4f2B;;;AiD5gBjC;EACE;EACA;EACA;EA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;AAAA;AAAA;EAME;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAEF;EACE;;;AAEF;AAAA;EAEE;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;;AAEF;AAAA;EAEE;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;AAAA;EAEE,O7D5WM;E6D6WN;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;EAIE,O7DrXM;E6DsXN;EACA;;;AAEF;AAAA;EAEE,O7D3XM;E6D4XN;EACA;;;AAEF;AAAA;AAAA;AAAA;E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I;;AAEJ;EACI;EACA;EACA;;AAEJ;AAAA;AAAA;AAAA;AAAA;EAEI;;AACA;AAAA;AAAA;AAAA;AAAA;EACI;;;AAKR;AAAA;EAEI;;;ACpIJ;EACI;EACA;EACA;;AACA;EACI;;AAEJ;EACI;;;AAOR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAMhB;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEA;EALJ;IAMQ;;;AAMR;EACI;EACA;;AAOA;EACI;EACA;;AASR;EACI;;AACA;EACI;EACA;;AAIJ;EACI;;AAEJ;EAEI;;AAEJ;EACI;;AAEJ;EAEI;;AAGR;EACI;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;;AAIZ;EACI;;;AAKJ;EACI;;AAGA;EACI;;;AAIZ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AC3KA;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGR;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;;AAIJ;EACI;;AACA;EACI;;AACA;EACI;;AAIZ;EACC;;AAIT;EACI;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;;AAGQ;EACI;;AAMpB;EACI;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AAOQ;EACI;;;ACrG/B;EACC;;;AAKF;EzDKE;EACA;;AJHA;EAEE;EACA;;AAEF;EACE;;A6DNI;EzDwDN;EACA;EACA;EACA;;AAEA;EyD7DM;IzD8DJ;IACA;;;AyD7DQ;EAFJ;IzDSN;IACA;IACA;IACA;IACA;IACA;;;AyDLC;EzD+CD;EACA;EACA;EACA;;AAEA;EyDpDC;IzDqDC;IACA;;;AyDpDS;EAFV;IzDAD;IACA;IACA;IACA;IACA;IACA;;;AyDCC;EzDyCD;EACA;EACA;EACA;;AAEA;EyD9CC;IzD+CC;IACA;;;AyD9CS;EAFV;IzDND;IACA;IACA;IACA;IACA;IACA;;;AyDSC;EzDiCD;EACA;EACA;EACA;;AAEA;EyDtCC;IzDuCC;IACA;;;AyDtCS;EAFV;IzDdD;IACA;IACA;IACA;IACA;IACA;;;AyDeC;EzD2BD;EACA;EACA;EACA;;AAEA;EyDhCC;IzDiCC;IACA;;;AyDhCS;EAFV;IzDpBD;IACA;IACA;IACA;IACA;IACA;;;AyDuBC;EzDmBD;EACA;EACA;EACA;;AAEA;EyDxBC;IzDyBC;IACA;;;AyDxBS;EAFV;IzD5BD;IACA;IACA;IACA;IACA;IACA;;;AyD6BC;EzDaD;EACA;EACA;EACA;;AAEA;EyDlBC;IzDmBC;IACA;;;AyDlBS;EAFV;IzDlCD;IACA;IACA;IACA;IACA;IACA;;;AyDuCC;EzDGD;EACA;EACA;EACA;;AAEA;EyDRC;IzDSC;IACA;;;AyDRS;EAFV;IzD5CD;IACA;IACA;IACA;IACA;IACA;;;AyD6CC;EzDHD;EACA;EACA;EACA;;AAEA;EyDFC;IzDGC;IACA;;;AyDFS;EAFV;IzDlDD;IACA;IACA;IACA;IACA;IACA;;;AyDmDC;EzDTD;EACA;EACA;EACA;;AAEA;EyDIC;IzDHC;IACA;;;AyDIS;EAFV;IzDxDD;IACA;IACA;IACA;IACA;IACA;;;AyD2DC;EzDjBD;EACA;EACA;EACA;;AAEA;EyDYC;IzDXC;IACA;;;AyDYS;EAFV;IzDhED;IACA;IACA;IACA;IACA;IACA;;;AyDiEC;EzDvBD;EACA;EACA;EACA;;AAEA;EyDkBC;IzDjBC;IACA;;;AyDkBS;EAFV;IzDtED;IACA;IACA;IACA;IACA;IACA;;;AyDuEC;EzD7BD;EACA;EACA;EACA;;AAEA;EyDwBC;IzDvBC;IACA;;;AyDwBS;EAFV;IzD5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C,SN2PnB;;;AM1Pd;EAAuC,SNmUnB;;;AMlUpB;EAAuC,SNgtBnB;;;AM/sBpB;EAAwC,SN8sBnB;;;AM7sBrB;EAAsC,SN+sBnB;;;AM9sBnB;EAAmC,SNwenB;;;AMvehB;EAAoC,SNuBnB;;;AMtBjB;EAAgC,SNwmBnB;;;AMvmBb;EAAiC,SNwmBnB;;;AMvmBd;EAAiC,SNwDnB;;;AMvDd;EAAqC,SNwDnB;;;AMvDlB;EAAkC,SN8dnB;;;AM7df;EAAmC,SN0EnB;;;AMzEhB;EAAiC,SNyPnB;;;AMxPd;EAAiC,SNgDnB;;;AM/Cd;EAAmC,SNyVnB;;;AMxVhB;EAAwC,SNumBnB;;;AMtmBrB;EAAuC,SNumBnB;;;AMtmBpB;EAAuC,SNrCnB;;;AMsCpB;EAAyC,SNxCnB;;;AMyCtB;EAAwC,SNtCnB;;;AMuCrB;EAA0C,SNzCnB;;;AM0CvB;EAAiC,SN8WnB;;;AM7Wd;AAAA;EACoC,SN0anB;;;AMzajB;EAAmC,SNqUnB;;;AMpUhB;EAAyC,SNirBnB;;;AMhrBtB;AAAA;AAAA;EAEsC,SNybnB;;;AMxbnB;EAAmC,SNibnB;;;AMhbhB;EAAuC,SNuXnB;;;AMtXpB;EAAmC,SNvDnB;;;AMwDhB;EAAiC,SNknBnB;;;AMjnBd;AAAA;EAC4C,SN8anB;;;AM7azB;EAA2C,SN6fnB;;;AM5fxB;EAA2C,SN8EnB;;;AM7ExB;EAAmC,SN1BnB;;;AM2BhB;EAA0C,SNkjBnB;;;AMjjBvB;EAA0C,SNoLnB;;;AMnLvB;EAAqC,SNnBnB;;;AMoBlB;EAAiC,SNqbnB;;;AMpbd;EAAkC,SN+ZnB;;;AM9Zf;EAAiC,SNkjBnB;;;AMjjBd;EAAoC,SN8NnB;;;AM7NjB;EAAyC,SN+KnB;;;AM9KtB;EAAyC,SN2iBnB;;;AM1iBtB;EAAkC,SN8InB;;;AM7If;EAAyC,SNwEnB;;;AMvEtB;EAA0C,SNwEnB;;;AMvEvB;EAAwC,SNibnB;;;AMhbrB;EAAyC,SNsXnB;;;AMrXtB;EAAyC,SN0lBnB;;;AMzlBtB;EAAyC,SN0DnB;;;AMzDtB;EAA4C,SNwbnB;;;AMvbzB;EAAwC,SNySnB;;;AMxSrB;EAAuC,SNyGnB;;;AMxGpB;EAA2C,SNslBnB;;;AMrlBxB;EAA2C,SNsDnB;;;AMrDxB;EAAgC,SNpCnB;;;AMqCb;EAAuC,SNpDnB;;;AMqDpB;EAAwC,SNpDnB;;;AMqDrB;EAAqC,SNpDnB;;;AMqDlB;EAAuC,SNxDnB;;;AMyDpB;AAAA;EACkC,SN2dnB;;;AM1df;EAAmC,SN6InB;;;AM5IhB;EAAqC,SNqFnB;;;AMpFlB;EAAiC,SN8ZnB;;;AM7Zd;EAAkC,SNmWnB;;;AMlWf;EAAqC,SNrDnB;;;AMsDlB;EAA+C,SNsInB;;;AMrI5B;EAAiC,SNiNnB;;;AMhNd;EAAiC,SNySnB;;;AMxSd;EAAiC,SN4KnB;;;AM3Kd;EAAgC,SNwInB;;;AMvIb;EAAsC,SNwInB;;;AMvInB;AAAA;EACiD,SNgInB;;;AM/H9B;EAAkC,SN8YnB;;;AM7Yf;EAAqC,SNDnB;;;AMElB;EAAmC,SNmanB;;;AMlahB;EAAoC,SN+DnB;;;AM9DjB;EAAmC,SN4TnB;;;AM3ThB;EAAuC,SNsCnB;;;AMrCpB;EAAyC,SNkCnB;;;AMjCtB;EAAoC,SN8anB;;;AM7ajB;EAA0C,SNidnB;;;AMhdvB;EAAmC,SNyKnB;;;AMxKhB;EAAwC,SN0KnB;;;AMzKrB;EAAqC,SN5EnB;;;AM6ElB;EAAqC,SN9EnB;;;AM+ElB;AAAA;EACsC,SNnEnB;;;AMoEnB;EAA2C,SN8kBnB;;;AM7kBxB;EAA4C,SN2HnB;;;AM1HzB;EAAyC,SNVnB;;;AMWtB;EAAgC,SN0QnB;;;AMzQb;AAAA;EACiC,SN4CnB;;;AM3Cd;EAAqC,SNiDnB;;;AMhDlB;EAAwC,SNqiBnB;;;AMpiBrB;EAA0C,SNmiBnB;;;AMliBvB;EAAsC,SN0enB;;;AMzenB;EAAoC,SN6NnB;;;AM5NjB;EAAqC,SNmcnB;;;AMlclB;EAA4C,SNsRnB;;;AMrRzB;EAAuC,SN4hBnB;;;AM3hBpB;EAA0C,SNqGnB;;;AMpGvB;EAAoC,SN6bnB;;;AM5bjB;EAAmC,SNojBnB;;;AMnjBhB;EAA0C,SN+KnB;;;AM9KvB;EAAmC,SNskBnB;;;AMrkBhB;EAAoC,SNoQnB;;;AMnQjB;EAAkC,SNgWnB;;;AM/Vf;EAAqC,SN0dnB;;;AMzdlB;EAAuC,SNlDnB;;;AMmDpB;EAAyC,SN8VnB;;;AM7VtB;EAAoC,SNqjBnB;;;AMpjBjB;AAAA;EACqC,SN+FnB;;;AM9FlB;EAAmC,SNmKnB;;;AMlKhB;EAAmC,SNyjBnB;;;AMxjBhB;EAAwC,SNmCnB;;;AMlCrB;AAAA;EACgC,SN8YnB;;;AM7Yb;EAAkC,SNmMnB;;;AMlMf;EAAqC,SNtDnB;;;AMuDlB;EAAiC,SNjFnB;;;AMkFd;EAAwC,SNtBnB;;;AMuBrB;EAAyC,SNmLnB;;;AMlLtB;EAAwC,SNiLnB;;;AMhLrB;EAAsC,SNkLnB;;;AMjLnB;EAAwC,SN8KnB;;;AM7KrB;EAA8C,SNtInB;;;AMuI3B;EAA+C,SNlInB;;;AMmI5B;EAA4C,SNlInB;;;AMmIzB;EAA8C,SN1InB;;;AM2I3B;EAAkC,SN0JnB;;;AMzJf;EAAmC,SN4lBnB;;;AM3lBhB;EAAkC,SNoenB;;;AMnef;EAAmC,SNwGnB;;;AMvGhB;EAAsC,SN1EnB;;;AM2EnB;EAAuC,SNnInB;;;AMoIpB;AAAA;EACkC,SNgjBnB;;;AM/iBf;AAAA;EACiC,SN2OnB;;;AM1Od;EAAkC,SNfnB;;;AMgBf;EAAkC,SNyGnB;;;AMxGf;AAAA;EACqC,SN4XnB;;;AM3XlB;AAAA;EACoC,SN0FnB;;;AMzFjB;EAAsC,SN4SnB;;;AM3SnB;AAAA;EACqC,SNoGnB;;;AMnGlB;EAAmC,SN+anB;;;AM9ahB;AAAA;AAAA;EAEiC,SNnInB;;;AMoId;EAAoC,SNqOnB;;;AMpOjB;EAAoC,SNmOnB;;;AMlOjB;EAA0C,SN8bnB;;;AM7bvB;EAAsC,SN0gBnB;;;AMzgBnB;EAAkC,SNscnB;;;AMrcf;EAAkC,SNwOnB;;;AMvOf;EAAkC,SN4fnB;;;AM3ff;EAAsC,SNkTnB;;;AMjTnB;EAA6C,SNmTnB;;;AMlT1B;EAA+C,SN+HnB;;;AM9H5B;EAAwC,SN2HnB;;;AM1HrB;EAAkC,SNoQnB;;;AMnQf;EAAuC,SNrFnB;;;AMsFpB;EAAqC,SN/EnB;;;AMgFlB;EAAuC,SNtFnB;;;AMuFpB;EAAwC,SNtFnB;;;AMuFrB;EAAoC,SNjCnB;;;AMkCjB;AAAA;EACiC,SNyYnB;;;AMxYd;AAAA;EACsC,SN6YnB;;;AM5YnB;AAAA;EACqC,SN0YnB;;;AMzYlB;EAAqC,SNSnB;;;AMRlB;EAAqC,SNsMnB;;;AMrMlB;AAAA;EACiC,SNofnB;;;AMnfd;AAAA;EACkC,SNmFnB;;;AMlFf;AAAA;EACuC,SN8anB;;;AM7apB;EAAsC,SN9CnB;;;AM+CnB;EAAuC,SN3CnB;;;AM4CpB;AAAA;EACiC,SNrInB;;;AMsId;EAAoC,SN4WnB;;;AM3WjB;EAAqC,SNwenB;;;AMvelB;AAAA;EACsC,SNtEnB;;;AMuEnB;EAAwC,SNoLnB;;;AMnLrB;EAAqC,SNEnB;;;AMDlB;EAA2C,SNpEnB;;;AMqExB;EAAyC,SNpEnB;;;AMqEtB;EAAoC,SNgfnB;;;AM/ejB;EAAwC,SN6YnB;;;AM5YrB;EAAqC,SNwZnB;;;AMvZlB;EAAmC,SN/JnB;;;AMgKhB;EAAmC,SNnEnB;;;AMoEhB;EAAoC,SN3CnB;;;AM4CjB;EAAwC,SN6BnB;;;AM5BrB;EAAuC,SN3InB;;;AM4IpB;EAAuC,SNqHnB;;;AMpHpB;EAAsC,SNtOnB;;;AMuOnB;EAAmC,SN2MnB;;;AM1MhB;EAAwC,SNSnB;;;AMRrB;EAAiC,SN5KnB;;;AM6Kd;EAAqC,SNsFnB;;;AMrFlB;EAAwC,SN0QnB;;;AMzQrB;EAA8C,SNtOnB;;;AMuO3B;EAA+C,SNtOnB;;;AMuO5B;EAA4C,SNtOnB;;;AMuOzB;EAA8C,SN1OnB;;;AM2O3B;EAAuC,SNtOnB;;;AMuOpB;EAAwC,SNtOnB;;;AMuOrB;EAAqC,SNtOnB;;;AMuOlB;EAAuC,SN1OnB;;;AM2OpB;EAAoC,SNrDnB;;;AMsDjB;EAAmC,SN2InB;;;AM1IhB;EAAmC,SNuYnB;;;AMtYhB;AAAA;EACmC,SNsMnB;;;AMrMhB;EAAqC,SN1GnB;;;AM2GlB;EAAuC,SNwQnB;;;AMvQpB;EAAwC,SNwQnB;;;AMvQrB;EAAoC,SN8VnB;;;AM7VjB;EAAmC,SN/GnB;;;AMgHhB;AAAA;EACkC,SNmRnB;;;AMlRf;EAAuC,SN8CnB;;;AM7CpB;EAAqC,SNkBnB;;;AMjBlB;EAA0C,SNmBnB;;;AMlBvB;EAAoC,SNoUnB;;;AMnUjB;EAAoC,SN0BnB;;;AMzBjB;EAAkC,SN+KnB;;;AM9Kf;EAAoC,SN0BnB;;;AMzBjB;EAAuC,SNsHnB;;;AMrHpB;EAAmC,SNKnB;;;AMJhB;EAA2C,SNGnB;;;AMFxB;EAAqC,SN4XnB;;;AM3XlB;EAAiC,SNjHnB;;;AMkHd;AAAA;EACsC,SNsQnB;;;AMrQnB;AAAA;AAAA;EAEwC,SNqVnB;;;AMpVrB;EAA2C,SNuInB;;;AMtIxB;EAAiC,SNjGnB;;;AMkGd;EAAsC,SNxHnB;;;AMyHnB;AAAA;EACyC,SNvJnB;;;AMwJtB;EAAqC,SNwOnB;;;AMvOlB;EAAiC,SNyFnB;;;AMxFd;EAAwC,SN3DnB;;;AM4DrB;EAAwC,SNiWnB;;;AMhWrB;EAAsC,SN2VnB;;;AM1VnB;EAAmC,SNnEnB;;;AMoEhB;EAAyC,SN+NnB;;;AM9NtB;EAAuC,SN0JnB;;;AMzJpB;EAA6C,SN0JnB;;;AMzJ1B;EAAmC,SNqRnB;;;AMpRhB;EAAuC,SN7LnB;;;AM8LpB;EAA8C,SNzBnB;;;AM0B3B;EAAmC,SNsPnB;;;AMrPhB;EAAmC,SN4InB;;;AM3IhB;EAAgD,SN/JnB;;;AMgK7B;EAAiD,SN/JnB;;;AMgK9B;EAA8C,SN/JnB;;;AMgK3B;EAAgD,SNnKnB;;;AMoK7B;EAAkC,SN6DnB;;;AM5Df;EAAiC,SNtHnB;;;AMuHd;EAAmC,SNxSnB;;;AMyShB;EAAuC,SN0ZnB;;;AMzZpB;EAAqC,SNjNnB;;;AMkNlB;EAAuC,SN9FnB;;;AM+FpB;EAAuC,SN9FnB;;;AM+FpB;EAAuC,SN8OnB;;;AM7OpB;EAAwC,SNgMnB;;;AM/LrB;EAAmC,SN4WnB;;;AM3WhB;EAAyC,SNyInB;;;AMxItB;EAA2C,SNyInB;;;AMxIxB;EAAqC,SNoFnB;;;AMnFlB;EAAuC,SNkFnB;;;AMjFpB;EAAyC,SNpLnB;;;AMqLtB;EAA0C,SNyKnB;;;AMxKvB;EAAiD,SNrFnB;;;AMsF9B;EAAyC,SNuPnB;;;AMtPtB;EAAoC,SNlJnB;;;AMmJjB;AAAA;EACgD,SNhNnB;;;AMiN7B;AAAA;EAC8C,SN/MnB;;;AMgN3B;AAAA;EACiD,SNlNnB;;;AMmN9B;AAAA;EACgC,SNxGnB;;;AMyGb;EAAgC,SNjCnB;;;AMkCb;AAAA;EACgC,SNoYnB;;;AMnYb;AAAA;EACgC,SN2CnB;;;AM1Cb;AAAA;AAAA;AAAA;EAGgC,SN+CnB;;;AM9Cb;AAAA;AAAA;EAEgC,SNgNnB;;;AM/Mb;AAAA;EACgC,SN8CnB;;;AM7Cb;AAAA;EACgC,SN5PnB;;;AM6Pb;EAAiC,SNjGnB;;;AMkGd;EAAsC,SNrFnB;;;AMsFnB;EAA2C,SNyPnB;;;AMxPxB;EAA4C,SNyPnB;;;AMxPzB;EAA4C,SNyPnB;;;AMxPzB;EAA6C,SNyPnB;;;AMxP1B;EAA6C,SN4PnB;;;AM3P1B;EAA8C,SN4PnB;;;AM3P3B;EAAsC,SNiUnB;;;AMhUnB;EAAwC,SN6TnB;;;AM5TrB;EAA2C,SNwanB;;;AMvaxB;EAAoC,SNqanB;;;AMpajB;EAAiC,SN0ZnB;;;AMzZd;EAAwC,SN0ZnB;;;AMzZrB;EAAyC,SNmanB;;;AMlatB;EAAoC,SNzJnB;;;AM0JjB;EAA2C,SN6PnB;;;AM5PxB;EAAsC,SNenB;;;AMdnB;EAAmC,SNrFnB;;;AMsFhB;EAAgC,SN5WnB;;;AM6Wb;EAAsC,SNhSnB;;;AMiSnB;EAA6C,SNhSnB;;;AMiS1B;EAAmC,SN8UnB;;;AM7UhB;EAA0C,SN8UnB;;;AM7UvB;EAA4C,SN+CnB;;;AM9CzB;EAA0C,SNiDnB;;;AMhDvB;EAA4C,SN8CnB;;;AM7CzB;EAA6C,SN8CnB;;;AM7C1B;EAAkC,SNlWnB;;;AMmWf;EAAoC,SNkYnB;;;AMjYjB;EAAoC,SN9WnB;;;AM+WjB;EAAkC,SNiCnB;;;AMhCf;EAAqC,SN7KnB;;;AM8KlB;EAAkC,SN+MnB;;;AM9Mf;EAAuC,SNzFnB;;;AM0FpB;EAAmC,SN2TnB;;;AM1ThB;EAAmC,SNvInB;;;AMwIhB;EAAiC,SN4CnB;;;AM3Cd;AAAA;EACqC,SN7DnB;;;AM8DlB;EAAkC,SN6PnB;;;AM5Pf;EAAmC,SNsEnB;;;AMrEhB;EAAoC,SN/WnB;;;AMgXjB;EAAgC,SNvSnB;;;AMwSb;EAA+B,SNgWnB;;;AM/VZ;EAAkC,SNsWnB;;;AMrWf;EAAmC,SN8InB;;;AM7IhB;EAAsC,SNiFnB;;;AMhFnB;EAA2C,SN4NnB;;;AM3NxB;EAAiD,SNhXnB;;;AMiX9B;EAAgD,SNlXnB;;;AMmX7B;AAAA;EACgD,SN1RnB;;;AM2R7B;EAAyC,SNpMnB;;;AMqMtB;EAAuC,SNgWnB;;;AM/VpB;EAAyC,SNmVnB;;;AMlVtB;AAAA;EACgC,SNySnB;;;AMxSb;EAA0C,SNyGnB;;;AMxGvB;EAA0C,SN2MnB;;;AM1MvB;EAAkC,SNqLnB;;;AMpLf;EAA4C,SN1LnB;;;AM2LzB;EAAsC,SNmWnB;;;AMlWnB;EAAmC,SN6DnB;;;AM5DhB;AAAA;AAAA;EAEuC,SN6SnB;;;AM5SpB;AAAA;EAC2C,SN3FnB;;;AM4FxB;EAAkC,SNqWnB;;;AMpWf;EAAmC,SNnGnB;;;AMoGhB;EAAmC,SN+GnB;;;AM9GhB;EAA0C,SNgHnB;;;AM/GvB;EAA+C,SNwNnB;;;AMvN5B;EAAwC,SNsNnB;;;AMrNrB;EAAsC,SNhOnB;;;AMiOnB;EAAiC,SN7NnB;;;AM8Nd;EAA0C,SN0EnB;;;AMzEvB;EAA2C,SNwEnB;;;AMvExB;EAAmC,SNxNnB;;;AMyNhB;EAAmC,SN1CnB;;;AM2ChB;EAAqC,SNrCnB;;;AMsClB;EAAgC,SNvLnB;;;AMwLb;EAAqC,SN9UnB;;;AM+UlB;EAAkC,SN3RnB;;;AM4Rf;EAAgC,SNqDnB;;;AMpDb;EAAkC,SNkLnB;;;AMjLf;EAAiC,SNtPnB;;;AMuPd;EAAkC,SNtPnB;;;AMuPf;EAAoC,SN9WnB;;;AM+WjB;EAA2C,SN9WnB;;;AM+WxB;EAAkC,SNyLnB;;;AMxLf;EAAyC,SNyLnB;;;AMxLtB;EAAoC,SNwFnB;;;AMvFjB;AAAA;EACgC,SN1UnB;;;AM2Ub;AAAA;EACiC,SN8MnB;;;AM7Md;EAAiC,SN2PnB;;;AM1Pd;EAAoC,SNsKnB;;;AMrKjB;EAAuC,SNvPnB;;;AMwPpB;EAAuC,SNgKnB;;;AM/JpB;EAAqC,SN/PnB;;;AMgQlB;EAAuC,SNhMnB;;;AMiMpB;EAAwC,SNzLnB;;;AM0LrB;EAAyC,SNtMnB;;;AMuMtB;EAA8C,SNhMnB;;;AMiM3B;AAAA;AAAA;EAEyC,SNzMnB;;;AM0MtB;AAAA;EAC2C,SN/MnB;;;AMgNxB;AAAA;EACyC,SNhNnB;;;AMiNtB;AAAA;EACyC,SNrMnB;;;AMsMtB;EAAwC,SNlNnB;;;AMmNrB;EAAiC,SNsRnB;;;AMrRd;EAAoC,SN7SnB;;;AM8SjB;EAAqC,SN/EnB;;;AMgFlB;AAAA;AAAA;AAAA;AAAA;EAIsC,SNpEnB;;;AMqEnB;EAA2C,SNhUnB;;;AMiUxB;AAAA;AAAA;EAEkC,SNoDnB;;;AMnDf;AAAA;EACmC,SNpQnB;;;AMqQhB;EAAuC,SN1KnB;;;AM2KpB;EAAgC,SN5KnB;;;AM6Kb;AAAA;AAAA;EAEwC,SNzJnB;;;AM0JrB;EAA0C,SN0KnB;;;AMzKvB;EAA+B,SNgCnB;;;AM/BZ;AAAA;EACmC,SNyQnB;;;AMxQhB;AAAA;EACwC,SNXnB;;;AMYrB;AAAA;EAC0C,SNZnB;;;AMavB;EAAoC,SN3InB;;;AM4IjB;EAAwC,SNnVnB;;;AMoVrB;EAAmC,SNlJnB;;;AMmJhB;EAAsC,SNdnB;;;AMenB;EAAoC,SN8FnB;;;AM7FjB;EAAsC,SNsEnB;;;AMrEnB;EAA6C,SNsEnB;;;AMrE1B;EAAiC,SN1ZnB;;;AM2Zd;AAAA;EACqC,SN7MnB;;;AM8MlB;EAAgC,SNyMnB;;;AMxMb;EAAuC,SNzanB;;;AM0apB;EAAiC,SNGnB;;;AMFd;EAAuC,SNsFnB;;;AMrFpB;EAAmC,SN0MnB;;;AMzMhB;EAAiC,SN8QnB;;;AM7Qd;EAAwC,SN1CnB;;;AM2CrB;EAAiC,SNuPnB;;;AMtPd;EAAuC,SNtZnB;;;AMuZpB;EAAmC,SNxBnB;;;AMyBhB;EAA0C,SN5LnB;;;AM6LvB;EAAoC,SN7XnB;;;AM8XjB;EAA0C,SNjYnB;;;AMkYvB;EAAwC,SNpYnB;;;AMqYrB;EAAoC,SNvYnB;;;AMwYjB;EAAsC,SNnYnB;;;AMoYnB;EAAsC,SNnYnB;;;AMoYnB;EAAuC,SN5bnB;;;AM6bpB;EAAyC,SN5bnB;;;AM6btB;EAAkC,SN8KnB;;;AM7Kf;EAAsC,SNpVnB;;;AMqVnB;EAA+B,SN/dnB;;;AMgeZ;EAAuC,SN7RnB;;;AM8RpB;EAAwC,SNhDnB;;;AMiDrB;EAA0C,SN/bnB;;;AMgcvB;EAAuC,SNvfnB;;;AMwfpB;EAAsC,SNhCnB;;;AMiCnB;EAAuC,SN1HnB;;;AM2HpB;EAAmC,SNxInB;;;AMyIhB;EAA0C,SNxInB;;;AMyIvB;EAAuC,SN2JnB;;;AM1JpB;EAAsC,SN2JnB;;;AM1JnB;EAAoC,SNzcnB;;;AM0cjB;EAAgC,SNlbnB;;;AMmbb;EAAoC,SNxJnB;;;AMyJjB;EAAsC,SN5gBnB;;;AM6gBnB;EAA+B,SN9ZnB;;;AM+ZZ;AAAA;AAAA;EAEgC,SN1KnB;;;AM2Kb;EAAqC,SNrGnB;;;AMsGlB;EAAuC,SNzbnB;;;AM0bpB;EAA2C,SN7WnB;;;AM8WxB;EAAqC,SN/VnB;;;AMgWlB;EAAqC,SN/PnB;;;AMgQlB;EAAoC,SNtJnB;;;AMuJjB;EAAmC,SNcnB;;;AMbhB;EAAyC,SN0BnB;;;AMzBtB;EAAwC,SNmCnB;;;AMlCrB;EAAqC,SNoCnB;;;AMnClB;EAAsC,SN7anB;;;AM8anB;EAA4C,SN/anB;;;AMgbzB;EAAoC,SNhWnB;;;AMiWjB;EAAiC,SNmBnB;;;AMlBd;EAAwC,SN6KnB;;;AM5KrB;EAAuC,SNhGnB;;;AMiGpB;EAAwC,SN4EnB;;;AM3ErB;EAAsC,SN/MnB;;;AMgNnB;EAAkC,SN8KnB;;;AM7Kf;EAAiC,SN9HnB;;;AM+Hd;EAAoC,SNpHnB;;;AMqHjB;AAAA;EACwC,SNiInB;;;AMhIrB;EAA4C,SNiInB;;;AMhIzB;EAAyC,SNyKnB;;;AMxKtB;EAAwC,SNnInB;;;AMoIrB;EAAuC,SNwKnB;;;AMvKpB;EAAwC,SNpInB;;;AMqIrB;EAA0C,SNnInB;;;AMoIvB;EAA0C,SNrInB;;;AMsIvB;EAAmC,SN3GnB;;;AM4GhB;EAAuC,SN9QnB;;;AM+QpB;EAA8C,SN3UnB;;;AM4U3B;EAAwC,SN1EnB;;;AM2ErB;EAAqC,SNiLnB;;;AMhLlB;EAAmC,SNZnB;;;AMahB;EAAsC,SNsJnB;;;AMrJnB;EAAuC,SNuJnB;;;AMtJpB;AAAA;EACgC,SNhgBnB;;;AMigBb;EAAoC,SN2JnB;;;AM1JjB;EAAkC,SN6GnB;;;AM5Gf;EAAmC,SNuDnB;;;AMtDhB;EAAmC,SN/InB;;;AMgJhB;AAAA;EACyC,SNyLnB;;;AMxLtB;EAA0C,SNlHnB;;;AMmHvB;EAAqC,SNtHnB;;;AMuHlB;EAAyC,SNpWnB;;;AMqWtB;AAAA;AAAA;EAEyC,SNhhBnB;;;AMihBtB;AAAA;EACmD,SN/gBnB;;;AMghBhC;AAAA;EACyC,SNnhBnB;;;AMohBtB;AAAA;EAC4C,SNphBnB;;;AMqhBzB;AAAA;EAC0C,SNzhBnB;;;AM0hBvB;EAA0C,SN5InB;;;AM6IvB;EAAqC,SN5OnB;;;AM6OlB;EAAyC,SNzInB;;;AM0ItB;EAA2C,SNzInB;;;AM0IxB;EAAwC,SNuBnB;;;AMtBrB;EAA0C,SNuBnB;;;AMtBvB;EAAmC,SNhenB;;;AMiehB;EAA2C,SNnenB;;;AMoexB;EAAkC,SNrcnB;;;AMscf;EAA0C,SNnjBnB;;;AMojBvB;EAAwC,SNzPnB;;;AM0PrB;AAAA;EAC4C,SN1PnB;;;AM2PzB;AAAA;EAC2C,SN9PnB;;;AM+PxB;AAAA;EAC0C,SNjQnB;;;AMkQvB;EAAsC,SNtQnB;;;AMuQnB;AAAA;EACwC,SNzRnB;;;AM0RrB;AAAA;EACyC,SN9RnB;;;AM+RtB;EAA4C,SN3RnB;;;AM4RzB;EAA0C,SNrSnB;;;AMsSvB;EAAyC,SN5RnB;;;AM6RtB;EAA2C,SNhSnB;;;AMiSxB;EAAyC,SNlSnB;;;AMmStB;EAAsC,SN8DnB;;;AM7DnB;EAAuC,SNhGnB;;;AMiGpB;EAA6C,SNhcnB;;;AMic1B;EAA+B,SNvUnB;;;AMwUZ;EAAsC,SNvUnB;;;AMwUnB;EAAwC,SNiEnB;;;AMhErB;EAA0C,SNtKnB;;;AMuKvB;EAAiD,SNtKnB;;;AMuK9B;EAAuC,SN7UnB;;;AM8UpB;EAAwC,SNuHnB;;;AMtHrB;EAAmC,SNpFnB;;;AMqFhB;EAAmC,SN1enB;;;AM2ehB;EAAoC,SN/WnB;;;AMgXjB;EAAkC,SNzKnB;;;AM0Kf;EAA8C,SNrQnB;;;AMsQ3B;AAAA;EACuC,SNQnB;;;AMPpB;EAAmC,SNldnB;;;AMmdhB;EAAkC,SN1oBnB;;;AM2oBf;EAAmC,SNhoBnB;;;AMioBhB;EAA4C,SN5hBnB;;;AM6hBzB;EAA6C,SN/hBnB;;;AMgiB1B;EAA6C,SN7hBnB;;;AM8hB1B;EAA6C,SNliBnB;;;AMmiB1B;EAAqC,SNrRnB;;;AMsRlB;EAAoC,SN7NnB;;;AM8NjB;EAAsC,SN7NnB;;;AM8NnB;EAAkC,SNhOnB;;;AMiOf;EAAgC,SNnOnB;;;AMoOb;EAAuC,SNrenB;;;AMsepB;EAAyC,SNrenB;;;AMsetB;EAAkC,SNvSnB;;;AMwSf;EAAkC,SNgFnB;;;AM/Ef;EAAsC,SNnkBnB;;;AMokBnB;EAAsC,SNtXnB;;;AMuXnB;EAAyC,SNrInB;;;AMsItB;EAAiC,SNrcnB;;;AMscd;EAA4C,SNjenB;;;AMkezB;EAAqC,SNrfnB;;;AMsflB;EAAiC,SNnNnB;;;AMoNd;EAAyC,SN3XnB;;;AM4XtB;EAAgC,SNmDnB;;;AMlDb;EAAyC,SN5JnB;;;AM6JtB;EAAqC,SN1NnB;;;AM2NlB;EAAmC,SNnHnB;;;AMoHhB;EAAyC,SN9LnB;;;AM+LtB;EAA2C,SN9LnB;;;AM+LxB;EAAwC,SN5CnB;;;AM6CrB;EAA0C,SN5CnB;;;AM6CvB;EAAyC,SNtGnB;;;AMuGtB;EAA4C,SNtGnB;;;AMuGzB;EAAoC,SN9UnB;;;AM+UjB;EAAsC,SNplBnB;;;AMqlBnB;EAAwC,SNplBnB;;;AMqlBrB;EAAoC,SNhMnB;;;AMiMjB;EAAmC,SNnXnB;;;AMoXhB;EAAuC,SNiFnB;;;AMhFpB;EAAoC,SNkFnB;;;AMjFjB;EAAmC,SN/cnB;;;AMgdhB;EAA6C,SN0BnB;;;AMzB1B;EAA2C,SNkEnB;;;AMjExB;EAA8C,SNzKnB;;;AM0K3B;EAAkC,SN/lBnB;;;AMgmBf;EAA8C,SNvoBnB;;;AMwoB3B;EAAiD,SNoDnB;;;AMnD9B;EAAoC,SNzlBnB;;;AM0lBjB;EAAwD,SN7oBnB;;;AM8oBrC;AAAA;EACgE,SN/qBnB;;;AMgrB7C;AAAA;AAAA;EAEiC,SNxfnB;;;AMyfd;EAAkC,SNjYnB;;;AMkYf;EAAoC,SNjYnB;;;AMkYjB;AAAA;EAC0C,SN3HnB;;;AM4HvB;EAAuC,SN1RnB;;;AM2RpB;EAAmC,SNgCnB;;;AM/BhB;EAA0C,SNgCnB;;;AM/BvB;EAAqC,SNnHnB;;;AMoHlB;EAA2C,SNnHnB;;;AMoHxB;EAA4C,SNnHnB;;;AMoHzB;EAAuC,SNtNnB;;;AMuNpB;EAAwC,SNrbnB;;;AMsbrB;EAAkC,SNkEnB;;;AMjEf;EAAsC,SNrDnB;;;AMsDnB;AAAA;EACiD,SN1YnB;;;AM2Y9B;AAAA;EACyC,SN9anB;;;AM+atB;EAAwC,SNvXnB;;;AMwXrB;EAA0C,SNnfnB;;;AMofvB;EAA4C,SNnfnB;;;AMofzB;EAAmC,SNvTnB;;;AMwThB;EAAyC,SNrtBnB;;;AMstBtB;EAA2C,SNrtBnB;;;AMstBxB;AAAA;EACyC,SNttBnB;;;AMutBtB;AAAA;EAC2C,SNvtBnB;;;AMwtBxB;EAAwC,SNLnB;;;AMMrB;EAA0C,SNLnB;;;AMMvB;EAAmC,SNJnB;;;AMKhB;EAAqC,SN5WnB;;;AM6WlB;AAAA;EACoC,SN7WnB;;;AM8WjB;AAAA;EACsC,SN9WnB;;;AM+WnB;EAAkC,SNvNnB;;;AMwNf;EAA2C,SN5bnB;;;AM6bxB;EAAqC,SNvFnB;;;AMwFlB;AAAA;AAAA;EAE6C,SNzEnB;;;AM0E1B;AAAA;EACuD,SNxEnB;;;AMyEpC;AAAA;EAC6C,SN5EnB;;;AM6E1B;AAAA;EACgD,SN7EnB;;;AM8E7B;AAAA;EAC8C,SNlFnB;;;AMmF3B;EAAmC,SN5KnB;;;AM6KhB;AAAA;AAAA;EAEiC,SN1rBnB;;;AM2rBd;EAAoC,SNnPnB;;;AMoPjB;EAA4C,SNInB;;;AMHzB;EAA4C,SNInB;;;AMHzB;EAA2C,SNInB;;;AMHxB;AAAA;EACyC,SNFnB;;;AMGtB;AAAA;EAC2C,SNHnB;;;AMIxB;EAAqC,SNzsBnB;;;AM0sBlB;EAAiC,SNrbnB;;;AMsbd;EAAiC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ACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,YxF5jGC;;;AwF+jGL;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,mBxFvkGS;EwFwkGT,YxFzkGc;;;AwF4kGlB;EACI;;;AAGJ;EACI,mBxFnlGQ;EwFolGR,YxFrlGa;;;AwFwlGjB;EACI;;;AAGJ;EACI,mBxF3mGa;EwF4mGb,YxF3mGa;;;AwF8mGjB;EACI;EACA;;;AAGJ;EACI,mBxFtnGM;EwFunGN,YxFxnGW;;;AwF2nGf;EACI;EACA;;;AAGJ;EACI,mBxFhoGM;EwFioGN,YxFloGW;;;AwFqoGf;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI,OxFpuGQ;EwFquGR;EACA;;;AAGJ;EACI,OxFzuGM;EwF0uGN;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI,OxFrvGQ;;;AwFwvGZ;EACI,OxFxvGM;;;AwF2vGV;EACI,OxF7vGQ;;;AwFgwGZ;EACI,OxFhwGM;;;AwFkwGV;AACA;EACI;;;AAGJ;EACI;IACI;IACA;IACA;IACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI,YxF1xGK;EwF2xGL;;AAEA;EACI;EACA;;AAGJ;EACI;;AAIR;EACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI,kBxF71GE;;;AwFg2GN;EACI;;;AAGJ;EACI,cxF52GQ;;;AwF+2GZ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;;AAIR;EACI;IACI;;;AAGR;EACI;IACI;;;AAKR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAEJ;AACA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;EAEI;EACA;;;AAGJ;EACI;;;AAEJ;AACA;EACI;IACI;;EAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;IAYI;;EAGJ;IACI;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAEJ;AACA;EAEI;IACI;;EAGJ;IACI;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AAIR;EACI;IACI;IACA;;;AAGR;AACA;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAGR;AACA;AAAA;EAEI;;;AAGJ;EACI,YxF1qHC;EwF2qHD;EACA;EACA;EACA;;AAEA;EACI,YAzrHH;EA0rHG;EACA;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI,YArsHH;EAssHG;EACA;EACA;EACA;EACA;;;AAMA;AAAA;EAEI;EACA;EACA;;AAKJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA;EACA;EACA;;AAMJ;AAAA;AAAA;AAAA;EAGI;EACA;;;AAKZ;EACI;;;AAGJ;EACI,YxF/uHC;EwFgvHD;EACA;;;AAGJ;EACI,kBA7vHC;;;AAgwHL;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;ACjxHR;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OzFiBM;;;AyFdR;EACE;IACE;IACA;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;EAEE;;;AAIF;AACE;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMF;EACE;IACE;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;;;AAIF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAQA;EACE;IACI;;;AAIN;EACE;IACE;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OzFnGM;EyFoGN;EACA;EACA;EACA;;;AAEF;AAAA;AAAA;AAAA;EAII,YzF5Ga;EyF6Gb;;;AAGJ;EACE;IACE;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE,YzFzJY;EyF0JZ,OzF/JM;;;AyFkKR;EACI;IACI;;;AAIR;EACE;EACA;EACA,YzFtKY;;;AyFyKd;EACE;EACA;EACA;EACA;EACA;EACA;AACA;EACA;EACA;;;AAEF;AAAA;EAEI,YzFtLU;;;AyFyLd;EACE;IACE;IACA;;EAEF;IACE;;;AAIJ;AACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAKF;AACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YzF/QO;EyFgRP;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA,OzF5UQ;EyF6UR;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;;AAIJ;AACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAEF;AACE;IACA;;;AAIJ;EACE;IACE;;EAEF;AACE;IACA;;EAEF;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;AAAA;AAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YzF/oBO;EyFgpBP;EACA;EACA;;;AAGF;AAAA;AAEE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;AAAA;IAEE;IACA;IACA;IACA;IACA;IACA;IACA;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YzFjtBO;AyFktBN;;;AAGH;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;AAAA;EAEI;EACA;EACA,OzFvuBM;EyFwuBN;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI,OzF1uBU;;;AyF6uBd;EACI;;;AAGJ;EACE;IACE;;;AAIJ;AACI;AACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,oBzFtwBU;EyFuwBV;EACA;EACA;;;AAGJ;EACE;EACA;;;AAGF;EACE;IACE;IACA;IACA;;;AAIJ;AACE;EACA,YDrzBO;ECszBP;EACA;EACA;EACA;EACA;EACA;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YzFh0BO;EyFi0BP;;;AAKF;EAAkB;EAAe;EAAkB;EAAkB,YzFt0B5D;EyFs0BkF;;;AAI3F;EACI;IACI;;;AAIR;EACE;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,OzF11BM;IyF21BN;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE,YDr3BK;ICs3BL,OzFh2Ba;;EyFk2Bf;IACE;;;AAIJ;EACE;;;AAIF;EACE;IACE;IACA,OzFv3BM;IyFw3BN;IACA;IACA;IACA;IACA;;EAEF;IACE;;EAEF;IACE;;EAGF;IAEA;;;AAIF;AACE;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACI,OzFv5BM;EyFw5BN;EACA;EACA;;;AAGJ;EACI,OzF95BM;EyF+5BN;EACA;EACA;EACA;EACA;;;AAGJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA,OzFr8BQ;;;AyFw8BV;EACE;EACA,OzF18BQ;;;AyF68BV;AAAA;AAAA;EAGE,OzFh9BQ;;;AyFm9BV;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAMF;AACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA,OzFphCQ;EyFqhCR;EACA;EACA;;;AAGF;EACE,OzF/gCY;;;AyFkhCd;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;AACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA,OzFvjCQ;EyFwjCR;EACA;EACA;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAkBA;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA,OzFntCQ;EyFotCR;;;AAGF;EACE;EACA;EACA,OzF1tCQ;;;AyF6tCV;EACE;EACA,OzF/tCQ;;;AyFkuCV;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA,OzFjwCQ;EyFkwCR;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACG;EACC;EACI;EACR;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE,OzFz2CQ;EyF02CR;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACI;EACI;;;AAGV;EACE;EACA;EACA;;;AAGF;EACE;EACI;EACI;;;AAGV;EACE;EACA;;;AAGF;EACE;IACE;;;AAIJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;;;AAGF;AAAA;AAAA;EAGE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;EACA;EACQ;EACR;;;AAGF;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;IACE;;EAEF;IACE;;;AAIJ;EACE;;;AAGF;EACE;EACI;EACI;;;AAGV;EACE;EACA,OzFziDQ;EyF0iDR;EACA;EACA;EACA;EACG;EACC;EACI;EACR;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACI;EACI;EACR;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA,OzFlmDQ;EyFmmDR;EACA;EACA;EACA;EACG;EACC;EACI;EACR;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACI;EACI;;;AAGV;EACE;EACA,OzFhpDQ;EyFipDR;EACA;EACA;EACA;EACG;EACC;EACI;EACR;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACI;EACI;EACR;EACA;EACA;;;AAGF;AACE;EACA;EACA,YzF/qDe;EyFgrDf,OzFjrDM;EyFkrDN;EACA;EACA;EACA;AACA;EACA;;;AAGF;EACI;EACA;EACA;EACA;;AAEA;EACI;;;AAKR;EACI;IACI;;;AAIR;EACI,YzFxsDU;EyFysDV,OzF9sDI;EyF+sDJ;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACE;IACE;;;AAIJ;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACI;EACA;EACA;;;AAGJ;AACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAEF;IACE;IACA;IACA;;;AAIJ;AACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACG;EACC;EACI;EACR,OzFv0DQ;EyFw0DR;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACQ;;;AAGV;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;IACA;;;AAIJ;EACE,OzFz/DQ;EyF0/DR;EACA;;;AAGF;EACE;;;AAGF;AAAA;EAEE;EACA,OzFrgEQ;EyFsgER;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;AACE;EACA;EACA;EACA,OzFxhEQ;EyFyhER;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACI;EACI;;;AAGV;EACE;EACA;EACA;EACA;EACA;EACI;EACI;EACR;;;AAGF;EACE;EACI;EACI;EACR;EACA;;;AAGF;EACE;EACI;EACI;EACR;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;;;AAGF;AAAA;EAEE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA,OzFzrEQ;EyF0rER;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA,OzFjvEQ;EyFkvER;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;IACA;IACA;IACA;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;IACA;IACA;;EAEF;IACE;IACA;;EAEF;IACE;IACA;;;AAIJ;EACE;AACE;IACA;;EAEF;AAAA;AAAA;IAGE;;EAEF;IACE;;;AAIJ;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACI;EACI;EACR;EACI;EACI;EACR;EACI;EACI;EACR;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;;AAIJ;EACE,OzFv4EQ;EyFw4ER;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;;AAIJ;AACE;EACA,OzF76EQ;;;AyFg7EV;EACE;EACA,OzFl7EQ;EyFm7ER;;;AAGF;EACE;EACA,OzFx7EQ;EyFy7ER;;;AAGF;EACE;;;AAGF;AACE;EACA,OzFl8EQ;;;AyFq8EV;AACE;EACA,OzFv8EQ;;;AyF08EV;EACE;EACA;EACA;;;AAGF;EACE;IACE;IACA;IACA;IACA;;;AAIJ;AACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFvoFM;;EyFyoFR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF5zFM;;EyF8zFR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFj/FM;;EyFm/FR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFtqGM;;EyFwqGR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF31GM;;EyF61GR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFhhHM;;EyFkhHR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFzvHM;;EyF2vHR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF96HM;;EyFg7HR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFnmIM;;EyFqmIR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFh2IM;;EyFk2IR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF7lJM;;EyF+lJR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF11JM;;EyF41JR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFvlKM;;EyFylKR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFh0KM;;EyFk0KR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzFr/KM;;EyFu/KR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF1qLM;;EyF4qLR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAkBE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE,OzF/1LM;;EyFi2LR;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;AAAA;AA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%22%7D */